Chapter 4.1 Flashcards

(10 cards)

1
Q

What is the role of the network layer?

A

To deliver packets from a source host to a destination host across multiple networks, acting between the transport and data link layers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is forwarding in the network layer?

A

The process of moving packets from an input link to the correct output link at a router. It is fast and done in hardware.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is routing in the network layer?

A

The process of determining the best path for a packet to travel from source to destination. It occurs less frequently and is done in software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How are forwarding and routing related?

A

Routing determines the path; forwarding uses that information to move packets along the path.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the difference between the traditional and SDN control plane approaches?

A

In the traditional approach, each router runs its own routing algorithm. In SDN, a centralized controller manages routing and distributes forwarding tables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the data plane?

A

The part of a router responsible for forwarding packets based on control plane decisions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the control plane?

A

The part of the network layer responsible for computing paths and updating forwarding tables using routing algorithms.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

List and explain five network service models.

A

Guaranteed Delivery – Packet is guaranteed to reach destination.

Guaranteed Delivery with Bounded Delay – Delivery guaranteed within a certain time.

In-Order Delivery – Packets arrive in order sent.

Guaranteed Minimal Bandwidth – Minimum bandwidth is guaranteed.

Security – Packets are encrypted for secure transmission.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What service model does the Internet network layer provide?

A

Best-effort service – no guarantees for delivery, order, delay, or bandwidth.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the function of a forwarding table in a router?

A

Maps destination addresses to outgoing interfaces, based on routing algorithm results.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly