SlideShare a Scribd company logo
1 of 37
 OSI means Open System Interconnect model.
 Developed by the International Organization for
Standardization in 1974.
 It consists of seven layers.
 Each layer has a different but specific processing
function.
OSI Model
Advice
Person
Sales
Take
Not
Do
Please
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
Upper Layer
or
Software Layer
Lower Layer
or
Hardware Layer
Heart of OSI
Application Layer
Application Layer is
responsible for providing
Networking Services to user.
It also known as Desktop
Layer. Identification of
Services is done using Port
Numbers.
Ports are nothing but Socket
i.e. Entry and Exit Point to
the Layer
Total No. Ports 0 – 65535
Reserved Ports 0 – 1023
Open Ports 1024 – 65535
Application
Presentation
Session
Transport
Network
Data Link
Physical
Application
Example of HTTP request
Client Web Server
http://www.zoomgroup.com
Example of HTTP request
Client Web Server
HTTP Request
http:// www.zoomgroup.com
Webpage
HTTP Request
Listen on
Port 80
Sending HTTP Reply
Webpage
Received HTTP Reply
http://www.zoomgroup.com
Webpage
Example of FTP request
Client FTP Server
ftp://ftp.microsoft.com
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
Examples of Networking Services
Service Port No.
HTTP 80
FTP 21
SMTP 25
TELNET 23
TFTP 69
Application
21
80 25 67
53 69
How data flows from Application Layer
Data
Presentation
Session
Transport
Network
Data Link
Physical
Presentation Layer
Presentation Layer is
responsible for converting data
into standard format.
Examples : ASCII, EBCDIC, JPEG,
MPEG, BMP, MIDI, WAV, MP3
Following tasks are perform at
Presentation layer :
Encoding – Decoding
Encryption – Decryption
Compression – Decompression
Application
Presentation
Session
Transport
Network
Data Link
Physical
Presentation
How data flows from Presentation Layer
Data
Data
Application
Presentation
Session
Transport
Network
Data Link
Physical
Session Layer
Session Layer is responsible
establishing, maintaining and
terminating session.
Session ID also works at Session
Layer.
Examples :
RPC  Remote Procedure Call
SQL  Structured Query language
NFS  Network File System
Application
Presentation
Session
Transport
Network
Data Link
Physical
Session
How data flows from Session Layer
Data
Data
Data
Application
Presentation
Session
Transport
Network
Data Link
Physical
Transport Layer
Transport Layer is
responsible for end-to-end
connectivity. It is also known as
heart of OSI Layers. Following
task are performed at Transport
Layer : -
• Identifying Service
• Multiplexing & De-multiplexing
• Segmentation
• Sequencing & Reassembling
• Flow Control
• Error Correction
Application
Presentation
Session
Transport
Network
Data Link
Physical
Transport
Identifying Service
• Transmission Control
Protocol
• Connection Oriented
• Acknowledgement
• Reliable
• Slower
• Port No. 6
• e.g. HTTP, FTP, SMTP
• User Datagram
Protocol
• Connection Less
• No Acknowledgement
• Unreliable
• Faster
• Port No. 17
• e.g. DNS, DHCP, TFTP
TCP UDP
Application
Presentation
Session
Multiplexing & De-multiplexing
21
80 25 67
53 69
Transport
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
Hello! How are you ?
Hello! How Are You ?
Hello!
How are
you ?
A B
You Hello! How ? Are
Hello! How Are
You ?
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 ?
A B
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
Hello!
How are
you ?
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
Hello!
1/5
Are
3/5
You
4/5
?
5/5
How
2/5
How
2/5
Hello! How are you ? Hello!
How are
you ?
A B
Flow Control - Windowing
Sending
3-window
Received
3-window
Ack-Rec-
3
Sending
5-window
Received
4-window
A B
Ack.
Received-
4
PC-A
can send 4 Segment
at a time to
PC-B
How data flows from Transport Layer
Data
Data
Data
Data
TH
Segment
Application
Presentation
Session
Transport
Network
Data Link
Physical
Network Layer
Network Layer is
responsible for providing best
path to data to reach destination.
Logical Addressing sits on this
layer. Device working on Network
Layer is Router.
It is divided into two parts
• Routed Protocols
e.g. IP, IPX, Apple Talk.
• Routing Protocols
e.g. RIP, IGRP, OSPF, EIGRP
Application
Presentation
Session
Transport
Network
Data Link
Physical
Network
Routed Protocols
Hello!
How are
you ?
192.168.1.1 192.168.1.2
A B
Segment
Segment
Source IP
192.168.1.1
Destination IP
192.168.1.2
Source IP
192.168.1.1
Destination IP
192.168.1.2
Segment
Hello!
How are
you ?
Routing Protocols
A
www.zoomgroup.com
How data flows from Network Layer
Data
Data
Data
Segment
Segment
NH
e.g. Router
Packet
Application
Presentation
Session
Transport
Network
Data Link
Physical
Data link Layer
Datalink Layer is
divided into two Sub Layers :
• LLC – Logical Link Control
It talks about Wan protocols e.g.
PPP, HDLC, Frame-relay
• MAC – Media Access Control
It talks about Physical Address.
It is 48 bit Addressing
i.e. 12 digit Hexadecimal No.
It is also responsible for Error
Detection
Device working on Data Link
Layer is Switch, Bridge, NIC.
Application
Presentation
Session
Transport
Network
Data Link
Physical
Data Link
Error Detection – CRC Check
Hello!
How are
you ?
Packet
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
192.168.1.1
00-20-18-C0-07-71
192.168.1.2
00-20-18-C0-07-72
A B
PC-A
CRC No. 33333
PC-B
CRC No. 11114
Error Detected
For Error Correction
Contact Source Transport layer
Error Detection – CRC Check
Packet
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
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
e.g. Switch
How data flows from Data Link Layer
Data
Data
Data
Segment
DH
Packet
DT
Application
Presentation
Session
Transport
Network
Data Link
Physical
Packet
Packet
Frame
Physical Layer
Physical Layer is
responsible for electrical,
mechanical or procedural checks.
Data will be converted in Binary
that is 0’s & 1’s. Data will be in the
form of electrical pulses if it is
Coaxial or Twisted Pair cable and in
the form of Light if it is Fiber Optic
Cable.
Devices working at Physical Layer
are Hubs, Repeaters, Cables,
Modems etc.
Application
Presentation
Session
Transport
Network
Data Link
Physical
Physical
Physical Layer Example
Frame
Frame
1010101010101010
1010101010101010
Frame
Hello!
How are
you ?
A B
0101011010101010101010101
1010101101010101010101010
0101011010101010101010101
1010101101010101010101010
0101011010101010101010101
How data flows from Physical Layer
Data
Data
Data
Segment
Packet
Frame
Bits
e.g. Hub
Application
Presentation
Session
Transport
Network
Data Link
Physical
Segment
Packet
Frame
A B
Packet
Data
Data
Data
Bits
Data
Segment
Data Encapsulation & De-capsulation
Packet
Data
Data
Data
Application
Presentation
Session
Transport
Network
Data Link
Physical
Application
Presentation
Session
Transport
Network
Data Link
Physical
Bits
DH DT
NH
TH
Segment
Packet
DT Packet
DH DT
DH
NH Segment NH
TH Data
TH
Frame Packet
Application
Transport
Internet
Network
Access
Comparing OSI with TCP/IP Layers
OSI Layers TCP/IP Layers
Application
Presentation
Session
Transport
Network
Data Link
Physical
9226922.ppt

More Related Content

Similar to 9226922.ppt

ip net basic understanding slide show ppt
ip net basic understanding slide show pptip net basic understanding slide show ppt
ip net basic understanding slide show ppt
lolo749806
 

Similar to 9226922.ppt (20)

Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
 
Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
 
Aplication and Transport layer- a practical approach
Aplication and Transport layer-  a practical approachAplication and Transport layer-  a practical approach
Aplication and Transport layer- a practical approach
 
ip-basics.ppt
ip-basics.pptip-basics.ppt
ip-basics.ppt
 
ip net basic understanding slide show ppt
ip net basic understanding slide show pptip net basic understanding slide show ppt
ip net basic understanding slide show ppt
 
Networking and communications security – network architecture design
Networking and communications security – network architecture designNetworking and communications security – network architecture design
Networking and communications security – network architecture design
 
OSI model.pptx
OSI model.pptxOSI model.pptx
OSI model.pptx
 
osi and tcpip.ppt
osi and tcpip.pptosi and tcpip.ppt
osi and tcpip.ppt
 
Osi and tcpip
Osi and tcpipOsi and tcpip
Osi and tcpip
 
CN unit 1 part 2 2023.ppt
CN unit 1 part 2 2023.pptCN unit 1 part 2 2023.ppt
CN unit 1 part 2 2023.ppt
 
Presentation on TCP/IP Model
Presentation on TCP/IP ModelPresentation on TCP/IP Model
Presentation on TCP/IP Model
 
Computer network coe351- part2- final
Computer network coe351- part2- finalComputer network coe351- part2- final
Computer network coe351- part2- final
 
2009 osi 7 layers
2009 osi 7 layers2009 osi 7 layers
2009 osi 7 layers
 
Osi Model Interview Questions & Answers
Osi Model Interview Questions & AnswersOsi Model Interview Questions & Answers
Osi Model Interview Questions & Answers
 
Design an Implementation of A Messaging and Resource Sharing Software
Design an Implementation of A Messaging and Resource Sharing SoftwareDesign an Implementation of A Messaging and Resource Sharing Software
Design an Implementation of A Messaging and Resource Sharing Software
 
Avani
AvaniAvani
Avani
 
Week2 lec2-bscs1
Week2 lec2-bscs1Week2 lec2-bscs1
Week2 lec2-bscs1
 
protocol architecture
 protocol architecture protocol architecture
protocol architecture
 
ipbasics.ppt
ipbasics.pptipbasics.ppt
ipbasics.ppt
 
Day01
Day01 Day01
Day01
 

Recently uploaded

Recently uploaded (20)

Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 

9226922.ppt

  • 1.
  • 2.  OSI means Open System Interconnect model.  Developed by the International Organization for Standardization in 1974.  It consists of seven layers.  Each layer has a different but specific processing function. OSI Model
  • 3. Advice Person Sales Take Not Do Please 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 Upper Layer or Software Layer Lower Layer or Hardware Layer Heart of OSI
  • 4. Application Layer Application Layer is responsible for providing Networking Services to user. It also known as Desktop Layer. Identification of Services is done using Port Numbers. Ports are nothing but Socket i.e. Entry and Exit Point to the Layer Total No. Ports 0 – 65535 Reserved Ports 0 – 1023 Open Ports 1024 – 65535 Application Presentation Session Transport Network Data Link Physical Application
  • 5. Example of HTTP request Client Web Server http://www.zoomgroup.com
  • 6. Example of HTTP request Client Web Server HTTP Request http:// www.zoomgroup.com Webpage HTTP Request Listen on Port 80 Sending HTTP Reply Webpage Received HTTP Reply http://www.zoomgroup.com Webpage
  • 7. Example of FTP request Client FTP Server ftp://ftp.microsoft.com
  • 8. 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
  • 9. Examples of Networking Services Service Port No. HTTP 80 FTP 21 SMTP 25 TELNET 23 TFTP 69
  • 10. Application 21 80 25 67 53 69 How data flows from Application Layer Data Presentation Session Transport Network Data Link Physical
  • 11. Presentation Layer Presentation Layer is responsible for converting data into standard format. Examples : ASCII, EBCDIC, JPEG, MPEG, BMP, MIDI, WAV, MP3 Following tasks are perform at Presentation layer : Encoding – Decoding Encryption – Decryption Compression – Decompression Application Presentation Session Transport Network Data Link Physical Presentation
  • 12. How data flows from Presentation Layer Data Data Application Presentation Session Transport Network Data Link Physical
  • 13. Session Layer Session Layer is responsible establishing, maintaining and terminating session. Session ID also works at Session Layer. Examples : RPC  Remote Procedure Call SQL  Structured Query language NFS  Network File System Application Presentation Session Transport Network Data Link Physical Session
  • 14. How data flows from Session Layer Data Data Data Application Presentation Session Transport Network Data Link Physical
  • 15. Transport Layer Transport Layer is responsible for end-to-end connectivity. It is also known as heart of OSI Layers. Following task are performed at Transport Layer : - • Identifying Service • Multiplexing & De-multiplexing • Segmentation • Sequencing & Reassembling • Flow Control • Error Correction Application Presentation Session Transport Network Data Link Physical Transport
  • 16. Identifying Service • Transmission Control Protocol • Connection Oriented • Acknowledgement • Reliable • Slower • Port No. 6 • e.g. HTTP, FTP, SMTP • User Datagram Protocol • Connection Less • No Acknowledgement • Unreliable • Faster • Port No. 17 • e.g. DNS, DHCP, TFTP TCP UDP
  • 17. Application Presentation Session Multiplexing & De-multiplexing 21 80 25 67 53 69 Transport TCP - 6 UDP - 17 Network Data Link Physical
  • 18. Segmentation Hello! How are you ? Hello! How Are You ? Hello! How are you ? A B
  • 19. Sequencing & Reassembling Hello! How are you ? Hello! How Are You ? Hello! How are you ? A B You Hello! How ? Are Hello! How Are You ? you Hello! How ? are
  • 20. Sequencing & Reassembling Hello! How are you ? Hello! 1/5 How 2/5 Are 3/5 You 4/5 ? 5/5 Hello! How are you ? A B 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 Hello! How are you ?
  • 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 Hello! 1/5 Are 3/5 You 4/5 ? 5/5 How 2/5 How 2/5 Hello! How are you ? Hello! How are you ? A B
  • 22. Flow Control - Windowing Sending 3-window Received 3-window Ack-Rec- 3 Sending 5-window Received 4-window A B Ack. Received- 4 PC-A can send 4 Segment at a time to PC-B
  • 23. How data flows from Transport Layer Data Data Data Data TH Segment Application Presentation Session Transport Network Data Link Physical
  • 24. Network Layer Network Layer is responsible for providing best path to data to reach destination. Logical Addressing sits on this layer. Device working on Network Layer is Router. It is divided into two parts • Routed Protocols e.g. IP, IPX, Apple Talk. • Routing Protocols e.g. RIP, IGRP, OSPF, EIGRP Application Presentation Session Transport Network Data Link Physical Network
  • 25. Routed Protocols Hello! How are you ? 192.168.1.1 192.168.1.2 A B Segment Segment Source IP 192.168.1.1 Destination IP 192.168.1.2 Source IP 192.168.1.1 Destination IP 192.168.1.2 Segment Hello! How are you ?
  • 27. How data flows from Network Layer Data Data Data Segment Segment NH e.g. Router Packet Application Presentation Session Transport Network Data Link Physical
  • 28. Data link Layer Datalink Layer is divided into two Sub Layers : • LLC – Logical Link Control It talks about Wan protocols e.g. PPP, HDLC, Frame-relay • MAC – Media Access Control It talks about Physical Address. It is 48 bit Addressing i.e. 12 digit Hexadecimal No. It is also responsible for Error Detection Device working on Data Link Layer is Switch, Bridge, NIC. Application Presentation Session Transport Network Data Link Physical Data Link
  • 29. Error Detection – CRC Check Hello! How are you ? Packet 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 192.168.1.1 00-20-18-C0-07-71 192.168.1.2 00-20-18-C0-07-72 A B PC-A CRC No. 33333 PC-B CRC No. 11114 Error Detected For Error Correction Contact Source Transport layer
  • 30. Error Detection – CRC Check Packet 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 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
  • 31. e.g. Switch How data flows from Data Link Layer Data Data Data Segment DH Packet DT Application Presentation Session Transport Network Data Link Physical Packet Packet Frame
  • 32. Physical Layer Physical Layer is responsible for electrical, mechanical or procedural checks. Data will be converted in Binary that is 0’s & 1’s. Data will be in the form of electrical pulses if it is Coaxial or Twisted Pair cable and in the form of Light if it is Fiber Optic Cable. Devices working at Physical Layer are Hubs, Repeaters, Cables, Modems etc. Application Presentation Session Transport Network Data Link Physical Physical
  • 33. Physical Layer Example Frame Frame 1010101010101010 1010101010101010 Frame Hello! How are you ? A B 0101011010101010101010101 1010101101010101010101010 0101011010101010101010101 1010101101010101010101010 0101011010101010101010101
  • 34. How data flows from Physical Layer Data Data Data Segment Packet Frame Bits e.g. Hub Application Presentation Session Transport Network Data Link Physical
  • 35. Segment Packet Frame A B Packet Data Data Data Bits Data Segment Data Encapsulation & De-capsulation Packet Data Data Data Application Presentation Session Transport Network Data Link Physical Application Presentation Session Transport Network Data Link Physical Bits DH DT NH TH Segment Packet DT Packet DH DT DH NH Segment NH TH Data TH Frame Packet
  • 36. Application Transport Internet Network Access Comparing OSI with TCP/IP Layers OSI Layers TCP/IP Layers Application Presentation Session Transport Network Data Link Physical