ECCS3631: Unit 4 - Routing Protocols

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/37

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

38 Terms

1
New cards

What is the primary function of a router?

To forward packets between different networks.

2
New cards

What table do routers use to determine forwarding decisions?

The routing table.

3
New cards

What does a “next hop†in a routing table represent?

The IP address of the neighboring router to forward packets to.

4
New cards

What is the difference between static and dynamic routing?

Static routes are manually configured, dynamic routes are learned automatically.

5
New cards

What is an Autonomous System (AS)?

A collection of routers under one administrative domain. 4-2 Administrative Distance & Metrics

6
New cards

What does Administrative Distance (AD) measure?

The trustworthiness of a routing source.

7
New cards

What is the AD of a directly connected route?

0

8
New cards

What is the AD of a static route?

1

9
New cards

What is the AD of RIP?

120

10
New cards

What is the AD of OSPF?

110

11
New cards

Which protocol metric is based on hop count?

RIP.

12
New cards

Which protocol metric is based on cost (bandwidth)?

OSPF.

13
New cards

What does an AD of 255 mean?

The route is considered invalid. 4-3 RIP

14
New cards

What type of routing protocol is RIP?

Distance-vector.

15
New cards

What metric does RIP use?

Hop count.

16
New cards

What is the maximum hop count in RIP?

15 (16 = unreachable).

17
New cards

What is the RIP update interval?

30 seconds.

18
New cards

Which RIP version supports VLSM and CIDR?

RIP v2.

19
New cards

Which algorithm does RIP use?

Bellman-Ford. 4-4 OSPF

20
New cards

What type of routing protocol is OSPF?

Link-state.

21
New cards

What algorithm does OSPF use?

Dijkstra’s Shortest Path First (SPF).

22
New cards

What metric does OSPF use?

Cost (based on bandwidth).

23
New cards

What is OSPF’s default administrative distance?

110

24
New cards

What is OSPF Area 0 called?

The backbone area.

25
New cards

What is an ABR in OSPF?

Area Border Router â€" connects one area to Area 0.

26
New cards

What is an ASBR in OSPF?

Autonomous System Boundary Router â€" connects OSPF to external routing protocols.

27
New cards

Which OSPF packet is used to form neighbor adjacencies?

Hello packet.

28
New cards

How often does OSPF send Hello packets on broadcast networks?

Every 10 seconds. 4-5 BGP (Basic)

29
New cards

Where is BGP mainly used?

For inter-domain routing on the Internet.

30
New cards

What does an Autonomous System (AS) represent in BGP?

A group of networks under a single administrative control. 4-6 General / Comparisons

31
New cards

Which is easier to configure for small networks: static or dynamic routing?

Static routing.

32
New cards

Which is more scalable: static or dynamic routing?

Dynamic routing.

33
New cards

Which protocol is best for small networks with few routers?

RIP.

34
New cards

Which protocol is best for large enterprise networks?

OSPF.

35
New cards

Which protocol is most widely used on the Internet?

BGP.

36
New cards

Which type of routing (link-state or distance-vector) shares entire topology information?

Link-state.

37
New cards

Which type of routing (link-state or distance-vector) shares only distance and direction?

Distance-vector.

38
New cards

What is the key benefit of dynamic routing over static routing?

It automatically adapts to topology changes.