The OSI Model Keith R. Barry Strayer University CIS 532.

Slides:



Advertisements
Similar presentations
Why to learn OSI reference Model? The answer is too simple that It tells us that how communication takes place between computers on internet but how??
Advertisements

OSI Model OSI MODEL.
CompTIA Network+ Chapter 2
International Standards Organization Open Systems Interconnect (OSI) Reference Model Advanced Computer Networks.
1ISM - © 2010 Houman Younessi Lecture 5 Convener: Houman Younessi Information Systems Spring 2011.
Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
Protocols and the TCP/IP Suite
Chapter 1 Read (again) chapter 1.
Networks: OSI Reference Model 1 International Standards Organization Open Systems Interconnect (OSI) Reference Model.
Computer Network Architecture and Programming
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
LECTURE 2 CT1303 LAN. STANDARD MODELS: OSI Model : Open system Interconnection. is a conceptual model that characterizes and standardizes the internal.
Lecturer: Tamanna Haque Nipa
THE OSI MODEL KUDIRAT FAWEHINMI COSC 541.
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
More on TCP/IP and Networking CS-328 Dick Steflik.
Building a Simple Serial Network © 2004 Cisco Systems, Inc. All rights reserved. Understanding the OSI Model INTRO v2.0—1-1.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
Hub  A hub is a piece of hardware that connects multiple wired devices together on a single network. Hubs work at the physical layer (layer 1) of the.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
The OSI Model.
OSI Model. Topics What is the OSI Model? What is a Protocol? Why 7 Layers? The 7 Layers – Application – Presentation – Session – Transport – Network –
CSP Implementing a network 1 Implementing a network Lecturer: Smilen Dimitrov Cross-sensorial processing – MED7.
Open Systems Interconnection Model (OSI model). The Open Systems Interconnect Model.
Network Communications Chapter 14 LAN Interconnection Devices.
OSI Model Data Communications. 7 layer “research” model ApplicationPresentationSessionTransportNetworkLinkPhysical.
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
Spring 2006Computer Networks1 Chapter 2 Network Models.
Rehab AlFallaj.  OSI Model : Open system Interconnection.  is a conceptual model that characterizes and standardizes the internal functions of a communication.
BY SANTHOSH G. What is Networking Network Requirements What is Topology Types of Topologies.
OSI Reference Model. Open Systems Interconnection (OSI) Model International standard organization (ISO) established a committee in 1977 to develop an.
Prepared by Engr.Jawad Ali BSc(Hons)Computer Systems Engineering University of Engineering and Technology Peshawar.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
Network Components Basics!. Network HUB  Used to connect multiple Ethernet devices together  Layer 1 of the OSI model  Not used much today.
Net 221D:Computer Networks Fundamentals
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
OSI ARCHITECTURE IN OSI, ACTUAL INFORMATION IS OVERHEADED BY PROTOCOL LAYERS IF ALL SEVEN LAYERS ARE OVERHEADED, THEN AS LITTLE AS 15% OF THE TRANSMITTED.
1 Computer Communication & Networks Lecture 3 Layering and Protocol Stacks (contd.) Waleed Ejaz.
THE OSI REFERENCE MODEL
TCP/IP Protocol Suite Suresh Kr Sharma 1 The OSI Model and the TCP/IP Protocol Suite Established in 1947, the International Standards Organization (ISO)
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Mr. Sathish Kumar. M Department of Electronics and Communication Engineering I’ve learned that people will forget what you said, people will forget what.
# 1 6/8/2016 CS 147- Computer Architecture Network Communication and YOU By Ali Farsio.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
Computer Engineering and Networks, College of Engineering, Majmaah University Protocols OSI reference MODEL TCp /ip model Mohammed Saleem Bhat
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
IT 242 Week 1 CheckPoint OSI Model To purchase this material link CheckPoint-OSI-Model For more courses.
OSI Model OSI MODEL.
Network Models.
The OSI Model & TCP/IP model
Protocols and the TCP/IP Suite
Local Area Networks Chapter 4.
ISO/OSI Model and Collision Domain
Lecturer, Department of Computer Application
CT1303 LAN Rehab AlFallaj.
DEPARTMENT OF COMPUTER SCIENCE
NET301 Lecture 2 10/9/2015 NET 301.
Protocols and the TCP/IP Suite
Chapter 3: Open Systems Interconnection (OSI) Model
Network Protocol Layers
OSI Model The Seven Layers
The OSI 7 Layer Model Ben, Stuart, Charles.
OSI Model OSI MODEL.
Protocols and the TCP/IP Suite
Open System Interconnect (OSI).
Presentation transcript:

The OSI Model Keith R. Barry Strayer University CIS 532

The Seven Layers Application Presentation Session Transport Network Data Link Physical

Application Layer Topmost Layer User-interface: How the user communicates with the network Responsible for interprocess communication

Presentation Layer Performs data compression and encryption Essentially interprets data for use in the Application Layer

Sessions Layer Controls the connections/dialogues between computers on a network. Utilizes checkpointing, adjournment and termination procedures in both half & full- duplex to control these connections.

Transport Layer Provides clear, transparent transfer of data so that upper level layers do not have to concern themselves with data reliability. Data Packet switching is entirely handled on this layer. Network devices such as Routers operate on this layer.

Network Layer Ethernets operate on this layer. The Network Layer and Transport Layer can sometimes be confused; however, the Networking Layer deals with complex networking matter whereas the Transport Layer reside on the network itself. Routing and Routers reside on this layer.

Data Link Layer This Layer provides procedural and functional means to transfer data from one network entity to another. HDLC and ADCCP are protocols on this layer. Networking devices such as bridges and switches operate on this layer.

Physical Layer Defines all electrical and physical specifications for a device on a network. Devices like hubs, repeaters and network adapters operate on this layer. A major function of this layer is the establishment and the termination of a connection with a network.