The network layer manages devices addressing, tracks location of devices on the network, and determines the best way to move data, which means the Network layer must transport traffic between devices that aren’t locally attached.
Lets take a closer look at it’s function
- Checks a packet when it is first received on a router interface.
- If the packet isn’t destined for that particular router, it will look up the destination network address in the routing table.
- Once the router chooses an exit interface, the packet will be sent to that interface to be framed and sent out on the local network.
- If the router is unable to locate an interface; the packets will be dropped.
Key Terms
Router – a router is a network layer device (layer 3 device) and provides the routing services within an internetwork.
Data packets – are used at the network layer to transport data through the internetwork.
Routed Protocols – are used to support data traffic.
Route Update Packets – are used to update neighboring routers about the networks connected to all routers within the internetwork.
Routing Protocols – are used to send out route updates packets.
Network Address
- A protocol specific network address.
- A router must maintain a routing table for individual routing protocols because each routing protocols keep track of a network with a different addressing scheme (ex. IP, IPv6, and IPX).
Interface – is the exit interface a packet will take when destined for a specific network.
Metric – is the distance to the remote network.
No comments:
Post a Comment