SlideShare ist ein Scribd-Unternehmen logo
1 von 8
Downloaden Sie, um offline zu lesen
CCNA-4-Answers.blogspot.com



CCNA 4 Answers
CCNA 4 Answers, CCNA 1 Version 4.0 Answers, CCNA 2 Version 4.0 Answers,
CCNA 3 Version 4.0 Answers, CCNA 4 Version 4.0 Answers, CCNA 1 Final Version
4.0 Answers, CCNA 2 Final Version 4.0 Answers, CCNA 3 Final Version 4.0
Answers, CCNA 4 Final Version 4.0 Answers

Showing posts with label CCNA 2 Module 3 Version 4.0 Answers.
Show all posts
Showing posts with label CCNA 2 Module 3 Version 4.0 Answers.
Show all posts

CCNA 2 Module 3 Version 4.0 Answers

1. Which two statements correctly describe the concepts of administrative
distance and metric? (Choose two.)

* Administrative distance refers to the trustworthiness of a particular
route.
A router first installs routes with higher administrative distances.
The value of the administrative distance can not be altered by the network
administrator.
* Routes with the smallest metric to a destination indicate the best path.
The metric is always determined based on hop count.
The metric varies depending which Layer 3 protocol is being routed, such
as IP or IPX.

2.

Refer to the exhibit. Which statement correctly describes how R1 will
determine the best path to R2?

R1 will install a RIP route using network A in its routing table because
the administrative distance of RIP is higher than EIGRP.
R1 will install a RIP route using network A in its routing table because
the path cost from RIP is lower than EIGRP.
* R1 will install an EIGRP route using network B in its routing table
because the administrative distance of EIGRP is lower than RIP.
R1 will install an EIGRP route using network B in its routing table
because the path cost from EIGRP is lower than RIP.
R1 will install an EIGRP route and a RIP route in its routing table and
load balance between them.
CCNA-4-Answers.blogspot.com


3. Which two statements are true regarding classless routing protocols?
(Choose two.)

* sends subnet mask information in routing updates
sends complete routing table update to all neighbors
is supported by RIP version 1
* allows for use of both 192.168.1.0/30 and 192.168.1.16/28 subnets in
the same topology
reduces the amount of address space available in an organization

4. Which command would the network administrator issue to determine if
load balancing is in effect on a router?

show ip protocols
* show ip route
show ip interface brief
show ip interface

5. Which statement is true regarding routing protocols?

RIP uses hop count and bandwidth as the metric for path selection and
sendsupdates periodically.
OSPF is a Cisco proprietary protocol that sends updates triggered by
topology changes.
* EIGRP uses DUAL to calculate the shortest path and can be configured
to do unequal cost load balancing.
BGP is a path vector interior routing protocol.

6. Which two conditions would create a setting where the use of a
distance-vector routing protocol would be efficient? (Choose two.)

the network requires a special hierarchical design
fast convergence of the network is crucial
* the network is using a hub and spoke topology
* the network is using a flat design
there are more than 15 hops between the most distant routers

7. What is the purpose of a routing protocol?

It is used to build and maintain ARP tables.
It provides a method for segmenting and reassembling data packets.
It allows an administrator to devise an addressing scheme for the
CCNA-4-Answers.blogspot.com

network.
* It allows a router to share information about known networks with other
routers.
It provides a procedure for encoding and decoding data into bits for
packet forwarding.

8. Which of the following best describes the operation of distance vector
routing protocols?

They use hop count as their only metric.
They only send out updates when a new network is added.
* They send their routing tables to directly connected neighbors.
They flood the entire network with routing updates.

9. Which of the following is associated with link-state routing protocols?

low processor overhead
poison reverse
routing loops
split horizon
* shortest-path first calculations

10. Why is fast convergence desirable in networks that use dynamic
routing protocols?

Routers will not allow packets to be forwarded until the network has
converged.
Hosts are unable to access their gateway until the network has converged.
* Routers may make incorrect forwarding decisions until the network has
converged.
Routers will not allow configuration changes to be made until the
network has converged.

11. Which of the following conditions must be met in order for a network
to have converged?

The routers in the network are operating with dynamic routing protocols.
The routers in the network are operating with compatible versions of IOS.
The routers in the network are operating with the same routing tables.
* The routers in the network are operating with consistent routing
knowledge.

12. Which two statements are true regarding metrics? (Choose two.)
CCNA-4-Answers.blogspot.com


RIP uses bandwidth as a metric.
OSPF uses delay as a metric.
* EIGRP uses bandwidth as a metric.
* OSPF uses cost based on bandwidth as a metric.
RIP uses delay as a metric.
EIGRP uses hop count only as a metric.

13. Which two statements are true regarding the advantages of the use of
static routes? (Choose two).

* increased security
reduced effort in configuring routes
* the administrator maintains control over routing
easier to implement in a growing network
reduces the chance of routing errors
increased router resource usage

14. The following line of code is displayed in a routing table:

R 209.165.201.0/24 [120/2] via 192.168.252.2, 00:00:16, S0/0/0
What can be concluded from this output?
A packet destined for host 192.168.252.2 will be forwarded out the
interface connected to network
209.165.201.0/24.
* The value, 120, is used to determine the best path when a router has
more than one routing protocol
configured for the same destination network.
This route was manually configured using the ip route command.
192.168.252.2 is an interface on the router that produced this output.

15. What will be the result of the following commands?

ORL(config)# interface fastethernet 0/0
ORL(config-if)# ip address 172.16.3.1 255.255.255.0
ORL(config-if)# no shutdown
The 172.16.3.0 network will be routed by any dynamic routing protocol
automatically.
* A routing table entry is made to the 172.16.3.0 network with a code of
“C”.
A static route is required to route traffic to the 172.16.3.0 network.
The commands will be saved to the startup-configuration
CCNA-4-Answers.blogspot.com

16. An engineer creates a static route by entering the Router(config)# ip
route 10.0.0.0 255.255.255.0 192.168.1.2 command. What can be
concluded about this route?

* The administrative distance of this route is 1.
192.168.1.2 is the address of an interface on this router.
This route will display as a directly connected network in the routing
table.
Packets with a destination IP address of 192.168.1.2 will be forwarded to
the 10.0.0.0/24 network first.

17.
Refer to the exhibit. Router1 and Router2 are running EIGRP. All
interfaces are operational and packets can be forwarded between all
networks. What information will be found in the routing table for
Router1?

Router1 will have 6 directly connected networks.
* The administrative distance of the route to network 172.16.0.0 will be
90.
The metric for routes to 172.16.0.0 will be 1.
The interface that is used to forward packets to 172.16.0.0 will always be
the S0/1 interface.

18 The following line of code is present in the routing table:
O 10.16.1.0/27 [110/129] via 192.168.1.5, 00:00:05, Serial0/0/1
What does the number 129 indicate in this output?

* The cost for this link has a value of 129.
The clock rate on this serial interface is set to 129,000.
The next-hop router is 129 hops away from this router.
This route has been updated 129 times in this routing table.

19. A growing medium-sized manufacturing company recently began to
have routing instability issues. The company uses static routes and has a
mixture of over 30 Cisco and non-Cisco routers. The network
administrator has decided to convert the network to dynamic routing.
What characteristics of protocols should be considered in this selection
process?

Distance vector routing protocols, such as RIP, converge more quickly
than do link-state routing
protocols.
CCNA-4-Answers.blogspot.com

EIGRP can be used on all of the routers in the company.
* OSPF can be used between the routers.
An exterior routing protocol, such as BGP, is recommended for growing
companies.

20.

Refer to the exhibit. If RIP is the routing protocol, what is the value of the
metric from router A to
network 192.168.5.0/24?
*3
4
56
624
724

21. A router learns two paths with equal metrics to a destination network
via the RIP routing protocol. How will the router handle packets to the
destination network?

The router will install the first route it learned into the routing table.
* The router will install both routes in the routing table and load balance
between the two.
The router will put the first route in the routing table, and denote the
second route as a backup route.
The router will pick the path with the higher bandwidth and will place it
in the routing table

22. When multiple routing protocols have a route to the same destination
network, what determines which route is installed in the routing table?

best metric
lowest hop count
greatest available bandwidth
***lowest administrative distance
lowest cost
0 comments
Labels: CCNA 2 Module 3 Version 4.0 Answers
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)
CCNA-4-Answers.blogspot.com

Labels

     CCNA 1 Final Version 4.0 Answers (1)
     CCNA 1 Module 1 Version 4.0 Answers (1)
     CCNA 1 Module 10 Version 4.0 Answers (1)
     CCNA 1 Module 11 Version 4.0 Answers (1)
     CCNA 1 Module 2 Version 4.0 Answers (1)
     CCNA 1 Module 3 Version 4.0 Answers (1)
     CCNA 1 Module 4 Version 4.0 Answers (1)
     CCNA 1 Module 5 Version 4.0 Answers (1)
     CCNA 1 Module 6 Version 4.0 Answers (1)
     CCNA 1 Module 7 Version 4.0 Answers (1)
     CCNA 1 Module 8 Version 4.0 Answers (1)
     CCNA 1 Module 9 Version 4.0 Answers (1)
     CCNA 2 Final 1 Version 4.0 Answers (1)
     CCNA 2 Final 2 Version 4.0 Answers (1)
     CCNA 2 Module 1 Version 4.0 Answers (1)
     CCNA 2 Module 10 Version 4.0 Answers (1)
     CCNA 2 Module 11 Version 4.0 Answers (1)
     CCNA 2 Module 2 Version 4.0 Answers (1)
     CCNA 2 Module 3 Version 4.0 Answers (1)
     CCNA 2 Module 4 Version 4.0 Answers (1)
     CCNA 2 Module 5 Version 4.0 Answers (1)
     CCNA 2 Module 6 Version 4.0 Answers (1)
     CCNA 2 Module 7 Version 4.0 Answers (1)
     CCNA 2 Module 8 Version 4.0 Answers (1)
     CCNA 2 Module 9 Version 4.0 Answers (1)
     CCNA 3 Final 1 Version 4.0 Answers (1)
     CCNA 3 Module 1 Version 4.0 Answers (1)
     CCNA 3 Module 2 Version 4.0 Answers (1)
     CCNA 3 Module 3 Version 4.0 Answers (1)
     CCNA 3 Module 4 Version 4.0 Answers (1)
     CCNA 3 Module 5 Version 4.0 Answers (1)
     CCNA 3 Module 6 Version 4.0 Answers (1)
     CCNA 3 Module 7 Version 4.0 Answers (1)
     CCNA 4 Final 1 Version 4.0 Answers (1)
     CCNA 4 Final 2 Version 4.0 Answers (1)
     CCNA 4 Final 3 Version 4.0 Answers (1)
     CCNA 4 Final 4 Version 4.0 Answers (1)
     CCNA 4 Module 1 Version 4.0 Answers (1)
     CCNA 4 Module 2 Version 4.0 Answers (1)
     CCNA 4 Module 3 Version 4.0 Answers (1)
     CCNA 4 Module 4 Version 4.0 Answers (1)
CCNA-4-Answers.blogspot.com

     CCNA 4 Module 5 Version 4.0 Answers (1)
     CCNA 4 Module 6 Version 4.0 Answers (1)
     CCNA 4 Module 7 Version 4.0 Answers (1)
     CCNA 4 Module 8 Version 4.0 Answers (1)

Weitere ähnliche Inhalte

Kürzlich hochgeladen

"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 

Kürzlich hochgeladen (20)

"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 

Empfohlen

PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...DevGAMM Conference
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationErica Santiago
 

Empfohlen (20)

PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy Presentation
 

Ccna 2 Module 3 Version 4.0 Answers

  • 1. CCNA-4-Answers.blogspot.com CCNA 4 Answers CCNA 4 Answers, CCNA 1 Version 4.0 Answers, CCNA 2 Version 4.0 Answers, CCNA 3 Version 4.0 Answers, CCNA 4 Version 4.0 Answers, CCNA 1 Final Version 4.0 Answers, CCNA 2 Final Version 4.0 Answers, CCNA 3 Final Version 4.0 Answers, CCNA 4 Final Version 4.0 Answers Showing posts with label CCNA 2 Module 3 Version 4.0 Answers. Show all posts Showing posts with label CCNA 2 Module 3 Version 4.0 Answers. Show all posts CCNA 2 Module 3 Version 4.0 Answers 1. Which two statements correctly describe the concepts of administrative distance and metric? (Choose two.) * Administrative distance refers to the trustworthiness of a particular route. A router first installs routes with higher administrative distances. The value of the administrative distance can not be altered by the network administrator. * Routes with the smallest metric to a destination indicate the best path. The metric is always determined based on hop count. The metric varies depending which Layer 3 protocol is being routed, such as IP or IPX. 2. Refer to the exhibit. Which statement correctly describes how R1 will determine the best path to R2? R1 will install a RIP route using network A in its routing table because the administrative distance of RIP is higher than EIGRP. R1 will install a RIP route using network A in its routing table because the path cost from RIP is lower than EIGRP. * R1 will install an EIGRP route using network B in its routing table because the administrative distance of EIGRP is lower than RIP. R1 will install an EIGRP route using network B in its routing table because the path cost from EIGRP is lower than RIP. R1 will install an EIGRP route and a RIP route in its routing table and load balance between them.
  • 2. CCNA-4-Answers.blogspot.com 3. Which two statements are true regarding classless routing protocols? (Choose two.) * sends subnet mask information in routing updates sends complete routing table update to all neighbors is supported by RIP version 1 * allows for use of both 192.168.1.0/30 and 192.168.1.16/28 subnets in the same topology reduces the amount of address space available in an organization 4. Which command would the network administrator issue to determine if load balancing is in effect on a router? show ip protocols * show ip route show ip interface brief show ip interface 5. Which statement is true regarding routing protocols? RIP uses hop count and bandwidth as the metric for path selection and sendsupdates periodically. OSPF is a Cisco proprietary protocol that sends updates triggered by topology changes. * EIGRP uses DUAL to calculate the shortest path and can be configured to do unequal cost load balancing. BGP is a path vector interior routing protocol. 6. Which two conditions would create a setting where the use of a distance-vector routing protocol would be efficient? (Choose two.) the network requires a special hierarchical design fast convergence of the network is crucial * the network is using a hub and spoke topology * the network is using a flat design there are more than 15 hops between the most distant routers 7. What is the purpose of a routing protocol? It is used to build and maintain ARP tables. It provides a method for segmenting and reassembling data packets. It allows an administrator to devise an addressing scheme for the
  • 3. CCNA-4-Answers.blogspot.com network. * It allows a router to share information about known networks with other routers. It provides a procedure for encoding and decoding data into bits for packet forwarding. 8. Which of the following best describes the operation of distance vector routing protocols? They use hop count as their only metric. They only send out updates when a new network is added. * They send their routing tables to directly connected neighbors. They flood the entire network with routing updates. 9. Which of the following is associated with link-state routing protocols? low processor overhead poison reverse routing loops split horizon * shortest-path first calculations 10. Why is fast convergence desirable in networks that use dynamic routing protocols? Routers will not allow packets to be forwarded until the network has converged. Hosts are unable to access their gateway until the network has converged. * Routers may make incorrect forwarding decisions until the network has converged. Routers will not allow configuration changes to be made until the network has converged. 11. Which of the following conditions must be met in order for a network to have converged? The routers in the network are operating with dynamic routing protocols. The routers in the network are operating with compatible versions of IOS. The routers in the network are operating with the same routing tables. * The routers in the network are operating with consistent routing knowledge. 12. Which two statements are true regarding metrics? (Choose two.)
  • 4. CCNA-4-Answers.blogspot.com RIP uses bandwidth as a metric. OSPF uses delay as a metric. * EIGRP uses bandwidth as a metric. * OSPF uses cost based on bandwidth as a metric. RIP uses delay as a metric. EIGRP uses hop count only as a metric. 13. Which two statements are true regarding the advantages of the use of static routes? (Choose two). * increased security reduced effort in configuring routes * the administrator maintains control over routing easier to implement in a growing network reduces the chance of routing errors increased router resource usage 14. The following line of code is displayed in a routing table: R 209.165.201.0/24 [120/2] via 192.168.252.2, 00:00:16, S0/0/0 What can be concluded from this output? A packet destined for host 192.168.252.2 will be forwarded out the interface connected to network 209.165.201.0/24. * The value, 120, is used to determine the best path when a router has more than one routing protocol configured for the same destination network. This route was manually configured using the ip route command. 192.168.252.2 is an interface on the router that produced this output. 15. What will be the result of the following commands? ORL(config)# interface fastethernet 0/0 ORL(config-if)# ip address 172.16.3.1 255.255.255.0 ORL(config-if)# no shutdown The 172.16.3.0 network will be routed by any dynamic routing protocol automatically. * A routing table entry is made to the 172.16.3.0 network with a code of “C”. A static route is required to route traffic to the 172.16.3.0 network. The commands will be saved to the startup-configuration
  • 5. CCNA-4-Answers.blogspot.com 16. An engineer creates a static route by entering the Router(config)# ip route 10.0.0.0 255.255.255.0 192.168.1.2 command. What can be concluded about this route? * The administrative distance of this route is 1. 192.168.1.2 is the address of an interface on this router. This route will display as a directly connected network in the routing table. Packets with a destination IP address of 192.168.1.2 will be forwarded to the 10.0.0.0/24 network first. 17. Refer to the exhibit. Router1 and Router2 are running EIGRP. All interfaces are operational and packets can be forwarded between all networks. What information will be found in the routing table for Router1? Router1 will have 6 directly connected networks. * The administrative distance of the route to network 172.16.0.0 will be 90. The metric for routes to 172.16.0.0 will be 1. The interface that is used to forward packets to 172.16.0.0 will always be the S0/1 interface. 18 The following line of code is present in the routing table: O 10.16.1.0/27 [110/129] via 192.168.1.5, 00:00:05, Serial0/0/1 What does the number 129 indicate in this output? * The cost for this link has a value of 129. The clock rate on this serial interface is set to 129,000. The next-hop router is 129 hops away from this router. This route has been updated 129 times in this routing table. 19. A growing medium-sized manufacturing company recently began to have routing instability issues. The company uses static routes and has a mixture of over 30 Cisco and non-Cisco routers. The network administrator has decided to convert the network to dynamic routing. What characteristics of protocols should be considered in this selection process? Distance vector routing protocols, such as RIP, converge more quickly than do link-state routing protocols.
  • 6. CCNA-4-Answers.blogspot.com EIGRP can be used on all of the routers in the company. * OSPF can be used between the routers. An exterior routing protocol, such as BGP, is recommended for growing companies. 20. Refer to the exhibit. If RIP is the routing protocol, what is the value of the metric from router A to network 192.168.5.0/24? *3 4 56 624 724 21. A router learns two paths with equal metrics to a destination network via the RIP routing protocol. How will the router handle packets to the destination network? The router will install the first route it learned into the routing table. * The router will install both routes in the routing table and load balance between the two. The router will put the first route in the routing table, and denote the second route as a backup route. The router will pick the path with the higher bandwidth and will place it in the routing table 22. When multiple routing protocols have a route to the same destination network, what determines which route is installed in the routing table? best metric lowest hop count greatest available bandwidth ***lowest administrative distance lowest cost 0 comments Labels: CCNA 2 Module 3 Version 4.0 Answers Newer Posts Older Posts Home Subscribe to: Posts (Atom)
  • 7. CCNA-4-Answers.blogspot.com Labels  CCNA 1 Final Version 4.0 Answers (1)  CCNA 1 Module 1 Version 4.0 Answers (1)  CCNA 1 Module 10 Version 4.0 Answers (1)  CCNA 1 Module 11 Version 4.0 Answers (1)  CCNA 1 Module 2 Version 4.0 Answers (1)  CCNA 1 Module 3 Version 4.0 Answers (1)  CCNA 1 Module 4 Version 4.0 Answers (1)  CCNA 1 Module 5 Version 4.0 Answers (1)  CCNA 1 Module 6 Version 4.0 Answers (1)  CCNA 1 Module 7 Version 4.0 Answers (1)  CCNA 1 Module 8 Version 4.0 Answers (1)  CCNA 1 Module 9 Version 4.0 Answers (1)  CCNA 2 Final 1 Version 4.0 Answers (1)  CCNA 2 Final 2 Version 4.0 Answers (1)  CCNA 2 Module 1 Version 4.0 Answers (1)  CCNA 2 Module 10 Version 4.0 Answers (1)  CCNA 2 Module 11 Version 4.0 Answers (1)  CCNA 2 Module 2 Version 4.0 Answers (1)  CCNA 2 Module 3 Version 4.0 Answers (1)  CCNA 2 Module 4 Version 4.0 Answers (1)  CCNA 2 Module 5 Version 4.0 Answers (1)  CCNA 2 Module 6 Version 4.0 Answers (1)  CCNA 2 Module 7 Version 4.0 Answers (1)  CCNA 2 Module 8 Version 4.0 Answers (1)  CCNA 2 Module 9 Version 4.0 Answers (1)  CCNA 3 Final 1 Version 4.0 Answers (1)  CCNA 3 Module 1 Version 4.0 Answers (1)  CCNA 3 Module 2 Version 4.0 Answers (1)  CCNA 3 Module 3 Version 4.0 Answers (1)  CCNA 3 Module 4 Version 4.0 Answers (1)  CCNA 3 Module 5 Version 4.0 Answers (1)  CCNA 3 Module 6 Version 4.0 Answers (1)  CCNA 3 Module 7 Version 4.0 Answers (1)  CCNA 4 Final 1 Version 4.0 Answers (1)  CCNA 4 Final 2 Version 4.0 Answers (1)  CCNA 4 Final 3 Version 4.0 Answers (1)  CCNA 4 Final 4 Version 4.0 Answers (1)  CCNA 4 Module 1 Version 4.0 Answers (1)  CCNA 4 Module 2 Version 4.0 Answers (1)  CCNA 4 Module 3 Version 4.0 Answers (1)  CCNA 4 Module 4 Version 4.0 Answers (1)
  • 8. CCNA-4-Answers.blogspot.com  CCNA 4 Module 5 Version 4.0 Answers (1)  CCNA 4 Module 6 Version 4.0 Answers (1)  CCNA 4 Module 7 Version 4.0 Answers (1)  CCNA 4 Module 8 Version 4.0 Answers (1)