SlideShare a Scribd company logo
CCNA 200-301 Day 3
CCNA 200-301 Day 3
OSI MODEL & TCP/IP SUITE
OSI MODEL & TCP/IP SUITE
What is a networking model?
What is a networking model?
Networking models categorize and provide a structure for networking protocols
and standards.
A set of rules defining how network devices and software should work.
NETWORKING MODEL
protocol
protocol
protocol
protocol
protocol
protocol
protocol
protocol
protocol
standard
standard
standard
logical
Networks without standardization
Networks without standardization
x
OSI Model
OSI Model
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
●
‘Open Systems Interconnection’ model
●
A conceptual model that categorizes and standardizes
the different functions in a network.
●
Created by the ‘International Organization for
Standardization’ (ISO).
●
Functions are divided into 7 ‘Layers’
.
●
These layers work together to make the network work.
OSI Model – Application Layer
OSI Model – Application Layer
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
●
This layer is closest to the end user.
●
Interacts with software applications, for example your
web browser (Brave, Firefox, Chrome, etc)
●
HTTP and HTTPS are Layer 7 protocols
(https://www.cisco.com)
Functions of Layer 7 include:
●
Identifying communication partners
●
Synchronizing communication
OSI Model – Application Layer
OSI Model – Application Layer
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
Adjacent-layer interaction
Adjacent-layer interaction
Same-layer interaction
Encapsulation
De-encapsulation
OSI Model – Presentation Layer
OSI Model – Presentation Layer
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
●
Data in the application layer is in ‘application
format’
.
●
It needs to be ‘translated’ to a different format to
be sent over the network.
●
The Presentation Layer’s job is to translate
between application and network formats.
●
For example, encryption of data as it is sent, and
decryption of data as it is received.
●
Also translates between different Application-
Layer formats.
OSI Model – Session Layer
OSI Model – Session Layer
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
●
Controls dialogues (sessions) between
communicating hosts.
●
Establishes, manages, and terminates connections
between the local application (for example, your
web browser) and the remote application (for
example, YouTube).
OSI Model – The Upper Layers
OSI Model – The Upper Layers
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
●
Network engineers don’t usually work with the top
3 layers.
●
Application developers work with the top layers of
the OSI model to connect their applications over
networks.
OSI Model – The Upper Layers
OSI Model – The Upper Layers
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
Data
Encapsulation
Data
L4
header
OSI Model – Transport Layer
OSI Model – Transport Layer
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
●
Segments and reassembles data for
communications between end hosts.
●
Breaks large pieces of data into smaller segments
which can be more easily sent over the network
and are less likely to cause transmission problems
if errors occur.
●
Provide host-to-host communication.
OSI Model – Encapsulation
OSI Model – Encapsulation
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
Data
Encapsulation
Data
L4
header
Data
L4
header
L3
header
segment
OSI Model – Network Layer
OSI Model – Network Layer
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
●
Provides connectivity between end hosts on
different networks (ie. outside of the LAN).
●
Provides logical addressing (IP addresses).
●
Provides path selection between source and
destination.
●
Routers operate at Layer 3.
OSI Model – Encapsulation
OSI Model – Encapsulation
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
Data
Encapsulation
Data
L4
header
Data
L4
header
L3
header
segment
packet
Data
L4
header
L3
header
L2
header
L2
trailer
OSI Model – Data Link Layer
OSI Model – Data Link Layer
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
●
Provides node-to-node connectivity and data
transfer (for example, PC to switch, switch to
router, router to router).
●
Defines how data is formatted for transmission
over a physical medium (for example, copper UTP
cables)
●
Detects and (possibly) corrects Physical Layer
errors.
●
Uses Layer 2 addressing, separate from Layer 3
addressing.
●
Switches operate at Layer 2.
OSI Model – Encapsulation
OSI Model – Encapsulation
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
Data
Encapsulation
Data
L4
header
Data
L4
header
L3
header
segment
packet
Data
L4
header
L3
header
L2
header
L2
trailer
frame
OSI Model – Physical Layer
OSI Model – Physical Layer
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
●
Defines physical characteristics of the medium used
to transfer data between devices.
●
For example, voltage levels, maximum transmission
distances, physical connectors, cable specifications,
etc.
●
Digital bits are converted into electrical (for wired
connections) or radio (for wireless connections)
signals.
●
All of the information in Day 2’s video (cables, pin
layouts, etc.) is related to the Physical Layer.
OSI Model – Encapsulation
OSI Model – Encapsulation
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
Data
De-encapsulation
Data
L4
header
Data
L4
header
L3
header
Data
L4
header
L3
header
L2
header
L2
trailer
OSI Model – PDUs
OSI Model – PDUs
Data
Data
L4
header
Data
L4
header
L3
header
Data
L4
header
L3
header
L2
header
L2
trailer
Data
Segment
Packet
Frame
Protocol Data Units
(PDUs)
Layer 1 PDU = Bit
OSI Model - Acronyms
OSI Model - Acronyms
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
All
People
Seem
To
Need
Data
Processing Please
Do
Not
Teach
Students
Pointless
Acronyms
TCP/IP Suite
TCP/IP Suite
●
Conceptual model and set of communications protocols used in the Internet
and other networks.
●
Known as TCP/IP because those are two of the foundational protocols in the
suite.
●
Developed by the United States Department of Defense through DARPA
(Defense Advanced Research Projects Agency)
●
Similar structure to the OSI Model, but with fewer layers.
●
This is the model actually in use in modern networks.
●
NOTE: The OSI model still influences how network engineers think and talk
about networks.
OSI vs TCP/IP
OSI vs TCP/IP
OSI MODEL
OSI MODEL
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
TCP/IP Suite
TCP/IP Suite
4 Application
3 Transport
2 Internet
1 Link
TCP/IP Suite
TCP/IP Suite
TCP/IP Suite
TCP/IP Suite
en:User:Kbrose (https://commons.wikimedia.org/wiki/File:IP_stack_connections.svg), „IP stack connections“,
https://creativecommons.org/licenses/by-sa/3.0/legalcode
Supplementary Materials
Supplementary Materials
●
End-of-video quiz
●
Review flash cards (link in the description)
●
Packet Tracer lab
Quiz Question 1
Quiz Question 1
HTTP data sent from a YouTube web server is displayed via your web browser. This
is an example of what?
a) Adjacent-layer interaction
b) Same-layer interaction
c) Encapsulation
d) De-encapsulation
Quiz Question 1
Quiz Question 1
a) Adjacent-layer interaction
Adjacent-layer interaction refers to interaction between different
layers of the OSI model.
In this case, both YouTube’s web server and your web browser are
operating at Layer 7 using HTTP.
x
Quiz Question 1
Quiz Question 1
c) Encapsulation, d) De-encapsulation
Although encapsulation and de-encapsulation of data surely happened
many times as the data was sent from YouTube’s web server to your
web browser, they are not descriptions of the interaction between
YouTube and your browser.
x x
Quiz Question 1
Quiz Question 1
b) Same-layer interaction
Same-layer interaction refers to interaction between the same layer
on different hosts, in this case the application layer of YouTube’s web
server and the browser on your PC.
The concept of same-layer interaction allows you to ‘ignore’ the other
layers involved and focus on interactions between a single layer on
different devices.
Quiz Question 2
Quiz Question 2
HTTP data has been encapsulated with three separate headers and one trailer.
What is the appropriate name for this PDU?
a) Packet
b) Segment
c) Frame
d) Data
Quiz Question 2
Quiz Question 2
a) Packet
Packet refers to the OSI Layer 3 PDU. It would have two headers
(Layer 4 header, Layer 3 header) and no trailer.
x
Quiz Question 2
Quiz Question 2
b) Segment
Segment refers to the OSI Layer 4 PDU. It would have one header
(Layer 4 header), and no trailer.
x
Quiz Question 2
Quiz Question 2
d) Data
Data refers to the upper-layer data before being encapsulated. It
would have no headers or trailer.
x
Quiz Question 2
Quiz Question 2
c) Frame
Frame refers to the OSI Layer 2 PDU. It has three headers (Layer 4,
Layer 3, and Layer 2 headers) and one trailer (Layer 2 trailer).
Quiz Question 3
Quiz Question 3
Which layers of the OSI model are most relevant to the role of a network engineer?
a) Transport – Network – Data Link - Physical
b) Transport – Network – Data Link
c) Network only
d) Application – Presentation - Session
Quiz Question 3
Quiz Question 3
b) Transport – Network – Data Link
Although these layers are very relevant to the duties of a network
engineer, the physical layer is missing.
x
Quiz Question 3
Quiz Question 3
c) Network only
Although the Network layer is very relevant to network engineers, it is
not the only one.
x
Quiz Question 3
Quiz Question 3
d) Application – Presentation - Session
These layers of the OSI model are not generally relevant to the role of
a network engineer. They are relevant to application developers.
x
Quiz Question 3
Quiz Question 3
a) Transport – Network – Data Link - Physical
These lower four layers of the OSI models are all very relevant to the
role of a network engineer.
Quiz Question 4
Quiz Question 4
The Link layer of the TCP/IP Model is equivalent to what layer, or layers, of the OSI
Model?
a) Transport - Network
b) Network – Data Link
c) Data Link
d) Data Link - Physical
Quiz Question 4
Quiz Question 4
a) Transport - Network
The OSI Transport layer is equivalent to the TCP/IP Transport layer,
and the OSI Network layer is equivalent to the TCP/IP Internet layer.
x
Quiz Question 4
Quiz Question 4
b) Network – Data Link
c) Data Link
The OSI Network model is equivalent to the TCP/IP Internet layer.
The OSI Data Link layer is equivalent to part of the TCP/IP Link layer,
but it is not totally equivalent.
x
x
Quiz Question 4
Quiz Question 4
d) Data Link - Physical
The combined functions of the OSI Data Link and Physical layers are
equivalent to the TCP/IP Link layer.
Quiz Question 5
Quiz Question 5
Which layer of the OSI model provides host-to-host communications?
a) Application
b) Network
c) Transport
d) Data Link
Quiz Question 5
Quiz Question 5
a) Application
The Application layer provides process-to-process communications,
not host-to-host.
x
Quiz Question 5
Quiz Question 5
b) Network
d) Data Link
The Network and Data Link layers do not provide end-to-end, host-
to-host communications.
x
x
Quiz Question 5
Quiz Question 5
c) Transport
The Transport layer provides host-to-host
communications.
en:User:Kbrose (https://commons.wikimedia.org/wiki/File:IP_stack_connections.svg), „IP stack
connections“, https://creativecommons.org/licenses/by-sa/3.0/legalcode

More Related Content

PPTX
pppppppppppppppppjjjjjjjjjjjpppppppp.pptx
PPT
Layer_arc_and_OSI_MODEL.ppt
PPTX
backup.pptxbackup.pptxbackup.pptbackup.pptxx
PPT
Ajal 7 osi layers
PDF
DCN-chapter1.pdf
PPTX
communication-protocols
PPT
layering.ppt
PDF
Wp simoneau osi_model
pppppppppppppppppjjjjjjjjjjjpppppppp.pptx
Layer_arc_and_OSI_MODEL.ppt
backup.pptxbackup.pptxbackup.pptbackup.pptxx
Ajal 7 osi layers
DCN-chapter1.pdf
communication-protocols
layering.ppt
Wp simoneau osi_model

Similar to Day+3+Slides+-+OSI+Model+&+TCP-IP+Suite.pdf (20)

PDF
Chapter-2.pdf
PDF
Topic 2.1 network communication using osi model
PPT
CN unit 1 part 2 2023.ppt
PPTX
OSI and TCPIP Model
PPTX
Topic 2.1 network communication using osi model part1
PPT
Ccna day1
PPTX
OSI MODEL
PPT
Iso osi
PPT
PDF
Lecture 1.pdf
PPT
OSI model (7 LAYER )
PPT
Ccna day1
PPT
C C N A Day1
PPT
PPTX
OSI TCP.pptx
PPT
Osi model
PPTX
Osi model
PPTX
chapter 4.pptx
PPT
Computer Network - Introduction to Networks
PPT
6 osi vimp
Chapter-2.pdf
Topic 2.1 network communication using osi model
CN unit 1 part 2 2023.ppt
OSI and TCPIP Model
Topic 2.1 network communication using osi model part1
Ccna day1
OSI MODEL
Iso osi
Lecture 1.pdf
OSI model (7 LAYER )
Ccna day1
C C N A Day1
OSI TCP.pptx
Osi model
Osi model
chapter 4.pptx
Computer Network - Introduction to Networks
6 osi vimp
Ad

Recently uploaded (20)

PDF
Best Practices for Testing and Debugging Shopify Third-Party API Integrations...
PPTX
INTERNET------BASICS-------UPDATED PPT PRESENTATION
PPTX
Funds Management Learning Material for Beg
PPTX
June-4-Sermon-Powerpoint.pptx USE THIS FOR YOUR MOTIVATION
PPTX
Introduction to Information and Communication Technology
PPTX
artificial intelligence overview of it and more
PDF
How to Ensure Data Integrity During Shopify Migration_ Best Practices for Sec...
PPTX
Job_Card_System_Styled_lorem_ipsum_.pptx
PPT
Design_with_Watersergyerge45hrbgre4top (1).ppt
PPTX
Introduction about ICD -10 and ICD11 on 5.8.25.pptx
PDF
Automated vs Manual WooCommerce to Shopify Migration_ Pros & Cons.pdf
PDF
Paper PDF World Game (s) Great Redesign.pdf
DOCX
Unit-3 cyber security network security of internet system
PPTX
Introuction about WHO-FIC in ICD-10.pptx
PDF
Cloud-Scale Log Monitoring _ Datadog.pdf
PDF
FINAL CALL-6th International Conference on Networks & IOT (NeTIOT 2025)
PPTX
introduction about ICD -10 & ICD-11 ppt.pptx
PDF
The Internet -By the Numbers, Sri Lanka Edition
PDF
Testing WebRTC applications at scale.pdf
PDF
The New Creative Director: How AI Tools for Social Media Content Creation Are...
Best Practices for Testing and Debugging Shopify Third-Party API Integrations...
INTERNET------BASICS-------UPDATED PPT PRESENTATION
Funds Management Learning Material for Beg
June-4-Sermon-Powerpoint.pptx USE THIS FOR YOUR MOTIVATION
Introduction to Information and Communication Technology
artificial intelligence overview of it and more
How to Ensure Data Integrity During Shopify Migration_ Best Practices for Sec...
Job_Card_System_Styled_lorem_ipsum_.pptx
Design_with_Watersergyerge45hrbgre4top (1).ppt
Introduction about ICD -10 and ICD11 on 5.8.25.pptx
Automated vs Manual WooCommerce to Shopify Migration_ Pros & Cons.pdf
Paper PDF World Game (s) Great Redesign.pdf
Unit-3 cyber security network security of internet system
Introuction about WHO-FIC in ICD-10.pptx
Cloud-Scale Log Monitoring _ Datadog.pdf
FINAL CALL-6th International Conference on Networks & IOT (NeTIOT 2025)
introduction about ICD -10 & ICD-11 ppt.pptx
The Internet -By the Numbers, Sri Lanka Edition
Testing WebRTC applications at scale.pdf
The New Creative Director: How AI Tools for Social Media Content Creation Are...
Ad

Day+3+Slides+-+OSI+Model+&+TCP-IP+Suite.pdf

  • 1. CCNA 200-301 Day 3 CCNA 200-301 Day 3 OSI MODEL & TCP/IP SUITE OSI MODEL & TCP/IP SUITE
  • 2. What is a networking model? What is a networking model? Networking models categorize and provide a structure for networking protocols and standards. A set of rules defining how network devices and software should work. NETWORKING MODEL protocol protocol protocol protocol protocol protocol protocol protocol protocol standard standard standard logical
  • 3. Networks without standardization Networks without standardization x
  • 4. OSI Model OSI Model 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical ● ‘Open Systems Interconnection’ model ● A conceptual model that categorizes and standardizes the different functions in a network. ● Created by the ‘International Organization for Standardization’ (ISO). ● Functions are divided into 7 ‘Layers’ . ● These layers work together to make the network work.
  • 5. OSI Model – Application Layer OSI Model – Application Layer 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical ● This layer is closest to the end user. ● Interacts with software applications, for example your web browser (Brave, Firefox, Chrome, etc) ● HTTP and HTTPS are Layer 7 protocols (https://www.cisco.com) Functions of Layer 7 include: ● Identifying communication partners ● Synchronizing communication
  • 6. OSI Model – Application Layer OSI Model – Application Layer 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical Adjacent-layer interaction Adjacent-layer interaction Same-layer interaction Encapsulation De-encapsulation
  • 7. OSI Model – Presentation Layer OSI Model – Presentation Layer 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical ● Data in the application layer is in ‘application format’ . ● It needs to be ‘translated’ to a different format to be sent over the network. ● The Presentation Layer’s job is to translate between application and network formats. ● For example, encryption of data as it is sent, and decryption of data as it is received. ● Also translates between different Application- Layer formats.
  • 8. OSI Model – Session Layer OSI Model – Session Layer 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical ● Controls dialogues (sessions) between communicating hosts. ● Establishes, manages, and terminates connections between the local application (for example, your web browser) and the remote application (for example, YouTube).
  • 9. OSI Model – The Upper Layers OSI Model – The Upper Layers 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical ● Network engineers don’t usually work with the top 3 layers. ● Application developers work with the top layers of the OSI model to connect their applications over networks.
  • 10. OSI Model – The Upper Layers OSI Model – The Upper Layers 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical Data Encapsulation Data L4 header
  • 11. OSI Model – Transport Layer OSI Model – Transport Layer 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical ● Segments and reassembles data for communications between end hosts. ● Breaks large pieces of data into smaller segments which can be more easily sent over the network and are less likely to cause transmission problems if errors occur. ● Provide host-to-host communication.
  • 12. OSI Model – Encapsulation OSI Model – Encapsulation 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical Data Encapsulation Data L4 header Data L4 header L3 header segment
  • 13. OSI Model – Network Layer OSI Model – Network Layer 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical ● Provides connectivity between end hosts on different networks (ie. outside of the LAN). ● Provides logical addressing (IP addresses). ● Provides path selection between source and destination. ● Routers operate at Layer 3.
  • 14. OSI Model – Encapsulation OSI Model – Encapsulation 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical Data Encapsulation Data L4 header Data L4 header L3 header segment packet Data L4 header L3 header L2 header L2 trailer
  • 15. OSI Model – Data Link Layer OSI Model – Data Link Layer 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical ● Provides node-to-node connectivity and data transfer (for example, PC to switch, switch to router, router to router). ● Defines how data is formatted for transmission over a physical medium (for example, copper UTP cables) ● Detects and (possibly) corrects Physical Layer errors. ● Uses Layer 2 addressing, separate from Layer 3 addressing. ● Switches operate at Layer 2.
  • 16. OSI Model – Encapsulation OSI Model – Encapsulation 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical Data Encapsulation Data L4 header Data L4 header L3 header segment packet Data L4 header L3 header L2 header L2 trailer frame
  • 17. OSI Model – Physical Layer OSI Model – Physical Layer 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical ● Defines physical characteristics of the medium used to transfer data between devices. ● For example, voltage levels, maximum transmission distances, physical connectors, cable specifications, etc. ● Digital bits are converted into electrical (for wired connections) or radio (for wireless connections) signals. ● All of the information in Day 2’s video (cables, pin layouts, etc.) is related to the Physical Layer.
  • 18. OSI Model – Encapsulation OSI Model – Encapsulation 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical Data De-encapsulation Data L4 header Data L4 header L3 header Data L4 header L3 header L2 header L2 trailer
  • 19. OSI Model – PDUs OSI Model – PDUs Data Data L4 header Data L4 header L3 header Data L4 header L3 header L2 header L2 trailer Data Segment Packet Frame Protocol Data Units (PDUs) Layer 1 PDU = Bit
  • 20. OSI Model - Acronyms OSI Model - Acronyms 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical All People Seem To Need Data Processing Please Do Not Teach Students Pointless Acronyms
  • 21. TCP/IP Suite TCP/IP Suite ● Conceptual model and set of communications protocols used in the Internet and other networks. ● Known as TCP/IP because those are two of the foundational protocols in the suite. ● Developed by the United States Department of Defense through DARPA (Defense Advanced Research Projects Agency) ● Similar structure to the OSI Model, but with fewer layers. ● This is the model actually in use in modern networks. ● NOTE: The OSI model still influences how network engineers think and talk about networks.
  • 22. OSI vs TCP/IP OSI vs TCP/IP OSI MODEL OSI MODEL 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical TCP/IP Suite TCP/IP Suite 4 Application 3 Transport 2 Internet 1 Link
  • 24. TCP/IP Suite TCP/IP Suite en:User:Kbrose (https://commons.wikimedia.org/wiki/File:IP_stack_connections.svg), „IP stack connections“, https://creativecommons.org/licenses/by-sa/3.0/legalcode
  • 25. Supplementary Materials Supplementary Materials ● End-of-video quiz ● Review flash cards (link in the description) ● Packet Tracer lab
  • 26. Quiz Question 1 Quiz Question 1 HTTP data sent from a YouTube web server is displayed via your web browser. This is an example of what? a) Adjacent-layer interaction b) Same-layer interaction c) Encapsulation d) De-encapsulation
  • 27. Quiz Question 1 Quiz Question 1 a) Adjacent-layer interaction Adjacent-layer interaction refers to interaction between different layers of the OSI model. In this case, both YouTube’s web server and your web browser are operating at Layer 7 using HTTP. x
  • 28. Quiz Question 1 Quiz Question 1 c) Encapsulation, d) De-encapsulation Although encapsulation and de-encapsulation of data surely happened many times as the data was sent from YouTube’s web server to your web browser, they are not descriptions of the interaction between YouTube and your browser. x x
  • 29. Quiz Question 1 Quiz Question 1 b) Same-layer interaction Same-layer interaction refers to interaction between the same layer on different hosts, in this case the application layer of YouTube’s web server and the browser on your PC. The concept of same-layer interaction allows you to ‘ignore’ the other layers involved and focus on interactions between a single layer on different devices.
  • 30. Quiz Question 2 Quiz Question 2 HTTP data has been encapsulated with three separate headers and one trailer. What is the appropriate name for this PDU? a) Packet b) Segment c) Frame d) Data
  • 31. Quiz Question 2 Quiz Question 2 a) Packet Packet refers to the OSI Layer 3 PDU. It would have two headers (Layer 4 header, Layer 3 header) and no trailer. x
  • 32. Quiz Question 2 Quiz Question 2 b) Segment Segment refers to the OSI Layer 4 PDU. It would have one header (Layer 4 header), and no trailer. x
  • 33. Quiz Question 2 Quiz Question 2 d) Data Data refers to the upper-layer data before being encapsulated. It would have no headers or trailer. x
  • 34. Quiz Question 2 Quiz Question 2 c) Frame Frame refers to the OSI Layer 2 PDU. It has three headers (Layer 4, Layer 3, and Layer 2 headers) and one trailer (Layer 2 trailer).
  • 35. Quiz Question 3 Quiz Question 3 Which layers of the OSI model are most relevant to the role of a network engineer? a) Transport – Network – Data Link - Physical b) Transport – Network – Data Link c) Network only d) Application – Presentation - Session
  • 36. Quiz Question 3 Quiz Question 3 b) Transport – Network – Data Link Although these layers are very relevant to the duties of a network engineer, the physical layer is missing. x
  • 37. Quiz Question 3 Quiz Question 3 c) Network only Although the Network layer is very relevant to network engineers, it is not the only one. x
  • 38. Quiz Question 3 Quiz Question 3 d) Application – Presentation - Session These layers of the OSI model are not generally relevant to the role of a network engineer. They are relevant to application developers. x
  • 39. Quiz Question 3 Quiz Question 3 a) Transport – Network – Data Link - Physical These lower four layers of the OSI models are all very relevant to the role of a network engineer.
  • 40. Quiz Question 4 Quiz Question 4 The Link layer of the TCP/IP Model is equivalent to what layer, or layers, of the OSI Model? a) Transport - Network b) Network – Data Link c) Data Link d) Data Link - Physical
  • 41. Quiz Question 4 Quiz Question 4 a) Transport - Network The OSI Transport layer is equivalent to the TCP/IP Transport layer, and the OSI Network layer is equivalent to the TCP/IP Internet layer. x
  • 42. Quiz Question 4 Quiz Question 4 b) Network – Data Link c) Data Link The OSI Network model is equivalent to the TCP/IP Internet layer. The OSI Data Link layer is equivalent to part of the TCP/IP Link layer, but it is not totally equivalent. x x
  • 43. Quiz Question 4 Quiz Question 4 d) Data Link - Physical The combined functions of the OSI Data Link and Physical layers are equivalent to the TCP/IP Link layer.
  • 44. Quiz Question 5 Quiz Question 5 Which layer of the OSI model provides host-to-host communications? a) Application b) Network c) Transport d) Data Link
  • 45. Quiz Question 5 Quiz Question 5 a) Application The Application layer provides process-to-process communications, not host-to-host. x
  • 46. Quiz Question 5 Quiz Question 5 b) Network d) Data Link The Network and Data Link layers do not provide end-to-end, host- to-host communications. x x
  • 47. Quiz Question 5 Quiz Question 5 c) Transport The Transport layer provides host-to-host communications. en:User:Kbrose (https://commons.wikimedia.org/wiki/File:IP_stack_connections.svg), „IP stack connections“, https://creativecommons.org/licenses/by-sa/3.0/legalcode