SlideShare a Scribd company logo
OSI (Open Systems Interconnect) Reference Model
OSI was developed by the International Organization for Standardization (ISO) and introduced in 1984. It is a layered architecture (consists of seven layers). Each layer defines a set of functions which takes part in data communication. OSI Model
OSI Model Layers Application  Presentation Session Transport  Network  Data Link Physical Layer - 7 Layer - 6 Layer - 5 Layer - 4 Layer - 3 Layer - 2 Layer - 1 User support Layers  or  Software Layers Network support Layers  or  Hardware Layers Core layer of the  OSI
Application Layer Application  Layer   is responsible for  providing  an interface for the users to interact with application services or Networking Services .  Ex: Web browser, Telnet etc. Application  Application  Presentation Session Transport  Network  Data Link Physical
Examples of Networking Services Service   Port No. HTTP 80 FTP 21 SMTP  25 TELNET 23 TFTP 69
Application  Data flow -- Application Layer Data 21 80 25 67 53 69 Presentation Session Transport  Network  Data Link Physical
Presentation Layer Presentation Layer   It is  responsible for defining a standard format to the data.  It deals with data presentation. The major functions described at this layer are..  Encoding  –  Decoding Ex:  ASCII, EBCDIC (Text) JPEG,GIF,TIFF (Graphics) MIDI,WAV (Voice) MPEG,DAT,AVI (Video) Encryption  – Decryption Compression  – Decompression Presentation Application  Presentation Session Transport  Network  Data Link Physical
Data flow -- Presentation Layer Data Data Application  Presentation Session Transport  Network  Data Link Physical
Session Layer Session Layer   It is responsible for establishing, maintaining and terminating the sessions.  Session ID is used to identify a session or interaction. Examples : RPC    Remote Procedural Call  SQL    Structured Query Language ASP    AppleTalk Session protocol Session Application  Presentation Session Transport  Network  Data Link Physical
Data flow -- Session Layer Data Data Data Application  Presentation Session Transport  Network  Data Link Physical
Transport Layer Transport Layer   It  provides data delivery mechanism between the applications in the network . The major functions described at the Transport Layer  are..  Identifying Service Multiplexing & De-multiplexing Segmentation Sequencing & Reassembling Error Correction Flow Control Transport  Application  Presentation Session Transport  Network  Data Link Physical
Identifying a Service Identification of Services is done using  Port Numbers. Port is a logical communication Channel Total No. Ports 0 – 65535  Server   Ports 1 - 1023  Client Ports 1024 – 65535
The protocols which takes care of Data Transportation    at Transport layer  are…TCP,UDP Transport Layer Protocols Transmission Control Protocol Connection Oriented  Supports Ack’s Reliable communication Slower data Transportation Protocol No is  6 Eg: HTTP, FTP, SMTP User Datagram  Protocol Connection Less  No support for Ack’s Unreliable communication Faster data Transportation Protocol No  is  17 Eg: DNS, DHCP, TFTP TCP UDP
Connection Establishment Syn, Seq=x Syn, seq=y ; ack x+1 Ack y+1 A B
Multiplexing & De-multiplexing Transport  Application  Presentation Session 21 80 25 67 53 69 TCP - 6 UDP - 17 Network  Data Link Physical
Segmentation Hello! How are  you ? Hello! How Are You ? Hello! How are  you ? A B
Sequencing & Reassembling You Hello! How ? Are Hello! How Are You ? A B you  Hello! How ? are
Sequencing & Reassembling Hello! How are  you ? Hello! 1/5 How 2/5 Are 3/5 You 4/5 ? 5/5 Hello! How are  you ? Hello! How are  you ? Hello! 1/5 How 2/5 Are 3/5 You 4/5 ? 5/5 Hello! 1/5 How 2/5 Are 3/5 You 4/5 ? 5/5 A B Hello! How are  you ?
Flow Control Window Size = 1 Send 1 Receive 1 Ack 2 Send 2 Receive 2 Ack 3 Send 3 Send 4 Receive 3 Receive 4 Window Size = 3 Send 5 Receive 5 Ack 6 Send 7 A B
Error Correction Send 2 Send 1 Send 3 Ack 4 Send 5 Send 4 Send 6 Ack 5 Send 5 Ack 7 1 2 3 4 5 6 7 1 2 3 4 5 6 7 A B
Error Correction Hello! How are  you ? Hello! 1/5 How 2/5 Are 3/5 You 4/5 ? 5/5 Hello! How are  you ? Hello! 1/5 Are 3/5 You 4/5 ? 5/5 Hello! 1/5 Are 3/5 You 4/5 ? 5/5 Segment Missing How 2/5 How 2/5 Hello! How are  you ? Hello! 1/5 Are 3/5 You 4/5 ? 5/5 Hello! How are  you ? A B
Data flow -- Transport  Layer Data Data Data Data Segment TH Application  Presentation Session Transport  Network  Data Link Physical
Network Layer Network Layer   It provides Logical addressing & Path determination (Routing) in this layer. The protocols that work in this layer are:  Routed Protocols : IP, IPX, AppleTalk.. Etc Routed protocols used to carry user data between hosts. Routing Protocols : RIP, OSPF.. Etc Routing protocols performs Path determination (Routing). Network  Application  Presentation Session Transport  Network  Data Link Physical
Routed Protocols Segment S.IP: 10.0.0.1 D.IP:10.0.0.2 Segment S.IP: 10.0.0.1 D.IP:10.0.0.2 Network Transport 10.0.0.1 10.0.0.2 A B
Routing Protocols www.zoomgroup.com A
Data flow -- Network Layer Data Data Data Segment Segment Packet Devices that work at Network Layer  are Router, Multilayer switch etc.. NH Application  Presentation Session Transport  Network  Data Link Physical
Datalink Layer Datalink Layer   It has 2 sub layers MAC  (Media Access Control) It provides reliable transit of data across a physical link.  It also provides ERROR DETECTION using CRC (Cyclic Redundancy Check) and ordered delivery of Frames. Ex: Ethernet, Token ring…etc  LLC  (Logical Link Control) It provides communication with Network layer.  Negotiates with Network Layer using SAP & SNAP protocols Data Link Application  Presentation Session Transport  Network  Data Link Physical
Error Detection – CRC Check Hello! How are  you ? Packet Source MAC  00-20-18-C0-07-71 Destination MAC 00-20-18-C0-07-72 00000 32434 22222 89696 55434 99323 43434 99434 46323 11114 33333 00000 32434 22222 89696 55434 99323 43434 99434 46323 11114 Error Detected PC-A  CRC No. 33333  PC-B  CRC No. 11114 Error Detected   For Error Correction  Contact Source Transport layer Packet 192.168.1.1 00-20-18-C0-07-71 192.168.1.2 00-20-18-C0-07-72 A B
Error Detection – CRC Check Packet Source MAC  00-20-18-C0-07-71 Destination MAC 00-20-18-C0-07-72 00000 32434 22222 89696 55434 99323 43434 99434 46323 11114 20202 00000 32434 22222 89696 55434 99323 43434 99434 46323 11114 20202 Source MAC  00-20-18-C0-07-71 Destination MAC 00-20-18-C0-07-72 Packet Packet Hello! How are  you ? 192.168.1.1 00-20-18-C0-07-71 192.168.1.2 00-20-18-C0-07-72 A B
Data flow -- Data Link Layer Data Data Data Segment Packet Packet Packet Frame Devices that work at Data link layer are Switch, Bridge etc..  DH DT Application  Presentation Session Transport  Network  Data Link Physical
Physical Layer Physical Layer   It defines the electrical, Mechanical &  functional specifications for communication between the Network devices.  The functions described at this layer are.. Encoding/decoding: It is the process of converting the binary data into signals based on the type of the media. Copper media   : Electrical signals of different voltages Fiber media  :  Light pulses of different   wavelengths Wireless media:  Radio frequency waves   Mode of transmision of signals: Signal   Communication happens in three different modes Simplex, Half-duplex, Full-duplex Protocols works at physical layer: 10BaseT, 100BaseT,   V.35, RS-232..etc Physical Application  Presentation Session Transport  Network  Data Link Physical
Physical Transmission of data  Example: Frame 1010101010101010 1010101010101010 0101011010101010101010101 1010101101010101010101010 0101011010101010101010101 1010101101010101010101010 0101011010101010101010101 Frame Frame Hello! How are  you ? A B
Data flow -- Physical Layer Data Data Data Segment Packet Frame Bits Devices that work at  physical layer are .. Hub, Repeater.. Etc Application  Presentation Session Transport  Network  Data Link Physical
Segment Packet Frame Packet Data Data Data Bits Data Segment Data Encapsulation  & De-capsulation  Packet Data Data Data Bits Segment Packet Frame A B Application  Presentation Session Transport  Network  Data Link Physical Application  Presentation Session Transport  Network  Data Link Physical DH DT NH TH DT Packet DH DT DH NH Segment NH TH Data TH Packet
Application  Host-to-Host  Internet Network  Access Comparing OSI with TCP/IP Layers  OSI Layers TCP/IP Layers Application  Presentation Session Transport  Network  Data Link Physical
THE END
 
Example of FTP request ftp://ftp.microsoft.com Client FTP Server
Example of FTP request FTP Request ftp://ftp.microsoft.com FTP Request  Listen on  Port 21 Sending FTP Reply Received FTP Reply ftp://ftp.microsoft.com Client FTP Server
ftp://ftp.microsoft.com
telnet 192.168.1.150 ================================ Welcome to Hyderabad Router ================================ User Access Verification password : Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:\> Connecting .....
http://www.microsoft.com
http://mail.yahoo.com xyz ****** [email_address]

More Related Content

PPT
CCNA CHAPTER 9 BY jetarvind kumar madhukar
PPT
TCP IP
PPT
Ch02 TCP/IP Concepts Review
PPT
PDF
TCP/IP – Transmission Control Protocol/ Internet Protocol
KEY
Network infrastructure - TCP/IP
PPT
Chapter4 Network
PPTX
Tcp IP Model
CCNA CHAPTER 9 BY jetarvind kumar madhukar
TCP IP
Ch02 TCP/IP Concepts Review
TCP/IP – Transmission Control Protocol/ Internet Protocol
Network infrastructure - TCP/IP
Chapter4 Network
Tcp IP Model

What's hot (20)

PPT
transport layer
PPT
Multi-Protocol Label Switching: Basics and Applications
PPT
Tcp ip
PPTX
TCP/IP Introduction
PPTX
Comparison between traditional vpn and mpls vpn
PPT
PPTX
Presentation on TCP/IP Model
PPT
eTwinning - TCP/IP: Internet layer
PPTX
Tcp ip tutorial
PDF
OSI and TCP/IP Reference Model - Ramesh Kumar, Convergence Labs
PPT
Overview of TCP IP
PPTX
TCP/IP Protocol Architeture
PPT
TCP / IP Services and Standards
PPT
Point-to-Point Protocol(PPP) CCN ppt
PPTX
What is TCP/IP
PPTX
Tcp/ip model
PDF
InternetWorking With TCP\IP
transport layer
Multi-Protocol Label Switching: Basics and Applications
Tcp ip
TCP/IP Introduction
Comparison between traditional vpn and mpls vpn
Presentation on TCP/IP Model
eTwinning - TCP/IP: Internet layer
Tcp ip tutorial
OSI and TCP/IP Reference Model - Ramesh Kumar, Convergence Labs
Overview of TCP IP
TCP/IP Protocol Architeture
TCP / IP Services and Standards
Point-to-Point Protocol(PPP) CCN ppt
What is TCP/IP
Tcp/ip model
InternetWorking With TCP\IP
Ad

Viewers also liked (6)

PPTX
26 gennaio draghetti
PPT
ACIT Mumbai - OSI Model
DOCX
IRFAN HAIDER[1].docx1
PDF
Target Audiences
PPSX
You decide
PPTX
Upper OSI Layers
26 gennaio draghetti
ACIT Mumbai - OSI Model
IRFAN HAIDER[1].docx1
Target Audiences
You decide
Upper OSI Layers
Ad

Similar to ACIT Mumbai - Open Systems Interconnect (20)

PPT
OSI Reference Model Explained in Very Simple Words
PPTX
OSI Model.pptx
PPTX
Iso osi layers reference model of internet .pptx
PPT
9226922.ppt
PPTX
OSI model.pptx
PDF
Ccent notes part 1
PPT
OSI layer by cisco
PPT
OSI Layers
PPT
Ccna introduction
DOCX
Networking interview questions
PDF
6-OSI Model - ISO - Organization for Standardization.
PPTX
chapter 4.pptx
PDF
CPE401_MODULE2B_Data_Communication_and_Networking.pdf
PPT
Chapeter 2
PPTX
18200121001_PCC-CS-602.pptx 18200121001_PCC-CS-602.ppt18200121001_PCC-CS-602....
PPTX
Ictinfraosi7 layers tcpipmodel2016e
PDF
Network security at_osi_layers
PPT
Bhargava Presentation.ppt
PPT
Bhargava Presentation.ppt
PPTX
Chapter 1 overview-stij3053 - Network Design
OSI Reference Model Explained in Very Simple Words
OSI Model.pptx
Iso osi layers reference model of internet .pptx
9226922.ppt
OSI model.pptx
Ccent notes part 1
OSI layer by cisco
OSI Layers
Ccna introduction
Networking interview questions
6-OSI Model - ISO - Organization for Standardization.
chapter 4.pptx
CPE401_MODULE2B_Data_Communication_and_Networking.pdf
Chapeter 2
18200121001_PCC-CS-602.pptx 18200121001_PCC-CS-602.ppt18200121001_PCC-CS-602....
Ictinfraosi7 layers tcpipmodel2016e
Network security at_osi_layers
Bhargava Presentation.ppt
Bhargava Presentation.ppt
Chapter 1 overview-stij3053 - Network Design

More from Sleek International (7)

PPT
Acit Mumbai - understanding vpns
PPT
acit mumbai - ospf rouitng
PPT
ACIT - CCNA Training - Wan Interface
PPT
ACIT - CCNA Training Course Topic - Switch Stp ACIT
PPT
ACIT - CCNA Training India - VPN
PPT
ACIT Mumbai - CCNA Training - Router Introduction
PPT
ACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENT
Acit Mumbai - understanding vpns
acit mumbai - ospf rouitng
ACIT - CCNA Training - Wan Interface
ACIT - CCNA Training Course Topic - Switch Stp ACIT
ACIT - CCNA Training India - VPN
ACIT Mumbai - CCNA Training - Router Introduction
ACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENT

Recently uploaded (20)

PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Cell Structure & Organelles in detailed.
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Complications of Minimal Access Surgery at WLH
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Pre independence Education in Inndia.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Abdominal Access Techniques with Prof. Dr. R K Mishra
FourierSeries-QuestionsWithAnswers(Part-A).pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Cell Structure & Organelles in detailed.
Microbial disease of the cardiovascular and lymphatic systems
2.FourierTransform-ShortQuestionswithAnswers.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Module 4: Burden of Disease Tutorial Slides S2 2025
GDM (1) (1).pptx small presentation for students
PPH.pptx obstetrics and gynecology in nursing
Final Presentation General Medicine 03-08-2024.pptx
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
O7-L3 Supply Chain Operations - ICLT Program
Complications of Minimal Access Surgery at WLH
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
O5-L3 Freight Transport Ops (International) V1.pdf
Pre independence Education in Inndia.pdf
VCE English Exam - Section C Student Revision Booklet
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf

ACIT Mumbai - Open Systems Interconnect

  • 1. OSI (Open Systems Interconnect) Reference Model
  • 2. OSI was developed by the International Organization for Standardization (ISO) and introduced in 1984. It is a layered architecture (consists of seven layers). Each layer defines a set of functions which takes part in data communication. OSI Model
  • 3. OSI Model Layers Application Presentation Session Transport Network Data Link Physical Layer - 7 Layer - 6 Layer - 5 Layer - 4 Layer - 3 Layer - 2 Layer - 1 User support Layers or Software Layers Network support Layers or Hardware Layers Core layer of the OSI
  • 4. Application Layer Application Layer is responsible for providing an interface for the users to interact with application services or Networking Services . Ex: Web browser, Telnet etc. Application Application Presentation Session Transport Network Data Link Physical
  • 5. Examples of Networking Services Service Port No. HTTP 80 FTP 21 SMTP 25 TELNET 23 TFTP 69
  • 6. Application Data flow -- Application Layer Data 21 80 25 67 53 69 Presentation Session Transport Network Data Link Physical
  • 7. Presentation Layer Presentation Layer It is responsible for defining a standard format to the data. It deals with data presentation. The major functions described at this layer are.. Encoding – Decoding Ex: ASCII, EBCDIC (Text) JPEG,GIF,TIFF (Graphics) MIDI,WAV (Voice) MPEG,DAT,AVI (Video) Encryption – Decryption Compression – Decompression Presentation Application Presentation Session Transport Network Data Link Physical
  • 8. Data flow -- Presentation Layer Data Data Application Presentation Session Transport Network Data Link Physical
  • 9. Session Layer Session Layer It is responsible for establishing, maintaining and terminating the sessions. Session ID is used to identify a session or interaction. Examples : RPC  Remote Procedural Call SQL  Structured Query Language ASP  AppleTalk Session protocol Session Application Presentation Session Transport Network Data Link Physical
  • 10. Data flow -- Session Layer Data Data Data Application Presentation Session Transport Network Data Link Physical
  • 11. Transport Layer Transport Layer It provides data delivery mechanism between the applications in the network . The major functions described at the Transport Layer are.. Identifying Service Multiplexing & De-multiplexing Segmentation Sequencing & Reassembling Error Correction Flow Control Transport Application Presentation Session Transport Network Data Link Physical
  • 12. Identifying a Service Identification of Services is done using Port Numbers. Port is a logical communication Channel Total No. Ports 0 – 65535 Server Ports 1 - 1023 Client Ports 1024 – 65535
  • 13. The protocols which takes care of Data Transportation at Transport layer are…TCP,UDP Transport Layer Protocols Transmission Control Protocol Connection Oriented Supports Ack’s Reliable communication Slower data Transportation Protocol No is 6 Eg: HTTP, FTP, SMTP User Datagram Protocol Connection Less No support for Ack’s Unreliable communication Faster data Transportation Protocol No is 17 Eg: DNS, DHCP, TFTP TCP UDP
  • 14. Connection Establishment Syn, Seq=x Syn, seq=y ; ack x+1 Ack y+1 A B
  • 15. Multiplexing & De-multiplexing Transport Application Presentation Session 21 80 25 67 53 69 TCP - 6 UDP - 17 Network Data Link Physical
  • 16. Segmentation Hello! How are you ? Hello! How Are You ? Hello! How are you ? A B
  • 17. Sequencing & Reassembling You Hello! How ? Are Hello! How Are You ? A B you Hello! How ? are
  • 18. Sequencing & Reassembling Hello! How are you ? Hello! 1/5 How 2/5 Are 3/5 You 4/5 ? 5/5 Hello! How are you ? Hello! How are you ? Hello! 1/5 How 2/5 Are 3/5 You 4/5 ? 5/5 Hello! 1/5 How 2/5 Are 3/5 You 4/5 ? 5/5 A B Hello! How are you ?
  • 19. Flow Control Window Size = 1 Send 1 Receive 1 Ack 2 Send 2 Receive 2 Ack 3 Send 3 Send 4 Receive 3 Receive 4 Window Size = 3 Send 5 Receive 5 Ack 6 Send 7 A B
  • 20. Error Correction Send 2 Send 1 Send 3 Ack 4 Send 5 Send 4 Send 6 Ack 5 Send 5 Ack 7 1 2 3 4 5 6 7 1 2 3 4 5 6 7 A B
  • 21. Error Correction Hello! How are you ? Hello! 1/5 How 2/5 Are 3/5 You 4/5 ? 5/5 Hello! How are you ? Hello! 1/5 Are 3/5 You 4/5 ? 5/5 Hello! 1/5 Are 3/5 You 4/5 ? 5/5 Segment Missing How 2/5 How 2/5 Hello! How are you ? Hello! 1/5 Are 3/5 You 4/5 ? 5/5 Hello! How are you ? A B
  • 22. Data flow -- Transport Layer Data Data Data Data Segment TH Application Presentation Session Transport Network Data Link Physical
  • 23. Network Layer Network Layer It provides Logical addressing & Path determination (Routing) in this layer. The protocols that work in this layer are: Routed Protocols : IP, IPX, AppleTalk.. Etc Routed protocols used to carry user data between hosts. Routing Protocols : RIP, OSPF.. Etc Routing protocols performs Path determination (Routing). Network Application Presentation Session Transport Network Data Link Physical
  • 24. Routed Protocols Segment S.IP: 10.0.0.1 D.IP:10.0.0.2 Segment S.IP: 10.0.0.1 D.IP:10.0.0.2 Network Transport 10.0.0.1 10.0.0.2 A B
  • 26. Data flow -- Network Layer Data Data Data Segment Segment Packet Devices that work at Network Layer are Router, Multilayer switch etc.. NH Application Presentation Session Transport Network Data Link Physical
  • 27. Datalink Layer Datalink Layer It has 2 sub layers MAC (Media Access Control) It provides reliable transit of data across a physical link. It also provides ERROR DETECTION using CRC (Cyclic Redundancy Check) and ordered delivery of Frames. Ex: Ethernet, Token ring…etc LLC (Logical Link Control) It provides communication with Network layer. Negotiates with Network Layer using SAP & SNAP protocols Data Link Application Presentation Session Transport Network Data Link Physical
  • 28. Error Detection – CRC Check Hello! How are you ? Packet Source MAC 00-20-18-C0-07-71 Destination MAC 00-20-18-C0-07-72 00000 32434 22222 89696 55434 99323 43434 99434 46323 11114 33333 00000 32434 22222 89696 55434 99323 43434 99434 46323 11114 Error Detected PC-A CRC No. 33333 PC-B CRC No. 11114 Error Detected For Error Correction Contact Source Transport layer Packet 192.168.1.1 00-20-18-C0-07-71 192.168.1.2 00-20-18-C0-07-72 A B
  • 29. Error Detection – CRC Check Packet Source MAC 00-20-18-C0-07-71 Destination MAC 00-20-18-C0-07-72 00000 32434 22222 89696 55434 99323 43434 99434 46323 11114 20202 00000 32434 22222 89696 55434 99323 43434 99434 46323 11114 20202 Source MAC 00-20-18-C0-07-71 Destination MAC 00-20-18-C0-07-72 Packet Packet Hello! How are you ? 192.168.1.1 00-20-18-C0-07-71 192.168.1.2 00-20-18-C0-07-72 A B
  • 30. Data flow -- Data Link Layer Data Data Data Segment Packet Packet Packet Frame Devices that work at Data link layer are Switch, Bridge etc.. DH DT Application Presentation Session Transport Network Data Link Physical
  • 31. Physical Layer Physical Layer It defines the electrical, Mechanical & functional specifications for communication between the Network devices. The functions described at this layer are.. Encoding/decoding: It is the process of converting the binary data into signals based on the type of the media. Copper media : Electrical signals of different voltages Fiber media : Light pulses of different wavelengths Wireless media: Radio frequency waves Mode of transmision of signals: Signal Communication happens in three different modes Simplex, Half-duplex, Full-duplex Protocols works at physical layer: 10BaseT, 100BaseT, V.35, RS-232..etc Physical Application Presentation Session Transport Network Data Link Physical
  • 32. Physical Transmission of data Example: Frame 1010101010101010 1010101010101010 0101011010101010101010101 1010101101010101010101010 0101011010101010101010101 1010101101010101010101010 0101011010101010101010101 Frame Frame Hello! How are you ? A B
  • 33. Data flow -- Physical Layer Data Data Data Segment Packet Frame Bits Devices that work at physical layer are .. Hub, Repeater.. Etc Application Presentation Session Transport Network Data Link Physical
  • 34. Segment Packet Frame Packet Data Data Data Bits Data Segment Data Encapsulation & De-capsulation Packet Data Data Data Bits Segment Packet Frame A B Application Presentation Session Transport Network Data Link Physical Application Presentation Session Transport Network Data Link Physical DH DT NH TH DT Packet DH DT DH NH Segment NH TH Data TH Packet
  • 35. Application Host-to-Host Internet Network Access Comparing OSI with TCP/IP Layers OSI Layers TCP/IP Layers Application Presentation Session Transport Network Data Link Physical
  • 37.  
  • 38. Example of FTP request ftp://ftp.microsoft.com Client FTP Server
  • 39. Example of FTP request FTP Request ftp://ftp.microsoft.com FTP Request Listen on Port 21 Sending FTP Reply Received FTP Reply ftp://ftp.microsoft.com Client FTP Server
  • 41. telnet 192.168.1.150 ================================ Welcome to Hyderabad Router ================================ User Access Verification password : Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:\> Connecting .....

Editor's Notes

  • #12: Transport Layer provides data delivery mechanism between the applications in the network