SlideShare uma empresa Scribd logo
1 de 4
Baixar para ler offline
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.

Mais conteúdo relacionado

Mais procurados

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 NOCVLSICS Design
 
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
 
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 question1Md. 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
 

Mais procurados (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
 

Destaque

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.6Dsunte 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 networkAshita Agrawal
 

Destaque (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
 

Semelhante a Chapter 8 True/False, Multiple Choice, Completion, Matching, and Short Answer Questions

Subneting and vlsm ntpg
Subneting and vlsm ntpgSubneting and vlsm ntpg
Subneting and vlsm ntpgSachii Dosti
 
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.docxpandoragardner78605
 
CCNA_questions_2021.pdf
CCNA_questions_2021.pdfCCNA_questions_2021.pdf
CCNA_questions_2021.pdfVUPHUONGTHAO9
 
RIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme NetworksRIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme NetworksDani 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.pdfyarusun
 
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.pdfalphawheels007
 
ISP core routing project
ISP core routing projectISP core routing project
ISP core routing projectvishal sharma
 
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 2Andy Juan Sarango Veliz
 
352-001-Exam-ADVDESIGN
352-001-Exam-ADVDESIGN352-001-Exam-ADVDESIGN
352-001-Exam-ADVDESIGNKylieJonathan
 
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 newemmywatson2017
 
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 newKatherineJack1
 
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 newlizabonilla
 

Semelhante a Chapter 8 True/False, Multiple Choice, Completion, Matching, and Short Answer 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 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
 
CCNP Route EIGRP Overview
CCNP Route  EIGRP OverviewCCNP Route  EIGRP Overview
CCNP Route EIGRP Overview
 
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
 

Mais de 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 CenterDsunte 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 ManagementDsunte 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 ReportingDsunte 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 IntroductionDsunte 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
 

Mais de 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
 

Último

Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 

Último (20)

Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 

Chapter 8 True/False, Multiple Choice, Completion, Matching, and Short Answer 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.