What is the primary function of the network layer or OSI Layer 3?
To provide services to allow end devices to exchange data across networks.
What are the two principle network layer communication protocols?
IP version 4 (IPv4) and IP version 6 (IPv6).
What are the four basic operations of network layer protocols?
Addressing end devices, Encapsulation, Routing and De-encapsulation.
What is the purpose of ‘addressing end devices’ at the network layer?
End devices must be configured with a unique IP address for identification on the network.
What is ‘encapsulation’ at the network layer?
The process of adding IP header information to the PDU from the transport layer.
What is the network layer PDU called after encapsulation?
A packet.
What is ‘routing’ at the network layer?
The process of selecting the best path and directing packets toward the destination host.
What is a ‘hop’ in the context of routing?
Each router a packet crosses to reach the destination host.
What is ‘de-encapsulation’ at the network layer?
The process of removing the IP header from the packet at the destination host.
When does a host perform de-encapsulation?
When the destination IP address in the packet header matches its own IP address.
What is a primary characteristic of the IP protocol regarding overhead?
IP was designed as a protocol with low overhead.
What are the three basic characteristics of IP?
Connectionless Best Effort and Media Independent.
What does the ‘connectionless’ characteristic of IP mean?
No dedicated end-to-end connection is established before sending data packets.
What does the ‘best effort’ characteristic of IP mean?
Packet delivery is not guaranteed.
What does ‘unreliable’ mean for the IP protocol?
IP does not have the capability to manage or recover from undelivered or corrupt packets.
Which protocol in the TCP/IP suite is responsible for reliability?
The TCP protocol at the transport layer.
What does the ‘media independent’ characteristic of IP mean?
IP’s operation is independent of the medium carrying the data like copper fiber-optic or wireless.
What is the Maximum Transmission Unit (MTU)?
The maximum size of the PDU that each medium can transport.
What is fragmentation?
The process of a router splitting an IPv4 packet to fit a smaller MTU.
Which IP version’s packets cannot be fragmented by routers?
IPv6.
What is the 4-bit binary value in the Version field that identifies an IPv4 packet?
0100
What is the 8-bit DS field in an IPv4 header used for?
To determine the priority of each packet.
What was the Differentiated Services (DS) field formerly called?
The type of service (ToS) field.
The Differentiated Services (DS) field is composed of what two sub-fields?
The 6-bit Differentiated Services Code Point (DSCP) and the 2-bit Explicit Congestion Notification (ECN).