Internet Protocol Analysis/Routing

This lesson introduces routing and routing protocols. Activities include configuring routing on Windows workstations and using Wireshark to examine Routing Information Protocol (RIP), Open Shortest Path First (OSPF), Enhanced Interior Gateway Routing Protocol (EIGRP), and Border Gateway Protocol (BGP) network traffic.

Readings edit

  1. Wikipedia: Routing
  2. Wikipedia: Distance-vector routing protocol
  3. Wikipedia: Link-state routing protocol
  4. Wikipedia: Routing Information Protocol
  5. Wikipedia: Open Shortest Path First
  6. Wikipedia: Enhanced Interior Gateway Routing Protocol
  7. Wikipedia: Border Gateway Protocol

Multimedia edit

  1. YouTube: Routing Tables - CompTIA Network+ N10-005: 1.4
  2. YouTube: Using the Route Command - CompTIA Network+ N10-005: 4.3
  3. YouTube: Configuring Routing Tables - CompTIA Network+ N10-005: 2.1
  4. YouTube: Routing Protocols Overview (Distance Vector and Link-State) CCNA Part 1
  5. YouTube: Routing Protocols Overview (Cisco CCNA- RIP, RIPv2, EIGRP, OSPF) Part 2

Activities edit

  1. Use the route command to display the local routing table.
  2. Use the route command to modify the local routing table.
  3. Review Wireshark: Routing Information Protocol (RIP).
  4. Review Wireshark: Open Shortest Path First (OSPF).
  5. Review Wireshark: Enhanced Interior Gateway Routing Protocol (EIGRP).
  6. Review Wireshark: Border Gateway Protocol (BGP).
  7. Consider situations in which a packet analyzer might be used to troubleshoot routing traffic.

Lesson Summary edit

  • Routing is the process of selecting paths in a network along which to send network traffic.[1]
  • Static routing involves manual updating of routing tables with fixed paths to destination networks.[2]
  • Dynamic or adaptive routing involves automatic updating of routing tables based on information carried by routing protocols.[3]
  • Routing protocols are divided into interior and exterior protocols. Interior protocols are further divided into distance-vector protocols and link-state protocols.[4] Distance-vector routing protocols are simple and efficient in small networks. Larger networks use link-state routing protocols.[5]
  • Distance-vector routing protocols require that a router informs its neighbors of topology changes periodically.[6] Each link is assigned a numeric distance or cost value, and information is shared among neighboring routers to accumulate a total cost to a given destination.[7]
  • Link-state protocols require that a router inform all the nodes in a network of topology changes.[8] Each node shares information regarding the nodes it can connect to with the entire network so that each node can build its own network map and determine for itself the least cost path to any given node.[9]
  • Routing Information Protocol (RIP) is a distance-vector routing protocol which employs the hop count as a routing metric. RIP uses the User Datagram Protocol (UDP) as its transport protocol, and is assigned the reserved port number 520.[10]
  • Open Shortest Path First (OSPF) is a link-state routing protocol.[11] OSPF does not use a TCP/IP transport protocol (UDP, TCP), but is encapsulated directly in IP datagrams with protocol number 89.[12]
  • Enhanced Interior Gateway Routing Protocol (EIGRP) is a Cisco proprietary advanced distance-vector routing protocol, with optimizations to minimize both the routing instability incurred after topology changes, as well as the use of bandwidth and processing power in the router.[13]
  • Border Gateway Protocol (BGP) is the protocol which makes core routing decisions on the Internet.[14] BGP uses the Transmission Control Protocol (TCP) as its transport protocol, and is assigned the reserved port 179.[15]

Key Terms edit

Autonomous System (AS)
A collection of connected Internet Protocol (IP) routing prefixes under the control of one or more network operators that presents a common, clearly defined routing policy to the Internet.[16]
convergence
The state of a set of routers that have the same topological information about the internetwork in which they operate.[17]
convergence time
A measure of how fast a group of routers reach the state of convergence.[18]
count-to-infinity problem
An error in distance-vector routing protocols caused by the routers being unable to determine if routing loops exist in the information provided.[19]
exterior gateway protocol
A routing protocol that is used to determine network reachability between autonomous systems and makes use of interior gateway protocols to resolve routes within an autonomous system.[20]
holddown timer
A timer used by link-state routers that prevents invalid updates within a given period of time after they first receive information about a network that is unreachable.[21]
interior gateway protocol
A routing protocol that is used to exchange routing information within an autonomous system (AS).[22]
route poisoning
A link-state method of notifying a router that a previously available route has become invalid.[23]
split-horizon route advertisement
A method of preventing routing loops in distance-vector routing protocols by prohibiting a router from advertising a route back onto the interface from which it was learned.[24]

Review Questions edit

Enable JavaScript to hide answers.

Click on a question to see the answer.

  1. Routing is the process of _____.
    Routing is the process of selecting paths in a network along which to send network traffic.
  2. Static routing involves _____ updating of routing tables with _____ paths to destination networks.
    Static routing involves manual updating of routing tables with fixed paths to destination networks.
  3. Dynamic or adaptive routing involves _____ updating of routing tables based on _____.
    Dynamic or adaptive routing involves automatic updating of routing tables based on information carried by routing protocols.
  4. Routing protocols are divided into _____ and _____ protocols. _____ protocols are further divided into _____ protocols and _____ protocols.
    Routing protocols are divided into interior and exterior protocols. Interior protocols are further divided into distance-vector protocols and link-state protocols.
  5. _____ routing protocols are simple and efficient in small networks. Larger networks use _____ routing protocols.
    Distance-vector routing protocols are simple and efficient in small networks. Larger networks use link-state routing protocols.
  6. _____ routing protocols require that a router informs its neighbors of topology changes periodically. Each link is assigned a numeric distance or cost value, and information is shared among neighboring routers to accumulate a total cost to a given destination.
    Distance-vector routing protocols require that a router informs its neighbors of topology changes periodically. Each link is assigned a numeric distance or cost value, and information is shared among neighboring routers to accumulate a total cost to a given destination.
  7. _____ protocols require that a router inform all the nodes in a network of topology changes. Each node shares information regarding the nodes it can connect to with the entire network so that each node can build its own network map and determine for itself the least cost path to any given node.
    Link-state protocols require that a router inform all the nodes in a network of topology changes. Each node shares information regarding the nodes it can connect to with the entire network so that each node can build its own network map and determine for itself the least cost path to any given node.
  8. Routing Information Protocol (RIP) is a _____ routing protocol which employs the hop count as a routing metric. RIP uses _____ as its transport protocol, and is assigned the reserved port number _____.
    Routing Information Protocol (RIP) is a distance-vector routing protocol which employs the hop count as a routing metric. RIP uses the User Datagram Protocol (UDP) as its transport protocol, and is assigned the reserved port number 520.
  9. Open Shortest Path First (OSPF) is a _____ routing protocol. OSPF does not use a TCP/IP transport protocol (UDP, TCP), but is encapsulated directly in IP datagrams with protocol number _____.
    Open Shortest Path First (OSPF) is a link-state routing protocol. OSPF does not use a TCP/IP transport protocol (UDP, TCP), but is encapsulated directly in IP datagrams with protocol number 89.
  10. Enhanced Interior Gateway Routing Protocol (EIGRP) is a _____ routing protocol, with optimizations to minimize both the routing instability incurred after topology changes, as well as the use of bandwidth and processing power in the router.
    Enhanced Interior Gateway Routing Protocol (EIGRP) is a Cisco proprietary advanced distance-vector routing protocol, with optimizations to minimize both the routing instability incurred after topology changes, as well as the use of bandwidth and processing power in the router.
  11. Border Gateway Protocol (BGP) is the protocol which makes core routing decisions on the Internet. BGP uses _____ as its transport protocol, and is assigned the reserved port _____.
    Border Gateway Protocol (BGP) is the protocol which makes core routing decisions on the Internet. BGP uses the Transmission Control Protocol (TCP) as its transport protocol, and is assigned the reserved port 179.

Assessments edit

See Also edit

References edit

  Type classification: this is a lesson resource.
  Completion status: this resource is considered to be complete.