Q:

A router has learned three possible routes that could be used to reach a destination network. One route is from EIGRP and has a composite metric of 20684570. Another route is from OSPF with a metric of 852. The last is from RIPv2 and has a metric of 4. Which route or routes will the router install in the routing table?

A. the OSPF route
B. the EIGRP route
C. the RIPv2 route
D. all three routes
E. the OSPF and RIPv2 routes

Answer

Answer : B


Explanation :


This is one of those tricky questions just to test your knowledge of routing protocols and their administrative distance. Let’s look at the AD of popular routing protocols below:
 Routing Protocol (Source)                           AdministrativeDistance(AD)                                                             


  Directly connected                                        0


  Static Route                                                  1


  EIGRP                                                           90


  Summary Route(EIGRP)                              5


  OSPF                                                           110


  RIP                                                              120


Fom the above table, you can see that EIGRP has the lowest AD from all of the above mentioned routing protocols. So, the router will choose to use the routing protocol which has lowest Administrative Distance which in this case is B. EIGRP

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

4 11750
Q:

What does the command confreg 0x2142 provide?

A) It is used to restart the router B) It is used to bypass the configuration in NVRAM
C) It is used to enter ROM monitor mode D) It is used to view the lost password
 
Answer & Explanation Answer: B) It is used to bypass the configuration in NVRAM

Explanation:

The default configuration setting is 0x2102, which tells the router to load the IOS from flash and the configuration from NVRAM. 0x2142 tells the router to bypass the configuration in NVRAM so that you can perform password recovery.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

2 11472
Q:

You want to implement a mechanism that automates the IP configuration, including IP address, subnet mask, default gateway, and DNS information. Which protocol will you use to accomplish this?

A) SMTP B) SNMP
C) DHCP D) ARP
 
Answer & Explanation Answer: C) DHCP

Explanation:

Dynamic Host Configuration Protocol (DHCP) is used to provide IP information to hosts on your network. DHCP can provide a lot of information, but the most common is Ip address, subnet mask, default gateway, and DNS information.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

2 11280
Q:

What layer in the TCP/IP stack is equivalent to the Transport layer of the OSI model?

A) Application B) Host-to-Host
C) Internet D) Network Access
 
Answer & Explanation Answer: B) Host-to-Host

Explanation:

The four layers of the TCP/IP stack (also called the DoD model) are Application/process, Host-to-Host, Internet, and Network Access. The Host-to-Host layer is equivalent to the Transport layer of the OSI model.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

4 10462
Q:

Acknowledgments, sequencing , and flow control are characteristics  of which OSI layer?

A) Layer 2 B) Layer 3
C) Layer 4 D) Lawer 7
 
Answer & Explanation Answer: C) Layer 4

Explanation:

A reliable Transport layer connection uses acknowledgments to make sure all data is transmitted and received reliably. A reliable connection is defined by a virtual circuit that uses acknowledgments, sequencing, and flow control, which are characteristics of the transport layer.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

1 10209
Q:

If a host on a network has the address 172.16.45.14/30, what is the subnetwork this host belongs to?

A) 172.16.45.0 B) 172.16.45.4
C) 172.16.45.8 D) 172.16.45.12
 
Answer & Explanation Answer: D) 172.16.45.12

Explanation:

A/30, regardless of the class of address, has a 252 in the fourth octet. This means we have a block size of 4 and our subnets are o,4,8,12,16, etc. Address 14 is obviously in the 12 subnet.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

5 9829
Q:

If you use either Telnet or FTP, what layer are you using to generate the data?

A) Application B) Presentation
C) Session D) Transport
 
Answer & Explanation Answer: A) Application

Explanation:

Both FTP and Telnet use TCP at the Transport layer; however, they both are Application layer protocols, so the Application layer is the best answer for this question.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

1 9321
Q:

You need to subnet a network that has 5 subnets, each wit at least 16 hosts. Which classful subnet mask would you use?

A) 255.255.255.192 B) 255.255.255.224
C) 255.255.255.240 D) 255.255.255.248
 
Answer & Explanation Answer: B) 255.255.255.224

Explanation:

You need 5 subnets, each with at least 16 hosts. The mask 255.255.255.240 provides 16 subnets with 14 hosts - this will not work. The mask 255.255.255.224 provides 8 subnets, each with 30 hosts. This is the best answer.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

2 8630