Routing with Linux Flashcards
Routing vs. Forwarding
Forwarding = data plane
-Direct packet to an output port/link
-uses forwarding table
Routing = control plane
-compute path
-creates forwarding table
What sort of connection is BGP Peering? What does it allow two Autonomous systems to do?
-TCP connection
-Allows two AS to establish things about eachother
Gateway
Something that sits at the edge of a network, or segment of a network
What do gateways help with?
NAT,load balancing, QOS
What is a good practice default action in a match table?
setting any “misc” traffic to be dropped
What Load balancing is helpful for in networking
scaling and resilience
Layer 4 vs. Layer 7 Load Balancing
Layer 4 looks at IP and TCP headers
–Also called network load balancer
Layer 7 considers Application headers
–May also be called a web proxy
Traffic Shaping vs Traffic Managment
Shaping = ensure conformity of traffic to parameters
scheduling = determine which packets to transmit and which to drop
What happens when a traffic queue is too big? Too small?
Too big = congestion
Too small = too many drops