For values of destination subnet addresses, I store the associated forwarding port number.
What is a forwarding table?
I uniquely identify a network interface anywhere on the internet.
What is an IP address?
What is Link State Routing?
What is longest prefix matching?
I am the purpose of the link layer
What is framing?
What is getting datagrams to hosts on same network or shared medium?
I am a high speed switching fabric that allows multiple input-port to output-port transfers of datagrams.
What is a CrossBar switch?
I solve the problem of different Media Transfer Unit (MTU) sizes for different links along a route from source to destination hosts.
What is fragmentation?
As a routing algorithm, network topology information is exchanged only by adjacent nodes and eventually topology information washes across the entire network.
What is Distance Vector Routing?
What is a globally unique interface address versus locally unique on the same network?
I am what happens when two hosts on the same network try to communicate at the same time.
What is a collision?
If datagrams arrive from the switching fabric faster than the output port can transmit them, I do this.
I am a common prefix shared by host interfaces able to reach each other without a router.
What is a subnet?
I make network flows programmable through a series of match/action rules.
What is a flow table (Software Defined Networking)?
I am the purpose for the Time To Live (TTL) field.
What is a packet that is forwarded forever?
I am where you find the implementation of the link layer.
What are hardware, software, and firmware?
I am the three stages of an input port or output port.
What are line termination, link layer protocol, and lookup/forwarding/queueing?
I am a broadcast based protocol that allows new hosts to acquire necessary pieces of information needed to communicate on a network.
What is Dynamic Host Configuration Protocol (DHCP)?
I am an aspect of traffic engineering that is only possible with Software Defined Networking.
What is load balancing?
I am the first hop router needed to get your datagrams off the network. I can be assigned by DHCP.
What is the default gateway?
I am the reason why WiFi does not scale to 1000's of hosts.
What are collisions?
What is backoff?
I am impacted by net neutrality and impact what happens when a datagram arrives to an output port whose queue is full.
What is a discard policy?
What is Network Address Translation (NAT)?
We are the protocol messages that allow routers in different Autonomous Systems to learn reachability information regardless of a subnet's location.
What are eBGP and iBGP messages?
I am how you would implement a server on a private network using a NAT box.
What is writing a NAT entry?
What is port forwarding?
I can be used to both detect errors and correct errors?
What are row parity and column parity?