Protocol
IPv4 / IPv6
Internet Protocol
Internet Protocol (IPv4/IPv6) — best-effort packet network layer with addressing, TTL/hop limit, and optional fragmentation. IPv6 adds extension headers, larger addresses, and Neighbor Discovery in place of ARP. Almost every higher protocol in this lab rides on IP somewhere.
Tags
routingaddressingdatagraml3
Sources
- RFC 791 (IPv4)
- RFC 8200 (IPv6)
Related protocols
Ethernet II
Lab readyUbiquitous LAN frame: 6-byte MACs, 2-byte EtherType, payload, and 32-bit FCS. Preamble/SFD precede the frame on the wire; 802.1Q inserts …
TCP
Lab readyReliable, ordered byte-stream transport with ports, sequence/ack numbers, windowing, and congestion control. Three-way handshake and four…
UDP
Lab readyUser Datagram Protocol — connectionless transport with ports and an optional checksum. It is the basis for DNS, RTP, QUIC, DHCP, and RoCE…
ICMP
Lab readyICMP/ICMPv6 carries control and error messages for IP: echo, unreachable, time exceeded, and (for v6) Neighbor Discovery. Operators filte…