Lesson 5 - Terms Flashcards
What is forwarding (or switching) function
Router’s action to transfer a packet from an input link interface to the appropriate output link interface
What is a control plane
Software part of the router that is for routing management; implement routing protocols, maintain routing tables, compute forwarding tables
What is a data plane
Hardware part of the router that is for the forwarding
What is switching fabric
Moves the packets from input to output ports; three types: memory, bus, crossbar
What is FIB
Forwarding Information Base, mapping between destination prefix and output links
What is header validation and checksum
Checking packet’s version number, decrements the time-to-live, and recalculates the header checksum
What is route processing
Building forwarding tables using routing protocols such as RIP, OSPF, and BGP
What is SNMP
Simple Network Management Protocol, provides a set of counters for remote inspection
What is ICMP
Internet Control Message Protocol, sending error messages e.g. when time-to-live is exceeded
What is CIDR
Classless Internet Domain Routing, essentially assigns IP addresses using arbitrary-length prefixes to decrease router table size, but created the problem of longest-prefix matching