Chp 6. Intro to Networking Flashcards
The network layer provides services to allow end devices to exchange data across the network. To accomplish this end-to-end transport, the network layer uses four basic processes:
- Addressing end devices
- Encapsulation
- Routing
- De-Encapsulation
The network layer encapsulates the protocol data unit (PDU)
from the transport layer into a packet.
Each router a packet crosses to reach the destination host is called
a hop.
Does the IP Header remain the same from the time the packet leaves the source host until it arrives at the destination host?
Yes
Best Effort IP Characteristics: (2)
Packet delivery is not guaranteed The packet may be delivered with errors
The header Differentiated Services or DiffServ (DS) field is an
is an 8-bit field used to determine the priority of each packet.
The header Time-to-Live (TTL) field
Contains an 8-bit binary value that is used to limit the lifetime of a packet.
What happens if the TTL field decrements to zero?
the router discards the packet and sends an Internet Control Message Protocol (ICMP) Time Exceeded message to the source IP address
The header Protocol Field is an 8-bit binary value that
indicates the data payload type that is being carried, which enables the network layer to pass the data to the appropriate upper-layer protocol.
IPv4 still has three major issues:
- Address Depletion
- Internet Routing and Table Expansion
- Lack of end-to-end connectivity
Ipv6 improvements to Ipv4 (5)
- Improved Packet Handling
- Larger Payload for increased throughput
- Hierarchical Architecture for routing efficiency
- Autoconfiguration for addresses
- No Need for Nat
IPv6 Packet Header: Flow Label - This 20-bit field suggests that all packets with the same flow label receive
the same type of handling by routers.
IPv6 Packet Header: Next Header - This 8-bit field is equivalent to the IPv4 Protocol field.
Identifies the application type to the upper-layer protocols
IPv6 Packet Header: Hop Limit - This 8-bit field replaces the IPv4
Time To Live (TTL) field.
IPv6 Packet Header: Traffic Class
Classifies packets for congestion control
On a Cisco IOS router, which command can be used to display the router’s IPv4 routing table
show ip route