SlideShare una empresa de Scribd logo
1 de 8
Descargar para leer sin conexión
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 4 Version 4.0 Answers.
Show all posts
Showing posts with label CCNA 2 Module 4 Version 4.0 Answers.
Show all posts

CCNA 2 Module 4 Version 4.0 Answers

1

What actions will occur after RouterA loses connectivity to network
114.125.16.0? (Choose two.)

**RouterB will include network 123.92.76.0 and 136.125.85.0 in its
update to RouterA.
During the next update interval, RouterB will send a RIP update out both
ports that includes the inaccessible network.
During the next update interval, RouterC will send an update to RouterB
stating that network 114.125.16.0 is accessible in 2 hops.
**Router C will learn of the loss of connectivity to network 114.125.16.0
from RouterB.
RouterB will include network 123.92.76.0 and 136.125.85.0 in its update
to RouterC.

2
What does a router running RIP do first with a new route that is received
from an advertisement?

places it immediately in the routing table
**adjusts the metric for the new route to show the added distance for the
route
advertises this route out all other interfaces except the one that it came in
on
sends a ping packet to verify that the path is a feasible route

3
CCNA-4-Answers.blogspot.com


Refer to the exhibit. If all routers are using RIP, how many rounds of
updates will occur before all routers know all networks?

1
2
**3
4
5
6

4
Which of the following methods does split horizon use to reduce incorrect
routing information?

Routing updates are split in half to reduce the update time.
**Information learned from one source is not distributed back to that
source.
New route information must be learned from multiple sources to be
accepted.
The time between updates is split in half to speed convergence.
New route information is suppressed until the system has converged.

5

Refer to the exhibit. The routers in this network are running RIP. Router
A has not received an update from Router B in over three minutes. How
will Router A respond?

The Holddown timer will wait to remove the route from the table for 60
seconds.
**The Invalid timer will mark the route as unusable if an update has not
been received in 180 seconds.
The Update timer will request an update for routes that were learned from
Router B.
The Hello timer will expire after 10 seconds and the route will be flushed
out of the routing table.

6

The graphic shows a network that is configured to use RIP routing
protocol. Router2 detects that the link to Router1 has gone down. It then
advertises the network for this link with a hop count metric of 16. Which
CCNA-4-Answers.blogspot.com

routing loop prevention mechanism is in effect?

split horizon
error condition
hold-down timer
**route poisoning
count to infinity

7
Which two statements describe EIGRP? (Choose two.)

EIGRP can be used with Cisco and non-Cisco routers.
**EIGRP sends triggered updates whenever there is a change in topology
that influences the routing information.
EIGRP has an infinite metric of 16.
**EIGRP sends a partial routing table update, which includes just routes
that have been changed.
EIGRP broadcasts its updates to all routers in the network.

8
Which event will cause a triggered update?

an update routing timer expires
a corrupt update message is received
**a route is installed in the routing table
the network is converged

9
Which of the following statements are correct about RIP?

uses a broadcast to update all other routers in the network every 60
seconds
uses a multicast address to update other routers every 90 seconds
**will send out an update if there is a failure of a link
updates only contain information about routes that have changed since
last update

10
Which two statements are true regarding the function of the RIPv1
routing updates? (Choose two).

updates are broadcast only when there are changes to the topology
**updates are broadcast at regular intervals
CCNA-4-Answers.blogspot.com

broadcast are sent to 0.0.0.0
**broadcasts are sent to 255.255.255.255
updates contain the entire network topology
only changes are included in the updates

11
A network administrator is evaluating RIP versus EIGRP for a new
network. The network will be sensitive to congestion and must respond
quickly to topology changes. What are two good reasons to choose
EIGRP instead of RIP in this case? (Choose two.)

EIGRP uses periodic updates.
**EIGRP only updates affected neighbors.
EIGRP uses broadcast updates.
**EIGRP updates are partial.
EIGRP uses the efficient Bellman-Ford algorithm.

12
Which two conditions are most likely to cause a routing loop? (Choose
two.)

random jitter
implementation of classful addressing
**inconsistent routing tables
**incorrectly configured static routes
a network converging too quickly

13
What metric does the RIP routing protocol consider to be infinity?

0
15
**16
224
255

14
What does the RIP holddown timer do?

ensures an invalid route has a metric of 15
prevents a router from sending any updates after it has introduced a
routing loop into the network
ensures every new route is valid before sending an update
CCNA-4-Answers.blogspot.com

**instructs routers to ignore updates, for a specified time or event, about
possible inaccessible routes

15

Refer to the exhibit. What path will packets from the 192.168.1.0/24
network travel to reach the 10.0.0.0/8 network if RIP is the active routing
protocol?

The path will be router A -> router B -> router C -> router E.
**The path will be router A -> router D -> router E
Router A will load balance between the router A -> router D -> router E
and router A -> router B -> router C -> router E path
Packets will alternate paths depending on the order they arrive at router
A.

16
Three routers running a distance-vector routing protocol lost all power,
including the battery backups. When the routers reload, what will
happen?

They will share all routes saved in NVRAM prior to the power loss with
their directly connected neighbors.
They will multicast hello packets to all other routers in the network to
establish neighbor adjacencie
**They will send updates that include only directly connected routes to
their directly connected neighbor
They will broadcast their full routing table to all routers in the networ

17
What is a routing loop?

a packet bouncing back and forth between two loopback interfaces on a
route
a condition where a return path from a destination is different from the
outbound path forming a "loop
**a condition where a packet is constantly transmitted within a series of
routers without ever reaching its intended destinatio
the distribution of routes from one routing protocol into another

18
Which statement is true regarding cisco’s RIP_JITTER variable?
CCNA-4-Answers.blogspot.com

It prevents the synchronization of routing updates by buffering the
updates as they leave the router interface
**It prevents the synchronization of routing updates by subtracting a
random length of time ranging from 0% to 15% of the specified interval
time from the next routing update
It prevents the synchronization of routing updates by causing the router to
skip every other scheduled update tim
It prevents the synchronization of routing updates by forcing the router to
listen when its time for other updates on the lines before sending it

19
Which three routing protocols are distance vector routing protocols?
(Choose three).

**RIPv
**EIGR
OSP
IS-I
**RIPv

20
Which of the following can exist in a distance vector network that has not
converged? (Choose three).

**routing loops
**inconsistent traffic forwarding
no traffic forwarding until system converges
**inconsistent routing table entries
routing table updates sent to wrong destinations

21
What is the purpose of the TTL field in the IP header?

used to mark routes as unreachable in updates sent to other routers
prevents regular update messages from reinstating a route that may have
gone bad
prevents a router from advertising a network through the interface from
which the update came
**limits the time or hops that a packet can traverse through the network
before it should be discarded
defines a maximum metric value for each distance vector routing protocol
by setting a maximum hop count
0 comments
CCNA-4-Answers.blogspot.com

Labels: CCNA 2 Module 4 Version 4.0 Answers
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

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-Answers.blogspot.com

     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 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)

Más contenido relacionado

Destacado

Analisis Financiero
Analisis FinancieroAnalisis Financiero
Analisis Financierocsanjuan19
 
How Buyer Trends are Impacting the Future of Business Thinking
How Buyer Trends are Impacting the Future of Business ThinkingHow Buyer Trends are Impacting the Future of Business Thinking
How Buyer Trends are Impacting the Future of Business ThinkingCintell
 
Buyer Experience Innovation: Five Management Principles
Buyer Experience Innovation: Five Management PrinciplesBuyer Experience Innovation: Five Management Principles
Buyer Experience Innovation: Five Management PrinciplesCintell
 
The 4 B's of Buyer Experience Innovation
The 4 B's of Buyer Experience InnovationThe 4 B's of Buyer Experience Innovation
The 4 B's of Buyer Experience InnovationCintell
 
Elliptic Curve Cryptography and Zero Knowledge Proof
Elliptic Curve Cryptography and Zero Knowledge ProofElliptic Curve Cryptography and Zero Knowledge Proof
Elliptic Curve Cryptography and Zero Knowledge ProofArunanand Ta
 
Subnet questions with ans(networking)
Subnet questions with ans(networking)Subnet questions with ans(networking)
Subnet questions with ans(networking)welcometofacebook
 
10 Rules for Buyer Persona Development
10 Rules for Buyer Persona Development10 Rules for Buyer Persona Development
10 Rules for Buyer Persona DevelopmentCintell
 

Destacado (7)

Analisis Financiero
Analisis FinancieroAnalisis Financiero
Analisis Financiero
 
How Buyer Trends are Impacting the Future of Business Thinking
How Buyer Trends are Impacting the Future of Business ThinkingHow Buyer Trends are Impacting the Future of Business Thinking
How Buyer Trends are Impacting the Future of Business Thinking
 
Buyer Experience Innovation: Five Management Principles
Buyer Experience Innovation: Five Management PrinciplesBuyer Experience Innovation: Five Management Principles
Buyer Experience Innovation: Five Management Principles
 
The 4 B's of Buyer Experience Innovation
The 4 B's of Buyer Experience InnovationThe 4 B's of Buyer Experience Innovation
The 4 B's of Buyer Experience Innovation
 
Elliptic Curve Cryptography and Zero Knowledge Proof
Elliptic Curve Cryptography and Zero Knowledge ProofElliptic Curve Cryptography and Zero Knowledge Proof
Elliptic Curve Cryptography and Zero Knowledge Proof
 
Subnet questions with ans(networking)
Subnet questions with ans(networking)Subnet questions with ans(networking)
Subnet questions with ans(networking)
 
10 Rules for Buyer Persona Development
10 Rules for Buyer Persona Development10 Rules for Buyer Persona Development
10 Rules for Buyer Persona Development
 

Último

2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
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
 
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
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
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
 
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
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 

Último (20)

2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
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
 
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
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
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
 
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
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 

Ccna 2 Module 4 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 4 Version 4.0 Answers. Show all posts Showing posts with label CCNA 2 Module 4 Version 4.0 Answers. Show all posts CCNA 2 Module 4 Version 4.0 Answers 1 What actions will occur after RouterA loses connectivity to network 114.125.16.0? (Choose two.) **RouterB will include network 123.92.76.0 and 136.125.85.0 in its update to RouterA. During the next update interval, RouterB will send a RIP update out both ports that includes the inaccessible network. During the next update interval, RouterC will send an update to RouterB stating that network 114.125.16.0 is accessible in 2 hops. **Router C will learn of the loss of connectivity to network 114.125.16.0 from RouterB. RouterB will include network 123.92.76.0 and 136.125.85.0 in its update to RouterC. 2 What does a router running RIP do first with a new route that is received from an advertisement? places it immediately in the routing table **adjusts the metric for the new route to show the added distance for the route advertises this route out all other interfaces except the one that it came in on sends a ping packet to verify that the path is a feasible route 3
  • 2. CCNA-4-Answers.blogspot.com Refer to the exhibit. If all routers are using RIP, how many rounds of updates will occur before all routers know all networks? 1 2 **3 4 5 6 4 Which of the following methods does split horizon use to reduce incorrect routing information? Routing updates are split in half to reduce the update time. **Information learned from one source is not distributed back to that source. New route information must be learned from multiple sources to be accepted. The time between updates is split in half to speed convergence. New route information is suppressed until the system has converged. 5 Refer to the exhibit. The routers in this network are running RIP. Router A has not received an update from Router B in over three minutes. How will Router A respond? The Holddown timer will wait to remove the route from the table for 60 seconds. **The Invalid timer will mark the route as unusable if an update has not been received in 180 seconds. The Update timer will request an update for routes that were learned from Router B. The Hello timer will expire after 10 seconds and the route will be flushed out of the routing table. 6 The graphic shows a network that is configured to use RIP routing protocol. Router2 detects that the link to Router1 has gone down. It then advertises the network for this link with a hop count metric of 16. Which
  • 3. CCNA-4-Answers.blogspot.com routing loop prevention mechanism is in effect? split horizon error condition hold-down timer **route poisoning count to infinity 7 Which two statements describe EIGRP? (Choose two.) EIGRP can be used with Cisco and non-Cisco routers. **EIGRP sends triggered updates whenever there is a change in topology that influences the routing information. EIGRP has an infinite metric of 16. **EIGRP sends a partial routing table update, which includes just routes that have been changed. EIGRP broadcasts its updates to all routers in the network. 8 Which event will cause a triggered update? an update routing timer expires a corrupt update message is received **a route is installed in the routing table the network is converged 9 Which of the following statements are correct about RIP? uses a broadcast to update all other routers in the network every 60 seconds uses a multicast address to update other routers every 90 seconds **will send out an update if there is a failure of a link updates only contain information about routes that have changed since last update 10 Which two statements are true regarding the function of the RIPv1 routing updates? (Choose two). updates are broadcast only when there are changes to the topology **updates are broadcast at regular intervals
  • 4. CCNA-4-Answers.blogspot.com broadcast are sent to 0.0.0.0 **broadcasts are sent to 255.255.255.255 updates contain the entire network topology only changes are included in the updates 11 A network administrator is evaluating RIP versus EIGRP for a new network. The network will be sensitive to congestion and must respond quickly to topology changes. What are two good reasons to choose EIGRP instead of RIP in this case? (Choose two.) EIGRP uses periodic updates. **EIGRP only updates affected neighbors. EIGRP uses broadcast updates. **EIGRP updates are partial. EIGRP uses the efficient Bellman-Ford algorithm. 12 Which two conditions are most likely to cause a routing loop? (Choose two.) random jitter implementation of classful addressing **inconsistent routing tables **incorrectly configured static routes a network converging too quickly 13 What metric does the RIP routing protocol consider to be infinity? 0 15 **16 224 255 14 What does the RIP holddown timer do? ensures an invalid route has a metric of 15 prevents a router from sending any updates after it has introduced a routing loop into the network ensures every new route is valid before sending an update
  • 5. CCNA-4-Answers.blogspot.com **instructs routers to ignore updates, for a specified time or event, about possible inaccessible routes 15 Refer to the exhibit. What path will packets from the 192.168.1.0/24 network travel to reach the 10.0.0.0/8 network if RIP is the active routing protocol? The path will be router A -> router B -> router C -> router E. **The path will be router A -> router D -> router E Router A will load balance between the router A -> router D -> router E and router A -> router B -> router C -> router E path Packets will alternate paths depending on the order they arrive at router A. 16 Three routers running a distance-vector routing protocol lost all power, including the battery backups. When the routers reload, what will happen? They will share all routes saved in NVRAM prior to the power loss with their directly connected neighbors. They will multicast hello packets to all other routers in the network to establish neighbor adjacencie **They will send updates that include only directly connected routes to their directly connected neighbor They will broadcast their full routing table to all routers in the networ 17 What is a routing loop? a packet bouncing back and forth between two loopback interfaces on a route a condition where a return path from a destination is different from the outbound path forming a "loop **a condition where a packet is constantly transmitted within a series of routers without ever reaching its intended destinatio the distribution of routes from one routing protocol into another 18 Which statement is true regarding cisco’s RIP_JITTER variable?
  • 6. CCNA-4-Answers.blogspot.com It prevents the synchronization of routing updates by buffering the updates as they leave the router interface **It prevents the synchronization of routing updates by subtracting a random length of time ranging from 0% to 15% of the specified interval time from the next routing update It prevents the synchronization of routing updates by causing the router to skip every other scheduled update tim It prevents the synchronization of routing updates by forcing the router to listen when its time for other updates on the lines before sending it 19 Which three routing protocols are distance vector routing protocols? (Choose three). **RIPv **EIGR OSP IS-I **RIPv 20 Which of the following can exist in a distance vector network that has not converged? (Choose three). **routing loops **inconsistent traffic forwarding no traffic forwarding until system converges **inconsistent routing table entries routing table updates sent to wrong destinations 21 What is the purpose of the TTL field in the IP header? used to mark routes as unreachable in updates sent to other routers prevents regular update messages from reinstating a route that may have gone bad prevents a router from advertising a network through the interface from which the update came **limits the time or hops that a packet can traverse through the network before it should be discarded defines a maximum metric value for each distance vector routing protocol by setting a maximum hop count 0 comments
  • 7. CCNA-4-Answers.blogspot.com Labels: CCNA 2 Module 4 Version 4.0 Answers Newer Posts Older Posts Home Subscribe to: Posts (Atom) 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)
  • 8. CCNA-4-Answers.blogspot.com  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 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)