1 / 22

Each computer and router interface maintains an ARP table for Layer 2 communication

Each computer and router interface maintains an ARP table for Layer 2 communication The ARP table is only effective for the broadcast domain (or LAN) that it is connected to The router also maintains a routing table that allows it to route data outside of the broadcast domain. .

zalika
Download Presentation

Each computer and router interface maintains an ARP table for Layer 2 communication

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Each computer and router interface maintains an ARP table for Layer 2 communication • The ARP table is only effective for the broadcast domain (or LAN) that it is connected to • The router also maintains a routing table that allows it to route data outside of the broadcast domain.

  2. Each ARP table contains an IP-MAC address pair • The routing tables knows the network IP address for reachable networks, the hop count or distance to those networks, and the interface the data must be sent out to get to the destination network. • The routing tables also track how the route was learned (in this case either directly connected [C] or learned by RIP [R])

  3. The Layer 2 switch can only recognize its own local MAC addresses and cannot handle Layer 3 IP addresses • When a host has data for a non-local IP address, it sends the frame to the closest router, also known as its default gateway • The host uses the MAC address of the router as the destination MAC address

  4. The router examines the Layer 3 destination address of the packet to make the forwarding decision • Just as a Layer 2 switch keeps a table of known MAC addresses, the router keeps a table of IP addresses known as a routing table

  5. A Layer 2 device can handle a reasonable number of unorganized MAC addresses, because it will only have to search its table for those addresses within its segment. • Routers need to handle a greater volume of addresses.

  6. Protocols used at the network layer that transfer data from one host to another across a router are called routed or routable protocols • Routed protocols transport data across a network. Routing protocols allow routers to choose the best path for data from source to destination

  7. Routers use routing protocols to exchange routing tables and share routing information.

  8. Path determination occurs at the network layer • Path determination enables a router to compare the destination address to the available routes in its routing table, and to select the best path • The routers learn of these available routes through static routing or dynamic routing

  9. Routers can make decisions based on the load, bandwidth, delay, cost, and reliability of a network link. • Routers use routing protocols to build and maintain routing tables that contain route information

  10. Routing protocols fill routing tables with a variety of route information • Routing tables contain the information necessary to forward data packets across connected networks • Routers communicate with one another to maintain their routing tables through the transmission of routing update messages

  11. Routers keep track of important information in their routing tables, including the following: • Protocol type • Destination/next-hop associations • Routing metric • Outbound interfaces

  12. The following are the metrics that are most commonly used by routing protocols: • Bandwidth • Delay • Load • Reliability • Hop count • Ticks • Cost

  13. An autonomous system is a network or set of networks under common administrative control

  14. The distance-vector routing approach determines the distance and direction, vector, to any link in the internetwork • Routing Information Protocol (RIP) • Interior Gateway Routing Protocol (IGRP) • Enhanced IGRP (EIGRP)

  15. Link-state routing protocols send periodic updates, known as link-state refreshes • Link-state routing protocols respond quickly to network changes sending trigger updates only when a network change has occurred • When a route or link changes, the device that detected the change creates a link-state advertisement (LSA) concerning that link • Open Shortest Path First (OSPF) • Intermediate System-to-Intermediate System (IS-IS)

  16. RIP is a distance vector routing protocol that uses hop count as its metric to determine the direction and distance to any link in the internetwork • RIP selects the path with the least number of hops • RIP cannot route a packet beyond 15 hops

  17. IGRP is a distance-vector routing protocol developed by Cisco • IGRP was developed specifically to address problems associated with routing in large networks that were beyond the range of protocols such as RIP • IGRP can select the fastest available path based on delay, bandwidth, load, and reliability • IGRP also has a much higher maximum hop count limit than RIP

More Related