Network Layer Flashcards

1
Q

Basic operations of Network Layer

A
  • Addressing end devices
  • Encapsulation
  • Routing
  • De-encapsulation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Does src and dest IP change (if there is no NAT)

A

No, it stays the same. (unlike MAC)

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

IP characteristics

A
  • Connectionless
  • Best Effort
  • Media independent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does Connectionless mean in context with IP?

A

no connection is established before sending data (TCP would be connection-oriented)

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

What does Best effort mean in context with IP?

A
  • Delivery is not guaranteed
  • No mechanism to resend
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

IPv4 Fragmentation causes…

A

latency

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

IPv4 Fragmentation

A

Layer 3 splits the IPv4 Packet into smaller units (MTU)

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

How to check if NIC is alive?

A

ping 127.0.0.1

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

Ping to internal IPs works, external not, what is wrong?

A

Default Gateway

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

You replace a Router with a new one with the same IP. The connection to it doesn’t work, what could be the problem?

A

ARP-Table has still the old MAC linked to this IP.

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

Other word for Default Gateway

A

Last resort

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

3 types of Routing Table entries

A
  • Directly connected
  • Remote (static)
  • Default Route
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

2 types of routing entries

A
  • static
  • dynamic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Where is static routing used and why is it used?

A
  • small networks
  • less resources needed (from the router)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does Dynamic Routing

A
  • chooses best path to destination
  • dynamically adapts to topology changes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a disadvantage of static routing?

A

it doesn’t adapts to topology changes or during an outage.

17
Q

You want to forward another private IP to a specific Router over the Internet, what do you configure?

A

a static route for this IP or IP net to the public IP of the router.