Chapter 4 Flashcards
What is the primary role of routers?
Forward datagrams from input links to output links.
What layer manages packet forwarding?
Network
What layer manages packet routing?
Network
What is the packet forwarding process at a router?
When the packet arrives at a router’s input link, the must move the packet to the appropriate output link.
What is the packet routing process at the network layer?
Routing refers to the network-wide process that determines the end-to-end paths that packets take from source to destination.
What process is used to determine a packet’s route?
Routing algorithms.
What critical network layer component each router has?
Forwarding table.
At the network layer, what is guaranteed delivery?
This service guarantees that the packet will eventually arrive at its destination.
At the network layer, what is guaranteed delivery without bounded delay?
This service not only guarantees delivery of the packet, but delivery within a specified host-to-host delay bound (for example, within 100 msec).
At the network layer, what is in-order packet delivery?
This service guarantees that packets arrive at the desti- nation in the order that they were sent.
At the network layer, what is guaranteed minimal bandwidth?
This network-layer service emulates the behavior of a transmission link of a specified bit rate (for example, 1 Mbps) between send- ing and receiving hosts. As long as the sending host transmits bits (as part of packets) at a rate below the specified bit rate, then no packet is lost and each packet arrives within a pre-specified host-to-host delay (for example, within 40 msec).
At the network layer, what is maximum jitter?
This service guarantees that the amount of time between the transmission of two successive packets at the sender is equal to the amount of time between their receipt at the destination (or that this spacing changes by no more than some specified value).
At the network layer, what are security services?
Using a secret session key known only by a source and destination host, the network layer in the source host could encrypt the payloads of all datagrams being sent to the destination host. The network layer in the destination host would then be responsible for decrypting the payloads. With such a service, confidentiality would be provided to all transport-layer segments (TCP and UDP) between the source and destination hosts. In addition to confidentiality, the network layer could provide data integrity and source authentication services.
What is the single service offered by the Internet at the network layer? What does it guarantee?
Best-effort service - guarantees nothing
What are the three input processing steps?
- Line termination
- Data link processing (protocol decapsulation)
- Lookup, forwarding queueing
on to….
________________
Switch Fabric
________________