Please enable JavaScript.
Coggle requires JavaScript to display documents.
NETWORK LAYER - Coggle Diagram
NETWORK LAYER
-
IP Encapsulation
-
-
-
-
Characteristics of IP
-
Media Independent
-
IP is MEDIA INDEPENDENT
does not concern itself with the type of frame required at the data link layer or the media type at the physical layer
can be sent over any media type: copper, fiber, or wireless
-
-
Connectionless
-
destination will receive the packet when it arrives, but no pre-notifications are sent by IP
If there is a need for connection-oriented traffic, then another protocol will handle this (typically TCP at the transport layer)
no control information needed (synchronizations, acknowledgments)
IPv4 Packet
-
Characteristics
-
-
Diagram is read from left to right, 4 bytes per line
-
IPv6 Packets
-
Overview
-
Improvements
Increased address space – based on 128 bit address, not 32 bits
-
Eliminates the need for NAT – since there is a huge amount of addressing, there is no need to use private addressing internally and be mapped to a shared public address
-
IPv6 header is simplified, but not smaller
-
-
Host Routes
Forwarding Decision
-
host can send packets to
itself – 127.0.0.1 (IPv4), ::1 (IPv6)
-
-
-
Method of Determination
-
-
IPv4 – source uses its own IP address and Subnet mask, along with the destination IP address
-
-
Routing
IP Router Routing Table
3 Types of Routes
-
-
directly connected
automatically added by the router, provided the interface is active and has addressing.
-
-
-