Network Layer Flashcards
What problem the internet protocol helps resolve
Communication between multiple heterogenous networks
Internet Protocol is best effort, meaning…
Delivery – packets may get dropped
Timing – no guarantee on time of delivery
order – packets may get reordered
IPV4 Address has how many bits?
IPv6 how many
32 bits
128 bits
In the subnet 255.255.0.0 which octets identify the host?
The bottom two
Gateway construct is
a bridge between networks
Describe the difference between routing and forwarding
Routing implies the path is computed by coordinating with neighbors, and creates the forwarding table, happens in the Control Plane
Forwarding directs a packet to an output port/link using the forwarding table, happens in the data plane
Describe Lifecycle of packet when it reaches a router
Control plane needs to calculate forwarding table
-Data Plane Recieves at line card ingress
-lookup destination of forwarding table
-line card sends packet
What does longest match prefix do?
Find most specific prefix that matches dest
Example of a Link State proto
What is the basic idea of how it works?
OSFP
Each router peers with neighbors, finds shortest possible paths, finds reachable prefixes
What is the primtive algorithm OSFP is based on?
Dijkstra’s
BGP is an example of what kind of protocol?
Distance vector
iperf3 measures…
network performance