layer3
Layer 3, also known as the network layer in the OSI model, is responsible for moving packets between networks. It handles logical addressing, routing, and fragmentation. Devices at this layer, primarily routers and Layer 3 switches, examine a packet's destination IP address to determine an appropriate path toward the final host. Layer 3 provides end-to-end delivery across multiple networks by selecting routes and maintaining routing tables.
Key functions include addressing (IPv4 and IPv6), routing, and fragmentation/reassembly when packets must traverse networks with
Protocols associated with Layer 3 primarily include IP (IPv4 and IPv6) and ICMP for error messages and
IPv6 introduces features such as neighbor discovery and simplified header format, while IPv4 remains dominant in
Security and management considerations at Layer 3 include access control lists, firewalls, and routing protocol authentication.
---