Routing Flashcards

1
Q

What layer do bridges operate at, and what is their purpose?

A

Bridges operate at the data link layer and forward frames between networks using MAC addresses. They can connect different network types like Ethernet, FDDI, ATM, or 802.11g.

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

What are the two types of bridges?

A

No-Frills Bridges: Forward packets to all networks except the source network.
Learning Bridges: Cache source and destination ports to optimize forwarding and reduce bandwidth waste.

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

What layer do routers operate at, and what addressing do they use?

A

Routers operate at the network layer and forward packets using IP addresses.

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

What is the difference between direct and indirect delivery in routing?

A

Direct Delivery: Destination is on the same network as the source, using MAC addresses.
Indirect Delivery: Source and destination are on different networks, requiring routing algorithms to determine the next hop.

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

What are the two types of routing methods?

A

Static Routing: Manually updated routing tables, suitable for small or static networks.
Dynamic Routing: Automatically updates tables based on network changes, ideal for scalable and dynamic environments.

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

What is the purpose of a default route in a routing table?

A

To handle packets for unknown destinations, typically forwarding them to an external network like the internet.

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

How does IP routing work?

A

Use the subnet mask to calculate the network address of the destination.
If the destination is directly connected, forward the packet as a frame.
If not, perform a table lookup for the next hop or use the default route.
If no route exists, send an ICMP error message to the source.

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

What is source routing, and why is it rarely used?

A

Source routing allows the packet’s header to specify the route using a list of router IP addresses. It is rarely used due to security and complexity concerns.

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

How has routing evolved historically?

A

Early routing tables were managed manually, but dynamic, auto-configurable routing emerged in the 1980s to accommodate the growth of networks and the internet.

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

What is the cost range for routers, and what factors influence it?

A

Router costs range from $10,000 to $200,000, depending on their capabilities, such as support for multiple protocols (e.g., RIP, OSPF, MPLS) and scalability.

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