NetworkLayerII Flashcards
What is IPv4?
The fourth version of the Internet Protocol, using 32-bit addresses.
What fields are in an IPv4 datagram header?
Version, header length, type of service, total length, identification, flags, fragment offset, TTL, protocol, checksum, source IP, destination IP.
What is fragmentation in IP?
Breaking down large IP datagrams into smaller fragments to fit into the MTU of a network.
Where are IP fragments reassembled?
At the destination host.
What does TTL (Time To Live) field prevent?
Prevents packets from circulating indefinitely by limiting the number of hops.
What is CIDR (Classless Inter-Domain Routing)?
An addressing scheme that replaces class-based addressing to allow flexible allocation of IP addresses.
How does a router forward packets?
By matching the destination IP address with the longest prefix match in its forwarding table.
What is the main difference between IPv4 and IPv6?
IPv6 uses 128-bit addresses and has a simplified, fixed-length header.
What does a NAT (Network Address Translation) router do?
Translates private IP addresses to a public IP address.
What problem does NAT help solve?
It helps alleviate the shortage of IPv4 addresses.