CCNA_Learning/ccna3.json

2113 lines
89 KiB
JSON
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"title": "CCNA 3 Finals",
"questions": [
{
"id": "ccna3-q37",
"type": 2,
"title": "Match the description to the EIGRP packet type. (Not all options are used.)",
"images": [],
"fields": {
"f1": "used to propagate routing information to EIGRP neighbors",
"f2": "used to acknowledge the receipt of an EIGTP message that was sent using reliable delivery",
"f3": "used for neighbor discovery and to maintain neighbor adjacencies",
"f4": "send in response to an EIGRP query",
"f5": "used to query routes from neighbors"
},
"values": {
"v1": "hello packets",
"v2": "query packets",
"v3": "reply packets",
"v4": "update packets",
"v5": "acknowledgment packets",
"v6": "database description packets"
},
"correct": {
"f1": "v4",
"f2": "v5",
"f3": "v1",
"f4": "v3",
"f5": "v2"
}
},
{
"id": "ccna3-q38",
"type": 2,
"title": "Match each description to its corresponding LSA type. (Not all options are used.)",
"images": [],
"fields": {
"f1": "generated by the DR on a multiaccess segment and flooded within an area",
"f2": "generated by ABRs and sent between areas",
"f3": "generated by ABRs and sent between areas to advertise the location of an AS",
"f4": "generated by all routers and flooded within an area"
},
"values": {
"v1": "type 1",
"v2": "type 2",
"v3": "type 3",
"v4": "type 4",
"v5": "type 5"
},
"correct": {
"f1": "v2",
"f2": "v3",
"f3": "v4",
"f4": "v1"
}
},
{
"id": "ccna3-q135",
"type": 2,
"title": "Match the order in which the link-state routing process occurs on a router. (Not all options are used.)",
"images": [],
"fields": {
"f1": "step 1",
"f2": "step 2",
"f3": "step 3",
"f4": "step 4",
"f5": "step 5"
},
"values": {
"v1": "Each router is responsible for “saying hello” to its neighbors on directly connected networks.",
"v2": "Each router builds a Link-State Packet (LSP) containing the state of each directly connected link",
"v3": "Each router learns about its own directly connected networks",
"v4": "Each router increments the hop count for the destination network",
"v5": "Each router floods the LSP to all neighbors, who then store all LSPs received in a database",
"v6": "Each router uses the database to construct a complete map of the topology and computes the best"
},
"correct": {
"f1": "v3",
"f2": "v1",
"f3": "v2",
"f4": "v5",
"f5": "v6"
}
},
{
"id": "ccna3-q136",
"type": 2,
"title": " Match the description to the term. (Not all options are used.)",
"images": [],
"fields": {
"f1": "This is the algorithm used by OSPF",
"f2": "This is where the details of the neighboring routers can be found",
"f3": "This is where you can find the topology table",
"f4": "All the routers are in the backbone area"
},
"values": {
"v1": "adjacency database",
"v2": "Shortest Path First",
"v3": "single-area OSPF",
"v4": "DUAL",
"v5": "link-state database",
"v6": "multiarea OSPF"
},
"correct": {
"f1": "v2",
"f2": "v1",
"f3": "v5",
"f4": "v3"
}
},
{
"id": "ccna3-q137",
"type": 2,
"title": "Match the order of precedence to the process logic that an OSPFv3 network router goes through in choosing a router ID. (Not all options are used.)",
"images": [],
"fields": {
"f1": "priority 1",
"f2": "priority 2",
"f3": "priority 3",
"f4": "priority 4"
},
"values": {
"v1": "The router displays a console message to configure the router ID manually",
"v2": "The router uses the highest configured IPv4 address of an active interface",
"v3": "The router chooses the highest IPv6 address that is configured on the router",
"v4": "The router uses the highest configured IPv4 address of a loopback interface",
"v5": "The router uses the explicitly configured router ID if any"
},
"correct": {
"f1": "v5",
"f2": "v4",
"f3": "v2",
"f4": "v1"
}
},
{
"id": "ccna3-q140",
"type": 2,
"title": "Match each OSPF router type description with its name. (Not all options are used.)",
"images": [],
"fields": {
"f1": "All the routers of this type have identical LSDBs",
"f2": "All the routers of this type mainrain separate LSDBs for each area to which they connect",
"f3": "All the routers of this type can import non-OSPF network information to the OSPF network and vice versa using route redistribution"
},
"values": {
"v1": "internal router",
"v2": "backbone router",
"v3": "autonomus system boudary router (ASBR)",
"v4": "area border router (ABR)"
},
"correct": {
"f1": "v1",
"f2": "v4",
"f3": "v3"
}
},
{
"id": "iSLBEp47",
"title": "1. Which routing protocol is able to scale for large networks and utilizes non-backbone areas for\n expansion?",
"images": [],
"type": 0,
"options": {
"q1-0": "EIGRP",
"q1-1": "BGP",
"q1-2": "OSPF",
"q1-3": "RIPv2"
},
"correct": "q1-2"
},
{
"id": "YLw3nA9og",
"title": "2. In the Cisco hierarchical design model, which layer is more likely to have a fixed configuration switch\n than the other layers?",
"images": [],
"type": 0,
"options": {
"q2-0": "distribution",
"q2-1": "transport",
"q2-2": "internet",
"q2-3": "access",
"q2-4": "core"
},
"correct": "q2-3"
},
{
"id": "YRtF7VRXQ",
"title": "3. A network engineer is interested in obtaining specific information relevant to the operation of both\n distribution and access layer Cisco devices. Which command provides common information relevant to both types\n of devices?",
"images": [],
"type": 0,
"options": {
"q3-0": "show ip protocols",
"q3-1": "show ip interface",
"q3-2": "show cdp neighbors",
"q3-3": "show port-security",
"q3-4": "show mac-address-table"
},
"correct": "q3-2"
},
{
"id": "WffuxU-zp",
"title": "4. A switched network has converged completely. All switches currently have a VTP revision number of 5. A\n new switch that has been configured as a VTP server is added to the network. The new switch has a VTP revision\n number of 4. What will occur within the network?",
"images": [],
"type": 0,
"options": {
"q4-0": "The network will no longer share VLAN database updates.",
"q4-1": "The newly added switch will automatically switch to VTP client mode.",
"q4-2": "The VTP databases will remain unchanged in all switches with the exception\n of the newly added switch.",
"q4-3": "All switches in the network will update their VTP database to reflect the VTP database of the new switch."
},
"correct": "q4-2"
},
{
"id": "FzdvgAgRK",
"title": "5. A network administrator is adding a new VLAN for testing. The company uses VTP and the VLAN is not\n directly attached to either of the switches configured as VTP servers. What is the best method to add this VLAN\n to the network?",
"images": [],
"type": 0,
"options": {
"q5-0": "Change the switch that has connected hosts in the new VLAN to be in VTP server mode.",
"q5-1": "Configure a port on the VTP servers for the same VLAN as the new VLAN.",
"q5-2": "Manually add the VLAN to the VLAN database of the VTP\n servers.",
"q5-3": "Configure interfaces on the switch that has connected hosts in the new VLAN and reboot the switch."
},
"correct": "q5-2"
},
{
"id": "nIihbjr8d",
"title": "6. Which three pairs of trunking modes will establish a functional trunk link between two Cisco switches?\n (Choose three.)",
"images": [],
"type": 1,
"options": {
"q6-0": "dynamic desirable dynamic desirable",
"q6-1": "dynamic auto dynamic auto",
"q6-2": "dynamic desirable dynamic auto",
"q6-3": "dynamic desirable trunk",
"q6-4": "access trunk",
"q6-5": "access dynamic auto"
},
"correct": [
"q6-0",
"q6-2",
"q6-3"
]
},
{
"id": "BYWJi_N7A",
"title": "7. Refer to the exhibit. The configuration shows the commands entered by a network administrator for\n inter-VLAN routing. However, host PCA cannot communicate with PCB. Which part of the inter-VLAN configuration\n causes the problem?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/07/p10.png"
],
"type": 0,
"options": {
"q7-0": "trunking",
"q7-1": "port mode on the two switch",
"q7-2": "FastEthernet ports",
"q7-3": "VLAN configuration",
"q7-4": "router port configuration"
},
"correct": "q7-3"
},
{
"id": "Pnzgsl5JY",
"title": "8. Refer to the exhibit. What is the role of the SW3 switch?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/07/p15.gif"
],
"type": 0,
"options": {
"q8-0": "designated switch",
"q8-1": "edge switch",
"q8-2": "root bridge",
"q8-3": "enabled bridge",
"q8-4": "local bridge"
},
"correct": "q8-2"
},
{
"id": "xh63fu1X0",
"title": "9. Which spanning tree standard was developed by Cisco to provide separate instances of 802.1w per\n VLAN?",
"images": [],
"type": 0,
"options": {
"q9-0": "RSTP",
"q9-1": "802.1D",
"q9-2": "MSTP",
"q9-3": "Rapid PVST+"
},
"correct": "q9-3"
},
{
"id": "H8rMGF2AI",
"title": "10. Which industry-wide specification was developed to decrease the time that is needed to move to the\n forwarding state by switch ports that are operating in a redundantly switched topology?",
"images": [],
"type": 0,
"options": {
"q10-0": "VLSM",
"q10-1": "PVST",
"q10-2": "802.1Q",
"q10-3": "RSTP",
"q10-4": "VTP"
},
"correct": "q10-3"
},
{
"id": "ixWU3sAmJ",
"title": "11. Refer to the exhibit. A network administrator is verifying the bridge ID and the status of this switch\n in the STP election. Which statement is correct based on the command output?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/07/p19.png"
],
"type": 0,
"options": {
"q11-0": "The bridge priority of Switch_2 has been lowered to a predefined value to\n become the root bridge.",
"q11-1": "The bridge priority of Switch_2 has been lowered to a predefined value to become the backup root bridge.",
"q11-2": "The STP instance on Switch_2 is failing due to no ports being blocked and all switches believing they are the\n root.",
"q11-3": "The STP instance on Switch_2 is using the default STP priority and the election is based on Switch_2 MAC\n address."
},
"correct": "q11-0"
},
{
"id": "YwhZSX9li",
"title": "12. Refer to the exhibit. Which switching technology would allow data to be transmitted over each access\n layer switch link and prevent the port from being blocked by spanning tree due to the redundant\n link?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/07/p21.png"
],
"type": 0,
"options": {
"q12-0": "EtherChannel",
"q12-1": "HSRP",
"q12-2": "PortFast",
"q12-3": "trunking"
},
"correct": "q12-0"
},
{
"id": "1yzSG8eu6",
"title": "13. What are two advantages of EtherChannel? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q13-0": "Configuring the EtherChannel interface provides consistency in the\n configuration of the physical links.",
"q13-1": "Load balancing occurs between links configured as different EtherChannels.",
"q13-2": "EtherChannel uses upgraded physical links to provide increased bandwidth.",
"q13-3": "Spanning Tree Protocol views the physical links in an EtherChannel as one\n logical connection.",
"q13-4": "Spanning Tree Protocol ensures redundancy by transitioning failed interfaces in an EtherChannel to a\n forwarding state."
},
"correct": [
"q13-0",
"q13-3"
]
},
{
"id": "jYNmCizrY",
"title": "14. When EtherChannel is implemented, multiple physical interfaces are bundled into which type of logical\n connection?",
"images": [],
"type": 0,
"options": {
"q14-0": "interface range",
"q14-1": "loopback",
"q14-2": "VLAN interface",
"q14-3": "port channel"
},
"correct": "q14-3"
},
{
"id": "YWXv011aA",
"title": "15. When a range of ports is being configured for EtherChannel, which mode will configure LACP on a port\n only if the port receives LACP packets from another device?",
"images": [],
"type": 0,
"options": {
"q15-0": "active",
"q15-1": "auto",
"q15-2": "desirable",
"q15-3": "passive"
},
"correct": "q15-3"
},
{
"id": "GeMo-RceV",
"title": "16. A new chief information officer (CIO) has requested implementation of a link-state dynamic routing\n protocol. Which two routing protocols fulfill this requirement? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q16-0": "RIPv2",
"q16-1": "BGP",
"q16-2": "OSPF",
"q16-3": "IS-IS",
"q16-4": "EIGRP"
},
"correct": [
"q16-2",
"q16-3"
]
},
{
"id": "6atJ-dqiaN",
"title": "17. Refer to the exhibit. A network administrator is utilizing RIPv1 in the exhibited network topology.\n What would the router R2 do with a packet that is originating from the 192.168.4.0/24 network and destined for\n network 172.16.1.0/24?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/p28.png"
],
"type": 0,
"options": {
"q17-0": "The router will forward the packet to R1.",
"q17-1": "The router will forward the packet to R3.",
"q17-2": "The router will load balance and forward packets to both R1 and\n R3.",
"q17-3": "The router will drop the packet."
},
"correct": "q17-2"
},
{
"id": "2QMryBmPbR",
"title": "18. What best describes the operation of distance vector routing protocols?",
"images": [],
"type": 0,
"options": {
"q18-0": "They use hop count as their only metric.",
"q18-1": "They only send out updates when a new network is added.",
"q18-2": "They send their routing tables to directly connected\n neighbors.",
"q18-3": "They flood the entire network with routing updates."
},
"correct": "q18-2"
},
{
"id": "mHMLEv17Uy",
"title": "19. Which statement defines the speed of convergence of routing protocols?",
"images": [],
"type": 0,
"options": {
"q19-0": "The time it takes a router to form a neighbor adjacency.",
"q19-1": "The time it takes a router to learn about directly connected links.",
"q19-2": "The time it takes a router to calculate the cost of a link.",
"q19-3": "The time it takes a router within a network to forward routing\n information."
},
"correct": "q19-3"
},
{
"id": "5skQIdbpGV",
"title": "20. What is associated with link-state routing protocols?",
"images": [],
"type": 0,
"options": {
"q20-0": "low processor overhead",
"q20-1": "poison reverse",
"q20-2": "routing loops",
"q20-3": "split horizon",
"q20-4": "Shortest Path First calculations"
},
"correct": "q20-4"
},
{
"id": "_pasCmtfe9",
"title": "21. Which two pieces of information are contained within a link-state packet (LSP)? (Choose two.)<br>\n",
"images": [],
"type": 1,
"options": {
"q21-0": "hop count",
"q21-1": "bandwidth",
"q21-2": "link type",
"q21-3": "delay",
"q21-4": "load"
},
"correct": [
"q21-1",
"q21-2"
]
},
{
"id": "NmAtxdLe7X",
"title": "22. What is a difference between the routing protocols EIGRP and OSPF?",
"images": [],
"type": 0,
"options": {
"q22-0": "EIGRP uses hop count as the metric and OSPF uses cost as the metric.",
"q22-1": "EIGRP is an implementation of EGP whereas OSPF is an implementation of IGP.",
"q22-2": "EIGRP supports routing different network layer protocols whereas OSPF\n supports routing only IP-based protocols.",
"q22-3": "EIGRP only supports equal-cost load balancing whereas OSPF supports both equal-cost and unequal-cost load\n balancing."
},
"correct": "q22-2"
},
{
"id": "ShsGEozvlE",
"title": "23. What protocol is used by EIGRP for the delivery and receipt of EIGRP packets?",
"images": [],
"type": 0,
"options": {
"q23-0": "RTP",
"q23-1": "TCP",
"q23-2": "UDP",
"q23-3": "ICMP"
},
"correct": "q23-0"
},
{
"id": "IxGNmkEdOn",
"title": "24. How is bandwidth to a destination network calculated by EIGRP?",
"images": [],
"type": 0,
"options": {
"q24-0": "the lowest configured bandwidth of any interface along the\n route",
"q24-1": "the sum of the configured bandwidths of all interfaces along the path",
"q24-2": "the highest configured bandwidth of any interface along the path",
"q24-3": "the bandwidth of the ingress interface of the last hop router"
},
"correct": "q24-0"
},
{
"id": "N_lCpMdhvh",
"title": "25. Refer to the exhibit. A network administrator has attempted to implement a default route from R1 to\n the ISP and propagate the default route to EIGRP neighbors. Remote connectivity from the EIGRP neighbor routers\n to the ISP connected to R1 is failing. Based on the output from the exhibit, what is the most likely cause of\n the problem?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/p41.jpg"
],
"type": 0,
"options": {
"q25-0": "The command default-information originate has not been issued on R1.",
"q25-1": "There are no EIGRP neighbor relationships on R1.",
"q25-2": "The ip route command must specify a next-hop IP address instead of an exit interface when creating a default\n route.",
"q25-3": "The command redistribute static has not been issued on R1.",
"q25-4": "The network statement for the ISP connection has not been issued."
},
"correct": "q25-3"
},
{
"id": "MRss9xwS6E",
"title": "26. Refer to the exhibit. Which statement accurately reflects the configuration of routing on the HQ\n router?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/p42.png"
],
"type": 0,
"options": {
"q26-0": "A static default route was configured on this router.",
"q26-1": "A static default route was learned via EIGRP routing updates.",
"q26-2": "The static default route should be redistributed using the default-information originate command.",
"q26-3": "The IP address assigned to the GigabitEthernet0/0 interface is 172.16.2.0 255.255.255.0."
},
"correct": "q26-0"
},
{
"id": "mbWxWIe08d",
"title": "27. Which command would limit the amount of bandwidth that is used by EIGRP for protocol control traffic\n to approximately 128 Kb/s on a 1.544 Mb/s link?",
"images": [],
"type": 0,
"options": {
"q27-0": "ip bandwidth-percent eigrp 100 8",
"q27-1": "maximum-paths 8",
"q27-2": "variance 8",
"q27-3": "traffic-share balanced"
},
"correct": "q27-0"
},
{
"id": "wC4tKp-CEt",
"title": "28. Which criterion is preferred by the router to choose a router ID?",
"images": [],
"type": 0,
"options": {
"q28-0": "the IP address of the highest configured loopback interface on the router",
"q28-1": "the IP address of the highest active interface on the router",
"q28-2": "the router-id rid command",
"q28-3": "that is used for the area of a network that is affected when a device or network service experien",
"q28-4": "the IP address of the highest active OSPF-enabled interface"
},
"correct": "q28-2"
},
{
"id": "-y1kLIGpem",
"title": "29. What is the effect of entering the network 192.168.10.1 0.0.0.0 area 0 command in router configuration\n mode?",
"images": [],
"type": 0,
"options": {
"q29-0": "The interface with the IPv4 address 192.168.10.1 will be a passive interface.",
"q29-1": "OSPF advertisements will include the network on the interface with the IPv4\n address 192.168.10.1.",
"q29-2": "This command will have no effect because it uses a quad zero wildcard mask.",
"q29-3": "OSPF advertisements will include the specific IPv4 address 192.168.10.1."
},
"correct": "q29-1"
},
{
"id": "95tTFHg1XN",
"title": "30. Which three requirements are necessary for two OSPFv2 routers to form an adjacency? (Choose\n three.)",
"images": [],
"type": 1,
"options": {
"q30-0": "The two routers must include the inter-router link network in an OSPFv2\n network command.",
"q30-1": "The OSPFv2 process is enabled on the interface by entering the ospf process area-id command.",
"q30-2": "The OSPF hello or dead timers on each router must match.",
"q30-3": "The OSPFv2 process ID must be the same on each router.",
"q30-4": "The link interface subnet masks must match.",
"q30-5": "The link interface on each router must be configured with a link-local address."
},
"correct": [
"q30-0",
"q30-2",
"q30-4"
]
},
{
"id": "NmqZqi9oeO",
"title": "31. Which type of OSPF router connects an OSPF area to non-OSPF routing domains?",
"images": [],
"type": 0,
"options": {
"q31-0": "ABR",
"q31-1": "ASBR",
"q31-2": "DR",
"q31-3": "backbone router"
},
"correct": "q31-1"
},
{
"id": "652KBG6tow",
"title": "32. Which function is performed by an OSPF ABR?",
"images": [],
"type": 0,
"options": {
"q32-0": "flooding type 2 LSAs within an area",
"q32-1": "originating type 5 LSAs into an area",
"q32-2": "injecting type 3 LSAs into an area",
"q32-3": "advertising the router ID of any designated routers within an area"
},
"correct": "q32-2"
},
{
"id": "LII8x4NpB7",
"title": "33. In which mode is the area area-id range address mask command issued when multiarea OSPF summarization\n is being configured?",
"images": [],
"type": 0,
"options": {
"q33-0": "global configuration mode",
"q33-1": "router configuration mode",
"q33-2": "interface configuration mode of area 0 interfaces",
"q33-3": "interface configuration mode of all participating interfaces"
},
"correct": "q33-1"
},
{
"id": "Jwwc1bd3xo",
"title": "34. Refer to the exhibit. What are three resulting DR and DBR elections for the given topology? (Choose\n three.)<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/07/p53-2.png"
],
"type": 1,
"options": {
"q34-0": "R4 is BDR for segment B.",
"q34-1": "R4 is DR for segment B.",
"q34-2": "R3 is DR for segment A.",
"q34-3": "R2 is DR for segment A.",
"q34-4": "R3 is BDR for segment B.",
"q34-5": "R5 is DR for segment B."
},
"correct": [
"q34-2",
"q34-4",
"q34-5"
]
},
{
"id": "evPArE969s",
"title": "35. Refer to the exhibit. How did this router learn of the highlighted route in the routing\n table?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/p55-1.png"
],
"type": 0,
"options": {
"q35-0": "by entering the router configuration mode command default-information originate",
"q35-1": "by entering the global configuration mode command ip route 0.0.0.0 0.0.0.0 interface-type interface-number",
"q35-2": "by entering the global configuration mode command ip route 0.0.0.0 0.0.0.0 ip-address",
"q35-3": "by receiving an update from another OSPF router that is running another routing protocol",
"q35-4": "by receiving an update from another OSPF router that has the\n default-information originate command configured"
},
"correct": "q35-4"
},
{
"id": "gmx_cFgUBy",
"title": "36. Which command can be used to view OSPF adjacencies with neighboring routers along with the transition\n state?",
"images": [],
"type": 0,
"options": {
"q36-0": "show ip protocols",
"q36-1": "show ip ospf neighbor",
"q36-2": "show ip ospf interface",
"q36-3": "show running-config"
},
"correct": "q36-1"
},
{
"id": "9SR9i7pVxk",
"title": "39. What is the term that is used for the area of a network that is affected when a device or network\n service experiences problems?",
"images": [],
"type": 0,
"options": {
"q39-0": "failure domain",
"q39-1": "collision domain",
"q39-2": "broadcast domain",
"q39-3": "user domain"
},
"correct": "q39-0"
},
{
"id": "f5PjN71ZU3",
"title": "40. What term is used to express the thickness or height of a switch?",
"images": [],
"type": 0,
"options": {
"q40-0": "rack unit",
"q40-1": "port density",
"q40-2": "domain size",
"q40-3": "module size"
},
"correct": "q40-0"
},
{
"id": "jKlPf6pAvG",
"title": "41. Which configuration changes will increment the configuration revision number on the VTP\n server?",
"images": [],
"type": 0,
"options": {
"q41-0": "configuring trunk links on the VTP server",
"q41-1": "configuring or changing the VTP password",
"q41-2": "configuring or changing the VTP domain name",
"q41-3": "configuring or changing the VTP version number",
"q41-4": "configuring or deleting a VLAN or creating a VLAN name"
},
"correct": "q41-4"
},
{
"id": "Bh7fKoj6fK",
"title": "42. What are three characteristics of VTP? (Choose three.)",
"images": [],
"type": 1,
"options": {
"q42-0": "In the default VTP mode, VLANs can be created and modified on a\n switch.",
"q42-1": "Switches in VTP server mode store VLANs in the vlan.dat\n database.",
"q42-2": "VTP-enabled switches exchange three types of advertisements: summary routes, subnet advertisements, and\n advertisement requests from transparent bridges.",
"q42-3": "The switch configuration must be saved and the switch reloaded to reset a configuration revision number.",
"q42-4": "VTP updates are exchanged across trunk links only.",
"q42-5": "Switches in different VTP domains can exchange updates if revision numbers are the same."
},
"correct": [
"q42-0",
"q42-1",
"q42-4"
]
},
{
"id": "_8e_DIN794",
"title": "43. What is the purpose of the vlan.dat file on a switch?",
"images": [],
"type": 0,
"options": {
"q43-0": "It holds the running configuration.",
"q43-1": "It holds the saved configuration.",
"q43-2": "It holds the VLAN database.",
"q43-3": "It holds the operating system."
},
"correct": "q43-2"
},
{
"id": "-CyNscFLB-",
"title": "44. What eliminates switching loops?",
"images": [],
"type": 0,
"options": {
"q44-0": "hold-down timer",
"q44-1": "spoison reverse",
"q44-2": "Spanning Tree Protocol",
"q44-3": "Time to Live",
"q44-4": "VTP"
},
"correct": "q44-2"
},
{
"id": "wZ3ttSqfZ2",
"title": "45. A small company network has six interconnected Layer 2 switches. Currently all switches are using the\n default bridge priority value. Which value can be used to configure the bridge priority of one of the switches\n to ensure that it becomes the root bridge in this design?",
"images": [],
"type": 0,
"options": {
"q45-0": "1",
"q45-1": "28672",
"q45-2": "32768",
"q45-3": "34816",
"q45-4": "61440"
},
"correct": "q45-1"
},
{
"id": "kytOiXtTrP",
"title": "46. What is the value used to determine which port on a non-root bridge will become a root port in a STP\n network?",
"images": [],
"type": 0,
"options": {
"q46-0": "the highest MAC address of all the ports in the switch",
"q46-1": "the lowest MAC address of all the ports in the switch",
"q46-2": "the VTP revision number",
"q46-3": "the path cost"
},
"correct": "q46-3"
},
{
"id": "oi1IIxXz5s",
"title": "47. Which three STP states were replaced with the RSTP discarding state? (Choose three.)",
"images": [],
"type": 1,
"options": {
"q47-0": "listening",
"q47-1": "learning",
"q47-2": "blocking",
"q47-3": "disabled",
"q47-4": "forwarding"
},
"correct": [
"q47-0",
"q47-2",
"q47-3"
]
},
{
"id": "oeI_Q8mSWM",
"title": "48. As the network administrator you have been asked to implement EtherChannel on the corporate network.\n What does this configuration consist of?",
"images": [],
"type": 0,
"options": {
"q48-0": "providing redundant links that dynamically block or forward traffic",
"q48-1": "grouping multiple physical ports to increase bandwidth between two\n switches",
"q48-2": "grouping two devices to share a virtual IP address",
"q48-3": "providing redundant devices to allow traffic to flow in the event of device failure"
},
"correct": "q48-1"
},
{
"id": "rDKvzThW4G",
"title": "49. Which command will start the process to bundle two physical interfaces to create an EtherChannel group\n via LACP?",
"images": [],
"type": 0,
"options": {
"q49-0": "channel-group 2 mode auto",
"q49-1": "interface port-channel 2",
"q49-2": "channel-group 1 mode desirable",
"q49-3": "interface range GigabitEthernet 0/4 5"
},
"correct": "q49-3"
},
{
"id": "6I3rP03dXz",
"title": "50. A network administrator is analyzing the features that are supported by different first-hop router\n redundancy protocols. Which statement is a feature that is associated with GLBP?",
"images": [],
"type": 0,
"options": {
"q50-0": "GLBP allows load balancing between routers.",
"q50-1": "It is nonproprietary.",
"q50-2": "It uses a virtual router master.",
"q50-3": "It works together with VRRP."
},
"correct": "q50-0"
},
{
"id": "2waoTrIh8H",
"title": "51. A network administrator configured an EtherChannel link with three interfaces between two switches.\n What is the result if one of the three interfaces is down?",
"images": [],
"type": 0,
"options": {
"q51-0": "The EtherChannel fails.",
"q51-1": "The remaining two interfaces continue to load balance\n traffic.",
"q51-2": "The remaining two interfaces become separate links between the two switches.",
"q51-3": "One interface becomes an active link for data traffic and the other becomes a backup link."
},
"correct": "q51-1"
},
{
"id": "7Bq2ROKN0n",
"title": "52. When EtherChannel is configured, which mode will force an interface into a port channel without\n exchanging aggregation protocol packets?",
"images": [],
"type": 0,
"options": {
"q52-0": "active",
"q52-1": "auto",
"q52-2": "on",
"q52-3": "desirable"
},
"correct": "q52-2"
},
{
"id": "dXKGHyY68p",
"title": "53. Refer to the exhibit. A network administrator is reviewing the configuration of switch S1. Which\n protocol has been implemented to group multiple physical ports into one logical link?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/p23-1.png"
],
"type": 0,
"options": {
"q53-0": "PAgP",
"q53-1": "DTP",
"q53-2": "LACP",
"q53-3": "STP"
},
"correct": "q53-0"
},
{
"id": "YcPOih-6aZ",
"title": "54. What is the term used to describe a network topology where the subnets from a major classful network\n address space are separated from each other by addresses from a different major classful network\n address?",
"images": [],
"type": 0,
"options": {
"q54-0": "multihomed network",
"q54-1": "converged network",
"q54-2": "discontiguous network",
"q54-3": "data network"
},
"correct": "q54-2"
},
{
"id": "GG8cR92hZ9",
"title": "55. What type of packets are sent when there is a change in the EIGRP topology?",
"images": [],
"type": 0,
"options": {
"q55-0": "hello",
"q55-1": "triggered bounded update",
"q55-2": "acknowledge",
"q55-3": "reply"
},
"correct": "q55-1"
},
{
"id": "AhFve8-Hqe",
"title": "56. Which three pieces of information does a link-state routing protocol use initially as link-state\n information for locally connected links? (Choose three.)",
"images": [],
"type": 1,
"options": {
"q56-0": "the link router interface IP address and subnet mask",
"q56-1": "the type of network link",
"q56-2": "the link next-hop IP address",
"q56-3": "the link bandwidth",
"q56-4": "the cost of that link"
},
"correct": [
"q56-0",
"q56-1",
"q56-4"
]
},
{
"id": "hEvpDdBYWb",
"title": "57. What indicates to a link-state router that a neighbor is unreachable?",
"images": [],
"type": 0,
"options": {
"q57-0": "if the router no longer receives routing updates",
"q57-1": "if the router no longer receives hello packets",
"q57-2": "if the router receives an update with a hop count of 16",
"q57-3": "if the router receives an LSP with previously learned information"
},
"correct": "q57-1"
},
{
"id": "0MD5Rkrx2u",
"title": "58. What are three features of EIGRP? (Choose three.)",
"images": [],
"type": 1,
"options": {
"q58-0": "uses the Shortest Path First algorithm",
"q58-1": "establishes neighbor adjacencies",
"q58-2": "uses the Reliable Transport Protocol",
"q58-3": "sends full routing table updates periodically",
"q58-4": "broadcasts updates to all EIGRP routers",
"q58-5": "supports equal and unequal cost load balancing"
},
"correct": [
"q58-1",
"q58-2",
"q58-5"
]
},
{
"id": "P-Nxs0W76A",
"title": "59. What capability do protocol-dependent modules provide to the EIGRP routing protocol?",
"images": [],
"type": 0,
"options": {
"q59-0": "route different Layer 3 protocols",
"q59-1": "exchange summary routes between areas",
"q59-2": "combine routes learned from different protocols into a single routing table",
"q59-3": "load balance between routing protocols"
},
"correct": "q59-0"
},
{
"id": "Qm6UIsoJrC",
"title": "60. Which command should be used to configure EIGRP to only advertise the network that is attached to the\n gigabit Ethernet 0/1 interface?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/p34.png"
],
"type": 0,
"options": {
"q60-0": "network 172.16.23.64 0.0.0.63",
"q60-1": "network 172.16.23.0 255.255.255.192",
"q60-2": "network 172.16.23.64 0.0.0.127",
"q60-3": "network 172.16.23.0 255.255.255.128"
},
"correct": "q60-0"
},
{
"id": "5TLvZHDQNX",
"title": "61. Which command will configure an IPv6 default static route?",
"images": [],
"type": 0,
"options": {
"q61-0": "router(config)# ipv6 ::/64 s0/0/0",
"q61-1": "router(config-rtr)# redistribute static",
"q61-2": "router(config)# ipv6 route ::/0 s0/0/0",
"q61-3": "router(config)# ipv6 unicast-routing"
},
"correct": "q61-2"
},
{
"id": "ItaeFIEhX7",
"title": "62. What routing protocol can be configured to load balance across paths with unequal metrics through the\n use of the variance command?",
"images": [],
"type": 0,
"options": {
"q62-0": "EIGRP",
"q62-1": "OSPF",
"q62-2": "OSPFv3",
"q62-3": "RIPng"
},
"correct": "q62-0"
},
{
"id": "48WLYZ6kS8",
"title": "63. What are two features of a link-state routing protocol? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q63-0": "Routers send periodic updates only to neighboring routers.",
"q63-1": "Routers send triggered updates in response to a change.",
"q63-2": "Routers create a topology of the network by using information from other\n routers.",
"q63-3": "The database information for each router is obtained from the same source.",
"q63-4": "Paths are chosen based on the lowest number of hops to the designated router."
},
"correct": [
"q63-1",
"q63-2"
]
},
{
"id": "ExkudkqC36",
"title": "64. A router is participating in an OSPFv2 domain. What will always happen if the dead interval expires\n before the router receives a hello packet from an adjacent DROTHER OSPF router?",
"images": [],
"type": 0,
"options": {
"q64-0": "OSPF will run a new DR/BDR election.",
"q64-1": "SPF will run and determine which neighbor router is “down”.",
"q64-2": "A new dead interval timer of 4 times the hello interval will start.",
"q64-3": "OSPF will remove that neighbor from the router link-state\n database."
},
"correct": "q64-3"
},
{
"id": "Wa7LoE7fES",
"title": "65. In an OSPFv2 configuration, what is the effect of entering the command network 192.168.1.1 0.0.0.0\n area 0?",
"images": [],
"type": 0,
"options": {
"q65-0": "It changes the router ID of the router to 192.168.1.1.",
"q65-1": "It enables OSPF on all interfaces on the router.",
"q65-2": "It tells the router which interface to turn on for the OSPF routing\n process.",
"q65-3": "It allows all 192.168.1.0 networks to be advertised."
},
"correct": "q65-2"
},
{
"id": "US6umSkVlb",
"title": "66. What does the cost of an OSPF link indicate?",
"images": [],
"type": 0,
"options": {
"q66-0": "A higher cost for an OSPF link indicates a faster path to the destination.",
"q66-1": "Link cost indicates a proportion of the accumulated value of the route to the destination.",
"q66-2": "Cost equals bandwidth.",
"q66-3": "A lower cost indicates a better path to the destination than a higher cost\n does."
},
"correct": "q66-3"
},
{
"id": "nhCMB4j3Ij",
"title": "67. Which two addresses represent valid destination addresses for an OSPFv3 message? (Choose\n two.)",
"images": [],
"type": 1,
"options": {
"q67-0": "FF02::5",
"q67-1": "224.0.0.5FF02::A",
"q67-2": "FE80::42",
"q67-3": "2001:db8:acad:1::1"
},
"correct": [
"q67-0",
"q67-2"
]
},
{
"id": "AnBcwskPnD",
"title": "68. What information is contained in OSPF type 3 LSAs?",
"images": [],
"type": 0,
"options": {
"q68-0": "networks reachable in other areas",
"q68-1": "networks learned from other routing protocols",
"q68-2": "the router ID of the DR to all routers in the area",
"q68-3": "the router ID of an ASBR and the route to reach it"
},
"correct": "q68-0"
},
{
"id": "NqsN54y3S6",
"title": "69. Refer to the exhibit. For the given topology, what are three results of the OSPF DR and BDR elections?\n (Choose three.)<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/p52.png"
],
"type": 1,
"options": {
"q69-0": "R1 is BDR for segment A.",
"q69-1": "R2 is DR for segment A.",
"q69-2": "R3 is DR for segment A.",
"q69-3": "R4 is DR for segment B.",
"q69-4": "R5 is BDR for segment B.",
"q69-5": "R3 is DR for segment B."
},
"correct": [
"q69-2",
"q69-4",
"q69-5"
]
},
{
"id": "l0qhrGDeVK",
"title": "70. Refer to the exhibit. In this scenario, Area 40 cannot be connected directly to Area 0. Which OSPF\n network type must be configured in Area 1 to connect these areas?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/p53.png"
],
"type": 0,
"options": {
"q70-0": "point-to-point",
"q70-1": "virtual link",
"q70-2": "point-to-multipoint",
"q70-3": "nonbroadcast multiaccess"
},
"correct": "q70-1"
},
{
"id": "z-NwiJ_NOB",
"title": "71. Refer to the exhibit. What method can be used to enable an OSPF router to advertise a default route to\n neighboring OSPF routers?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/07/p53-1-1.png"
],
"type": 0,
"options": {
"q71-0": "Use a static route pointing to the ISP and redistribute it.",
"q71-1": "Use a static route pointing to the ISP and redistribute it.",
"q71-2": "Use the redistribute static command on R0-A.",
"q71-3": "Use the default-information originate command on ISP.",
"q71-4": "Use the default-information originate command on R0-A."
},
"correct": "q71-4"
},
{
"id": "ovp1F2pNCd",
"title": "72. Refer to the exhibit. A network administrator has configured the OSPF timers to the values that are\n shown in the graphic. What is the result of having those manually configured timers?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/p55-2.png"
],
"type": 0,
"options": {
"q72-0": "The R1 dead timer expires between hello packets from R2.",
"q72-1": "R1 automatically adjusts its own timers to match the R2 timers.",
"q72-2": "The hello timer on R2 expires every ten seconds.",
"q72-3": "The neighbor adjacency has formed."
},
"correct": "q72-0"
},
{
"id": "Gi1-X5B4aJ",
"title": "73. Refer to the exhibit.A network administrator has configured OSPFv2 on the two Cisco routers as shown.\n The routers are unable to form a neighbor adjacency. What should be done to fix the problem?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/p56.png"
],
"type": 0,
"options": {
"q73-0": "Implement the command no passive-interface Serial0/1.",
"q73-1": "Implement the command network 192.168.2.4 0.0.0.3 area 0 on router R2.",
"q73-2": "Implement the command network 192.168.3.0 0.0.0.255 area 0 on router R2.",
"q73-3": "Change the router-id of router R2 to 2.2.2.2."
},
"correct": "q73-0"
},
{
"id": "119eZCvYJD",
"title": "74. A network administrator has configured an EtherChannel between two switches that are connected via\n four trunk links. If the physical interface for one of the trunk links changes to a down state, what happens to\n the EtherChannel?",
"images": [],
"type": 0,
"options": {
"q74-0": "Spanning Tree Protocol will transition the failed physical interface into forwarding mode.",
"q74-1": "Spanning Tree Protocol will recalculate the remaining trunk links.",
"q74-2": "The EtherChannel will transition to a down state.",
"q74-3": "The EtherChannel will remain functional."
},
"correct": "q74-3"
},
{
"id": "P9SrZVtx8W",
"title": "75. Which mode configuration setting would allow formation of an EtherChannel link between switches SW1\n and SW2 without sending negotiation traffic?",
"images": [],
"type": 0,
"options": {
"q75-0": "SW1: on\n SW2: on",
"q75-1": "SW1: desirable\n SW2: desirable",
"q75-2": "SW1: auto\n SW2: auto\n PortFast enabled on both switches",
"q75-3": "SW1: auto\n SW2: auto\n trunking enabled on both switches",
"q75-4": "SW1: passive\n SW2: active"
},
"correct": "q75-0"
},
{
"id": "KZVX2MRafo",
"title": "76. Which two statements are correct about EIGRP acknowledgment packets? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q76-0": "The packets are used to discover neighbors that are connected on an interface.",
"q76-1": "The packets are sent as unicast.",
"q76-2": "The packets require confirmation.",
"q76-3": "The packets are unreliable.",
"q76-4": "The packets are sent in response to hello packets."
},
"correct": [
"q76-1",
"q76-3"
]
},
{
"id": "hY0W2BSczZ",
"title": "77. A set of switches is being connected in a LAN topology. Which STP bridge priority value will make it\n least likely for the switch to be selected as the root?",
"images": [],
"type": 0,
"options": {
"q77-0": "61440",
"q77-1": "4096",
"q77-2": "65535",
"q77-3": "32768"
},
"correct": "q77-0"
},
{
"id": "WFSpxINBoT",
"title": "78. A network administrator is analyzing the features that are supported by different first-hop router\n redundancy protocols. Which statement describes a feature that is associated with HSRP?",
"images": [],
"type": 0,
"options": {
"q78-0": "HSRP uses active and standby routers.",
"q78-1": "It uses ICMP messages in order to assign the default gateway to hosts.",
"q78-2": "It allows load balancing between a group of redundant routers.",
"q78-3": "HSRP is nonproprietary."
},
"correct": "q78-0"
},
{
"id": "Al-uAypTV5",
"title": "79. The graphic shows the following information: Switch S1 (the root bridge) uses a port that is labeled B\n to connect to switch S3 on a port labeled D. S3 is connected to switch S2 on a port labeled A. S2 uses a port\n labeled C to connect to S1. S2 is connected also to three PC workstations labeled A, B, and C. Refer to the\n exhibit. What are the possible port roles for ports A, B, C, and D in this RSTP-enabled network?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/hinh1.jpg"
],
"type": 0,
"options": {
"q79-0": "alternate, root, designated, root",
"q79-1": "designated, alternate, root, root",
"q79-2": "alternate, designated, root, root",
"q79-3": "designated, root, alternate, root"
},
"correct": "q79-2"
},
{
"id": "1IY9uoLUvv",
"title": "80. Refer to the exhibit. What are two results of issuing the displayed commands on S1, S2, and S3?\n (Choose two.)<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/hinh2.jpg"
],
"type": 1,
"options": {
"q80-0": "S2 can become root bridge if S1 fails.",
"q80-1": "S2 can become root bridge if S3 fails.",
"q80-2": "S1 will automatically adjust the priority to be the lowest",
"q80-3": "S3 can be elected as a secondary bridge.",
"q80-4": "S1 will automatically adjust the priority to be the highest."
},
"correct": [
"q80-0",
"q80-2"
]
},
{
"id": "HUYDe2xhLC",
"title": "81. Which statement describes a characteristic of OSPF external routes?",
"images": [],
"type": 0,
"options": {
"q81-0": "The cost of a type 1 route is always the external cost, regardless of the interior cost to reach that route.",
"q81-1": "The difference between type 1 and type 2 is in the way the cost of the route\n is being calculated.",
"q81-2": "A type 2 route is always preferred over a type 1 route for the same destination.",
"q81-3": "Type 1 and type 2 external routes in IPv4 networks are represented in the routing table by EX1 and EX2,\n respectively."
},
"correct": "q81-1"
},
{
"id": "_sWqwAX7nk",
"title": "82. By default, how many equal cost routes to the same destination can be installed in the routing table\n of a Cisco router?",
"images": [],
"type": 0,
"options": {
"q82-0": "2",
"q82-1": "4",
"q82-2": "16",
"q82-3": "32"
},
"correct": "q82-1"
},
{
"id": "v5EWNiWTVC",
"title": "83. An EIGRP router loses the route to a network. Its topology table contains two feasible successors to\n the same network. What action will the router take?",
"images": [],
"type": 0,
"options": {
"q83-0": "The best alternative backup route is immediately inserted into the routing\n table.",
"q83-1": "The router will query neighbors for an alternate route.",
"q83-2": "The DUAL algorithm is recomputed to find an alternate route.",
"q83-3": "The router uses the default route."
},
"correct": "q83-0"
},
{
"id": "9bXpsnrGnk",
"title": "84. A network administrator is analyzing first-hop router redundancy protocols. What is a characteristic\n of VRRPv3?",
"images": [],
"type": 0,
"options": {
"q84-0": "It allows load balancing between routers.",
"q84-1": "VRRPv3 is Cisco proprietary.",
"q84-2": "It supports IPv6 and IPv4 addressing.",
"q84-3": "It works together with HSRP."
},
"correct": "q84-2"
},
{
"id": "k-I8LNm-bW",
"title": "85. What is the function of STP in a scalable network?",
"images": [],
"type": 0,
"options": {
"q85-0": "It combines multiple switch trunk links to act as one logical link for increased bandwidth.",
"q85-1": "It protects the edge of the enterprise network from malicious activity.",
"q85-2": "It disables redundant paths to eliminate Layer 2 loops.",
"q85-3": "It decreases the size of the failure domain to contain the impact of failures."
},
"correct": "q85-2"
},
{
"id": "-3qYoWxC6J",
"title": "86. When should EIGRP automatic summarization be turned off?",
"images": [],
"type": 0,
"options": {
"q86-0": "when a router has less than five active interfaceswhen a router has more than three active interfaces",
"q86-1": "when a network contains discontiguous network addresses",
"q86-2": "when a router has not discovered a neighbor within three minutes",
"q86-3": "when a network addressing scheme uses VLSM"
},
"correct": "q86-1"
},
{
"id": "lO7xjRXZTK",
"title": "87. Which characteristic would most influence a network design engineer to select a multilayer switch over\n a Layer 2 switch?",
"images": [],
"type": 0,
"options": {
"q87-0": "ability to aggregate multiple ports for maximum data throughput",
"q87-1": "ability to have multiple forwarding paths through the switched network based on VLAN number(s)",
"q87-2": "ability to provide power to directly-attached devices and the switch itself",
"q87-3": "ability to build a routing table"
},
"correct": "q87-3"
},
{
"id": "o-bhTCQ1CF",
"title": "88. What are two features of OSPF interarea route summarization? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q88-0": "Route summarization results in high network traffic and router overhead.",
"q88-1": "Routes within an area are summarized by the ABR.",
"q88-2": "Type 3 and type 5 LSAs are used to propagate summarized routes by default.",
"q88-3": "ASBRs perform all OSPF summarization.",
"q88-4": "ABRs advertise the summarized routes into the backbone."
},
"correct": [
"q88-1",
"q88-4"
]
},
{
"id": "ADVdrx2nFc",
"title": "89. Refer to the exhibit. Which two conclusions can be derived from the output? (Choose two.)<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/hinh3.png"
],
"type": 1,
"options": {
"q89-0": "There is one feasible successor to network 192.168.1.8/30.",
"q89-1": "The network 192.168.10.8/30 can be reached through 192.168.11.1.",
"q89-2": "The reported distance to network 192.168.1.0/24 is 41024256.",
"q89-3": "The neighbor 172.16.6.1 meets the feasibility condition to reach the\n 192.168.1.0/24 network.",
"q89-4": "Router R1 has two successors to the 172.16.3.0/24 network."
},
"correct": [
"q89-0",
"q89-3"
]
},
{
"id": "HwUz8jLS0T",
"title": "90. What are the only two roles that permit an OSPF router to be configured for summarization? (Choose\n two.)",
"images": [],
"type": 1,
"options": {
"q90-0": "designated router",
"q90-1": "backbone router",
"q90-2": "internal router",
"q90-3": "autonomous system boundary router",
"q90-4": "area border router"
},
"correct": [
"q90-3",
"q90-4"
]
},
{
"id": "2b6P_DoApG",
"title": "91. A network engineer examining the operation of EIGRP on a router notices that one particular route is\n in an active state. What can the engineer determine about this route?",
"images": [],
"type": 0,
"options": {
"q91-0": "Data packets to be sent to the specified network will be forwarded on this route.",
"q91-1": "The Diffusing Update Algorithm has determined a successor and a feasible successor for this route.",
"q91-2": "The EIGRP processes are still calculating the administrative distance for this route.",
"q91-3": "EIGRP query messages are being sent to other routers requesting paths to\n this network."
},
"correct": "q91-3"
},
{
"id": "T3_YVuK7ir",
"title": "92. A router needs to be configured to route within OSPF Area 0. Which two commands are required to\n accomplish this? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q92-0": "RouterA(config)# router ospf 0",
"q92-1": "RouterA(config-router)# network 192.168.2.0 255.255.255.0 0",
"q92-2": "RouterA(config-router)# network 192.168.2.0 0.0.0.255 area\n 0",
"q92-3": "RouterA(config-router)# network 192.168.2.0 0.0.0.255 0",
"q92-4": "RouterA(config)# router ospf 1"
},
"correct": [
"q92-2",
"q92-4"
]
},
{
"id": "K3NJBS82cP",
"title": "93. Refer to the exhibit. What are three resulting DR and BDR elections for the given topology? (Choose\n three.)<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/hinh4.png"
],
"type": 1,
"options": {
"q93-0": "R4 is BDR for segment B.",
"q93-1": "R1 is DR for segment A.",
"q93-2": "R5 is DR for segment B.",
"q93-3": "R3 is DR for segment B.",
"q93-4": "R3 is DBR for segment B.",
"q93-5": "R2 is BDR for segment A."
},
"correct": [
"q93-0",
"q93-2",
"q93-5"
]
},
{
"id": "j9V0n38H8A",
"title": "94. Which statement is true about the states of the IEEE 802.1D Spanning Tree Protocol?",
"images": [],
"type": 0,
"options": {
"q94-0": "Ports must be blocked before they can be placed in the disabled state.",
"q94-1": "Ports listen and learn before going into the forwarding\n state.",
"q94-2": "Ports are manually configured to be in the forwarding state.",
"q94-3": "It takes 15 seconds for a port to go from blocking to forwarding."
},
"correct": "q94-1"
},
{
"id": "QIFSgv2wka",
"title": "95. What is one reason to use the ip ospf priority command when the OSPF routing protocol is in\n use?",
"images": [],
"type": 0,
"options": {
"q95-0": "to influence the DR/BDR election process",
"q95-1": "to streamline and speed up the convergence process",
"q95-2": "to provide a backdoor for connectivity during the convergence process",
"q95-3": "to activate the OSPF neighboring process"
},
"correct": "q95-0"
},
{
"id": "dw9drNFuwA",
"title": "96. A network administrator is configuring EIGRP load balancing with the commands:\n Router(config)# router eigrp 1\n Router(config-router)# variance 3\n Router(config-router)# end\n What is a direct result of entering these commands?",
"images": [],
"type": 0,
"options": {
"q96-0": "Any feasible successor routes to the same destination network with a metric,\n equal to or less than 3 times that of the successor, will be installed in the routing\n table.",
"q96-1": "Up to three equal cost routes to the same destination can be installed in the routing table.",
"q96-2": "No matter whether the metric is equal or unequal, up to three routes to the same destination can be installed\n in the routing table.",
"q96-3": "Up to three unequal cost routes to the same destination can be installed in the routing table."
},
"correct": "q96-0"
},
{
"id": "9ifTdPi7pe",
"title": "97. What are two load-balancing methods in the EtherChannel technology? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q97-0": "source IP to destination IP",
"q97-1": "source MAC to destination MAC",
"q97-2": "combination of source MAC and IP to destination MAC and IP",
"q97-3": "combination of source port and IP to destination port and IP",
"q97-4": "source port to destination port"
},
"correct": [
"q97-0",
"q97-1"
]
},
{
"id": "8Cra06hrr3",
"title": "98. Which statement describes the autonomous system number used in EIGRP configuration on a Cisco\n router?",
"images": [],
"type": 0,
"options": {
"q98-0": "It carries the geographical information of the organization.",
"q98-1": "It identifies the ISP that provides the connection to network of the organization.",
"q98-2": "It functions as a process ID in the operation of the\n router.",
"q98-3": "It is a globally unique autonomous system number that is assigned by IANA."
},
"correct": "q98-2"
},
{
"id": "9H_39-cG2j",
"title": "99. An administrator was troubleshooting a router-on-a-stick topology and concluded that the problem was\n related to the configuration of VLANs on the router subinterfaces. Which two commands can the administrator use\n in the router to identify the problem? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q99-0": "show controllersshow vlan",
"q99-1": "show running-config",
"q99-2": "show ip interface",
"q99-3": "show ip protocols"
},
"correct": [
"q99-1",
"q99-2"
]
},
{
"id": "pkklrsfvoQ",
"title": "100. What is a key distinction between classful and classless routing protocols?",
"images": [],
"type": 0,
"options": {
"q100-0": "Classful routing protocols do not send subnet mask information in their\n routing updates.",
"q100-1": "Classful routing protocols are better suited for implementation in discontiguous networks.",
"q100-2": "Classless routing protocols are not scalable.",
"q100-3": "Classless routing protocols do not allow for route summarization."
},
"correct": "q100-0"
},
{
"id": "_yQrcdO_WF",
"title": "101. Refer to the exhibit. The network administrator configures both switches as displayed. However, host\n C is unable to ping host D and host E is unable to ping host F. What action should the administrator take to\n enable this communication?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/hinh5.png"
],
"type": 0,
"options": {
"q101-0": "Associate hosts A and B with VLAN 10 instead of VLAN 1.",
"q101-1": "Configure either trunk port in the dynamic desirable mode.",
"q101-2": "Include a router in the topology.",
"q101-3": "Remove the native VLAN from the trunk.",
"q101-4": "Add the switchport nonegotiate command to the configuration of SW2."
},
"correct": "q101-1"
},
{
"id": "Vqz9lWcsPh",
"title": "102. Which is a characteristic of EtherChannel?",
"images": [],
"type": 0,
"options": {
"q102-0": "STP will not block redundant EtherChannel bundles between two switches.",
"q102-1": "STP treats all interfaces in a bundle as a single logical\n link.",
"q102-2": "EtherChannel configuration is applied to each physical port.",
"q102-3": "EtherChannel uses physical ports that have been upgraded to provide a faster connection."
},
"correct": "q102-1"
},
{
"id": "-SwCWQv14A",
"title": "103. The topology displays seven routers with four alternative ways to get from source to destination:\n Path cost for R1-R3-R4-R5-R6-R7 = 29\n Path cost for R1-R3-R2-R6-R7 = 42\n Path cost for R1-R2-R6-R7 = 43\n Path cost for R1-R4-R5-R6-R7 = 31\n The source is the LAN that is connected to R1. The destination is the LAN that is connected to R7.\n Refer to the exhibit. A network administrator has configured OFPF in the topology as shown. What is the\n preferred path to get from the LAN network that is connected to R1 to the LAN network that is connected to\n R7?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/hinh-6.png"
],
"type": 0,
"options": {
"q103-0": "R1-R2-R6-R7",
"q103-1": "R1-R3-R2-R6-R7",
"q103-2": "R1-R3-R4-R5-R6-R7",
"q103-3": "R1-R4-R5-R6-R7"
},
"correct": "q103-2"
},
{
"id": "ujTNyEQnnK",
"title": "104. Refer to the exhibit. Which switch will be elected the root bridge and which switch will place a port in\n blocking mode? (Choose two.)",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/hinh7.jpg"
],
"type": 1,
"options": {
"qEviLaBNB7b-0": "SW1 will become the root bridge.",
"qEviLaBNB7b-1": "SW4 will become the root bridge.",
"qEviLaBNB7b-2": "SW2 will become the root bridge.",
"qEviLaBNB7b-3": "SW2 will get a port blocked.",
"qEviLaBNB7b-4": "SW3 will become the root bridge.",
"qEviLaBNB7b-5": "SW4 will get a port blocked."
},
"correct": [
"qEviLaBNB7b-4",
"qEviLaBNB7b-5"
]
},
{
"id": "OtDb1vxLz2",
"title": "105. Which command can be used by an administrator to display a list of interfaces that are enabled for\n OSPFv3?",
"images": [],
"type": 0,
"options": {
"q105-0": "show ipv6 protocols",
"q105-1": "show ipv6 neighbor",
"q105-2": "show ipv6 route ospf",
"q105-3": "show ipv6 ospf"
},
"correct": "q105-0"
},
{
"id": "rJEaybcR1-",
"title": "106. What EIGRP packet type is used by EIGRP routers to discover neighbors on directly connected\n links?",
"images": [],
"type": 0,
"options": {
"q106-0": "acknowledgment",
"q106-1": "query",
"q106-2": "Hello",
"q106-3": "update"
},
"correct": "q106-2"
},
{
"id": "L71N9-xxve",
"title": "107. Refer to the exhibit. All the displayed switches are Cisco 2960 switches with the same default\n priority and operating at the same bandwidth. Which three ports will be STP designated ports? (Choose\n three.)<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/hinh8.png"
],
"type": 1,
"options": {
"q107-0": "fa0/9fa0/20",
"q107-1": "fa0/13",
"q107-2": "fa0/21",
"q107-3": "fa0/10",
"q107-4": "fa0/11"
},
"correct": [
"q107-1",
"q107-2",
"q107-3"
]
},
{
"id": "vNcqkVZ_gx",
"title": "108. How is the router ID for an OSPFv3 router determined?",
"images": [],
"type": 0,
"options": {
"q108-0": "the highest IPv6 address on an active interface",
"q108-1": "the highest EUI-64 ID on an active interface",
"q108-2": "the highest IPv4 address on an active interface",
"q108-3": "the lowest MAC address on an active interface"
},
"correct": "q108-2"
},
{
"id": "gaaTBGX8ba",
"title": "109. Which step can be taken to ensure that a switch added to the network does not overwrite the VLAN\n databases on existing switches in the same VTP domain?",
"images": [],
"type": 0,
"options": {
"q109-0": "Erase the startup configuration and reboot the switch.",
"q109-1": "Reset the switch VTP revision number to 0.",
"q109-2": "Delete any configured VLANs and reboot the switch.",
"q109-3": "Change the VTP mode to client."
},
"correct": "q109-1"
},
{
"id": "AvAOUe-Tqz",
"title": "110. A network administrator is planning to add a new switch to the network. What should the network\n administrator do to ensure the new switch exchanges VTP information with the other switches in the VTP\n domain?",
"images": [],
"type": 0,
"options": {
"q110-0": "Configure the correct VTP domain name and password on the new\n switch.",
"q110-1": "Associate all ports of the new switch to a VLAN that is not VLAN 1.",
"q110-2": "Configure all ports on the new switch to access mode.",
"q110-3": "Configure the VLANs on the new switch."
},
"correct": "q110-0"
},
{
"id": "6fHkHDR5qw",
"title": "111. Refer to the exhibit. A network administrator has configured OSPFv2 on the two Cisco routers as\n shown. PC1 is unable to communicate with PC2. What should be done to fix the problem?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/hinh9.png"
],
"type": 0,
"options": {
"q111-0": "Add the network 192.168.255.0 0.0.0.3 area 0 command to router R1 and remove the network 192.168.255.1 0.0.0.0\n area 0 command.",
"q111-1": "Add the network 192.168.255.2 0.0.0.0 area 0 command to router R1 and remove the network 192.168.255.1 0.0.0.0\n area 0 command.",
"q111-2": "Add the network 192.168.10.0 0.0.0.255 area 0 command to router R1 and\n remove the network 192.168.10.1 0.0.0.0 area 0 command.",
"q111-3": "Add the passive-interface S0/0 command to router R1."
},
"correct": "q111-2"
},
{
"id": "rpoazuXdJI",
"title": "112. When the show spanning-tree vlan 33 command is issued on a switch, three ports are shown in the\n forwarding state. In which two port roles could these interfaces function while in the forwarding state?\n (Choose two.)",
"images": [],
"type": 1,
"options": {
"q112-0": "blocked",
"q112-1": "alternate",
"q112-2": "disabled",
"q112-3": "Designated",
"q112-4": "Root"
},
"correct": [
"q112-3",
"q112-4"
]
},
{
"id": "_tZ50ycZlr",
"title": "113. Which two parameters must match on the ports of two switches to create a PAgP EtherChannel between\n the switches? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q113-0": "MAC address",
"q113-1": "VLAN information",
"q113-2": "port ID",
"q113-3": "Speed",
"q113-4": "PAgP mode"
},
"correct": [
"q113-1",
"q113-3"
]
},
{
"id": "7lAsV5yB5N",
"title": "114. What is the final operational state that will form between an OSPF DR and a DROTHER once the routers\n reach convergence?",
"images": [],
"type": 0,
"options": {
"q114-0": "established",
"q114-1": "loading",
"q114-2": "two-way",
"q114-3": "Full"
},
"correct": "q114-3"
},
{
"id": "UZgdlPHG9D",
"title": "115. Which command is used to display the bandwidth of an interface on an EIGRP-enabled router?<br>\n",
"images": [],
"type": 0,
"options": {
"q115-0": "show ip interface brief",
"q115-1": "show ip protocols",
"q115-2": "show interfaces",
"q115-3": "show ip route"
},
"correct": "q115-2"
},
{
"id": "EuPaf439u9",
"title": "116. How are externally learned EIGRP routes identified in the routing table?",
"images": [],
"type": 0,
"options": {
"q116-0": "EX",
"q116-1": "*",
"q116-2": "O1 E",
"q116-3": "D"
},
"correct": "q116-0"
},
{
"id": "4JNgWNeI4y",
"title": "117. What does the SPF algorithm consider to be the best path to a network?",
"images": [],
"type": 0,
"options": {
"q117-0": "The path that includes the fastest single bandwidth link.",
"q117-1": "The path with the smallest delays.",
"q117-2": "The path that includes the fastest cumulative bandwidth\n links.",
"q117-3": "The path with the least number of hops."
},
"correct": "q117-2"
},
{
"id": "y7JKa090va",
"title": "118. Which protocol does EIGRP use for the transportation of EIGRP packets?",
"images": [],
"type": 0,
"options": {
"q118-0": "Transmission Control Protocol",
"q118-1": "User Datagram Protocol",
"q118-2": "Real-Time Transport Protocol",
"q118-3": "Reliable Transport Protocol"
},
"correct": "q118-3"
},
{
"id": "pLhxzHmRxh",
"title": "119. What is a function of OSPF hello packets?",
"images": [],
"type": 0,
"options": {
"q119-0": "to ensure database synchronization between routers",
"q119-1": "to discover neighbors and build adjacencies between them",
"q119-2": "to send specifically requested link-state records",
"q119-3": "to request specific link-state records from neighbor routers"
},
"correct": "q119-1"
},
{
"id": "MzIDE6D2Se",
"title": "120. Refer to the exhibit. The configuration shows commands entered by a network administrator for\n inter-VLAN routing. However, host H1 cannot communicate with H2. Which part of the inter-VLAN configuration\n causes the problem?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/ccna3final-1.png"
],
"type": 0,
"options": {
"q120-0": "trunking",
"q120-1": "port mode on the two switch FastEthernet ports",
"q120-2": "VLAN configuration",
"q120-3": "router port configuration"
},
"correct": "q120-2"
},
{
"id": "up5SAyKrrp",
"title": "121. A network designer is considering whether to implement a switch block on the company network. What is\n the primary advantage of deploying a switch block?",
"images": [],
"type": 0,
"options": {
"q121-0": "A single core router provides all the routing between VLANs.",
"q121-1": "The failure of a switch block will not impact all end\n users.",
"q121-2": "This is a security feature that is available on all new Catalyst switches.",
"q121-3": "This is network application software that prevents the failure of a single network device."
},
"correct": "q121-1"
},
{
"id": "YsAhJWGHf5",
"title": "122. Which address is used by an IPv6 EIGRP router as the source for hello messages?",
"images": [],
"type": 0,
"options": {
"q122-0": "the 32-bit router ID",
"q122-1": "the IPv6 global unicast address that is configured on the interface",
"q122-2": "the all-EIGRP-routers multicast address",
"q122-3": "the interface IPv6 link-local address"
},
"correct": "q122-3"
},
{
"id": "DNahLqja87",
"title": "123. Which routing table descriptor is used to identify the OSPF networks advertised by type 1\n LSAs?",
"images": [],
"type": 0,
"options": {
"q123-0": "O",
"q123-1": "O IA",
"q123-2": "O E2",
"q123-3": "O E1"
},
"correct": "q123-0"
},
{
"id": "1RjYIFrsz8",
"title": "124. What does an OSPF area contain?",
"images": [],
"type": 0,
"options": {
"q124-0": "routers whose SPF trees are identical",
"q124-1": "routers that share the same process ID",
"q124-2": "routers that have the same link-state information in their\n LSDBs",
"q124-3": "routers that share the same router ID"
},
"correct": "q124-2"
},
{
"id": "__O-RhMx_T",
"title": "125. What two values must match between two EIGRP directly connected neighbors to establish and maintain\n an adjacency? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q125-0": "autonomous system number",
"q125-1": "metric parameters",
"q125-2": "hello timers",
"q125-3": "router ID",
"q125-4": "Area ID"
},
"correct": [
"q125-0",
"q125-1"
]
},
{
"id": "AXecZNWKkM",
"title": "126. When will a router that is running EIGRP put a destination network in the active state?",
"images": [],
"type": 0,
"options": {
"q126-0": "when the EIGRP domain is converged",
"q126-1": "when there is outgoing traffic toward the destination network",
"q126-2": "when there is an EIGRP message from the successor of the destination network",
"q126-3": "when the connection to the successor of the destination network fails and\n there is no feasible successor available"
},
"correct": "q126-3"
},
{
"id": "UCsWWY-YPQ",
"title": "127. Refer to the exhibit. Switch SW-A is to be used as a temporary replacement for another switch in the\n VTP Student domain. What two pieces of information are indicated from the exhibited output? (Choose\n two.)<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/hinh11.png"
],
"type": 1,
"options": {
"q127-0": "The other switches in the domain can be running either VTP version 1 or 2.",
"q127-1": "VLAN configuration changes made on this switch will be sent to other devices in the VTP domain.",
"q127-2": "VTP will block frame forwarding on at least one redundant trunk port that is configured on this switch.",
"q127-3": "This switch will update its VLAN configuration when VLAN changes are made on\n a VTP server in the same domain.",
"q127-4": "There is a risk that the switch may cause incorrect VLAN information to be\n sent through the domain."
},
"correct": [
"q127-3",
"q127-4"
]
},
{
"id": "ccna3-128",
"title": "128. Refer to the exhibit. Which route or routes will be advertised to the router ISP if autosummarization is enabled?",
"images": [
"https://itexamanswers.net/wp-content/uploads/2016/02/i212820v1n1_212820.gif"
],
"type": 0,
"options": {
"q128-0": "10.0.0.0/8",
"q128-1": "10.1.0.0/16",
"q128-2": "10.1.0.0/28",
"q128-3": "10.1.1.0/24",
"q128-4": "10.1.2.0/24",
"q128-5": "10.1.3.0/24",
"q128-6": "10.1.4.0/28"
},
"correct": "q128-0"
},
{
"id": "mSb7LE5740",
"title": "129. What are two reasons to install a single 48-port fixed configuration switch, rather than two 24-port\n fixed configuration switches, in a wiring closet that supports two classrooms? (Choose two.)",
"images": [],
"type": 1,
"options": {
"q129-0": "more ports available for end devices",
"q129-1": "more power provided to each port",
"q129-2": "higher uplink speeds",
"q129-3": "reduced power and space requirements",
"q129-4": "reduced number of VLANs/broadcast domains"
},
"correct": [
"q129-0",
"q129-3"
]
},
{
"id": "mTsu-eoiN1",
"title": "130. What is a characteristic of spanning tree?",
"images": [],
"type": 0,
"options": {
"q130-0": "It prevents propagation of Layer 2 broadcast frames.",
"q130-1": "It is enabled by default on Cisco switches.",
"q130-2": "It is used to discover information about an adjacent Cisco device.",
"q130-3": "It has a TTL mechanism that works at Layer 2."
},
"correct": "q130-1"
},
{
"id": "q8QFkbWBCe",
"title": "131. A network administrator enters the spanning-tree portfast bpduguard default command. What is the\n result of this command being issued on a Cisco switch?",
"images": [],
"type": 0,
"options": {
"q131-0": "Any switch port will be error-disabled if it receives a BPDU.",
"q131-1": "Any trunk ports will be allowed to connect to the network immediately, rather than waiting to converge.",
"q131-2": "Any switch port that has been configured with PortFast will be\n error-disabled if it receives a BPDU.",
"q131-3": "Any switch port that receives a BPDU will ignore the BPDU message."
},
"correct": "q131-2"
},
{
"id": "1CTLlcrgCX",
"title": "132. Refer to the exhibit. A network administrator would like to implement dynamic routing within a small\n network environment as shown in the exhibit. Which routing protocol would be a viable solution?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/hinh12.png"
],
"type": 0,
"options": {
"q132-0": "BGP",
"q132-1": "IGRP",
"q132-2": "RIPv1",
"q132-3": "EIGRP"
},
"correct": "q132-3"
},
{
"id": "7p5zG3aCwr",
"title": "133. Refer to the exhibit. R1 and R2 are OSPFv3 neighbors. Which address would R1 use as the next hop for\n packets that are destined for the Internet?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/hinh13.jpg"
],
"type": 0,
"options": {
"q133-0": "2001:DB8:C5C0:1::2",
"q133-1": "FF02::5",
"q133-2": "2001:DB8:ACAD:1::2",
"q133-3": "FE80::21E:BEFF:FEF4:5538"
},
"correct": "q133-3"
},
{
"id": "h5bb_ob6MC",
"title": "134. Refer to the exhibit. What will Router1 do if it receives packets that are destined to network\n 2001:db8:11:100::/64?<br><br>\n ",
"images": [
"https://itexamanswers.net/wp-content/uploads/2017/03/hinh14.jpg"
],
"type": 0,
"options": {
"q134-0": "send the packets out interface Serial 0/0/0",
"q134-1": "drop the packets",
"q134-2": "send the packets out interface GigabitEthernet 0/0",
"q134-3": "forward the packets to the gateway of last resort"
},
"correct": "q134-1"
},
{
"id": "qUtQTjrei4",
"title": "138. Which statement is true about the port roles of the 802.1w Rapid Spanning Tree Protocol?",
"images": [],
"type": 0,
"options": {
"q138-0": "Ports are manually configured to be in the designated role.",
"q138-1": "Cisco-proprietary enhancements to the legacy 802.1D, such as UplinkFast and\n BackboneFast, are compatible with RSTP.",
"q138-2": "An alternate or backup port can immediately change to a forwarding state without waiting for the network to\n converge.",
"q138-3": "It takes an edge port 15 seconds to go from blocking to forwarding."
},
"correct": "q138-1"
},
{
"id": "c2tro7DTmv",
"title": "139. Which protocol does EIGRP use for the delivery and reception of EIGRP packets?",
"images": [],
"type": 0,
"options": {
"q139-0": "Reliable Transport Protocol (RTP)",
"q139-1": "Transmission Control Protocol (TCP)",
"q139-2": "ICMP Router Discovery Protocol (IRDP)",
"q139-3": "User Datagram Protocol (UDP)"
},
"correct": "q139-0"
}
]
}