Routing Fundamentals and Layer 3 Protocol Concepts

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/42

flashcard set

Earn XP

Description and Tags

Flashcards based on lecture notes about Routing Fundamentals and Layer 3 Protocol Concepts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

43 Terms

1
New cards

A layer 3 networking device that uses IP addressing to forward packets between networks.

A Router

2
New cards

Allows you to configure the router remotely using a modem. This port must be configured before you can use it.

Auxiliary Port

3
New cards

This is where the diagnostic and boot-up routines are stored.

ROM

4
New cards

Manufacture memory that holds the Internetwork Operating Systems (IOS).

Flash Memory

5
New cards

Is used to store the startup-configuration file.

NVRAM

6
New cards

Is the working memory for the router. It contains the running-configuration file, a copy of the IOS, the routing tables, and any associated data required by the routing process.

RAM

7
New cards

A router that directs packets inside a LAN.

Internal Router

8
New cards

A routes that directs packets between two separate LANS.

Exterior Router

9
New cards

In today’s terminology, the term ____ often refers to a device that converts information or data from one protocol or format to another.

Gateway

10
New cards

Is a connected group of one or more IP prefixes run by one or more network operators which has a SINGLE and CLEARLY DEFINED routing policy.

Autonomous System

11
New cards

What are some Internetworking Challenges?

Connectivity, reliable service, network management, and flexibility.

12
New cards

A portion of a network limited by its router connection to a specific group of host computers in a common LAN segment.

Broadcast Domains

13
New cards

The world's most popular open-system (nonproprietary) protocol suite because they can be used to communicate across any set of interconnected networks.

TCP/IP Suite

14
New cards

Used to send information from one Layer 2 interface to another Layer 2 interface.

MAC address

15
New cards

Used to send information from one network to another network.

network or logical addressing

16
New cards

Difference between dynamic and static routing?

Dynamic routing automatically adjusts to network changes, while static routing requires manual configuration and does not adapt to changes.

17
New cards

Two basic activities of Routing

Path determination and packet switching.

18
New cards

Three types of routes by which routers populate their routing tables

Directly connected routes, static routes, and dynamic routes.

19
New cards

Term used when routers utilize multiple routes to determine the most trustworthy route

Administrative Distance

20
New cards

Routes that have been manually configured by the network or system administrator as the only path to a destination

Static Routes

21
New cards

Routes that have been learned and maintained in a router's routing table from other internetwork routers using network layer protocols and routing algorithms

Dynamic Routes

22
New cards

A specific type of Static Route that has been manually configured by a system administrator to act as a path when there is no known destination for a route to follow.

Default Route

23
New cards

Advantages of Distance Vector Algorithm

  1. Simple to understand

  2. do not require much from the router’s process

  3. Less expensive to implement and support

24
New cards

Disadvantages of Distance Vector Algorithm (Example)

  1. Limited by hop count thereby making them unsuitable for large networks

  2. variable length subnet masking not supported in RIPv1

  3. Updated by broadcast

25
New cards

The sum of the costs associated with each link traversed.

Path Length

26
New cards

The dependability of each network link.

Reliability

27
New cards

The length of time required to move a packet from source to destination through the internetwork.

Delay

28
New cards

Available traffic capacity of a link.

Bandwidth

29
New cards

The degree to which a network resource is busy.

Load

30
New cards

Operating expense to send packets of data over a network.

Communication Cost

31
New cards

Advantages of Link State algorithms

  1. Fast convergence

  1. support for variable-length subnet masks (VLSM)

  2. complete topological picture, non-reliant on neighbors for information

  3. Less prone to routing loops

32
New cards

Disadvantages of Link State algorithms

  1. High resource consumption

  2. more expensive

33
New cards

Routing Information Protocol, or RIP, is a ___ algorithm and uses ___ for its algorithm metrics.

Distance Vector, Hop Count

34
New cards

Open Shortest Path First, or OSPF, is a ___ algorithm and is based on __ for its algorithm.

Link State, Dijkstra’s Shortest Path First

35
New cards

OSPF networks operate best when used within____ a due to their use of multi-area configurations.

Hierarchy

36
New cards

This area within an OSPF network is responsible for distributing routing information between areas.

Backbone

37
New cards

Routers utilizing OSPF use the to acquire neighbors and maintain link-state awareness.

Hello Protocol

38
New cards

Advantages of OSPF algorithm

  1. Hierarchical routing supports very large networks

  2. shortest path first algorithm allows for fast convergence

  3. does not suffer from the routing loop issues

  4. supports classless routing

  5. smaller routing updates and, they occur when there is a topology change

39
New cards

Disadvantages of OSPF algorithm

  1. Complex, requires a structured topology

  2. requires highly trained staff to understand and configure a large OSPF

  3. link state database requires considerable memory due to numerous tables

  4. SPF algorithm utilizes more processing power as the size of the topology database increases.

40
New cards

Enhanced Interior Gateway Routing Protocol (EIGRP) is a _______ protocol created as a Cisco proprietary protocol that later became an open standard.

Balance Hybrid

41
New cards

EIGRP networks combine both advantages and disadvantages from Distance Vector and Link State algorithms. What concept is utilized in OSPF networks is missing from EIGRP.

Area Concept

42
New cards

Border Gateway Protocol (BGP) is considered a _____ protocol.

Path Vector

43
New cards

BGP is an exterior gateway protocol and uses what for it’s metrics?

Manual input from network administrators.