Network Layer (routing) Flashcards

(21 cards)

1
Q

What is the role of the Network Layer?

A

Describes communication from one end device to another end device

The Network Layer is responsible for routing packets across networks.

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

What are the two main functions of the Network Layer?

A
  • Breaking up segments into network packets
  • Reassembling the packets on the receiving end
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the Internet Protocol (IP)?

A

A common Network Layer protocol that provides connectionless and best-effort service

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

What does it mean for IP to be a connectionless protocol?

A

It does not establish a connection before sending packets and treats each packet independently

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

What is meant by best-effort delivery in the context of IP?

A

IP does not guarantee that all sent packets will be received

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

What are the implications of using an unreliable protocol like IP?

A

Other protocols must manage tracking packets and ensuring their delivery

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

What does it mean for IP to be media independent?

A

IP packets can travel over different media types

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

What are the four basic processes of end-to-end transport?

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

What is the role of an intermediary gateway device?

A

Allows devices to communicate across subdivided networks

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

What are the three functions of a router?

A
  • Routing
  • Switching
  • Filtering
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is static routing?

A

The routing table is set up and modified manually

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

What is dynamic routing?

A

The routing table is built automatically with the help of routing protocols

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

What are the characteristics of RIP (Routing Information Protocol)?

A
  • Capable of routing messages across networks up to a maximum of 15 hops
  • Supports IPv4 and IPv6 in newer standards
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does OSPF stand for and what is its purpose?

A

Open Shortest Path First; created to overcome limitations of RIP

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

What is EIGRP?

A

Enhanced Interior Gateway Routing Protocol, developed by Cisco as an alternative to RIP

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

What is IS-IS?

A

Intermediate System to Intermediate System protocol, functions similarly to OSPF

17
Q

What is BGP?

A

Border Gateway Protocol, the Internet standard External Gateway Protocol (EGP)

18
Q

Fill in the blank: The local _______ is the route to the default gateway of the local network.

A

default route

19
Q

What does a basic routing table include?

A
  • Route source
  • Destination network
  • Administrative distance
  • Metric
  • Next-hop
  • Route timestamp
  • Outgoing interface
20
Q

What is the importance of the next-hop in a routing table?

A

Identifies the IP address of the next router to forward the packet

21
Q

True or False: Dynamic routing is preferred over static routing due to its ability to recover from link/node failures.