SlideShare a Scribd company logo
1 of 14
Download to read offline
OSI (Open Systems Interconnection) Model
The Open Systems Interconnection model (OSI) is a conceptual model that characterizes and
standardizes the internal functions of a communication system by partitioning it into abstraction layers.
The OSI Model is a conceptual, seven-layered model of how networks work. It tells us that how data is
going through one computer to another computer, and also it simplifies to troubleshoot the network
issues.
A reference model to make sure products of different vendors would work together.
HISTORY
In the late 1970s, two projects began independently, with the same goal: to define a unifying standard
for the architecture of networking systems. One was administered by the International Organization for
Standardization (ISO), while the other was undertaken by the International Telegraph and Telephone
Consultative Committee, or CCITT (the abbreviation is from the French version of the name). These two
international standards bodies each developed a document that defined similar networking models.
OSI (Open Source Interconnection) 7 Layer Model
OSI (Open Systems Interconnection) Model
In 1983, these two documents were merged together to form a standard called The Basic Reference
Model for Open Systems Interconnection. That's a mouthful, so the standard is usually referred to as the
Open Systems Interconnection Reference Model, the OSI Reference Model, or even just the OSI Model.
It was published in 1984 by both the ISO, as standard ISO 7498, and the renamed CCITT (now called the
Telecommunications Standardization Sector of the International Telecommunication Union or ITU-T) as
standard X.200.
The concept of a seven-layer model was provided by the work of Charles Bachman, Honeywell
Information Services.
Network Layer Interaction
Network Layer Interconnection
OSI (Open Systems Interconnection) Model
Packet Structure
OSI LAYER
1. Physical Layer
Packet Description
Physical Layer
OSI (Open Systems Interconnection) Model
Function of Layer 1
 It defines the electrical and physical specifications of the data connection. It defines the
relationship between a device and a physical transmission medium (e.g., a copper or fiber
optical cable). This includes the layout of pins, voltages, line impedance, cable
specifications, signal timing, hubs, repeaters, network adapters, host bus adapters (HBA
used in storage area networks) and more.
 It defines the protocol to establish and terminate a connection between two directly
connected nodes over a communications medium.
 It may define the protocol for flow control.
 It defines transmission mode i.e. simplex, half & full duplex.
 It defines topology.
 It defines a protocol for the provision of a (not necessarily reliable) connection between
two directly connected nodes, and the modulation or conversion between the
representation of digital data in user equipment and the corresponding signals
transmitted over the physical communications channel. This channel can involve physical
cabling (such as copper and optical fiber) or a wireless radio link.
Protocol
 Telephone network modems- V.92
 IRDA physical layer
 USB physical layer
 EIA RS-232, EIA-422, EIA-423, RS-449, RS-485
 Ethernet physical layer Including 10BASE-T, 10BASE2, 10BASE5, 100BASE-TX, 100BASE-FX,
100BASE-T, 1000BASE-T, 1000BASE-SX and other varieties
 Varieties of 802.11 Wi-Fi physical layers
 DSL
 ISDN
 T1 and other T-carrier links, and E1 and other E-carrier links
 SONET/SDH
 Optical Transport Network (OTN)
 GSM Um air interface physical layer
 Bluetooth physical layer
 ITU Recommendations: see ITU-T
 IEEE 1394 interface
 TransferJet physical layer
 Etherloop
 ARINC 818 Avionics Digital Video Bus
OSI (Open Systems Interconnection) Model
 G.hn/G.9960 physical layer
 CAN bus (controller area network) physical layer
 Mobile Industry Processor Interface physical layer
2. Data Link Layer
The Data-Link layer contains two sub layers that are described in the IEEE-802 LAN standards:
 Media Access Control (MAC) layer- responsible for controlling how computers in the
network gain access to data and permission to transmit it.
 Logical Link Control (LLC) layer- control error checking and packet synchronization.
Data Link Layer
OSI (Open Systems Interconnection) Model
Function of Layer 2
 Link establishment and termination: establishes and terminates the logical link between
two nodes.
 Frame traffic control: tells the transmitting node to "back-off" when no frame buffers are
available.
 Frame sequencing: transmits/receives frames sequentially.
 Frame acknowledgment: provides/expects frame acknowledgments. Detects and
recovers from errors that occur in the physical layer by retransmitting non-acknowledged
frames and handling duplicate frame receipt.
 Frame delimiting: creates and recognizes frame boundaries.
 Frame error checking: checks received frames for integrity.
 Media access management: determines when the node "has the right" to use the physical
medium.
Protocol
 ARCnet Attached Resource Computer NETwork
 CDP Cisco Discovery Protocol
 DCAP Data Link Switching Client Access Protocol
 Distributed Multi-Link Trunking
 Distributed Split Multi-Link Trunking
 Dynamic Trunking Protocol
 Econet
 Ethernet
 FDDI Fiber Distributed Data Interface
 Frame Relay
 ITU-T G.hn Data Link Layer
 HDLC High-Level Data Link Control
 IEEE 802.11 WiFi
 IEEE 802.16 WiMAX
 LACP Link Aggregation Control Protocol
 LattisNet
 LocalTalk
 L2F Layer 2 Forwarding Protocol
 L2TP Layer 2 Tunneling Protocol
 LAPD Link Access Procedures on the D channel
 LLDP Link Layer Discovery Protocol
OSI (Open Systems Interconnection) Model
 LLDP-MED Link Layer Discovery Protocol - Media Endpoint Discovery
 PAgP - Cisco Systems proprietary link aggregation protocol
 PPP Point-to-Point Protocol
 PPTP Point-to-Point Tunneling Protocol
 Q.710 Simplified Message Transfer Part
 Multi-link trunking Protocol
 RPR IEEE 802.17 Resilient Packet Ring
 SLIP Serial Line Internet Protocol (obsolete)
 StarLAN
 STP Spanning Tree Protocol
 Split multi-link trunking Protocol
 Token ring a protocol developed by IBM; the name can also be used to describe the token
passing ring logical topology that it popularized.
 VTP VLAN Trunking Protocol
 VLAN Virtual Local Area Network
3. Network Layer
Network Layer
OSI (Open Systems Interconnection) Model
Function of Layer 3
 Routing: routes frames among networks.
 Subnet traffic control: routers (network layer intermediate systems) can instruct a
sending station to "throttle back" its frame transmission when the router's buffer fills up.
 Frame fragmentation: if it determines that a downstream router's maximum transmission
unit (MTU) size is less than the frame size, a router can fragment a frame for transmission
and re-assembly at the destination station.
 Logical-physical address mapping: translates logical addresses, or names, into physical
addresses.
 Subnet usage accounting: has accounting functions to keep track of frames forwarded by
subnet intermediate systems, to produce billing information.
Protocol
 ARP Address Resolution Protocol
 RARP Reverse Address Resolution Protocol
 ATM Asynchronous Transfer Mode
 Frame relay, a simplified version of X.25
 IS-IS, Intermediate System - Intermediate System (OSI)
 MPLS Multi-protocol label switching
 SPB Shortest Path Bridging
 X.25
 MTP Message Transfer Part
 NSP Network Service Part
 HIP Host Identity Protocol
Protocol Layer 3+4
 AppleTalk
 DECnet
 IPX/SPX
 Internet Protocol Suite
 Xerox Network Systems
 TCP/IP
OSI (Open Systems Interconnection) Model
4. Transport Layer
Function of Layer 4
 Message segmentation: accepts a message from the (session) layer above it, splits the
message into smaller units (if not already small enough), and passes the smaller units
down to the network layer. The transport layer at the destination station reassembles the
message.
 Message acknowledgment: provides reliable end-to-end message delivery with
acknowledgments.
 Message traffic control: tells the transmitting station to "back-off" when no message
buffers are available.
 Session multiplexing: multiplexes several message streams, or sessions onto one logical
link and keeps track of which messages belong to which sessions (see session layer).
Transport Layer
OSI (Open Systems Interconnection) Model
Protocol
 AH Authentication Header over IP or IPSec
 IL Originally developed as transport layer for 9P
 SCTP Stream Control Transmission Protocol
 Sinec H1 for telecontrol
 SPX Sequenced Packet Exchange
 TCP Transmission Control Protocol
 UDP User Datagram Protocol
 DCCP Datagram Congestion Control Protocol
5. Session Layer
Session Layer
OSI (Open Systems Interconnection) Model
Function of Layer 5
 Session establishment, maintenance and termination: allows two application processes
on different machines to establish, use and terminate a connection, called a session.
 Session support: performs the functions that allow these processes to communicate over
the network, performing security, name recognition, logging, and so on.
Protocol
 9P Distributed file system protocol developed originally as part of Plan 9
 NetBIOS, File Sharing and Name Resolution protocol - the basis of file sharing with
Windows.
 NetBEUI, NetBIOS Enhanced User Interface
 NCP NetWare Core Protocol
 NFS Network File System
 SMB Server Message Block
 SOCKS "SOCKetS"
6. Presentation Layer
Presentation Layer
OSI (Open Systems Interconnection) Model
Function of Layer 6
 Character code translation: for example, ASCII to EBCDIC.
 Data conversion: bit order, CR-CR/LF, integer-floating point, and so on.
 Data compression: reduces the number of bits that need to be transmitted on the
network.
 Data encryption: encrypt data for security purposes. For example, password encryption.
Protocol
 TLS Transport Layer Security
7. Application Layer
Application Layer
OSI (Open Systems Interconnection) Model
Function of Layer 7
 Resource sharing and device redirection
 Remote file access
 Remote printer access
 Inter-process communication
 Network management
 Directory services
 Electronic messaging (such as mail)
 Network virtual terminals
Protocol
 ADC, A peer-to-peer file sharing protocol
 AFP, Apple Filing Protocol
 BACnet, Building Automation and Control Network protocol
 BitTorrent, A peer-to-peer file sharing protocol
 BGP Border Gateway Protocol
 BOOTP, Bootstrap Protoc;
 CAMEL, an SS7 protocol tool for the home operator
 Diameter, an authentication, authorization and accounting protocol
 DICOM includes a network protocol definition
 DICT, Dictionary protocol
 DNS, Domain Name System
 DSM-CC Digital Storage Media Command and Control
 DSNP, Distributed Social Networking Protocol
 DHCP, Dynamic Host Configuration Protocol
 ED2K, A peer-to-peer file sharing protocol
 FTP, File Transfer Protocol
 Finger, which gives user profile information
 Gnutella, a peer-to-peer file-swapping protocol
 Gopher, a hierarchical hyperlinkable protocol
 HTTP, Hypertext Transfer Protocol
 HTTPS, Hypertext Transfer Protocol Secure
 IMAP, Internet Message Access Protocol
 IRC, Internet Relay Chat
 ISUP, ISDN User Part
OSI (Open Systems Interconnection) Model
 LDAP Lightweight Directory Access Protocol
 MIME, Multipurpose Internet Mail Extensions
 MSNP, Microsoft Notification Protocol (used by Windows Live Messenger)
 MAP, Mobile Application Part
 Mosh, Mobile Shell
 NNTP, Network News Transfer Protocol
 NTP, Network Time Protocol
 NTCIP, National Transportation Communications for Intelligent Transportation System
Protocol
 POP3 Post Office Protocol Version 3
 RADIUS, an authentication, authorization and accounting protocol
 RDP, Remote Desktop Protocol
 Rlogin, a UNIX remote login protocol
 rsync, a file transfer protocol for backups, copying and mirroring
 RTP, Real-time Transport Protocol
 RTSP, Real-time Transport Streaming Protocol
 SSH, Secure Shell
 SISNAPI, Siebel Internet Session Network API
 SIP, Session Initiation Protocol, a signaling protocol
 SMTP, Simple Mail Transfer Protocol
 SNMP, Simple Network Management Protocol
 SOAP, Simple Object Access Protocol
 SMB, Microsoft Server Message Block Protocol
 STUN, Session Traversal Utilities for NAT
 TUP, Telephone User Part
 Telnet, a remote terminal access protocol
 TCAP, Transaction Capabilities Application Part
 TFTP, Trivial File Transfer Protocol, a simple file transfer protocol
 WebDAV, Web Distributed Authoring and Versioning
 XMPP, an instant-messaging protocol

More Related Content

What's hot

Spanning Tree Protocol
Spanning Tree ProtocolSpanning Tree Protocol
Spanning Tree ProtocolManoj Gharate
 
GRE (generic routing encapsulation)
GRE (generic routing encapsulation)GRE (generic routing encapsulation)
GRE (generic routing encapsulation)Netwax Lab
 
BASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALSBASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALSVarinder Singh Walia
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1AIRTEL
 
Hot standby router protocol (hsrp) using
Hot standby router protocol (hsrp) usingHot standby router protocol (hsrp) using
Hot standby router protocol (hsrp) usingShubhiGupta94
 
Spanning tree protocol (stp)
Spanning tree protocol (stp)Spanning tree protocol (stp)
Spanning tree protocol (stp)RaghulR21
 
CCNA ppt Day 1
CCNA ppt Day 1CCNA ppt Day 1
CCNA ppt Day 1VISHNU N
 
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bullsSwapnil Kapate
 
Simple Network Management Protocol
Simple Network Management ProtocolSimple Network Management Protocol
Simple Network Management ProtocolPrasenjit Gayen
 
CCNP Route - OSPF
CCNP Route - OSPFCCNP Route - OSPF
CCNP Route - OSPFmdyabi
 
Chapter 15 : routing concepts
Chapter 15 : routing conceptsChapter 15 : routing concepts
Chapter 15 : routing conceptsteknetir
 

What's hot (20)

Spanning Tree Protocol
Spanning Tree ProtocolSpanning Tree Protocol
Spanning Tree Protocol
 
GRE (generic routing encapsulation)
GRE (generic routing encapsulation)GRE (generic routing encapsulation)
GRE (generic routing encapsulation)
 
BASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALSBASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALS
 
Ether channel fundamentals
Ether channel fundamentalsEther channel fundamentals
Ether channel fundamentals
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
 
Hot standby router protocol (hsrp) using
Hot standby router protocol (hsrp) usingHot standby router protocol (hsrp) using
Hot standby router protocol (hsrp) using
 
Dhcp Snooping
Dhcp SnoopingDhcp Snooping
Dhcp Snooping
 
Iot rpl
Iot rplIot rpl
Iot rpl
 
SSH - Secure Shell
SSH - Secure ShellSSH - Secure Shell
SSH - Secure Shell
 
Spanning tree protocol (stp)
Spanning tree protocol (stp)Spanning tree protocol (stp)
Spanning tree protocol (stp)
 
DHCP Snooping
DHCP SnoopingDHCP Snooping
DHCP Snooping
 
IPv6 DHCP
IPv6 DHCPIPv6 DHCP
IPv6 DHCP
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
CCNA ppt Day 1
CCNA ppt Day 1CCNA ppt Day 1
CCNA ppt Day 1
 
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bulls
 
Linux05 DHCP Server
Linux05 DHCP ServerLinux05 DHCP Server
Linux05 DHCP Server
 
Simple Network Management Protocol
Simple Network Management ProtocolSimple Network Management Protocol
Simple Network Management Protocol
 
CCNP Route - OSPF
CCNP Route - OSPFCCNP Route - OSPF
CCNP Route - OSPF
 
Chapter 15 : routing concepts
Chapter 15 : routing conceptsChapter 15 : routing concepts
Chapter 15 : routing concepts
 
IPV4 vs IPV6
IPV4 vs IPV6IPV4 vs IPV6
IPV4 vs IPV6
 

Viewers also liked

Networking- OSI Layer Protocol Functions
Networking- OSI Layer Protocol FunctionsNetworking- OSI Layer Protocol Functions
Networking- OSI Layer Protocol FunctionsGayathri Kesavan
 
ContainerDays Boston 2015: "CoreOS: Building the Layers of the Scalable Clust...
ContainerDays Boston 2015: "CoreOS: Building the Layers of the Scalable Clust...ContainerDays Boston 2015: "CoreOS: Building the Layers of the Scalable Clust...
ContainerDays Boston 2015: "CoreOS: Building the Layers of the Scalable Clust...DynamicInfraDays
 
OSI(Open System Interconnection) model
OSI(Open System Interconnection) modelOSI(Open System Interconnection) model
OSI(Open System Interconnection) modelNamra Afzal
 
Vocabulary The Media
Vocabulary The MediaVocabulary The Media
Vocabulary The MediaMiriam
 
Introduction to Computer Networks
Introduction to Computer NetworksIntroduction to Computer Networks
Introduction to Computer NetworksVenkatesh Iyer
 
Introduction to the OSI 7 layer model and Data Link Layer
Introduction to the OSI 7 layer model and Data Link LayerIntroduction to the OSI 7 layer model and Data Link Layer
Introduction to the OSI 7 layer model and Data Link LayerVNIT-ACM Student Chapter
 
OSPF Route Filtering
OSPF Route FilteringOSPF Route Filtering
OSPF Route FilteringNetwax Lab
 
VPN (virtual private network)
VPN (virtual private network) VPN (virtual private network)
VPN (virtual private network) Netwax Lab
 
OSPF (open shortest path first) part ii
OSPF (open shortest path first) part  iiOSPF (open shortest path first) part  ii
OSPF (open shortest path first) part iiNetwax Lab
 
Eincop Netwax Lab: EIGRP iii
Eincop Netwax Lab: EIGRP iiiEincop Netwax Lab: EIGRP iii
Eincop Netwax Lab: EIGRP iiiNetwax Lab
 
Networking Devices
Networking DevicesNetworking Devices
Networking DevicesNetwax Lab
 
STP Protection
STP ProtectionSTP Protection
STP ProtectionNetwax Lab
 
OSPF (open shortest path first) part iii
OSPF (open shortest path first) part  iiiOSPF (open shortest path first) part  iii
OSPF (open shortest path first) part iiiNetwax Lab
 
VRF Configuration
VRF ConfigurationVRF Configuration
VRF ConfigurationNetwax Lab
 

Viewers also liked (20)

OSI 7 Layer model
OSI 7 Layer modelOSI 7 Layer model
OSI 7 Layer model
 
Networking- OSI Layer Protocol Functions
Networking- OSI Layer Protocol FunctionsNetworking- OSI Layer Protocol Functions
Networking- OSI Layer Protocol Functions
 
Osi model
Osi modelOsi model
Osi model
 
OSI Model
OSI ModelOSI Model
OSI Model
 
ContainerDays Boston 2015: "CoreOS: Building the Layers of the Scalable Clust...
ContainerDays Boston 2015: "CoreOS: Building the Layers of the Scalable Clust...ContainerDays Boston 2015: "CoreOS: Building the Layers of the Scalable Clust...
ContainerDays Boston 2015: "CoreOS: Building the Layers of the Scalable Clust...
 
OSI(Open System Interconnection) model
OSI(Open System Interconnection) modelOSI(Open System Interconnection) model
OSI(Open System Interconnection) model
 
Vocabulary The Media
Vocabulary The MediaVocabulary The Media
Vocabulary The Media
 
Scada
ScadaScada
Scada
 
Introduction to Computer Networks
Introduction to Computer NetworksIntroduction to Computer Networks
Introduction to Computer Networks
 
Introduction to the OSI 7 layer model and Data Link Layer
Introduction to the OSI 7 layer model and Data Link LayerIntroduction to the OSI 7 layer model and Data Link Layer
Introduction to the OSI 7 layer model and Data Link Layer
 
OSPF Route Filtering
OSPF Route FilteringOSPF Route Filtering
OSPF Route Filtering
 
Nxll23 i pv6
Nxll23 i pv6Nxll23 i pv6
Nxll23 i pv6
 
TCP Intercept
TCP InterceptTCP Intercept
TCP Intercept
 
VPN (virtual private network)
VPN (virtual private network) VPN (virtual private network)
VPN (virtual private network)
 
OSPF (open shortest path first) part ii
OSPF (open shortest path first) part  iiOSPF (open shortest path first) part  ii
OSPF (open shortest path first) part ii
 
Eincop Netwax Lab: EIGRP iii
Eincop Netwax Lab: EIGRP iiiEincop Netwax Lab: EIGRP iii
Eincop Netwax Lab: EIGRP iii
 
Networking Devices
Networking DevicesNetworking Devices
Networking Devices
 
STP Protection
STP ProtectionSTP Protection
STP Protection
 
OSPF (open shortest path first) part iii
OSPF (open shortest path first) part  iiiOSPF (open shortest path first) part  iii
OSPF (open shortest path first) part iii
 
VRF Configuration
VRF ConfigurationVRF Configuration
VRF Configuration
 

Similar to OSI (open systems interconnection) Model

Ccent notes part 1
Ccent notes part 1Ccent notes part 1
Ccent notes part 1ahmady
 
CCNA 200-301 Chapter 1-Introduction to TCP IP Networking.pptx
CCNA 200-301 Chapter 1-Introduction to TCP IP Networking.pptxCCNA 200-301 Chapter 1-Introduction to TCP IP Networking.pptx
CCNA 200-301 Chapter 1-Introduction to TCP IP Networking.pptxBabarYunus1
 
computer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptxcomputer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptxgadisaAdamu
 
SYBSC IT COMPUTER NETWORKS UNIT I Network Models
SYBSC IT COMPUTER NETWORKS UNIT I Network ModelsSYBSC IT COMPUTER NETWORKS UNIT I Network Models
SYBSC IT COMPUTER NETWORKS UNIT I Network ModelsArti Parab Academics
 
Ncsweek2 osi model
Ncsweek2 osi modelNcsweek2 osi model
Ncsweek2 osi modeljayvelu
 
Network essentials chapter 3
Network essentials  chapter 3Network essentials  chapter 3
Network essentials chapter 3Raghu nath
 
IMD 251 - Networking
IMD 251 - NetworkingIMD 251 - Networking
IMD 251 - Networkingisma ishak
 
Network essentials chapter 4
Network essentials  chapter 4Network essentials  chapter 4
Network essentials chapter 4Raghu nath
 

Similar to OSI (open systems interconnection) Model (20)

CCNA Report
CCNA ReportCCNA Report
CCNA Report
 
01 pengenalan
01 pengenalan01 pengenalan
01 pengenalan
 
Avani
AvaniAvani
Avani
 
Osi model
Osi model Osi model
Osi model
 
Ccent notes part 1
Ccent notes part 1Ccent notes part 1
Ccent notes part 1
 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
 
Ccna notes
Ccna notesCcna notes
Ccna notes
 
CCNA 200-301 Chapter 1-Introduction to TCP IP Networking.pptx
CCNA 200-301 Chapter 1-Introduction to TCP IP Networking.pptxCCNA 200-301 Chapter 1-Introduction to TCP IP Networking.pptx
CCNA 200-301 Chapter 1-Introduction to TCP IP Networking.pptx
 
Learn basics of ip addressing
Learn basics of  ip addressingLearn basics of  ip addressing
Learn basics of ip addressing
 
computer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptxcomputer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptx
 
SYBSC IT COMPUTER NETWORKS UNIT I Network Models
SYBSC IT COMPUTER NETWORKS UNIT I Network ModelsSYBSC IT COMPUTER NETWORKS UNIT I Network Models
SYBSC IT COMPUTER NETWORKS UNIT I Network Models
 
Ncsweek2 osi model
Ncsweek2 osi modelNcsweek2 osi model
Ncsweek2 osi model
 
Network essentials chapter 3
Network essentials  chapter 3Network essentials  chapter 3
Network essentials chapter 3
 
IMD 251 - Networking
IMD 251 - NetworkingIMD 251 - Networking
IMD 251 - Networking
 
Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
 
Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
 
Osi
OsiOsi
Osi
 
NET1.PPT
NET1.PPTNET1.PPT
NET1.PPT
 
Network essentials chapter 4
Network essentials  chapter 4Network essentials  chapter 4
Network essentials chapter 4
 
Ccna notes
Ccna notesCcna notes
Ccna notes
 

More from Netwax Lab

Eincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static routeEincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static routeNetwax Lab
 
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)Netwax Lab
 
Eincop Netwax Lab: Redistribution
Eincop Netwax Lab: RedistributionEincop Netwax Lab: Redistribution
Eincop Netwax Lab: RedistributionNetwax Lab
 
Eincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route RedistributionEincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route RedistributionNetwax Lab
 
Nxll12 zone based firewall
Nxll12 zone based firewallNxll12 zone based firewall
Nxll12 zone based firewallNetwax Lab
 
Nxll09 access list
Nxll09 access listNxll09 access list
Nxll09 access listNetwax Lab
 
Nxll21 ospf filtering & summarization
Nxll21 ospf filtering & summarizationNxll21 ospf filtering & summarization
Nxll21 ospf filtering & summarizationNetwax Lab
 
Nxll10 v lan and trunking
Nxll10 v lan and trunkingNxll10 v lan and trunking
Nxll10 v lan and trunkingNetwax Lab
 
Nxll16 basic asa v8.2
Nxll16 basic asa v8.2Nxll16 basic asa v8.2
Nxll16 basic asa v8.2Netwax Lab
 
Nxll20 na ting
Nxll20 na ting Nxll20 na ting
Nxll20 na ting Netwax Lab
 
Nxll14 cut through-proxy on asa
Nxll14 cut through-proxy on asaNxll14 cut through-proxy on asa
Nxll14 cut through-proxy on asaNetwax Lab
 
Nxll17 dynamic routing with asa
Nxll17 dynamic routing with asaNxll17 dynamic routing with asa
Nxll17 dynamic routing with asaNetwax Lab
 
Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)Netwax Lab
 
Nxll19 vrrp (virtual router redundancy protocol)
Nxll19 vrrp (virtual router redundancy protocol)Nxll19 vrrp (virtual router redundancy protocol)
Nxll19 vrrp (virtual router redundancy protocol)Netwax Lab
 
Nxll22 role based cli
Nxll22 role based cliNxll22 role based cli
Nxll22 role based cliNetwax Lab
 
Nxll25 hsrp with failover
Nxll25 hsrp with failoverNxll25 hsrp with failover
Nxll25 hsrp with failoverNetwax Lab
 
Nxll28 ospf iii
Nxll28 ospf iiiNxll28 ospf iii
Nxll28 ospf iiiNetwax Lab
 

More from Netwax Lab (20)

Eincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static routeEincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static route
 
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
 
Eincop Netwax Lab: Redistribution
Eincop Netwax Lab: RedistributionEincop Netwax Lab: Redistribution
Eincop Netwax Lab: Redistribution
 
Eincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route RedistributionEincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route Redistribution
 
Nxll12 zone based firewall
Nxll12 zone based firewallNxll12 zone based firewall
Nxll12 zone based firewall
 
Nxll11 bgp
Nxll11 bgpNxll11 bgp
Nxll11 bgp
 
Nxll09 access list
Nxll09 access listNxll09 access list
Nxll09 access list
 
Nxll21 ospf filtering & summarization
Nxll21 ospf filtering & summarizationNxll21 ospf filtering & summarization
Nxll21 ospf filtering & summarization
 
Nxll10 v lan and trunking
Nxll10 v lan and trunkingNxll10 v lan and trunking
Nxll10 v lan and trunking
 
Nxll16 basic asa v8.2
Nxll16 basic asa v8.2Nxll16 basic asa v8.2
Nxll16 basic asa v8.2
 
Nxll20 na ting
Nxll20 na ting Nxll20 na ting
Nxll20 na ting
 
Nxll14 cut through-proxy on asa
Nxll14 cut through-proxy on asaNxll14 cut through-proxy on asa
Nxll14 cut through-proxy on asa
 
Nxll17 dynamic routing with asa
Nxll17 dynamic routing with asaNxll17 dynamic routing with asa
Nxll17 dynamic routing with asa
 
Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)
 
Nxll19 vrrp (virtual router redundancy protocol)
Nxll19 vrrp (virtual router redundancy protocol)Nxll19 vrrp (virtual router redundancy protocol)
Nxll19 vrrp (virtual router redundancy protocol)
 
Nxll22 role based cli
Nxll22 role based cliNxll22 role based cli
Nxll22 role based cli
 
Nxll25 hsrp with failover
Nxll25 hsrp with failoverNxll25 hsrp with failover
Nxll25 hsrp with failover
 
Nxll26 bgp ii
Nxll26 bgp iiNxll26 bgp ii
Nxll26 bgp ii
 
Nxll28 ospf iii
Nxll28 ospf iiiNxll28 ospf iii
Nxll28 ospf iii
 
Nxll24 i pv6
Nxll24 i pv6Nxll24 i pv6
Nxll24 i pv6
 

Recently uploaded

Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 

Recently uploaded (20)

Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 

OSI (open systems interconnection) Model

  • 1. OSI (Open Systems Interconnection) Model The Open Systems Interconnection model (OSI) is a conceptual model that characterizes and standardizes the internal functions of a communication system by partitioning it into abstraction layers. The OSI Model is a conceptual, seven-layered model of how networks work. It tells us that how data is going through one computer to another computer, and also it simplifies to troubleshoot the network issues. A reference model to make sure products of different vendors would work together. HISTORY In the late 1970s, two projects began independently, with the same goal: to define a unifying standard for the architecture of networking systems. One was administered by the International Organization for Standardization (ISO), while the other was undertaken by the International Telegraph and Telephone Consultative Committee, or CCITT (the abbreviation is from the French version of the name). These two international standards bodies each developed a document that defined similar networking models. OSI (Open Source Interconnection) 7 Layer Model
  • 2. OSI (Open Systems Interconnection) Model In 1983, these two documents were merged together to form a standard called The Basic Reference Model for Open Systems Interconnection. That's a mouthful, so the standard is usually referred to as the Open Systems Interconnection Reference Model, the OSI Reference Model, or even just the OSI Model. It was published in 1984 by both the ISO, as standard ISO 7498, and the renamed CCITT (now called the Telecommunications Standardization Sector of the International Telecommunication Union or ITU-T) as standard X.200. The concept of a seven-layer model was provided by the work of Charles Bachman, Honeywell Information Services. Network Layer Interaction Network Layer Interconnection
  • 3. OSI (Open Systems Interconnection) Model Packet Structure OSI LAYER 1. Physical Layer Packet Description Physical Layer
  • 4. OSI (Open Systems Interconnection) Model Function of Layer 1  It defines the electrical and physical specifications of the data connection. It defines the relationship between a device and a physical transmission medium (e.g., a copper or fiber optical cable). This includes the layout of pins, voltages, line impedance, cable specifications, signal timing, hubs, repeaters, network adapters, host bus adapters (HBA used in storage area networks) and more.  It defines the protocol to establish and terminate a connection between two directly connected nodes over a communications medium.  It may define the protocol for flow control.  It defines transmission mode i.e. simplex, half & full duplex.  It defines topology.  It defines a protocol for the provision of a (not necessarily reliable) connection between two directly connected nodes, and the modulation or conversion between the representation of digital data in user equipment and the corresponding signals transmitted over the physical communications channel. This channel can involve physical cabling (such as copper and optical fiber) or a wireless radio link. Protocol  Telephone network modems- V.92  IRDA physical layer  USB physical layer  EIA RS-232, EIA-422, EIA-423, RS-449, RS-485  Ethernet physical layer Including 10BASE-T, 10BASE2, 10BASE5, 100BASE-TX, 100BASE-FX, 100BASE-T, 1000BASE-T, 1000BASE-SX and other varieties  Varieties of 802.11 Wi-Fi physical layers  DSL  ISDN  T1 and other T-carrier links, and E1 and other E-carrier links  SONET/SDH  Optical Transport Network (OTN)  GSM Um air interface physical layer  Bluetooth physical layer  ITU Recommendations: see ITU-T  IEEE 1394 interface  TransferJet physical layer  Etherloop  ARINC 818 Avionics Digital Video Bus
  • 5. OSI (Open Systems Interconnection) Model  G.hn/G.9960 physical layer  CAN bus (controller area network) physical layer  Mobile Industry Processor Interface physical layer 2. Data Link Layer The Data-Link layer contains two sub layers that are described in the IEEE-802 LAN standards:  Media Access Control (MAC) layer- responsible for controlling how computers in the network gain access to data and permission to transmit it.  Logical Link Control (LLC) layer- control error checking and packet synchronization. Data Link Layer
  • 6. OSI (Open Systems Interconnection) Model Function of Layer 2  Link establishment and termination: establishes and terminates the logical link between two nodes.  Frame traffic control: tells the transmitting node to "back-off" when no frame buffers are available.  Frame sequencing: transmits/receives frames sequentially.  Frame acknowledgment: provides/expects frame acknowledgments. Detects and recovers from errors that occur in the physical layer by retransmitting non-acknowledged frames and handling duplicate frame receipt.  Frame delimiting: creates and recognizes frame boundaries.  Frame error checking: checks received frames for integrity.  Media access management: determines when the node "has the right" to use the physical medium. Protocol  ARCnet Attached Resource Computer NETwork  CDP Cisco Discovery Protocol  DCAP Data Link Switching Client Access Protocol  Distributed Multi-Link Trunking  Distributed Split Multi-Link Trunking  Dynamic Trunking Protocol  Econet  Ethernet  FDDI Fiber Distributed Data Interface  Frame Relay  ITU-T G.hn Data Link Layer  HDLC High-Level Data Link Control  IEEE 802.11 WiFi  IEEE 802.16 WiMAX  LACP Link Aggregation Control Protocol  LattisNet  LocalTalk  L2F Layer 2 Forwarding Protocol  L2TP Layer 2 Tunneling Protocol  LAPD Link Access Procedures on the D channel  LLDP Link Layer Discovery Protocol
  • 7. OSI (Open Systems Interconnection) Model  LLDP-MED Link Layer Discovery Protocol - Media Endpoint Discovery  PAgP - Cisco Systems proprietary link aggregation protocol  PPP Point-to-Point Protocol  PPTP Point-to-Point Tunneling Protocol  Q.710 Simplified Message Transfer Part  Multi-link trunking Protocol  RPR IEEE 802.17 Resilient Packet Ring  SLIP Serial Line Internet Protocol (obsolete)  StarLAN  STP Spanning Tree Protocol  Split multi-link trunking Protocol  Token ring a protocol developed by IBM; the name can also be used to describe the token passing ring logical topology that it popularized.  VTP VLAN Trunking Protocol  VLAN Virtual Local Area Network 3. Network Layer Network Layer
  • 8. OSI (Open Systems Interconnection) Model Function of Layer 3  Routing: routes frames among networks.  Subnet traffic control: routers (network layer intermediate systems) can instruct a sending station to "throttle back" its frame transmission when the router's buffer fills up.  Frame fragmentation: if it determines that a downstream router's maximum transmission unit (MTU) size is less than the frame size, a router can fragment a frame for transmission and re-assembly at the destination station.  Logical-physical address mapping: translates logical addresses, or names, into physical addresses.  Subnet usage accounting: has accounting functions to keep track of frames forwarded by subnet intermediate systems, to produce billing information. Protocol  ARP Address Resolution Protocol  RARP Reverse Address Resolution Protocol  ATM Asynchronous Transfer Mode  Frame relay, a simplified version of X.25  IS-IS, Intermediate System - Intermediate System (OSI)  MPLS Multi-protocol label switching  SPB Shortest Path Bridging  X.25  MTP Message Transfer Part  NSP Network Service Part  HIP Host Identity Protocol Protocol Layer 3+4  AppleTalk  DECnet  IPX/SPX  Internet Protocol Suite  Xerox Network Systems  TCP/IP
  • 9. OSI (Open Systems Interconnection) Model 4. Transport Layer Function of Layer 4  Message segmentation: accepts a message from the (session) layer above it, splits the message into smaller units (if not already small enough), and passes the smaller units down to the network layer. The transport layer at the destination station reassembles the message.  Message acknowledgment: provides reliable end-to-end message delivery with acknowledgments.  Message traffic control: tells the transmitting station to "back-off" when no message buffers are available.  Session multiplexing: multiplexes several message streams, or sessions onto one logical link and keeps track of which messages belong to which sessions (see session layer). Transport Layer
  • 10. OSI (Open Systems Interconnection) Model Protocol  AH Authentication Header over IP or IPSec  IL Originally developed as transport layer for 9P  SCTP Stream Control Transmission Protocol  Sinec H1 for telecontrol  SPX Sequenced Packet Exchange  TCP Transmission Control Protocol  UDP User Datagram Protocol  DCCP Datagram Congestion Control Protocol 5. Session Layer Session Layer
  • 11. OSI (Open Systems Interconnection) Model Function of Layer 5  Session establishment, maintenance and termination: allows two application processes on different machines to establish, use and terminate a connection, called a session.  Session support: performs the functions that allow these processes to communicate over the network, performing security, name recognition, logging, and so on. Protocol  9P Distributed file system protocol developed originally as part of Plan 9  NetBIOS, File Sharing and Name Resolution protocol - the basis of file sharing with Windows.  NetBEUI, NetBIOS Enhanced User Interface  NCP NetWare Core Protocol  NFS Network File System  SMB Server Message Block  SOCKS "SOCKetS" 6. Presentation Layer Presentation Layer
  • 12. OSI (Open Systems Interconnection) Model Function of Layer 6  Character code translation: for example, ASCII to EBCDIC.  Data conversion: bit order, CR-CR/LF, integer-floating point, and so on.  Data compression: reduces the number of bits that need to be transmitted on the network.  Data encryption: encrypt data for security purposes. For example, password encryption. Protocol  TLS Transport Layer Security 7. Application Layer Application Layer
  • 13. OSI (Open Systems Interconnection) Model Function of Layer 7  Resource sharing and device redirection  Remote file access  Remote printer access  Inter-process communication  Network management  Directory services  Electronic messaging (such as mail)  Network virtual terminals Protocol  ADC, A peer-to-peer file sharing protocol  AFP, Apple Filing Protocol  BACnet, Building Automation and Control Network protocol  BitTorrent, A peer-to-peer file sharing protocol  BGP Border Gateway Protocol  BOOTP, Bootstrap Protoc;  CAMEL, an SS7 protocol tool for the home operator  Diameter, an authentication, authorization and accounting protocol  DICOM includes a network protocol definition  DICT, Dictionary protocol  DNS, Domain Name System  DSM-CC Digital Storage Media Command and Control  DSNP, Distributed Social Networking Protocol  DHCP, Dynamic Host Configuration Protocol  ED2K, A peer-to-peer file sharing protocol  FTP, File Transfer Protocol  Finger, which gives user profile information  Gnutella, a peer-to-peer file-swapping protocol  Gopher, a hierarchical hyperlinkable protocol  HTTP, Hypertext Transfer Protocol  HTTPS, Hypertext Transfer Protocol Secure  IMAP, Internet Message Access Protocol  IRC, Internet Relay Chat  ISUP, ISDN User Part
  • 14. OSI (Open Systems Interconnection) Model  LDAP Lightweight Directory Access Protocol  MIME, Multipurpose Internet Mail Extensions  MSNP, Microsoft Notification Protocol (used by Windows Live Messenger)  MAP, Mobile Application Part  Mosh, Mobile Shell  NNTP, Network News Transfer Protocol  NTP, Network Time Protocol  NTCIP, National Transportation Communications for Intelligent Transportation System Protocol  POP3 Post Office Protocol Version 3  RADIUS, an authentication, authorization and accounting protocol  RDP, Remote Desktop Protocol  Rlogin, a UNIX remote login protocol  rsync, a file transfer protocol for backups, copying and mirroring  RTP, Real-time Transport Protocol  RTSP, Real-time Transport Streaming Protocol  SSH, Secure Shell  SISNAPI, Siebel Internet Session Network API  SIP, Session Initiation Protocol, a signaling protocol  SMTP, Simple Mail Transfer Protocol  SNMP, Simple Network Management Protocol  SOAP, Simple Object Access Protocol  SMB, Microsoft Server Message Block Protocol  STUN, Session Traversal Utilities for NAT  TUP, Telephone User Part  Telnet, a remote terminal access protocol  TCAP, Transaction Capabilities Application Part  TFTP, Trivial File Transfer Protocol, a simple file transfer protocol  WebDAV, Web Distributed Authoring and Versioning  XMPP, an instant-messaging protocol