Chapter 4-5 - Part1 Flashcards

1
Q

Difference between End systems and routers?

A

End systems have the full stack layers (app, transport, network, link, physical)

Routers only have network, link and physical

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

Forwarding vs Routing

A

Forwarding: moving packets to appropriate output link (DATA PLANE: per-router function)

Routing: determining the route taken from source to dest (CONTROL PLANE: network wide logic)

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

Control vs Data Plane

A

Data: destination-based forwarding

Control: individual routing algorithm in each router interact with each other routers

Data plane decided by control plane.

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

What does it mean internet is a “best effort” service model

A

No guarantees on:
- successful delivery

  • timing/order
  • bandwidth available

Pushes complexity to the end systems instead.

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

IP Datagram Format (Important sections)

A
  1. TTL: remaining max hops, decremented at each router
  2. Overhead: 20 bytes of TCP + 20 bytes of IP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly