Quiz 11 Flashcards
Data plane vs control plane
Data plane - about the local, per-router, per-IP-device actions
- primarily forwarding/moving datagrams
- how a packet is moved from input port to correct output port
- data plane - high speed, implemented in hardware
Control plane - about the network-wide, end-to-end view
- getting packets from one edge of the network to the other
- determines the route of a datagram among routers from source host to destination host
- slower, implemented in software
list of router parts
- input & output ports
- high-speed switching fabric
- routing processor
routing processor definition
- usually just a CPU
- performs control plane functions
- controls switch fabric
- installs forwarding tables at the input ports
high-speed switching fabric definition
- heart of the router
- place through which all packets must pass
input port functions
- line termination (bit-level reception)
- data link layer (receive)
of ports in a router varies from ~ 1/2 dozen in home router to hundreds in a backbone router
Routing vs forwarding
Routing - moving a packet across the network
Forwarding - moving a packet from the input to output port