Cisco Networking/CCENT/Networking Models

This lesson covers the TCP/IP and OSI networking models and encapsulation concepts.

Objectives and Skills edit

Objectives and skills for the TCP/IP and OSI networking models portion of Cisco CCENT certification include:[1]

  • Describe the purpose and basic operation of the protocols in the OSI and TCP/IP models
  • Recognize the purpose and functions of various network devices such as routers, switches, bridges and hubs
  • Identify common applications and their impact on the network
  • Predict the data flow between two hosts across a network

Readings edit

  1. Wikipedia: OSI model
  2. Wikipedia: Internet protocol suite
  3. Wikipedia: Encapsulation (networking)
  4. Cisco: Internetworking Basics

Multimedia edit

  1. YouTube: The OSI Model - CompTIA Network+ N10-005 - 1.1
  2. YouTube: The OSI Model in the Real World - CompTIA Network+ N10-005: 1.2
  3. YouTube: The TCP/IP Model - CompTIA Network+ N10-005: 1.1
  4. YouTube: Networking Protocols - CompTIA Network+ N10-005: 1.6
  5. YouTube: Network Layers - OSI, TCP/IP Models - Part 1
  6. YouTube: Network Layers - OSI, TCP/IP Models - Part 2
  7. YouTube: Network Layers - OSI, TCP/IP Models - Part 3

Activities edit

  1. Review OSI Components. Describe the purpose and basic operation of the layers in the OSI and TCP/IP models.
  2. Draw your own personal reference chart comparing the Internet protocol suite four-layer model to the OSI seven-layer model.
  3. Use Wireshark to capture network traffic on your school, work, or home network. Identify the protocols in use on the network at each layer of the OSI and TCP/IP models.
  4. Use Wireshark to capture network traffic on your school, work, or home network. Identify the protocol data unit headers and layer interaction as data is encapsulated from segment to packet to frame for transmission as bits.

Lesson Summary edit

  • The Open Systems Interconnection model (OSI Model) is a conceptual model that characterizes and standardizes the communication functions of a telecommunication or computing system without regard for the underlying internal structure and technology.[2]
  • The OSI model is a seven-layer model containing Physical, Data Link, Network, Transport, Session, Presentation, and Application layers.[3]
  • The OSI model layers are numbered from the bottom up:[4]
    • 7 - Application
    • 6 - Presentation
    • 5 - Session
    • 4 - Transport
    • 3 - Network
    • 2 - Data Link
    • 1 - Physical
  • The OSI model is maintained by the International Organization for Standardization (ISO).[5]
  • The OSI Physical layer transmits and receives raw bit streams over a physical medium.[6]
  • The OSI Data Link layer reliably transmits data frames between two nodes connected by a physical layer.[7]
  • The OSI Network layer manages packet addressing, routing, and traffic control.[8]
  • The OSI Transport layer ensures reliable transmission of data segments between points on a network, including segmentation, acknowledgement and multiplexing.[9]
  • The OSI Session layer manages information exchange between two nodes, including authentication and authorization.[10]
  • The OSI Presentation layer manages translation (formatting) of data, including character encoding, data compression, and encryption/decryption.[11]
  • The OSI Application layer provides APIs (application programming interfaces) to support resource sharing, remote file access, directory services, virtual terminals, etc.[12]
  • The Internet protocol suite is the set of communications protocols used for the Internet and similar networks.[13]
  • The Internet protocol suite is a four-layer model containing Link, Internet, Transport, and Application layers.[14]
  • The Internet protocol suite is maintained by the Internet Engineering Task Force (IETF).[15]
  • The Link layer contains communication technologies for a local network.[16]
  • The Internet layer connects local networks, thus establishing internetworking.[17]
  • The Transport layer handles host-to-host communication.[18]
  • The Application layer contains all protocols for specific data communications services on a process-to-process level.[19]
  • The Internet protocol suite protocols are deliberately not as rigidly designed into strict layers as in the OSI model.[20]
  • The Internet Link layer includes the OSI Data Link and Physical layers, as well as parts of OSI's Network layer.[21]
  • The Internet internetworking layer (Internet layer) is a subset of the OSI Network layer.[22]
  • The Internet Transport layer includes the graceful close function of the OSI Session layer as well as the OSI Transport layer.[23]
  • The Internet Application layer includes the OSI Application layer, Presentation layer, and most of the Session layer.[24]
  • Internet Link layer protocols include Ethernet, Wi-Fi, and PPP.[25]
  • Internet internetworking layer (Internet layer) protocols include IP, ICMP and IGMP.[26]
  • Internet Transport layer protocols include TCP and UDP.[27]
  • Internet Application layer protocols include HTTP and SMTP, [28]

Key Terms edit

adjacent-layer interaction
Each lower layer provides a service to the layer or layers above it.[29]
bit
The OSI Physical layer protocol data unit.[30]
deencapsulation
Each layer interprets and removes header (and sometimes trailer) control information before passing a PDU to the layer above.[31]
encapsulation
Each lower layer adds header (and sometimes trailer) control information to the PDU received from the layer above.[32]
frame
The OSI Data Link layer protocol data unit.[33]
networking model
A conceptual model that describes and represents network function, exemplified by the OSI model and the Internet Protocol Suite.[34]
packet
The OSI Network layer protocol data unit.[35]
protocol data unit (PDU)
Information that is delivered as a unit among peer entities of a network and that may contain control information, such as address information, or user data.[36]
same-layer interaction
Each layer communicates with its corresponding layer on the receiving node.[37]
segment
The OSI Transport layer protocol data unit.[38]

Review Questions edit

Enable JavaScript to hide answers.
Click on a question to see the answer.
  1. The Open Systems Interconnection model (OSI Model) is _____.
    The Open Systems Interconnection model (OSI Model) is a conceptual model that characterizes and standardizes the communication functions of a telecommunication or computing system without regard for the underlying internal structure and technology.
  2. The OSI model is a _____-layer model containing _____ layers.
    The OSI model is a seven-layer model containing Physical, Data Link, Network, Transport, Session, Presentation, and Application layers.
  3. The OSI model layers are numbered from the bottom up as:
    The OSI model layers are numbered from the bottom up as

    7 - Application
    6 - Presentation
    5 - Session
    4 - Transport
    3 - Network
    2 - Data Link
    1 - Physical

  4. The OSI model is maintained by _____.
    The OSI model is maintained by the International Organization for Standardization (ISO).
  5. The OSI Physical layer _____.
    The OSI Physical layer transmits and receives raw bit streams over a physical medium.
  6. The OSI Data Link layer _____.
    The OSI Data Link layer reliably transmits data frames between two nodes connected by a physical layer.
  7. The OSI Network layer _____.
    The OSI Network layer manages packet addressing, routing, and traffic control.
  8. The OSI Transport layer _____.
    The OSI Transport layer ensures reliable transmission of data segments between points on a network, including segmentation, acknowledgement and multiplexing.
  9. The OSI Session layer _____.
    The OSI Session layer manages information exchange between two nodes, including authentication and authorization.
  10. The OSI Presentation layer _____.
    The OSI Presentation layer manages translation (formatting) of data, including character encoding, data compression, and encryption/decryption.
  11. The OSI Application layer _____.
    The OSI Application layer provides APIs (application programming interfaces) to support resource sharing, remote file access, directory services, virtual terminals, etc.
  12. The Internet protocol suite is _____.
    The Internet protocol suite is the set of communications protocols used for the Internet and similar networks.
  13. The Internet protocol suite is a _____-layer model containing _____ layers.
    The Internet protocol suite is a four-layer model containing Link, Internet, Transport, and Application layers.
  14. The Internet protocol suite is maintained by _____.
    The Internet protocol suite is maintained by the Internet Engineering Task Force (IETF).
  15. The Link layer _____.
    The Link layer contains communication technologies for a local network.
  16. The Internet layer _____.
    The Internet layer connects local networks, thus establishing internetworking.
  17. The Transport layer _____.
    The Transport layer handles host-to-host communication.
  18. The Application layer _____.
    The Application layer contains all protocols for specific data communications services on a process-to-process level.
  19. The Internet protocol suite protocols are _____ as in the OSI model.
    The Internet protocol suite protocols are deliberately not as rigidly designed into strict layers as in the OSI model.
  20. The Internet Link layer includes the OSI _____.
    The Internet Link layer includes the OSI Data Link and Physical layers, as well as parts of OSI's Network layer.
  21. The Internet internetworking layer (Internet layer) is a subset of the OSI _____ layer.
    The Internet internetworking layer (Internet layer) is a subset of the OSI Network layer.
  22. The Internet Transport layer includes the graceful close function of the OSI _____ layer as well as the OSI _____ layer.
    The Internet Transport layer includes the graceful close function of the OSI Session layer as well as the OSI Transport layer.
  23. The Internet Application layer includes the OSI _____.
    The Internet Application layer includes the OSI Application layer, Presentation layer, and most of the Session layer.
  24. Internet Link layer protocols include _____.
    Internet Link layer protocols include Ethernet, Wi-Fi, and PPP.
  25. Internet internetworking layer (Internet layer) protocols include _____.
    Internet internetworking layer (Internet layer) protocols include IP, ICMP and IGMP.
  26. Internet Transport layer protocols include _____.
    Internet Transport layer protocols include TCP and UDP.
  27. Internet Application layer protocols include _____.
    Internet Application layer protocols include HTTP and SMTP.

Assessments edit

See Also edit

References edit

  Type classification: this is a lesson resource.
  Completion status: this resource is considered to be complete.