SlideShare a Scribd company logo
Chapter 8

True/False
Indicate whether the statement is true or false.

____    1. Classful routing protocols can be used in networks with either discontiguous subnets or networks using
           variable length subnet masks (VLSM).

____    2. The message update format in RIPv1 does not have room for subnet mask information in the IP address field.

____    3. In general, due to the complexity of modern networks and the use of VLSMs, which require subnet mask
           information to be sent with update messages, most networks use classful routing protocols.

____    4. EIGRP uses nonperiodic, partial, and bounded routing table updates.

____    5. OSPF is ideally suited for large networks because it can use a concept known as areas to bound link-state
           advertisements.


Multiple Choice
Identify the choice that best completes the statement or answers the question.

____    6. In general, ____ routing protocols send periodic updates of the entire routing table to their directly connected
           neighbors.
           a. link-state                                   c. exterior gateway
           b. distance-vector                              d. interior gateway
____    7. In general, ____ routing protocols flood nonperiodic link-state advertisements of only changed routes
           throughout the entire internetwork.
           a. link-state                                   c. exterior gateway
           b. distance-vector                              d. interior gateway
____    8. ____ routing protocols cannot adapt to work in an environment where discontiguous networks or VLSM
           exist.
           a. RIPv1                                       c. Classful
           b. Classless                                   d. Class-oriented
____    9. The four bytes set aside for the ____ field allow RIPv2 to send the full 32-bit subnet mask for each network
           configured on the router’s interfaces.
           a. Next Hop                                      c. Address Family Identifier
           b. IP Address                                    d. Subnet Mask
____ 10. The ____ command switches RIP to version 2.
         a. version 2                                c. rip2
         b. no auto-summary                          d. rip 2 on
____ 11. The ____ command overrides RIPv2’s default behavior of summarizing to major network boundaries.
         a. no default                               c. auto-summary off
         b. no default summary                       d. no auto-summary
____ 12. RIP authentication can occur either by passing the authentication keys in clear text or via ____ authentication.
         a. SSH                                          c. MD5
b. RC4                                          d. SHA
____ 13. Although it is often described as a hybrid protocol containing the features of both distance-vector and
         link-state protocols, EIGRP is still a ____ routing protocol at its core.
         a. link-state                                     c. link-vector
         b. distance-vector                                d. distance-state
____ 14. EIGRP uses the same metric as IGRP multiplied by ____.
         a. 32                                        c. 128
         b. 64                                        d. 256
____ 15. ____ allow EIGRP to support multiple Network layer routed protocols such as IP, IPX, and AppleTalk.
         a. Neighbor discovery and maintenance       c. Reliable Transport Protocol
         b. Protocol Dependent Modules               d. Diffusing Update Algorithm (DUAL)

____ 16. ____ allow EIGRP to discover neighbors and keep track of their status.
         a. Reliable Transport Protocol               c. Neighbor discovery and maintenance
         b. Protocol Dependent Modules                d. Diffusing Update Algorithm (DUAL)
____ 17. EIGRP uses multicast address ____ to multicast Hello packets every five seconds on most networks of T1
         speed or greater.
         a. 224.0.0.10                                 c. 255.255.0.10
         b. 224.224.0.1                                d. 255.255.255.10
____ 18. Because EIGRP is protocol-independent, it cannot use existing Transport layer protocols to carry its various
         packet types. Instead, Cisco developed an entirely new layer 4 protocol, the ____, for use by EIGRP.
         a. Protocol Dependent Modules (PDM)             c. Neighbor discovery and maintenance
         b. Reliable Transport Protocol (RTP)            d. Diffusing Update Algorithm (DUAL)
____ 19. DUAL uses the ____ topology table to track the status of all links in a network.
         a. EIGRP                                      c. RIPv1
         b. OSPF                                       d. RIPv2
____ 20. The ____ table contains information about all the networks a router can reach.
         a. RIP neighbors                                c. EIGRP topology
         b. OSPF status                                  d. RIPv1 topology
____ 21. In EIGRP, ____ is a good state, as it means all DUAL computations have been completed and the route is
         stable.
         a. active                                        c. down
         b. fixed                                         d. passive
____ 22. ____ is an open standards, link-state routing protocol that supports classless routing, variable-length subnet
         masks, and authentication.
         a. OSPF                                          c. RIPv1
         b. EIGRP                                         d. IGRP
____ 23. In OSPF, a(n) ____ is the portion of a network within which LSAs are contained.
         a. domain                                       c. container
         b. segment                                      d. area
____ 24. A(n) ____ in OSPF is a router’s interface.
         a. link-state                                      c. link
         b. cost                                            d. area
____ 25. In OSPF, the ____ database contains information about all OSPF peers with which a router has successfully
         exchanged Hello packets.
         a. link-state                                 c. cost
         b. adjacencies                                d. topological
____ 26. OSPF uses a(n) ____ database, which holds the common view of the network formed from the link-state
         advertisements that are received.
         a. adjacencies                                c. link-state
         b. designated routers                         d. topological


Completion
Complete each statement.

       27. ____________________ routing protocols summarize networks to their major network boundaries (Class A,
           B, or C) and do not carry subnet mask information in their routing table updates.

       28. ____________________ routing protocols offer the ability to carry subnet mask information in the routing
           table updates.

       29. __________________________________________________ is a Cisco proprietary protocol designed to
           overcome the limitations found in IGRP.

       30. ___________________________________ allow EIGRP to carry multiple routed protocols within their own
           native packet formats.

       31. The ___________________________________ is the heart and soul of EIGRP, and is the reason that EIGRP
           can quickly recover from a link outage and route around network problems.


Matching

            Match each item with a statement below:
            a. RIPv1                                        f.   MTU
            b. EIGRP                                        g.   Hello packets
            c. MD5                                          h.   Routing table updates
            d. Hash                                         i.   Reliable multicast
            e. Bandwidth
____ 32. the speed of the link
____ 33. a classful routing protocol
____ 34. allow EIGRP neighbors to determine if routing peers are still online and available
____ 35. allows RIPv2 to authenticate a routing peer without sending the secret key (a text string) across the link
         between the two peers
____ 36. a classless routing protocol
____ 37. a number generated by MD5 from the secret key
____ 38. a feature of RTP that requests an acknowledgment via unicast to a multicast message
____ 39. an example of an EIGRP packet type that uses reliable multicast via RTP
____ 40. the maximum datagram size allowed on a link


Short Answer

      41. Describe the Routing Information Protocol version 2.

      42. How does RIPv2 authenticate routing peers?

      43. What are the steps required to configure RIPv2 authentication?

      44. Describe the Enhanced Interior Gateway Routing Protocol (EIGRP).

      45. What are the six factors used by EIGRP to calculate a route metric?

      46. What are the major components of EIGRP?

      47. What are some of the key terms associated with the Diffusing Update Algorithm (DUAL)?

      48. What are the steps for configuring EIGRP authentication?

      49. Describe the Open Shortest Path First (OSPF) protocol.

      50. Briefly describe OSPF authentication.

More Related Content

What's hot

CCNA TCP/IP Questions
CCNA TCP/IP QuestionsCCNA TCP/IP Questions
CCNA TCP/IP QuestionsDsunte Wilson
 
CCNA Basic Switching and Switch Configuration Questions
CCNA Basic Switching and Switch Configuration QuestionsCCNA Basic Switching and Switch Configuration Questions
CCNA Basic Switching and Switch Configuration QuestionsDsunte Wilson
 
CCNA Introducing Networks Questions
CCNA Introducing Networks QuestionsCCNA Introducing Networks Questions
CCNA Introducing Networks QuestionsDsunte Wilson
 
05 Bcmsn Spanning Tree
05 Bcmsn Spanning Tree05 Bcmsn Spanning Tree
05 Bcmsn Spanning Treegopi1985
 
Ec8551 communication networks mcq question bank
Ec8551   communication networks mcq question bank Ec8551   communication networks mcq question bank
Ec8551 communication networks mcq question bank
JAIGANESH SEKAR
 
SMART MULTICROSSBAR ROUTER DESIGN IN NOC
SMART MULTICROSSBAR ROUTER DESIGN IN NOCSMART MULTICROSSBAR ROUTER DESIGN IN NOC
SMART MULTICROSSBAR ROUTER DESIGN IN NOC
VLSICS Design
 
CCNA Dec, 2015 Questions
CCNA Dec, 2015 QuestionsCCNA Dec, 2015 Questions
CCNA Dec, 2015 Questions
Eng. Emad Al-Atoum
 
VTU 6TH SEM CSE COMPUTER NETWORKS 2 SOLVED PAPERS OF JUNE-2013 JUNE-14 & JUNE...
VTU 6TH SEM CSE COMPUTER NETWORKS 2 SOLVED PAPERS OF JUNE-2013 JUNE-14 & JUNE...VTU 6TH SEM CSE COMPUTER NETWORKS 2 SOLVED PAPERS OF JUNE-2013 JUNE-14 & JUNE...
VTU 6TH SEM CSE COMPUTER NETWORKS 2 SOLVED PAPERS OF JUNE-2013 JUNE-14 & JUNE...
vtunotesbysree
 
Networks notes
Networks notesNetworks notes
Networks notes
Lakshmi Sarvani Videla
 
Subneting and vlsm ntpg (1)
Subneting and vlsm ntpg (1)Subneting and vlsm ntpg (1)
Subneting and vlsm ntpg (1)Sachii Dosti
 
Question bank cn2
Question bank cn2Question bank cn2
Question bank cn2sangusajjan
 
Routing and switching question1
Routing and switching question1Routing and switching question1
Routing and switching question1
Md. Mashiur Rahman
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 

What's hot (20)

CCNA TCP/IP Questions
CCNA TCP/IP QuestionsCCNA TCP/IP Questions
CCNA TCP/IP Questions
 
CCNA Basic Switching and Switch Configuration Questions
CCNA Basic Switching and Switch Configuration QuestionsCCNA Basic Switching and Switch Configuration Questions
CCNA Basic Switching and Switch Configuration Questions
 
CCNA Introducing Networks Questions
CCNA Introducing Networks QuestionsCCNA Introducing Networks Questions
CCNA Introducing Networks Questions
 
Chapter 10
Chapter 10Chapter 10
Chapter 10
 
Chapter 08
Chapter 08Chapter 08
Chapter 08
 
05 Bcmsn Spanning Tree
05 Bcmsn Spanning Tree05 Bcmsn Spanning Tree
05 Bcmsn Spanning Tree
 
Ch22
Ch22Ch22
Ch22
 
Ec8551 communication networks mcq question bank
Ec8551   communication networks mcq question bank Ec8551   communication networks mcq question bank
Ec8551 communication networks mcq question bank
 
SMART MULTICROSSBAR ROUTER DESIGN IN NOC
SMART MULTICROSSBAR ROUTER DESIGN IN NOCSMART MULTICROSSBAR ROUTER DESIGN IN NOC
SMART MULTICROSSBAR ROUTER DESIGN IN NOC
 
CCNA Dec, 2015 Questions
CCNA Dec, 2015 QuestionsCCNA Dec, 2015 Questions
CCNA Dec, 2015 Questions
 
VTU 6TH SEM CSE COMPUTER NETWORKS 2 SOLVED PAPERS OF JUNE-2013 JUNE-14 & JUNE...
VTU 6TH SEM CSE COMPUTER NETWORKS 2 SOLVED PAPERS OF JUNE-2013 JUNE-14 & JUNE...VTU 6TH SEM CSE COMPUTER NETWORKS 2 SOLVED PAPERS OF JUNE-2013 JUNE-14 & JUNE...
VTU 6TH SEM CSE COMPUTER NETWORKS 2 SOLVED PAPERS OF JUNE-2013 JUNE-14 & JUNE...
 
Networks notes
Networks notesNetworks notes
Networks notes
 
Subneting and vlsm ntpg (1)
Subneting and vlsm ntpg (1)Subneting and vlsm ntpg (1)
Subneting and vlsm ntpg (1)
 
Networking
NetworkingNetworking
Networking
 
Question bank cn2
Question bank cn2Question bank cn2
Question bank cn2
 
M Qi Series Linux
M Qi Series LinuxM Qi Series Linux
M Qi Series Linux
 
Routing and switching question1
Routing and switching question1Routing and switching question1
Routing and switching question1
 
Inter quiz
Inter quizInter quiz
Inter quiz
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Presentation on copy
Presentation  on   copyPresentation  on   copy
Presentation on copy
 

Viewers also liked

Introduction to oracle primavera
Introduction to oracle primaveraIntroduction to oracle primavera
Introduction to oracle primaveraDsunte Wilson
 
Energie nucleaire
Energie nucleaireEnergie nucleaire
Energie nucleaireCinemaTICE
 
Tips and Tricks of Toad for Oracle 10.6
Tips and Tricks of Toad for Oracle 10.6Tips and Tricks of Toad for Oracle 10.6
Tips and Tricks of Toad for Oracle 10.6
Dsunte Wilson
 
CCNA PPP and Frame Relay
CCNA PPP and Frame RelayCCNA PPP and Frame Relay
CCNA PPP and Frame RelayDsunte Wilson
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing ProtocolsDsunte Wilson
 
CCNA Network Services
CCNA Network ServicesCCNA Network Services
CCNA Network ServicesDsunte Wilson
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsDsunte Wilson
 
CCNA Network Devices
CCNA Network DevicesCCNA Network Devices
CCNA Network DevicesDsunte Wilson
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationDsunte Wilson
 
Le fonctionnement d´une centrale nucleaire. jaime sánchez.6 c
Le fonctionnement d´une centrale nucleaire. jaime sánchez.6 cLe fonctionnement d´une centrale nucleaire. jaime sánchez.6 c
Le fonctionnement d´une centrale nucleaire. jaime sánchez.6 cjlealleon
 
BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS Kak Yong
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
Ashita Agrawal
 

Viewers also liked (18)

Introduction to oracle primavera
Introduction to oracle primaveraIntroduction to oracle primavera
Introduction to oracle primavera
 
Mod9
Mod9Mod9
Mod9
 
Mod2
Mod2Mod2
Mod2
 
Mod11
Mod11Mod11
Mod11
 
Mod10
Mod10Mod10
Mod10
 
Energie nucleaire
Energie nucleaireEnergie nucleaire
Energie nucleaire
 
Tips and Tricks of Toad for Oracle 10.6
Tips and Tricks of Toad for Oracle 10.6Tips and Tricks of Toad for Oracle 10.6
Tips and Tricks of Toad for Oracle 10.6
 
CCNA PPP and Frame Relay
CCNA PPP and Frame RelayCCNA PPP and Frame Relay
CCNA PPP and Frame Relay
 
CCNA TCP/IP
CCNA TCP/IPCCNA TCP/IP
CCNA TCP/IP
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing Protocols
 
CCNA Access Lists
CCNA Access ListsCCNA Access Lists
CCNA Access Lists
 
CCNA Network Services
CCNA Network ServicesCCNA Network Services
CCNA Network Services
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
 
CCNA Network Devices
CCNA Network DevicesCCNA Network Devices
CCNA Network Devices
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
Le fonctionnement d´une centrale nucleaire. jaime sánchez.6 c
Le fonctionnement d´une centrale nucleaire. jaime sánchez.6 cLe fonctionnement d´une centrale nucleaire. jaime sánchez.6 c
Le fonctionnement d´une centrale nucleaire. jaime sánchez.6 c
 
BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
 

Similar to CCNA Advanced Routing Protocols Questions

Eigrp new
Eigrp newEigrp new
Subneting and vlsm ntpg
Subneting and vlsm ntpgSubneting and vlsm ntpg
Subneting and vlsm ntpgSachii Dosti
 
Internet of things Unit 1 one word
Internet of things Unit 1 one wordInternet of things Unit 1 one word
Internet of things Unit 1 one word
Dr.M.Karthika parthasarathy
 
Eigrp
EigrpEigrp
Eigrp
EigrpEigrp
1- which oh the following might be used by a company to satisfy its gr.docx
1- which oh the following might be used by a company to satisfy its gr.docx1- which oh the following might be used by a company to satisfy its gr.docx
1- which oh the following might be used by a company to satisfy its gr.docx
pandoragardner78605
 
CCNA_questions_2021.pdf
CCNA_questions_2021.pdfCCNA_questions_2021.pdf
CCNA_questions_2021.pdf
VUPHUONGTHAO9
 
RIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme NetworksRIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme Networks
Dani Royman Simanjuntak
 
Real JN0-280 Dumps (V8.02) - Help You Crack JN0-280 Exam Quickly.pdf
Real JN0-280 Dumps (V8.02) - Help You Crack JN0-280 Exam Quickly.pdfReal JN0-280 Dumps (V8.02) - Help You Crack JN0-280 Exam Quickly.pdf
Real JN0-280 Dumps (V8.02) - Help You Crack JN0-280 Exam Quickly.pdf
yarusun
 
Ccna 3 final exam answer v5
Ccna 3 final exam answer v5Ccna 3 final exam answer v5
Ccna 3 final exam answer v5friv4schoolgames
 
1) Use Link State algorithm to determine the shortest path from node.pdf
1) Use Link State algorithm to determine the shortest path from node.pdf1) Use Link State algorithm to determine the shortest path from node.pdf
1) Use Link State algorithm to determine the shortest path from node.pdf
alphawheels007
 
ISP core routing project
ISP core routing projectISP core routing project
ISP core routing project
vishal sharma
 
CCNP Route EIGRP Overview
CCNP Route  EIGRP OverviewCCNP Route  EIGRP Overview
CCNP Route EIGRP Overview
Visalini Kumaraswamy
 
CCNP v6 Route: Implementing IP Routing Chapter 2
CCNP v6 Route: Implementing IP Routing Chapter 2CCNP v6 Route: Implementing IP Routing Chapter 2
CCNP v6 Route: Implementing IP Routing Chapter 2
Andy Juan Sarango Veliz
 
352-001-Exam-ADVDESIGN
352-001-Exam-ADVDESIGN352-001-Exam-ADVDESIGN
352-001-Exam-ADVDESIGN
KylieJonathan
 
Cis 513 week 11 final exam – strayer new
Cis 513 week 11 final exam – strayer newCis 513 week 11 final exam – strayer new
Cis 513 week 11 final exam – strayer new
emmywatson2017
 
Cis 513 week 11 final exam – strayer new
Cis 513 week 11 final exam – strayer newCis 513 week 11 final exam – strayer new
Cis 513 week 11 final exam – strayer new
KatherineJack1
 
Cis 513 week 11 final exam – strayer new
Cis 513 week 11 final exam – strayer newCis 513 week 11 final exam – strayer new
Cis 513 week 11 final exam – strayer new
lizabonilla
 

Similar to CCNA Advanced Routing Protocols Questions (20)

ROUTING
ROUTINGROUTING
ROUTING
 
Eigrp new
Eigrp newEigrp new
Eigrp new
 
Network (FE)
Network (FE)Network (FE)
Network (FE)
 
Subneting and vlsm ntpg
Subneting and vlsm ntpgSubneting and vlsm ntpg
Subneting and vlsm ntpg
 
Internet of things Unit 1 one word
Internet of things Unit 1 one wordInternet of things Unit 1 one word
Internet of things Unit 1 one word
 
Eigrp
EigrpEigrp
Eigrp
 
Eigrp
EigrpEigrp
Eigrp
 
1- which oh the following might be used by a company to satisfy its gr.docx
1- which oh the following might be used by a company to satisfy its gr.docx1- which oh the following might be used by a company to satisfy its gr.docx
1- which oh the following might be used by a company to satisfy its gr.docx
 
CCNA_questions_2021.pdf
CCNA_questions_2021.pdfCCNA_questions_2021.pdf
CCNA_questions_2021.pdf
 
RIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme NetworksRIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme Networks
 
Real JN0-280 Dumps (V8.02) - Help You Crack JN0-280 Exam Quickly.pdf
Real JN0-280 Dumps (V8.02) - Help You Crack JN0-280 Exam Quickly.pdfReal JN0-280 Dumps (V8.02) - Help You Crack JN0-280 Exam Quickly.pdf
Real JN0-280 Dumps (V8.02) - Help You Crack JN0-280 Exam Quickly.pdf
 
Ccna 3 final exam answer v5
Ccna 3 final exam answer v5Ccna 3 final exam answer v5
Ccna 3 final exam answer v5
 
1) Use Link State algorithm to determine the shortest path from node.pdf
1) Use Link State algorithm to determine the shortest path from node.pdf1) Use Link State algorithm to determine the shortest path from node.pdf
1) Use Link State algorithm to determine the shortest path from node.pdf
 
ISP core routing project
ISP core routing projectISP core routing project
ISP core routing project
 
CCNP Route EIGRP Overview
CCNP Route  EIGRP OverviewCCNP Route  EIGRP Overview
CCNP Route EIGRP Overview
 
CCNP v6 Route: Implementing IP Routing Chapter 2
CCNP v6 Route: Implementing IP Routing Chapter 2CCNP v6 Route: Implementing IP Routing Chapter 2
CCNP v6 Route: Implementing IP Routing Chapter 2
 
352-001-Exam-ADVDESIGN
352-001-Exam-ADVDESIGN352-001-Exam-ADVDESIGN
352-001-Exam-ADVDESIGN
 
Cis 513 week 11 final exam – strayer new
Cis 513 week 11 final exam – strayer newCis 513 week 11 final exam – strayer new
Cis 513 week 11 final exam – strayer new
 
Cis 513 week 11 final exam – strayer new
Cis 513 week 11 final exam – strayer newCis 513 week 11 final exam – strayer new
Cis 513 week 11 final exam – strayer new
 
Cis 513 week 11 final exam – strayer new
Cis 513 week 11 final exam – strayer newCis 513 week 11 final exam – strayer new
Cis 513 week 11 final exam – strayer new
 

More from Dsunte Wilson

SYMANTEC ENDPOINT PROTECTION Interfacing the SEPM with Protection Center
SYMANTEC ENDPOINT PROTECTION Interfacing the SEPM with Protection CenterSYMANTEC ENDPOINT PROTECTION Interfacing the SEPM with Protection Center
SYMANTEC ENDPOINT PROTECTION Interfacing the SEPM with Protection Center
Dsunte Wilson
 
SYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
SYMANTEC ENDPOINT PROTECTION Performing Server and Database ManagementSYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
SYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
Dsunte Wilson
 
SYMANTEC ENDPOINT PROTECTION Configuring Replication and Failover and Load Ba...
SYMANTEC ENDPOINT PROTECTION Configuring Replication and Failover and Load Ba...SYMANTEC ENDPOINT PROTECTION Configuring Replication and Failover and Load Ba...
SYMANTEC ENDPOINT PROTECTION Configuring Replication and Failover and Load Ba...
Dsunte Wilson
 
SYMANTEC ENDPOINT PROTECTION Advanced Monitoring and Reporting
SYMANTEC ENDPOINT PROTECTION Advanced Monitoring and ReportingSYMANTEC ENDPOINT PROTECTION Advanced Monitoring and Reporting
SYMANTEC ENDPOINT PROTECTION Advanced Monitoring and Reporting
Dsunte Wilson
 
IBM BladeCenter Fundamentals Introduction
IBM BladeCenter Fundamentals Introduction IBM BladeCenter Fundamentals Introduction
IBM BladeCenter Fundamentals Introduction
Dsunte Wilson
 
SYMANTEC ENDPOINT PROTECTION Administration Introduction
SYMANTEC ENDPOINT PROTECTION Administration IntroductionSYMANTEC ENDPOINT PROTECTION Administration Introduction
SYMANTEC ENDPOINT PROTECTION Administration Introduction
Dsunte Wilson
 
CCNA Advanced Switching
CCNA Advanced SwitchingCCNA Advanced Switching
CCNA Advanced SwitchingDsunte Wilson
 
CCNA Router Startup and Configuration
CCNA Router Startup and ConfigurationCCNA Router Startup and Configuration
CCNA Router Startup and ConfigurationDsunte Wilson
 
CCNA Router and IOS Basics
CCNA Router and IOS BasicsCCNA Router and IOS Basics
CCNA Router and IOS BasicsDsunte Wilson
 

More from Dsunte Wilson (10)

SYMANTEC ENDPOINT PROTECTION Interfacing the SEPM with Protection Center
SYMANTEC ENDPOINT PROTECTION Interfacing the SEPM with Protection CenterSYMANTEC ENDPOINT PROTECTION Interfacing the SEPM with Protection Center
SYMANTEC ENDPOINT PROTECTION Interfacing the SEPM with Protection Center
 
SYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
SYMANTEC ENDPOINT PROTECTION Performing Server and Database ManagementSYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
SYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
 
SYMANTEC ENDPOINT PROTECTION Configuring Replication and Failover and Load Ba...
SYMANTEC ENDPOINT PROTECTION Configuring Replication and Failover and Load Ba...SYMANTEC ENDPOINT PROTECTION Configuring Replication and Failover and Load Ba...
SYMANTEC ENDPOINT PROTECTION Configuring Replication and Failover and Load Ba...
 
SYMANTEC ENDPOINT PROTECTION Advanced Monitoring and Reporting
SYMANTEC ENDPOINT PROTECTION Advanced Monitoring and ReportingSYMANTEC ENDPOINT PROTECTION Advanced Monitoring and Reporting
SYMANTEC ENDPOINT PROTECTION Advanced Monitoring and Reporting
 
IBM BladeCenter Fundamentals Introduction
IBM BladeCenter Fundamentals Introduction IBM BladeCenter Fundamentals Introduction
IBM BladeCenter Fundamentals Introduction
 
SYMANTEC ENDPOINT PROTECTION Administration Introduction
SYMANTEC ENDPOINT PROTECTION Administration IntroductionSYMANTEC ENDPOINT PROTECTION Administration Introduction
SYMANTEC ENDPOINT PROTECTION Administration Introduction
 
CCNA Advanced Switching
CCNA Advanced SwitchingCCNA Advanced Switching
CCNA Advanced Switching
 
CCNA Router Startup and Configuration
CCNA Router Startup and ConfigurationCCNA Router Startup and Configuration
CCNA Router Startup and Configuration
 
CCNA Router and IOS Basics
CCNA Router and IOS BasicsCCNA Router and IOS Basics
CCNA Router and IOS Basics
 
CCNA IP Addressing
CCNA IP AddressingCCNA IP Addressing
CCNA IP Addressing
 

Recently uploaded

FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 

Recently uploaded (20)

FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 

CCNA Advanced Routing Protocols Questions

  • 1. Chapter 8 True/False Indicate whether the statement is true or false. ____ 1. Classful routing protocols can be used in networks with either discontiguous subnets or networks using variable length subnet masks (VLSM). ____ 2. The message update format in RIPv1 does not have room for subnet mask information in the IP address field. ____ 3. In general, due to the complexity of modern networks and the use of VLSMs, which require subnet mask information to be sent with update messages, most networks use classful routing protocols. ____ 4. EIGRP uses nonperiodic, partial, and bounded routing table updates. ____ 5. OSPF is ideally suited for large networks because it can use a concept known as areas to bound link-state advertisements. Multiple Choice Identify the choice that best completes the statement or answers the question. ____ 6. In general, ____ routing protocols send periodic updates of the entire routing table to their directly connected neighbors. a. link-state c. exterior gateway b. distance-vector d. interior gateway ____ 7. In general, ____ routing protocols flood nonperiodic link-state advertisements of only changed routes throughout the entire internetwork. a. link-state c. exterior gateway b. distance-vector d. interior gateway ____ 8. ____ routing protocols cannot adapt to work in an environment where discontiguous networks or VLSM exist. a. RIPv1 c. Classful b. Classless d. Class-oriented ____ 9. The four bytes set aside for the ____ field allow RIPv2 to send the full 32-bit subnet mask for each network configured on the router’s interfaces. a. Next Hop c. Address Family Identifier b. IP Address d. Subnet Mask ____ 10. The ____ command switches RIP to version 2. a. version 2 c. rip2 b. no auto-summary d. rip 2 on ____ 11. The ____ command overrides RIPv2’s default behavior of summarizing to major network boundaries. a. no default c. auto-summary off b. no default summary d. no auto-summary ____ 12. RIP authentication can occur either by passing the authentication keys in clear text or via ____ authentication. a. SSH c. MD5
  • 2. b. RC4 d. SHA ____ 13. Although it is often described as a hybrid protocol containing the features of both distance-vector and link-state protocols, EIGRP is still a ____ routing protocol at its core. a. link-state c. link-vector b. distance-vector d. distance-state ____ 14. EIGRP uses the same metric as IGRP multiplied by ____. a. 32 c. 128 b. 64 d. 256 ____ 15. ____ allow EIGRP to support multiple Network layer routed protocols such as IP, IPX, and AppleTalk. a. Neighbor discovery and maintenance c. Reliable Transport Protocol b. Protocol Dependent Modules d. Diffusing Update Algorithm (DUAL) ____ 16. ____ allow EIGRP to discover neighbors and keep track of their status. a. Reliable Transport Protocol c. Neighbor discovery and maintenance b. Protocol Dependent Modules d. Diffusing Update Algorithm (DUAL) ____ 17. EIGRP uses multicast address ____ to multicast Hello packets every five seconds on most networks of T1 speed or greater. a. 224.0.0.10 c. 255.255.0.10 b. 224.224.0.1 d. 255.255.255.10 ____ 18. Because EIGRP is protocol-independent, it cannot use existing Transport layer protocols to carry its various packet types. Instead, Cisco developed an entirely new layer 4 protocol, the ____, for use by EIGRP. a. Protocol Dependent Modules (PDM) c. Neighbor discovery and maintenance b. Reliable Transport Protocol (RTP) d. Diffusing Update Algorithm (DUAL) ____ 19. DUAL uses the ____ topology table to track the status of all links in a network. a. EIGRP c. RIPv1 b. OSPF d. RIPv2 ____ 20. The ____ table contains information about all the networks a router can reach. a. RIP neighbors c. EIGRP topology b. OSPF status d. RIPv1 topology ____ 21. In EIGRP, ____ is a good state, as it means all DUAL computations have been completed and the route is stable. a. active c. down b. fixed d. passive ____ 22. ____ is an open standards, link-state routing protocol that supports classless routing, variable-length subnet masks, and authentication. a. OSPF c. RIPv1 b. EIGRP d. IGRP ____ 23. In OSPF, a(n) ____ is the portion of a network within which LSAs are contained. a. domain c. container b. segment d. area ____ 24. A(n) ____ in OSPF is a router’s interface. a. link-state c. link b. cost d. area
  • 3. ____ 25. In OSPF, the ____ database contains information about all OSPF peers with which a router has successfully exchanged Hello packets. a. link-state c. cost b. adjacencies d. topological ____ 26. OSPF uses a(n) ____ database, which holds the common view of the network formed from the link-state advertisements that are received. a. adjacencies c. link-state b. designated routers d. topological Completion Complete each statement. 27. ____________________ routing protocols summarize networks to their major network boundaries (Class A, B, or C) and do not carry subnet mask information in their routing table updates. 28. ____________________ routing protocols offer the ability to carry subnet mask information in the routing table updates. 29. __________________________________________________ is a Cisco proprietary protocol designed to overcome the limitations found in IGRP. 30. ___________________________________ allow EIGRP to carry multiple routed protocols within their own native packet formats. 31. The ___________________________________ is the heart and soul of EIGRP, and is the reason that EIGRP can quickly recover from a link outage and route around network problems. Matching Match each item with a statement below: a. RIPv1 f. MTU b. EIGRP g. Hello packets c. MD5 h. Routing table updates d. Hash i. Reliable multicast e. Bandwidth ____ 32. the speed of the link ____ 33. a classful routing protocol ____ 34. allow EIGRP neighbors to determine if routing peers are still online and available ____ 35. allows RIPv2 to authenticate a routing peer without sending the secret key (a text string) across the link between the two peers ____ 36. a classless routing protocol ____ 37. a number generated by MD5 from the secret key ____ 38. a feature of RTP that requests an acknowledgment via unicast to a multicast message
  • 4. ____ 39. an example of an EIGRP packet type that uses reliable multicast via RTP ____ 40. the maximum datagram size allowed on a link Short Answer 41. Describe the Routing Information Protocol version 2. 42. How does RIPv2 authenticate routing peers? 43. What are the steps required to configure RIPv2 authentication? 44. Describe the Enhanced Interior Gateway Routing Protocol (EIGRP). 45. What are the six factors used by EIGRP to calculate a route metric? 46. What are the major components of EIGRP? 47. What are some of the key terms associated with the Diffusing Update Algorithm (DUAL)? 48. What are the steps for configuring EIGRP authentication? 49. Describe the Open Shortest Path First (OSPF) protocol. 50. Briefly describe OSPF authentication.