Page 1 - © Richard L. Goldman Networking The OSI Model ©Richard L. Goldman March 29, 2001.

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.
OSI Model OSI LAYER / MODEL.
OSI MODEL Maninder Kaur
Page 1 - © Richard L. Goldman Networking Topology ©Richard L. Goldman January 8, 2002.
CompTIA Network+ Chapter 2
Networking Standards and the OSI Model
Network Layer and Transport Layer.
1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
OSI Model MIS 416 – Module II Spring 2002 Networking and Computer Security.
OSI Model.
Open System Interconnection (OSI) Model
Protocol Reference Model of OSI
COMPUTER NETWORKS.
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
Lecturer: Tamanna Haque Nipa
THE OSI MODEL KUDIRAT FAWEHINMI COSC 541.
THE OSI REFERENCE MODEL Open Systems Interconnection Reference Model.
1 Protocol Interaction (ISO’s Open Systems Interconnection (OSI model)) the 7 layers.
Network Management Concepts and Practice Author: J. Richard Burke Presentation by Shu-Ping Lin.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non-proprietary standards for networking and for operating system.
Introducing Network Standards Open Systems Interconnection (OSI) Model IEEE 802.x Standard Device Drivers and OSI 1.
TC 361 Data Networking Test Review
Page 1 - © Richard L. Goldman Networking Topology ©Richard L. Goldman January 8, 2002.
Section 4 : The OSI Network Layer CSIS 479R Fall 1999 “Network +” George D. Hickman, CNI, CNE.
Semester 1 CHAPTER 3 Le Chi Trung
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
 Network Segments  NICs  Repeaters  Hubs  Bridges  Switches  Routers and Brouters  Gateways 2.
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
Local Area Networks Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
The OSI Model.
Cisco – Chapter 3 LAN. LAN Teaching Topology physical topology is the actual layout of the wire (media) logical topology defines how the media is accessed.
Protocols Rules governing the communication process, the language of the deal between the devices, must reflect Layers protocols define format, order of.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Chapter 2 Key Term Network+ Guide to Networks Richard Goldman November 7, 2001.
William Stallings Data and Computer Communications
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
CCNA Guide to Cisco Networking Chapter 2: Network Devices.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Individual Project 1 Sarah Pritchard. Fran, a customer of your company, would like to visit your company’s website from her home computer… How does your.
Computer Networks Syed Md. Ashraful Karim Lecturer, CSE BU.
ISDS 4120 Project 1 DWAYNE CARRAL JR 3/27/15. There are seven layers which make up the OSI (Open Systems Interconnection Model) which is the model for.
SYSTEM ADMINISTRATION Chapter 2 The OSI Model. The OSI Model was designed by the International Standards Organization (ISO) as a structural framework.
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.
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
THE OSI REFERENCE MODEL
The OSI Model An overview of the media layer (Physical, Data Link, Network) By Luke Shiffner.
Week #8 OBJECTIVES Chapter #5. CHAPTER 5 Making Networks Work Two Networking Models –OSI OPEN SYSTEMS INTERCONNECTION PROPOSED BY ISO –INTERNATIONAL STANDARDS.
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.
The OSI Model. History of OSI Model ISO began developing the OSI model in It is widely accepted as a model for understanding network communication.
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.
OSI Model OSI MODEL.
Chapter 5: Making Networks Work
Networking Devices.
Click to edit Master subtitle style
ISO/OSI Model and Collision Domain
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
IOS Network Model 2nd semester
Chapter 3: Open Systems Interconnection (OSI) Model
OSI Model The Seven Layers
OSI Model OSI MODEL.
Presentation transcript:

Page 1 - © Richard L. Goldman Networking The OSI Model ©Richard L. Goldman March 29, 2001

Page 2 - © Richard L. Goldman The OSI Model The OSI (Open Systems Interconnection) Model is a networking architecture developed by the ISO (International Organization for Standardization). Note : ISO in not an acronym – iso means equal in Greek The OSI Model is a helpful reference when developing, discussing, or teaching computer-to- computer communications. The OSI Model is only a model. It is not an actual networking architecture or protocol that you would find installed on a computer.

Page 3 - © Richard L. Goldman OSI Model Software Hardware 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 - Data Link 1 - Physical The OSI Model is a seven layer set of specifications designed to allow all computers to communicate with each other. The top six layers contain the software that ensures that data is sent and received in a reliable, error-free manner. The bottom layer consists of the cables, connectors, and equipment that carry the data from one computer to another.

Page 4 - © Richard L. Goldman OSI Model Software Sending Computer Program Hardware 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical When an application in one computer wants to send data to another computer it sends it to the Application layer of the OSI Model. The data is then passed to each succeeding layer until it is finally transmitted on the Physical layer. Each layer performs specific processing and packaging functions required to transmit the data.

Page 5 - © Richard L. Goldman PDU – Packet Data Unit As data is passed from layer to layer it is broken down into smaller pieces called: –Packets, –Data Units, or –Payloads. The official OSI acronym for data placed in packets is a PDU or Packet Data Unit. Note: The PDU changes at each layer of the OSI Model as each layer adds its own formatting or addressing to it.

Page 6 - © Richard L. Goldman OSI Model Software 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link Receiving Computer Program OSI Model Software Hardware 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Sending Computer Program 1 - Physical The Physical layer of the Receiving computer accepts the packaged data. It is then passed back through each layer. The unpacked/reprocessed data is finally delivered to the Receiving Application. Each layer performs a specific re- processing and/or un-packaging function required to receive the transmission.

Page 7 - © Richard L. Goldman OSI Model Computer Program OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program file

Page 8 - © Richard L. Goldman OSI Model Computer Program OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program file Peer Communication Packet or Data Frame DatagramSegment Message

Page 9 - © Richard L. Goldman OSI Model Computer Program OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program file

Page 10 - © Richard L. Goldman OSI Model Computer Program OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program file

Page 11 - © Richard L. Goldman OSI Model Computer Program OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program file

Page 12 - © Richard L. Goldman OSI Model Computer Program OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program file

Page 13 - © Richard L. Goldman OSI Model Computer Program OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program file

Page 14 - © Richard L. Goldman OSI Model Computer Program OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program file

Page 15 - © Richard L. Goldman OSI Model Computer Program OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program file

Page 16 - © Richard L. Goldman OSI Model Computer Program OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program file

Page 17 - © Richard L. Goldman OSI Model Computer Program OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program file

Page 18 - © Richard L. Goldman OSI Model Computer Program OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program file

Page 19 - © Richard L. Goldman OSI Model Computer Program OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program file

Page 20 - © Richard L. Goldman OSI Model Computer Program OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program e

Page 21 - © Richard L. Goldman OSI Model Computer Program OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program e

Page 22 - © Richard L. Goldman OSI Model Computer Program OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program e

Page 23 - © Richard L. Goldman OSI Model Computer Program OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program file

Page 24 - © Richard L. Goldman OSI Model Software Computer Program OSI Model Hardware 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Software 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program In this manner two computers can communicate with each other over a network.

Page 25 - © Richard L. Goldman Physical Layer The Physical Layer consists of the actual physical components that make up a network: –Cables and connectors –NICs –Hubs –Repeaters The Physical Layer is responsible for transmitting, amplifying, and receiving network traffic signals. The operation of the Physical Layer is governed by the RS- 232-D and 802 protocol standards. OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 - Data Link 1 - Physical

Page 26 - © Richard L. Goldman Data Link Layer - Sublayers The Data Link Layer contains two sublayers. LLC – Logical Link Control –Flow Control –Error correction MAC – Media Access Control –Contains Physical Address 12 digit Hex – 1 st 6 Mfg, 2 nd 6 Unique –Provides Access Control Contention Token Passing Polling –Controls Logical Network Topology Ethernet Token Ring Etc. OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 - Data Link 1 - Physical

Page 27 - © Richard L. Goldman Data Link Layer - Send The sending Data Link Layer is responsible for creating data frames that are suitable for transmission. To accomplish this the Data Link Layer packages the data into the correct size for transmission and then adds the following components: –Destination Address –Source Address –Control Information –Error Checking Information OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 - Data Link 1 - Physical

Page 28 - © Richard L. Goldman Data Link Layer - Receive The receiving Data Link Layer: –Checks the frames it receives for errors and acknowledges receipt of each frame. –The sending Data Link Layer will retransmit a frame if it does not receive an acknowledgement. –Strips away the components added by the transmitting Data Link Layer and passes the PDU to the Network Layer. OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 - Data Link 1 - Physical

Page 29 - © Richard L. Goldman Network Layer The Network Layer is responsible for three services: –Routing – Provide a path to the receiving computer through one or more intermediate nodes. –Congestion Control – Route and reroute data to avoid network congestion. –Internetworking – Providing the means to communicate between two different types of networks. OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 - Data Link 1 - Physical

Page 30 - © Richard L. Goldman Transport Layer The Transport Layer is responsible for: –Flow Control – Adjusting rate of transmission based on network conditions. –Sequencing – Assigns sequence numbers to PUDs to ensure proper reassembly of the data. –Acknowledges (ACK) and requests retransmission of corrupt or missing data. (TCP & SPX work at this layer.) OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 - Data Link 1 - Physical

Page 31 - © Richard L. Goldman Session Layer The Session Layer, negotiates, establishes, and maintains the communications session between two nodes. Acts as the traffic cop by regulating which node can transmit and for how long. Monitor identification of session participants – permits only authorized nodes to communicate. OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 - Data Link 1 - Physical

Page 32 - © Richard L. Goldman Presentation Layer The Presentation Layer translates data into a format that the network can understand. Encrypts and decrypts data to provide secure communications. OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 - Data Link 1 - Physical

Page 33 - © Richard L. Goldman Application Layer The Application Layer is a set of instructions that act as an interface between a user application running on a computer and the network. It is responsible for network: –File transfers –File management –Message handling ( ) OSI Model 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 - Data Link 1 - Physical

Page 34 - © Richard L. Goldman Layer 1 Devices The Physical Layer Layer 1 Devices (Physical Layer) –Cables and other transmission media –NIC –Transceivers –Repeaters –Hub –MAU

Page 35 - © Richard L. Goldman Layer 1 Devices (Physical Layer) NICs and Cat. 5 Crossover Cable Each computer needs a NIC, Network Interface Card, to physically join a network. This example shows two computers connected with a Cat. 5 crossover cable.

Page 36 - © Richard L. Goldman Layer 1 Devices (Physical Layer) NICs and Thinnet This example shows two computers connected with a Thinnet, coaxial cable. Terminators are added to complete the circuit.

Page 37 - © Richard L. Goldman Layer 1 Devices (Physical Layer) NICs, Thicknet, and Transceivers This example shows two computers connected with a Thicknet coaxial cable. Vampire Clamp Transceiver Drop Cable AUI connector – Attachment Unit Interface

Page 38 - © Richard L. Goldman OSI Model Software 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program Layer 1 Devices (Physical Layer) OSI Software Layers passing Data through the Hardware OSI Model Software 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical Computer Program Data is passed from the User Application down through each layer of the OSI model until reaches the hardware. It is then transmitted to the other computer. Then back up to the receiving User Application.

Page 39 - © Richard L. Goldman Layer 1 Devices (Physical Layer) Repeater If the distances between the computers exceed the maximum specified length, a repeater may be used to extend the length of the run.

Page 40 - © Richard L. Goldman Layer 1 Devices (Physical Layer) Hub Hubs forward data from one computer to all other computer connected to the hub (broadcast). Hubs function as a multiport repeater by amplifying the signal which can also extends the maximum distance between computes.

Page 41 - © Richard L. Goldman Layer 1 Devices (Physical Layer) MAU – Multistation Access Unit MAU forwards data from one computer to another in a ring until it reaches the computer it is addressed to. MAUs are used to connect computers in a Token Ring network.

Page 42 - © Richard L. Goldman Layer 2 Devices The Data Link Layer Switches are capable of directing network traffic only to the computer it is addressed to. –Also Known As Switching Hubs Layer 1 Switches Bridges are used to pass traffic from one subnet to another while restricting local traffic to its own subnet.

Page 43 - © Richard L. Goldman Layer 2 Devices (Data Link Layer) Switch OSI Model Software 7 - Application 6 - Presentation 5- Session 4 - Transport 3 - Network 2 – Data Link 1 - Physical A switch uses a MAC Address Table to route traffic to its proper destination. The MAC address table is maintained in the MAC sublayer of the Data Link Layer.

Page 44 - © Richard L. Goldman Common Network Devices Layer 5-7 (Application, Presentation, & Session Layers) –Gateway Layer 3 Devices (Network Layer) –Router –Brouter –Layer 3 Switch Layer 2 Devices (Data Link Layer) –Switch (AKA, Switching Hub, or Layer 2 Switch) –Bridge Layer 1 Devices (Physical Layer) –Cables and other network media –NIC –Transceivers –Repeaters –Hub –MAU

Page 45 - © Richard L. Goldman Layer # Layer NameBrief DescriptionDevices 7.ApplicationNetwork services for user applications 1. Gateway 6.PresentationData conversion, encryption, compression 5.SessionEstablish, and maintain communications 4.TransportMaintain packet sequence Request missing packets 3.NetworkLogical address Routes packets 1. Router 2. Brouter 2.Data LinkPhysical address1. Switch 2. Bridge LLC MAC 1.PhysicalElectrical transmission 1. Cabling 2. NIC 3. Hub 4. Repeater

Page 46 - © Richard L. Goldman Layer # Layer NameBrief DescriptionDevices

Page 47 - © Richard L. Goldman Ethernet Topology Standards StandardNameCableSpeedDistanceIEEE Spec 10BaseTEthernetUTP/STP10Mbs100m Base2ThinnetCoax10Mbs185m Base5ThicknetCoax10Mbs500m BaseFEthernet over Fiber Fiber10Mbs500m – 2000m 100BaseTXFast EthernetUTP/STP-Cat 5 (uses 2 pair) 100Mbs (Full Duplex) 100m802.3u 100BaseT4Fast EthernetUTP/STP-Cat 3 (uses 4 pair) 100Mbs (Half Duplex) 100m BaseFXFast Ethernet over Fiber Fiber100Mbs2000m 100BaseVG“Any LAN” (Voice Grade) UTP/STP-Cat 3 UTP/STP-Cat 5100Mbs 100m 213m BaseXGigabit Ethernet UTP/STP-Cat 5 or Fiber 1000Mb/s802.3z