CiscoFree level200-301Page 2 of 6

200-301 exam dumps: questions 101 to 200 of 503

Page 2 of the free 200-301 question bank for the Cisco Certified Network Associate exam. Questions 101 to 200 are listed below, the first 5 in full with answers and explanations. Back to page 1 for the exam overview and FAQ.

Question bank last updated April 2025

Free 200-301 practice questions

Questions 101 to 105 of 503

Pick an answer before you open the explanation. Each question also has its own page with a permalink.

200-301 Question 101

Single answer

A network administrator is configuring IPv6 addressing on a network. The administrator assigns an IPv6 address of fe80::1 to one of the interfaces and 2001:db8::10 to another interface on the same router. Which statement is TRUE about these addresses?

  1. A

    fe80::1 is a global unicast address.

  2. B

    2001:db8::10 is a unique local address.

  3. C

    fe80::1 can only be used for communication within the same link.

  4. D

    2001:db8::10 can be routed across the internet.

Show answer and explanation

Correct answer: C

Explanation

IPv6 defines multiple address types. Link-local addresses, such as fe80::/10, are valid only within a single link and cannot be routed beyond it. Global unicast addresses, such as those in the 2000::/3 range (excluding reserved ones like 2001:db8::/32), are designed for internet routing. Unique local addresses are in the fc00::/7 range and are used for private communication within an organization.

  • A. Incorrect.

    fe80::1 is a link-local address, not a global unicast address. Link-local addresses are automatically assigned and used for communication within a single link.

  • B. Incorrect.

    2001:db8::10 is a global unicast address, not a unique local address. Unique local addresses are in the fc00::/7 range.

  • C. Correct.

    Correct: fe80::1 is a link-local address and can only be used for communication between devices on the same physical or logical link.

  • D. Incorrect.

    While 2001:db8::10 is a global unicast address, addresses in the 2001:db8::/32 block are reserved for documentation and cannot be routed across the internet.

200-301 Question 102

Select 3

A network administrator is configuring IPv6 addresses on devices in a network. One device is assigned the address 'fe80::1', while another is assigned '2001:db8:abcd::1'. A third device is assigned 'fd00::1'. Which of the following statements about these IPv6 addresses is correct?

  1. A

    'fe80::1' is a link-local unicast address.

  2. B

    '2001:db8:abcd::1' is a unique local unicast address.

  3. C

    'fd00::1' is a global unicast address.

  4. D

    '2001:db8:abcd::1' is a global unicast address.

  5. E

    'fd00::1' is a unique local unicast address.

Show answer and explanation

Correct answers: A, D, E

Explanation

IPv6 unicast addresses are categorized into global unicast, unique local unicast, and link-local unicast. Global unicast addresses (e.g., '2001:db8:abcd::1') are routable on the public internet, unique local addresses (e.g., 'fd00::1') are used within private networks, and link-local addresses (e.g., 'fe80::1') are valid only within a single link. Understanding these categories helps in accurately configuring and troubleshooting IPv6 networks.

  • A. Correct.

    'fe80::1' is indeed a link-local unicast address. Link-local addresses always begin with 'fe80::' and are valid only within the same link or segment.

  • B. Incorrect.

    '2001:db8:abcd::1' is not a unique local unicast address; it is part of the global unicast address space. Global unicast addresses typically start with '2000::/3'.

  • C. Incorrect.

    'fd00::1' is not a global unicast address. Unique local unicast addresses (ULA) start with 'fd00::/8', while global unicast addresses typically start with '2000::/3'.

  • D. Correct.

    '2001:db8:abcd::1' is a global unicast address. Global unicast addresses are routable on the public internet and typically begin with '2000::/3'.

  • E. Correct.

    'fd00::1' is a unique local unicast address. Addresses in the range 'fd00::/8' are reserved for unique local addressing, which is used for internal networks and not routable on the public internet.

200-301 Question 103

Single answer

You are configuring IPv6 addresses on a network. A specific address type is needed that can be used for communication within a single link and does not require a global routing prefix. Which of the following IPv6 address types meets this requirement?

  1. A

    Global Unicast Address

  2. B

    Unique Local Address

  3. C

    Link-Local Address

  4. D

    Multicast Address

Show answer and explanation

Correct answer: C

Explanation

Link-Local Addresses are specifically designed for communication between nodes on the same link. They are automatically assigned to every IPv6-enabled interface and use the prefix FE80::/10. Unlike Global Unicast or Unique Local Addresses, Link-Local Addresses do not require a routing prefix and cannot be routed beyond their link.

  • A. Incorrect.

    Global Unicast Addresses are designed for internet-wide routing and require a global routing prefix. They are not limited to a single link.

  • B. Incorrect.

    Unique Local Addresses are intended for local communication within a site or organization and can route within that scope, but they are not restricted to a single link.

  • C. Correct.

    Link-Local Addresses are automatically configured on all IPv6-enabled interfaces and are restricted to communication within a single link. They do not require a global routing prefix.

  • D. Incorrect.

    Multicast Addresses are used for one-to-many communication, not for single-link communication.

200-301 Question 104

Select 2

You are tasked with configuring IPv6 addresses on a network. One of the devices requires an address that is routable across the internet, while another device needs an address that is only valid within a local network segment. A third device requires an address that can communicate within a private network but is not routable on the internet. Which types of IPv6 addresses should you use for these devices, respectively?

  1. A

    Global Unicast for the internet-routable device, Link-Local for the local network segment, Unique Local for the private network

  2. B

    Unique Local for the internet-routable device, Link-Local for the local network segment, Global Unicast for the private network

  3. C

    Global Unicast for the internet-routable device, Unique Local for the private network, Link-Local for the local network segment

  4. D

    Link-Local for the internet-routable device, Unique Local for the private network, Global Unicast for the local network segment

Show answer and explanation

Correct answers: A, C

Explanation

IPv6 addresses are categorized based on their scope and purpose: Global Unicast addresses (2000::/3) are used for internet routing, Link-Local addresses (FE80::/10) are automatically assigned and only valid within a local network segment, and Unique Local addresses (FC00::/7) are private and not routable on the internet. Properly understanding their scope and use is essential for network design and configuration.

  • A. Correct.

    Correct: Global Unicast addresses are routable on the internet, Link-Local addresses are used for communication within a local segment, and Unique Local addresses are private and not routable on the internet.

  • B. Incorrect.

    Incorrect: Unique Local addresses are not routable on the internet, so this configuration is invalid for the internet-routable device.

  • C. Correct.

    Correct: This configuration properly assigns Global Unicast for internet routing, Unique Local for private communication, and Link-Local for local segment communication.

  • D. Incorrect.

    Incorrect: Link-Local addresses cannot be used for internet communication, and Global Unicast addresses are not restricted to a local network segment.

200-301 Question 105

Single answer

A company has deployed a global content delivery network (CDN) using an anycast IP address. Users from different geographic regions are reporting varying response times when accessing the service. What is the primary reason for this behavior?

  1. A

    The anycast IP address directs users to the nearest server based on network topology.

  2. B

    The anycast IP address directs all users to a single, centralized server.

  3. C

    The anycast IP address uses round-robin load balancing to distribute traffic across all servers.

  4. D

    The anycast IP address prioritizes servers with the least CPU utilization to handle requests.

Show answer and explanation

Correct answer: A

Explanation

Anycast is a routing method where a single IP address is advertised by multiple servers in different locations. It directs traffic to the nearest server based on network metrics such as routing cost or latency. This ensures efficient delivery of services but can lead to varying response times depending on the user's location and the network path to the nearest server.

  • A. Correct.

    Correct. Anycast routes traffic to the nearest server based on network topology, which can result in varying response times depending on the user's geographic location and network conditions.

  • B. Incorrect.

    Incorrect. Anycast does not direct all users to a single server. Instead, it distributes traffic to the nearest server in the network.

  • C. Incorrect.

    Incorrect. Round-robin load balancing is not used in anycast. Anycast relies on routing protocols to direct users to the closest server.

  • D. Incorrect.

    Incorrect. Anycast does not consider server CPU utilization when routing traffic. It uses network routing metrics to determine the nearest server.

Timed practice exam

Take a 200-301 practice test under exam conditions

75 questions in 120 minutes, drawn from this bank, with a score report and a per-question review when you finish.

Start timed exam

200-301 practice questions 101 to 200 of 503

Every question has a page with the answer and explanation. Numbers are stable, so you can bookmark or share them. The bank is split into 6 pages of up to 100 questions.

  1. 101.A network administrator is configuring IPv6 addressing on a network. The administrator assigns an IPv6...
  2. 102.A network administrator is configuring IPv6 addresses on devices in a network. One device is assigned the...
  3. 103.You are configuring IPv6 addresses on a network. A specific address type is needed that can be used for...
  4. 104.You are tasked with configuring IPv6 addresses on a network. One of the devices requires an address that is...
  5. 105.A company has deployed a global content delivery network (CDN) using an anycast IP address. Users from...
  6. 106.An organization has deployed a content delivery network (CDN) using an anycast addressing model for its DNS...
  7. 107.A company is deploying a global content delivery network (CDN) and wants to use Anycast to improve user...
  8. 108.A company is deploying a global content delivery network (CDN) to enhance user experience by minimizing...
  9. 109.You are configuring multicast in a network that uses PIM (Protocol Independent Multicast) Sparse Mode. A...
  10. 110.A network engineer is implementing multicast routing on a network to support video streaming. The engineer...
  11. 111.A network administrator is configuring multicast on a network to support video streaming services. They...
  12. 112.A network administrator is tasked with configuring multicast in a network to allow video streaming servers to...
  13. 113.A network engineer is configuring an IPv6 address on a router interface using the Modified EUI-64 method. The...
  14. 114.A network administrator is configuring an IPv6 address on an interface using the EUI-64 method. The MAC...
  15. 115.A network engineer is configuring an IPv6 link-local address on an interface and decides to use the Modified...
  16. 116.A network engineer is configuring IPv6 on a router interface and needs to manually assign an IPv6 address...
  17. 117.A network administrator is troubleshooting an issue where a Windows client machine is unable to connect to...
  18. 118.A network administrator asks you to verify the IP configuration of a client machine running Linux. Which...
  19. 119.You are tasked with troubleshooting a network issue for a client. The client is unable to access the...
  20. 120.A network administrator asks you to verify the IP configuration of a Windows, Mac OS, and Linux client to...
  21. 121.A network engineer is troubleshooting a wireless network experiencing poor connectivity and intermittent...
  22. 122.A network administrator is troubleshooting a Wi-Fi performance issue in an office building. They suspect...
  23. 123.A network engineer is troubleshooting a wireless network experiencing intermittent connectivity issues. They...
  24. 124.A network engineer is troubleshooting a wireless network experiencing intermittent connectivity issues. Upon...
  25. 125.An IT administrator is setting up a 2.4 GHz Wi-Fi network in a crowded office environment. To minimize...
  26. 126.You are configuring a wireless network in a 2.4 GHz frequency band for a small office. To avoid interference...
  27. 127.You are tasked with configuring a Wi-Fi network in the 2.4 GHz frequency band for a small office. To avoid...
  28. 128.You are tasked with designing a Wi-Fi network in an office environment. To minimize interference, you need to...
  29. 129.A network administrator is configuring a wireless network for a corporate office. The company wants to ensure...
  30. 130.A network administrator is configuring a wireless network for a small office. They want to ensure that only...
  31. 131.A network administrator is tasked with setting up multiple wireless networks for different departments in an...
  32. 132.An IT administrator is configuring a wireless network for a large office building. They want to set up...
  33. 133.A network engineer is troubleshooting a wireless network issue where users are experiencing poor connectivity...
  34. 134.A network engineer is troubleshooting wireless connectivity issues in a corporate office. Some users report...
  35. 135.A network engineer is troubleshooting a wireless network experiencing intermittent connectivity issues. After...
  36. 136.A network administrator is deploying a wireless network in a high-density office environment. They notice...
  37. 137.You are tasked with configuring secure communication between two branch offices over an untrusted network....
  38. 138.A network administrator is tasked with securing data transmitted between two branch offices over an untrusted...
  39. 139.A network administrator is tasked with ensuring secure communication between two branch offices over the...
  40. 140.A network administrator is tasked with securing data transmitted between branch offices over the public...
  41. 141.A network administrator is tasked with isolating routing tables for different departments within the same...
  42. 142.An organization is deploying a virtualization solution to improve resource utilization and operational...
  43. 143.A network administrator is tasked with deploying multiple isolated routing tables on a single physical router...
  44. 144.A network administrator is tasked with deploying a solution to isolate multiple routing tables on a single...
  45. 145.A network engineer is troubleshooting an issue where two devices connected to the same VLAN on a switch...
  46. 146.A network administrator notices that a switch is experiencing high latency when forwarding traffic. Upon...
  47. 147.A network administrator is troubleshooting an issue where a switch is not forwarding traffic to a specific...
  48. 148.A network administrator is troubleshooting a connectivity issue in a Layer 2 switched network. They discover...
  49. 149.A network administrator observes that devices in a switched network are unable to communicate with each other...
  50. 150.A network administrator is troubleshooting a switch in a small office network. The switch is experiencing...
  51. 151.A network engineer is troubleshooting a Layer 2 switch in a network. The switch is configured to dynamically...
  52. 152.A network engineer is troubleshooting a connectivity issue in a switched network. They observe that a host...
  53. 153.A network administrator is troubleshooting a Layer 2 Ethernet switch. They observe that when a frame arrives...
  54. 154.A network administrator is troubleshooting an issue where frames are not being forwarded correctly between...
  55. 155.A network administrator is troubleshooting an issue where frames are not reaching their intended destination...
  56. 156.A network administrator is troubleshooting an issue where frames are not reaching their intended destination....
  57. 157.You are troubleshooting a switch in a network where a specific frame is being sent to all switch ports, even...
  58. 158.A network administrator notices unusual traffic on a switch where frames are being sent to multiple ports...
  59. 159.A network administrator notices high levels of traffic on a switch port. Upon investigation, it is discovered...
  60. 160.A network administrator is troubleshooting an issue where a switch is flooding frames to all ports, even...
  61. 161.A network engineer is troubleshooting connectivity issues between devices on a switch. They notice that the...
  62. 162.A network administrator observes that a switch is not forwarding traffic to a specific device in the network....
  63. 163.A network administrator is troubleshooting a switch in a LAN environment. They notice that a device connected...
  64. 164.A network administrator is troubleshooting connectivity issues on a switch in a Layer 2 network. They examine...
  65. 166.A network administrator is configuring port security on a switch to mitigate unauthorized access. The...
  66. 167.A network administrator is configuring a switch to support multiple VLANs. They need to ensure that traffic...
  67. 168.A network engineer is tasked with configuring a switch to provide secure network access for devices connected...
  68. 169.A network administrator is configuring a switch with VLANs to segment traffic between different departments...
  69. 170.You are tasked with configuring VLAN 20 on two interconnected switches (Switch1 and Switch2) to allow devices...
  70. 171.You are tasked with configuring VLAN 20 on two switches (SW1 and SW2) and ensuring that devices in VLAN 20...
  71. 172.A network engineer is tasked with configuring VLAN 10 to span across two switches (Switch1 and Switch2). The...
  72. 173.You are configuring VLANs spanning multiple switches in a network. Switch1 is connected to Switch2 via a...
  73. 174.A network administrator is configuring a switch port to support an IP phone and a computer connected to it...
  74. 175.A network administrator is configuring a switch to support both data and voice traffic on a single port...
  75. 176.A network engineer is configuring a switch port to support both a desktop computer and an IP phone. The IP...
  76. 177.A network administrator is configuring a switch port to connect an IP phone and a workstation. The IP phone...
  77. 178.A network engineer is troubleshooting a newly installed switch and notices that devices connected to the...
  78. 179.You are configuring a new switch in your network and notice that some devices connected to the switch are not...
  79. 180.A network administrator is configuring a new switch and notices that all ports are assigned to VLAN 1 by...
  80. 181.You are configuring a new Cisco switch in your network. By default, all switch ports are assigned to which...
  81. 182.A network engineer is configuring a Layer 3 switch to enable communication between VLAN 10 and VLAN 20 in a...
  82. 183.A network administrator is configuring InterVLAN routing on a Layer 3 switch. VLAN 10 (192.168.10.0/24) and...
  83. 184.A network administrator has configured two VLANs (VLAN 10 and VLAN 20) on a Layer 2 switch. Hosts in both...
  84. 185.A network administrator is configuring inter-VLAN connectivity on a Layer 3 switch. The switch has three...
  85. 186.You are configuring the interswitch connectivity between two Cisco switches, SwitchA and SwitchB, using...
  86. 187.You are tasked with configuring interswitch connectivity between two switches, SwitchA and SwitchB, in a...
  87. 188.Two switches, SwitchA and SwitchB, are connected via their GigabitEthernet0/1 interfaces. After configuring...
  88. 189.You are tasked with configuring interswitch connectivity between two switches, SW1 and SW2. Both switches are...
  89. 190.A network engineer is configuring a new switch in an enterprise network. The engineer needs to connect the...
  90. 191.A network administrator is configuring a trunk link between two switches, Switch1 and Switch2, to allow...
  91. 192.A network administrator is configuring a trunk link between two switches to allow multiple VLANs to...
  92. 193.A network engineer is configuring a trunk link between two switches (Switch A and Switch B). After completing...
  93. 194.A network engineer is tasked with configuring VLANs on a switch to segment traffic. The switch is connected...
  94. 195.A network administrator is configuring VLANs on a switch using 802.1Q trunking. The administrator notices...
  95. 196.A network administrator is configuring a trunk link between two switches using the 802.1Q protocol. After...
  96. 197.A network administrator is configuring a trunk link between two switches using 802.1Q. The administrator...
  97. 198.A network administrator is troubleshooting an issue where traffic from a trunk link is reaching the wrong...
  98. 199.A network administrator is troubleshooting a VLAN misconfiguration issue. One of the switches in the network...
  99. 200.You are configuring a trunk link between two Cisco switches. The network administrator informs you that...
  100. 201.A network administrator is troubleshooting an issue where untagged traffic is being dropped between two...