200-301 Exam - Free Actual Q&As, Page 1 _ ExamTopics con risposte-compresso.pdf

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Full Transcript

31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics - Expert Verified, Online, Free.  Cu...

31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics - Expert Verified, Online, Free.  Custom View Settings Topic 1 - Single Topic Question #1 Topic 1 Refer to the exhibit. Which type of route does R1 use to reach host 10.10.13.10/32? A. default route B. network route C. host route D. floating static route Correct Answer: B Community vote distribution B (96%) 2% https://www.examtopics.com/exams/cisco/200-301/custom-view/ 1/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #2 Topic 1 Refer to the exhibit. Which prefix does Router1 use for traffic to Host A? A. 10.10.10.0/28 B. 10.10.13.0/25 C. 10.10.13.144/28 D. 10.10.13.208/29 Correct Answer: D The prefix with ‫ג‬€longest prefix‫ג‬€ will be matched first, in this case is ‫ג‬29/€‫ג‬€. Community vote distribution D (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 2/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #3 Topic 1 DRAG DROP - Drag and drop the descriptions of file-transfer protocols from the left onto the correct protocols on the right. Select and Place: Correct Answer: https://www.examtopics.com/exams/cisco/200-301/custom-view/ 3/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #4 Topic 1 A frame that enters a switch fails the Frame Check Sequence. Which two interface counters are incremented? (Choose two.) A. input errors B. frame C. giants D. CRC E. runts Correct Answer: AD Whenever the physical transmission has problems, the receiving device might receive a frame whose bits have changed values. These frames do not pass the error detection logic as implemented in the FCS field in the Ethernet trailer. The receiving device discards the frame and counts it as some kind of input error. Cisco switches list this error as a CRC error. Cyclic redundancy check (CRC) is a term related to how the FCS math detects an error. The ‫ג‬€input errors‫ג‬€ includes runts, giants, no buffer, CRC, frame, overrun, and ignored counts. The output below show the interface counters with the ‫ג‬€show interface s0/0/0‫ג‬€ command: Community vote distribution AD (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 4/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #5 Topic 1 DRAG DROP - Drag and drop the IPv4 network subnets from the left onto the correct usable host ranges on the right. Select and Place: Correct Answer: This subnet question requires us to grasp how to subnet very well. To quickly find out the subnet range, we have to find out the increment and the network address of each subnet. Let's take an example with the subnet 172.28.228.144/18: From the /18 (= 1100 0000 in the 3rd octet), we find out the increment is 64. Therefore the network address of this subnet must be the greatest multiple of the increment but not greater than the value in the 3rd octet (228). We can find out the 3rd octet of the network address is 192 (because 192 = 64 * 3 and 192 < 228) - > The network address is 172.28.192.0. So the first usable host should be 172.28.192.1 and it matches with the 5th answer on the right. In this case we don't need to calculate the broadcast address because we found the correct answer. Let's take another example with subnet 172.28.228.144/23 -> The increment is 2 (as /23 = 1111 1110 in 3rd octet) -> The 3rd octet of the network address is 228 (because 228 is the multiply of 2 and equal to the 3rd octet) -> The network address is 172.28.228.0 -> The first usable host is 172.28.228.1. It is not necessary but if we want to find out the broadcast address of this subnet, we can find out the next network address, which is 172.28.(228 + the increment number).0 or 172.28.230.0 then reduce 1 bit -> 172.28.229.255 is the broadcast address of our subnet. Therefore the last usable host is 172.28.229.254. https://www.examtopics.com/exams/cisco/200-301/custom-view/ 5/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #6 Topic 1 How do TCP and UDP differ in the way that they establish a connection between two endpoints? A. TCP uses the three-way handshake, and UDP does not guarantee message delivery. B. TCP uses synchronization packets, and UDP uses acknowledgment packets. C. UDP provides reliable message transfer, and TCP is a connectionless protocol. D. UDP uses SYN, SYN ACK, and FIN bits in the frame header while TCP uses SYN, SYN ACK, and ACK bits. Correct Answer: A Community vote distribution A (100%) Question #7 Topic 1 Which 802.11 frame type is Association Response? A. management B. protected frame C. action D. control Correct Answer: A There are three main types of 802.11 frames: the Data Frame, the Management Frame and the Control Frame. Association Response belongs to Management Frame. Association response is sent in response to an association request. Reference: https://en.wikipedia.org/wiki/802.11_Frame_Types Community vote distribution A (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 6/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #8 Topic 1 In which way does a spine-and-leaf architecture allow for scalability in a network when additional access ports are required? A. A spine switch and a leaf switch can be added with redundant connections between them. B. A spine switch can be added with at least 40 GB uplinks. C. A leaf switch can be added with connections to every spine switch. D. A leaf switch can be added with a single connection to a core spine switch. Correct Answer: C Spine-leaf architecture is typically deployed as two layers: spines (such as an aggregation layer), and leaves (such as an access layer). Spine- leaf topologies provide high-bandwidth, low-latency, nonblocking server-to-server connectivity. Leaf (aggregation) switches are what provide devices access to the fabric (the network of spine and leaf switches) and are typically deployed at the top of the rack. Generally, devices connect to the leaf switches. Devices can include servers, Layer 4-7 services (firewalls and load balancers), and WAN or Internet routers. Leaf switches do not connect to other leaf switches. In spine-and-leaf architecture, every leaf should connect to every spine in a full mesh. Spine (aggregation) switches are used to connect to all leaf switches and are typically deployed at the end or middle of the row. Spine switches do not connect to other spine switches. Reference: https://www.cisco.com/c/en/us/products/collateral/switches/nexus-9000-series-switches/guide-c07-733228.html Community vote distribution C (88%) 13% Question #9 Topic 1 What identifies the functionality of virtual machines? A. The hypervisor communicates on Layer 3 without the need for additional resources. B. Each hypervisor supports a single virtual machine and a single software switch. C. The hypervisor virtualizes physical components including CPU, memory, and storage. D. Virtualized servers run efficiently when physically connected to a switch that is separate from the hypervisor. Correct Answer: C Community vote distribution C (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 7/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #10 Topic 1 Which command automatically generates an IPv6 address from a specified IPv6 prefix and MAC address of an interface? A. ipv6 address dhcp B. ipv6 address 2001:DB8:5:112::/64 eui-64 C. ipv6 address autoconfig D. ipv6 address 2001:DB8:5:112::2/64 link-local Correct Answer: C The ‫ג‬€ipv6 address autoconfig‫ג‬€ command causes the device to perform IPv6 stateless address auto-configuration to discover prefixes on the link and then to add the EUI-64 based addresses to the interface. Addresses are configured depending on the prefixes received in Router Advertisement (RA) messages. The device will listen for RA messages which are transmitted periodically from the router (DHCP Server). This RA message allows a host to create a global IPv6 address from: ‫ג‬€¢ Its interface identifier (EUI-64 address) ‫ג‬€¢ Link Prefix (obtained via RA) Note: Global address is the combination of Link Prefix and EUI-64 address Community vote distribution B (63%) C (33%) 2% Question #11 Topic 1 When configuring IPv6 on an interface, which two IPv6 multicast groups are joined? (Choose two.) A. 2000::/3 B. 2002::5 C. FC00::/7 D. FF02::1 E. FF02::2 Correct Answer: DE When an interface is configured with IPv6 address, it automatically joins the all nodes (FF02::1) and solicited-node (FF02::1:FFxx:xxxx) multicast groups. The all- node group is used to communicate with all interfaces on the local link, and the solicited-nodes multicast group is required for link-layer address resolution. Routers also join a third multicast group, the all-routers group (FF02::2). Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipv6/configuration/xe-3s/ipv6-xe-36s-book/ip6-multicast.html Community vote distribution DE (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 8/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #12 Topic 1 DRAG DROP - Refer to the exhibit. Drag and drop the networking parameters from the left onto the correct values on the right. Select and Place: Correct Answer: The ‫ג‬€ip route‫ג‬€ and ‫ג‬€ip addr show eth1‫ג‬€ are Linux commands. ‫ ג‬¢€‫ג‬€ip route‫ג‬€: display the routing table ‫ ג‬¢€‫ג‬€ip addr show eth1‫ג‬€: get depth information (only on eth1 interface) about your network interfaces like IP Address, MAC Address information https://www.examtopics.com/exams/cisco/200-301/custom-view/ 9/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #13 Topic 1 What is the default behavior of a Layer 2 switch when a frame with an unknown destination MAC address is received? A. The Layer 2 switch forwards the packet and adds the destination MAC address to its MAC address table. B. The Layer 2 switch sends a copy of a packet to CPU for destination MAC address learning. C. The Layer 2 switch floods packets to all ports except the receiving port in the given VLAN. D. The Layer 2 switch drops the received frame. Correct Answer: C If the destination MAC address is not in the CAM table (unknown destination MAC address), the switch sends the frame out all other ports that are in the same VLAN as the received frame. This is called flooding. It does not flood the frame out the same port on which the frame was received. Community vote distribution C (100%) Question #14 Topic 1 An engineer must configure a /30 subnet between two routes. Which usable IP address and subnet mask combination meets this criteria? A. interface e0/0 description to XX-AXXX:XXXXX ip address 10.2.1.3 255.255.255.252 B. interface e0/0 description to XX-AXXX:XXXXX ip address 192.168.1.1 255.255.255.248 C. interface e0/0 description to XX-AXXX:XXXXX ip address 172.16.1.4 255.255.255.248 D. interface e0/0 description to XX-AXXX:XXXXX ip address 209.165.201.2 225.255.255.252 Correct Answer: D Community vote distribution D (100%) Question #15 Topic 1 Which network allows devices to communicate without the need to access the Internet? A. 172.9.0.0/16 B. 172.28.0.0/16 C. 192.0.0.0/8 D. 209.165.201.0/24 Correct Answer: B This question asks about the private ranges of IPv4 addresses. The private ranges of each class of IPv4 are listed below: Class A private IP address ranges from 10.0.0.0 to 10.255.255.255 Class B private IP address ranges from 172.16.0.0 to 172.31.255.255 Class C private IP address ranges from 192.168.0.0 to 192.168.255.255 Only the network 172.28.0.0/16 belongs to the private IP address (of class B). Community vote distribution B (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 10/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #16 Topic 1 Refer to the exhibit. Which statement explains the configuration error message that is received? A. It belongs to a private IP address range. B. The router does not support /28 mask. C. It is a network IP address. D. It is a broadcast IP address. Correct Answer: D Community vote distribution D (100%) Question #17 Topic 1 Which IPv6 address type provides communication between subnets and cannot route on the Internet? A. link-local B. unique local C. multicast D. global unicast Correct Answer: B A IPv6 Unique Local Address is an IPv6 address in the block FC00::/7. It is the approximate IPv6 counterpart of the IPv4 private address. It is not routable on the global Internet. Note: In the past, Site-local addresses (FEC0::/10) are equivalent to private IP addresses in IPv4 but now they are deprecated. Link-local addresses only used for communications within the local subnet. It is usually created dynamically using a link-local prefix of FE80::/10 and a 64-bit interface identifier (based on 48-bit MAC address). Community vote distribution B (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 11/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #18 Topic 1 Which IPv6 address block sends packets to a group address rather than a single address? A. 2000::/3 B. FC00::/7 C. FE80::/10 D. FF00::/8 Correct Answer: D FF00::/8 is used for IPv6 multicast and this is the IPv6 type of address the question wants to ask. FE80::/10 range is used for link-local addresses. Link-local addresses only used for communications within the local subnetwork (automatic address configuration, neighbor discovery, router discovery, and by many routing protocols). It is only valid on the current subnet. It is usually created dynamically using a link-local prefix of FE80::/10 and a 64-bit interface identifier (based on 48-bit MAC address). Community vote distribution D (100%) Question #19 Topic 1 What are two reasons that cause late collisions to increment on an Ethernet interface? (Choose two.) A. when Carrier Sense Multiple Access/Collision Detection is used B. when one side of the connection is configured for half-duplex C. when the sending device waits 15 seconds before sending the frame again D. when a collision occurs after the 32nd byte of a frame has been transmitted E. when the cable length limits are exceeded Correct Answer: BE A late collision is defined as any collision that occurs after the first 512 bits (or 64th byte) of the frame have been transmitted. The usual possible causes are full- duplex/half-duplex mismatch, exceeded Ethernet cable length limits, or defective hardware such as incorrect cabling, non-compliant number of hubs in the network, or a bad NIC. Late collisions should never occur in a properly designed Ethernet network. They usually occur when Ethernet cables are too long or when there are too many repeaters in the network. Reference: https://www.cisco.com/en/US/docs/internetworking/troubleshooting/guide/tr1904.html Community vote distribution BE (83%) AE (17%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 12/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #20 Topic 1 What is a benefit of using a Cisco Wireless LAN Controller? A. It eliminates the need to configure each access point individually. B. Central AP management requires more complex configurations. C. Unique SSIDs cannot use the same authentication method. D. It supports autonomous and lightweight APs. Correct Answer: A Community vote distribution A (100%) Question #21 Topic 1 Which action is taken by switch port enabled for PoE power classification override? A. If a monitored port exceeds the maximum administrative value for power, the port is shutdown and err-disabled. B. When a powered device begins drawing power from a PoE switch port, a syslog message is generated. C. As power usage on a PoE switch port is checked, data flow to the connected device is temporarily paused. D. If a switch determines that a device is using less than the minimum configured power, it assumes the device has failed and disconnects it. Correct Answer: A PoE monitoring and policing compares the power consumption on ports with the administrative maximum value (either a configured maximum value or the port's default value). If the power consumption on a monitored port exceeds the administrative maximum value, the following actions occur: - A syslog message is issued. - The monitored port is shut down and error-disabled. - The allocated power is freed. Reference: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/12-2SX/configuration/guide/book/power_over_ethernet.pdf Community vote distribution A (100%) Question #22 Topic 1 What occurs to frames during the process of frame flooding? A. Frames are sent to all ports, including those that are assigned to other VLANs. B. Frames are sent to every port on the switch that has a matching entry in MAC address table. C. Frames are sent to every port on the switch in the same VLAN except from the originating port. D. Frames are sent to every port on the switch in the same VLAN. Correct Answer: C Community vote distribution C (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 13/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #23 Topic 1 Which function does the range of private IPv4 addresses perform? A. allows multiple companies to each use the same addresses without conflicts B. provides a direct connection for hosts from outside of the enterprise network C. ensures that NAT is not required to reach the Internet with private range addressing D. enables secure communications to the Internet for all external hosts Correct Answer: A Community vote distribution A (100%) Question #24 Topic 1 Which action must be taken to assign a global unicast IPv6 address on an interface that is derived from the MAC address of that interface? A. explicitly assign a link-local address B. disable the EUI-64 bit process C. enable SLAAC on an interface D. configure a stateful DHCPv6 server on the network Correct Answer: C Community vote distribution C (100%) Question #25 Topic 1 Several new coverage cells are required to improve the Wi-Fi network of an organization. Which two standard designs are recommended? (Choose two.) A. 5GHz provides increased network capacity with up to 23 nonoverlapping channels. B. 5GHz channel selection requires an autonomous access point. C. Cells that overlap one another are configured to use nonoverlapping channels. D. Adjacent cells with overlapping channels use a repeater access point. E. For maximum throughput, the WLC is configured to dynamically set adjacent access points to the channel. Correct Answer: CE Community vote distribution AC (55%) CE (44%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 14/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #26 Topic 1 How do TCP and UDP differ in the way they provide reliability for delivery of packets? A. TCP does not guarantee delivery or error checking to ensure that there is no corruption of data, UDP provides message acknowledgement and retransmits data if lost. B. TCP provides flow control to avoid overwhelming a receiver by sending too many packets at once, UDP sends packets to the receiver in a continuous stream without checking. C. TCP is a connectionless protocol that does not provide reliable delivery of data; UDP is a connection-oriented protocol that uses sequencing to provide reliable delivery. D. TCP uses windowing to deliver packets reliably; UDP provides reliable message transfer between hosts by establishing a three-way handshake. Correct Answer: B Community vote distribution B (100%) Question #27 Topic 1 What are two differences between optical-fiber cabling and copper cabling? (Choose two.) A. A BNC connector is used for fiber connections B. The glass core component is encased in a cladding C. The data can pass through the cladding D. Light is transmitted through the core of the fiber E. Fiber connects to physical interfaces using RJ-45 connections Correct Answer: BD Community vote distribution BD (100%) Question #28 Topic 1 How does CAPWAP communicate between an access point in local mode and a WLC? A. The access point must not be connected to the wired network, as it would create a loop B. The access point must be connected to the same switch as the WLC C. The access point must directly connect to the WLC using a copper cable D. The access point has the ability to link to any switch in the network, assuming connectivity to the WLC Correct Answer: D Community vote distribution D (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 15/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #29 Topic 1 Which IPv6 address block forwards packets to a multicast address rather than a unicast address? A. 2000::/3 B. FC00::/7 C. FE80::/10 D. FF00::/12 Correct Answer: D Community vote distribution D (100%) Question #30 Topic 1 What is the difference regarding reliability and communication type between TCP and UDP? A. TCP is reliable and is a connectionless protocol; UDP is not reliable and is a connection-oriented protocol. B. TCP is not reliable and is a connectionless protocol; UDP is reliable and is a connection-oriented protocol. C. TCP is not reliable and is a connection-oriented protocol; UDP is reliable and is a connectionless protocol. D. TCP is reliable and is a connection-oriented protocol; UDP is not reliable and is a connectionless protocol. Correct Answer: D Community vote distribution D (100%) Question #31 Topic 1 What are two descriptions of three-tier network topologies? (Choose two.) A. The distribution layer runs Layer 2 and Layer 3 technologies B. The network core is designed to maintain continuous connectivity when devices fail C. The access layer manages routing between devices in different domains D. The core layer maintains wired connections for each host E. The core and distribution layers perform the same functions Correct Answer: AB Community vote distribution AB (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 16/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #32 Topic 1 Which type of IPv6 address is publicly routable in the same way as IPv4 public addresses? A. multicast B. unique local C. link-local D. global unicast Correct Answer: D Community vote distribution D (100%) Question #33 Topic 1 What is the expected outcome when an EUI-64 address is generated? A. The interface ID is configured as a random 64-bit value B. The characters FE80 are inserted at the beginning of the MAC address of the interface C. The seventh bit of the original MAC address of the interface is inverted D. The MAC address of the interface is used as the interface ID without modification Correct Answer: C Community vote distribution C (93%) 7% Question #34 Topic 1 A corporate office uses four floors in a building. ✑ Floor 1 has 24 users. ✑ Floor 2 has 29 users. Floor 3 has 28 users. ✑ Floor 4 has 22 users. Which subnet summarizes and gives the most efficient distribution of IP addresses for the router configuration? A. 192.168.0.0/24 as summary and 192.168.0.0/28 for each floor B. 192.168.0.0/23 as summary and 192.168.0.0/25 for each floor C. 192.168.0.0/25 as summary and 192.168.0.0/27 for each floor D. 192.168.0.0/26 as summary and 192.168.0.0/29 for each floor Correct Answer: C Community vote distribution C (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 17/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #35 Topic 1 Refer to the exhibit. An engineer must add a subnet for a new office that will add 20 users to the network. Which IPv4 network and subnet mask combination does the engineer assign to minimize wasting addresses? A. 10.10.225.48 255.255.255.240 B. 10.10.225.32 255.255.255.240 C. 10.10.225.48 255.255.255.224 D. 10.10.225.32 255.255.255.224 Correct Answer: D Community vote distribution D (100%) Question #36 Topic 1 What is a characteristic of spine-and-leaf architecture? A. Each link between leaf switches allows for higher bandwidth. B. It provides greater predictability on STP blocked ports. C. It provides variable latency. D. Each device is separated by the same number of hops. Correct Answer: D Community vote distribution D (86%) 14% https://www.examtopics.com/exams/cisco/200-301/custom-view/ 18/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #37 Topic 1 An office has 8 floors with approximately 30-40 users per floor. One subnet must be used. Which command must be configured on the router Switched Virtual Interface to use address space efficiently? A. ip address 192.168.0.0 255.255.0.0 B. ip address 192.168.0.0 255.255.254.0 C. ip address 192.168.0.0 255.255.255.128 D. ip address 192.168.0.0 255.255.255.224 Correct Answer: B Community vote distribution B (83%) C (17%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 19/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #38 Topic 1 DRAG DROP - Drag and drop the descriptions of IP protocol transmissions from the left onto the IP traffic types on the right. Select and Place: Correct Answer: https://www.examtopics.com/exams/cisco/200-301/custom-view/ 20/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #39 Topic 1 A device detects two stations transmitting frames at the same time. This condition occurs after the first 64 bytes of the frame is received. Which interface counter increments? A. runt B. collision C. late collision D. CRC Correct Answer: C Community vote distribution C (76%) B (24%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 21/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #40 Topic 1 Refer to the exhibit. Which outcome is expected when PC_A sends data to PC_B after their initial communication? A. The source MAC address is changed. B. The destination MAC address is replaced with ffff.ffff.ffff. C. The source and destination MAC addresses remain the same. D. The switch rewrites the source and destination MAC addresses with its own. Correct Answer: C Community vote distribution C (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 22/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #41 Topic 1 Using direct sequence spread spectrum, which three 2.4-GHz channels are used to limit collisions? A. 5, 6, 7 B. 1, 2, 3 C. 1, 6, 11 D. 1, 5, 10 Correct Answer: C Community vote distribution C (100%) Question #42 Topic 1 How do TCP and UDP differ in the way they guarantee packet delivery? A. TCP uses retransmissions, acknowledgment, and parity checks, and UDP uses cyclic redundancy checks only B. TCP uses two-dimensional parity checks, checksums, and cyclic redundancy checks, and UDP uses retransmissions only C. TCP uses checksum, acknowledgements, and retransmissions, and UDP uses checksums only D. TCP uses checksum, parity checks, and retransmissions, and UDP uses acknowledgements only Correct Answer: C Community vote distribution C (100%) Question #43 Topic 1 A wireless administrator has configured a WLAN; however, the clients need access to a less congested 5-GHz network for their voice quality. Which action must be taken to meet the requirement? A. enable Band Select B. enable DTIM C. enable RX-SOP D. enable AAA override Correct Answer: A Community vote distribution A (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 23/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #44 Topic 1 DRAG DROP - Drag and drop the application protocols from the left onto the transport protocols that it uses on the right. Select and Place: Correct Answer: https://www.examtopics.com/exams/cisco/200-301/custom-view/ 24/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #45 Topic 1 What is the destination MAC address of a broadcast frame? A. 00:00:0c:07:ac:01 B. ff:ff:ff:ff:ff:ff C. 43:2e:08:00:00:0c D. 00:00:0c:43:2e:08 E. 00:00:0c:ff:ff:ff Correct Answer: B Community vote distribution B (100%) Question #46 Topic 1 For what two purposes does the Ethernet protocol use physical addresses? A. to uniquely identify devices at Layer 2 B. to allow communication with devices on a different network C. to differentiate a Layer 2 frame from a Layer 3 packet D. to establish a priority system to determine which device gets to transmit first E. to allow communication between different devices on the same network F. to allow detection of a remote device when its physical address is unknown Correct Answer: AE Community vote distribution AE (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 25/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #47 Topic 1 DRAG DROP - Drag and drop the networking parameters from the left on to the correct values on the right. Select and Place: Correct Answer: SSH uses TCP port 22 while SNMP uses UDP port 161 and 162. https://www.examtopics.com/exams/cisco/200-301/custom-view/ 26/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #48 Topic 1 Which component of an Ethernet frame is used to notify a host that traffic is coming? A. start of frame delimiter B. Type field C. preamble D. Data field Correct Answer: C Preamble is a 7 Byte field in the Ethernet frame which helps to receiver to know that it is an actual data (Ethernet Frame) and not some random noise in the transmission medium. It acts like a doorbell telling about the incoming data. Community vote distribution C (91%) 9% Question #49 Topic 1 You are configuring your edge routers interface with a public IP address for Internet connectivity. The router needs to obtain the IP address from the service provider dynamically. Which command is needed on interface FastEthernet 0/0 to accomplish this? A. ip default-gateway B. ip route C. ip default-network D. ip address dhcp E. ip address dynamic Correct Answer: D Community vote distribution D (100%) Question #50 Topic 1 Which two statements about the purpose of the OSI model are accurate? (Choose two.) A. Defines the network functions that occur at each layer B. Facilitates an understanding of how information travels throughout a network C. Changes in one layer do not impact other layer D. Ensures reliable data delivery through its layered approach Correct Answer: AB Community vote distribution AB (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 27/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #51 Topic 1 Which three statements about MAC addresses are correct? (Choose three.) A. To communicate with other devices on a network, a network device must have a unique MAC address B. The MAC address is also referred to as the IP address C. The MAC address of a device must be configured in the Cisco IOS CLI by a user with administrative privileges D. A MAC address contains two main components, the first of which identifies the manufacturer of the hardware and the second of which uniquely identifies the hardware E. An example of a MAC address is 0A:26:B8:D6:65:90 F. A MAC address contains two main components, the first of which identifies the network on which the host resides and the second of which uniquely identifies the host on the network Correct Answer: ADE Community vote distribution ADE (100%) Question #52 Topic 1 Which technique can you use to route IPv6 traffic over an IPv4 infrastructure? A. NAT B. 6 to 4 tunneling C. L2TPv3 D. dual-stack Correct Answer: B Community vote distribution B (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 28/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #53 Topic 1 Refer to the exhibit. A network technician is asked to design a small network with redundancy. The exhibit represents this design, with all hosts configured in the same VLAN. What conclusions can be made about this design? A. This design will function as intended. B. Spanning-tree will need to be used. C. The router will not accept the addressing scheme. D. The connection between switches should be a trunk. E. The router interfaces must be encapsulated with the 802.1Q protocol. Correct Answer: C Each interface on a router must be in a different network. If two interfaces are in the same network, the router will not accept it and show error when the administrator assigns it. Community vote distribution C (100%) Question #54 Topic 1 Which two statements are true about the command ip route 172.16.3.0 255.255.255.0 192.168.2.4? (Choose two.) A. It establishes a static route to the 172.16.3.0 network. B. It establishes a static route to the 192.168.2.0 network. C. It configures the router to send any traffic for an unknown destination to the 172.16.3.0 network. D. It configures the router to send any traffic for an unknown destination out the interface with the address 192.168.2.4. E. It uses the default administrative distance. F. It is a route that would be used last if other routes to the same destination exist. Correct Answer: AE Community vote distribution AE (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 29/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #55 Topic 1 What are two benefits of private IPv4 IP addresses? (Choose two.) A. They are routed the same as public IP addresses. B. They are less costly than public IP addresses. C. They can be assigned to devices without Internet connections. D. They eliminate the necessity for NAT policies. E. They eliminate duplicate IP conflicts. Correct Answer: BC Community vote distribution BC (82%) AB (18%) Question #56 Topic 1 What are two benefits that the UDP protocol provide for application traffic? (Choose two.) A. UDP traffic has lower overhead than TCP traffic B. UDP provides a built-in recovery mechanism to retransmit lost packets C. The CTL field in the UDP packet header enables a three-way handshake to establish the connection D. UDP maintains the connection state to provide more stable connections than TCP E. The application can use checksums to verify the integrity of application data Correct Answer: AE Community vote distribution AE (100%) Question #57 Topic 1 Which two goals reasons to implement private IPv4 addressing on your network? (Choose two.) A. Comply with PCI regulations B. Conserve IPv4 address C. Reduce the size of the forwarding table on network routers D. Reduce the risk of a network security breach E. Comply with local law Correct Answer: BD Community vote distribution BD (83%) BC (17%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 30/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #58 Topic 1 Which WAN access technology is preferred for a small office / home office architecture? A. broadband cable access B. frame-relay packet switching C. dedicated point-to-point leased line D. Integrated Services Digital Network switching Correct Answer: A Service providers provide Internet access using broadband services such as DSL, cable, and satellite access. Broadband connections are typically used to connect small offices and telecommuting employees to a corporate site over the Internet. Data traveling between corporate sites over the public WAN infrastructure should be protected using VPNs. Community vote distribution A (100%) Question #59 Topic 1 Which two WAN architecture options help a business scalability and reliability for the network? (Choose two.) A. asychronous routing B. single-homed branches C. dual-homed branches D. static routing E. dynamic routing Correct Answer: CE Reference: https://www.cisco.com/c/dam/en/us/td/docs/nsite/wan_optimization/WANoptSolutionGd.pdf Community vote distribution CE (81%) AC (19%) Question #60 Topic 1 What is the binary pattern of unique ipv6 unique local address? A. 00000000 B. 11111100 C. 11111111 D. 11111101 Correct Answer: B A IPv6 Unique Local Address is an IPv6 address in the block FC00::/7, which means that IPv6 Unique Local addresses begin with 7 bits with exact binary pattern as 1111 110 -> Answer B is correct. Note: IPv6 Unique Local Address is the approximate IPv6 counterpart of the IPv4 private address. It is not routable on the global Internet. Community vote distribution B (69%) D (31%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 31/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #61 Topic 1 Which two options are the best reasons to use an IPV4 private IP space? (Choose two.) A. to enable intra-enterprise communication B. to implement NAT C. to connect applications D. to conserve global address space E. to manage routing overhead Correct Answer: AD Community vote distribution AD (86%) 14% Question #62 Topic 1 Refer to the exhibit. When PC1 sends a packet to PC2, the packet has which source and destination IP address when it arrives at interface Gi0/0 on router R2? A. source 192.168.10.10 and destination 10.10.2.2 B. source 192.168.20.10 and destination 192.168.20.1 C. source 192.168.10.10 and destination 192.168.20.10 D. source 10.10.1.1 and destination 10.10.2.2 Correct Answer: C The source and destination IP addresses of the packets are unchanged on all the way. Only source and destination MAC addresses are changed. Community vote distribution C (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 32/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #63 Topic 1 What is the same for both copper and fiber interfaces when using SFP modules? A. They support an inline optical attenuator to enhance signal strength B. They accommodate single-mode and multi-mode in a single module C. They provide minimal interruption to services by being hot-swappable D. They offer reliable bandwidth up to 100 Mbps in half duplex mode Correct Answer: C Community vote distribution C (100%) Question #64 Topic 1 What are two functions of a server on a network? (Choose two.) A. handles requests from multiple workstations at the same time B. achieves redundancy by exclusively using virtual server clustering C. housed solely in a data center that is dedicated to a single client achieves redundancy by exclusively using virtual server clustering D. runs the same operating system in order to communicate with other servers E. runs applications that send and retrieve data for workstations that make requests Correct Answer: AE Community vote distribution AE (100%) Question #65 Topic 1 Which function is performed by the collapsed core layer in a two-tier architecture? A. enforcing routing policies B. marking interesting traffic for data policies C. applying security policies D. attaching users to the edge of the network Correct Answer: A Community vote distribution A (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 33/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #66 Topic 1 What is the primary function of a Layer 3 device? A. to transmit wireless traffic between hosts B. to analyze traffic and drop unauthorized traffic from the Internet C. to forward traffic within the same broadcast domain D. to pass traffic between different networks Correct Answer: D Community vote distribution D (100%) Question #67 Topic 1 Which two functions are performed by the core layer in a three-tier architecture? (Choose two.) A. Provide uninterrupted forwarding service B. Inspect packets for malicious activity C. Ensure timely data transfer between layers D. Provide direct connectivity for end user devices E. Police traffic that is sent to the edge of the network Correct Answer: AC Reference: https://www.mcmcse.com/cisco/guides/hierarchical_model.shtml Community vote distribution AC (100%) Question #68 Topic 1 What is a recommended approach to avoid co-channel congestion while installing access points that use the 2.4 GHz frequency? A. different nonoverlapping channels B. one overlapping channel C. one nonoverlapping channel D. different overlapping channels Correct Answer: A Community vote distribution A (80%) C (20%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 34/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #69 Topic 1 A manager asks a network engineer to advise which cloud service models are used so employees do not have to waste their time installing, managing, and updating software that is only used occasionally. Which cloud service model does the engineer recommend? A. infrastructure-as-a-service B. platform-as-a-service C. business process as service to support different types of service D. software-as-a-service Correct Answer: D Community vote distribution D (100%) Question #70 Topic 1 What are two functions of a Layer 2 switch? (Choose two.) A. acts as a central point for association and authentication servers B. selects the best route between networks on a WAN C. moves packets within a VLAN D. moves packets between different VLANs E. makes forwarding decisions based on the MAC address of a packet Correct Answer: CE Community vote distribution CE (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 35/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #71 Topic 1 DRAG DROP - Drag and drop the TCP/IP protocols from the left onto their primary transmission protocols on the right. Select and Place: Correct Answer: https://www.examtopics.com/exams/cisco/200-301/custom-view/ 36/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #72 Topic 1 An engineer observes high usage on the 2.4GHz channels and lower usage on the 5GHz channels. What must be configured to allow clients to preferentially use 5GHz access points? A. Client Band Select B. Re-Anchor Roamed Clients C. OEAP Spilt Tunnel D. 11ac MU-MIMO Correct Answer: A Community vote distribution A (100%) Question #73 Topic 1 Which networking function occurs on the data plane? A. processing inbound SSH management traffic B. sending and receiving OSPF Hello packets C. facilitates spanning-tree elections D. forwarding remote client/server traffic Correct Answer: D Community vote distribution D (93%) 7% Question #74 Topic 1 Under which condition is TCP preferred over UDP? A. UDP is used when low latency is optimal, and TCP is used when latency is tolerable. B. TCP is used when dropped data is more acceptable, and UDP is used when data is accepted out-of-order. C. TCP is used when data reliability is critical, and UDP is used when missing packets are acceptable. D. UDP is used when data is highly interactive, and TCP is used when data is time-sensitive. Correct Answer: C Community vote distribution C (90%) 10% https://www.examtopics.com/exams/cisco/200-301/custom-view/ 37/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #75 Topic 1 Refer to the exhibit. Shortly after SiteA was connected to SiteB over a new single-mode fiber path, users at SiteA report intermittent connectivity issues with applications hosted at SiteB. What is the cause of the intermittent connectivity issue? A. Interface errors are incrementing. B. High usage is causing high latency. C. An incorrect SFP media type was used at SiteA. D. The sites were connected with the wrong cable type. Correct Answer: A The only indicator of any issues here is the reliability 166/255 on SiteA. When the input and output errors increase, they affect the reliability counter. This indicates how likely it is that a packet can be delivered or received successfully. Reliability is calculated like this: reliability = number of packets / number of total frames. The value of 255 is the highest value meaning that the interface is very reliable at the moment. The calculation above is done every 5 minutes. Community vote distribution A (79%) B (18%) 4% Question #76 Topic 1 A network engineer must configure the router R1 GigabitEthernet1/1 interface to connect to the router R2 GigabitEthernet1/1 interface. For the configuration to be applied, the engineer must compress the address 2001:0db8:0000:0000:0500:000a:400F:583B. Which command must be issued on the interface? A. ipv6 address 2001::db8:0000::500:a:400F:583B B. ipv6 address 2001:db8:0::500:a:4F:583B C. ipv6 address 2001:db8::500:a:400F:583B D. ipv6 address 2001:0db8::5:a:4F:583B Correct Answer: C Community vote distribution C (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 38/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #77 Topic 1 What is a network appliance that checks the state of a packet to determine whether the packet is legitimate? A. Layer 2 switch B. LAN controller C. load balancer D. firewall Correct Answer: D Community vote distribution D (100%) Question #78 Topic 1 What is a role of access points in an enterprise network? A. integrate with SNMP in preventing DDoS attacks B. serve as a first line of defense in an enterprise network C. connect wireless devices to a wired network D. support secure user logins to devices on the network Correct Answer: C Community vote distribution C (100%) Question #79 Topic 1 An implementer is preparing hardware for virtualization to create virtual machines on a host. What is needed to provide communication between hardware and virtual machines? A. router B. hypervisor C. switch D. straight cable Correct Answer: B Community vote distribution B (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 39/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #80 Topic 1 How does a Cisco Unified Wireless Network respond to Wi-Fi channel overlap? A. It allows the administrator to assign the channels on a per-device or per-interface basis. B. It segregates devices from different manufactures onto different channels. C. It analyzes client load and background noise and dynamically assigns a channel. D. It alternates automatically between 2.4 GHz and 5 GHz on adjacent access points. Correct Answer: C Reference: https://www.cisco.com/c/en/us/td/docs/wireless/controller/technotes/8-3/b_RRM_White_Paper/dca.html Community vote distribution C (79%) D (21%) Question #81 Topic 1 In which situation is private IPv4 addressing appropriate for a new subnet on the network of an organization? A. The network has multiple endpoint listeners, and it is desired to limit the number of broadcasts. B. The ISP requires the new subnet to be advertised to the Internet for web services. C. There is limited unique address space, and traffic on the new subnet will stay local within the organization. D. Traffic on the subnet must traverse a site-to-site VPN to an outside organization. Correct Answer: C Community vote distribution C (85%) Other https://www.examtopics.com/exams/cisco/200-301/custom-view/ 40/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #82 Topic 1 DRAG DROP - Drag and drop the characteristics of network architectures from the left onto the type of architecture on the right. Select and Place: Correct Answer: https://www.examtopics.com/exams/cisco/200-301/custom-view/ 41/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #83 Topic 1 Which 802.11 frame type is indicated by a probe response after a client sends a probe request? A. data B. management C. control D. action Correct Answer: B Community vote distribution B (100%) Question #84 Topic 1 What is the difference in data transmission delivery and reliability between TCP and UDP? A. TCP transmits data at a higher rate and ensures packet delivery. UDP retransmits lost data to ensure applications receive the data on the remote end. B. TCP requires the connection to be established before transmitting data. UDP transmits data at a higher rate without ensuring packet delivery. C. UDP sets up a connection between both devices before transmitting data. TCP uses the three-way handshake to transmit data with a reliable connection. D. UDP is used for multicast and broadcast communication. TCP is used for unicast communication and transmits data at a higher rate with error checking. Correct Answer: B UDP speeds up transmissions by enabling the transfer of data before an agreement is provided by the receiving party. As a result, UDP is beneficial in time- sensitive communications, including voice over IP (VoIP), domain name system (DNS) lookup, and video or audio playback. Community vote distribution B (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 42/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #85 Topic 1 Refer to the exhibit. When PC-A sends traffic to PC-B, which network component is in charge of receiving the packet from PC-A, verifying the IP addresses, and forwarding the packet to PC-B? A. router B. Layer 2 switch C. load balancer D. firewall Correct Answer: A Community vote distribution A (100%) Question #86 Topic 1 What is the maximum bandwidth of a T1 point-to-point connection? A. 1.544 Mbps B. 2.048 Mbps C. 34.368 Mbps D. 43.7 Mbps Correct Answer: A Community vote distribution A (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 43/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #87 Topic 1 What are two similarities between UTP Cat 5e and Cat 6a cabling? (Choose two.) A. Both support speeds up to 10 Gigabit. B. Both support speeds of at least 1 Gigabit. C. Both support runs of up to 55 meters. D. Both support runs of up to 100 meters. E. Both operate at a frequency of 500 MHz. Correct Answer: BD Community vote distribution BD (94%) 6% Question #88 Topic 1 What is a characteristic of cloud-based network topology? A. onsite network services are provided with physical Layer 2 and Layer 3 components B. wireless connections provide the sole access method to services C. physical workstations are configured to share resources D. services are provided by a public, private, or hybrid deployment Correct Answer: D Community vote distribution D (100%) Question #89 Topic 1 Which network action occurs within the data plane? A. reply to an incoming ICMP echo request B. make a configuration change from an incoming NETCONF RPC C. run routing protocols (OSPF, EIGRP, RIP, BGP) D. compare the destination IP address to the IP routing table Correct Answer: D Community vote distribution D (87%) 13% https://www.examtopics.com/exams/cisco/200-301/custom-view/ 44/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #90 Topic 1 Refer to the exhibit. R1 has just received a packet from host A that is destined to host B. Which route in the routing table is used by R1 to reach host B? A. 10.10.13.0/25 [1/0] via 10.10.10.2 B. 10.10.13.0/25 [108/0] via 10.10.10.10 C. 10.10.13.0/25 [110/2] via 10.10.10.6 D. 10.10.13.0/25 [110/2] via 10.10.10.2 Correct Answer: B Community vote distribution B (76%) A (24%) Question #91 Topic 1 Which two network actions occur within the data plane? (Choose two.) A. Run routing protocols. B. Make a configuration change from an incoming NETCONF RPC. C. Add or remove an 802.1Q trunking header. D. Match the destination MAC address to the MAC address table. E. Reply to an incoming ICMP echo request. Correct Answer: CD Community vote distribution CD (92%) 4% https://www.examtopics.com/exams/cisco/200-301/custom-view/ 45/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #92 Topic 1 What are network endpoints? A. support inter-VLAN connectivity B. a threat to the network if they are compromised C. act as routers to connect a user to the service provider network D. enforce policies for campus-wide traffic going to the Internet Correct Answer: B Community vote distribution B (100%) Question #93 Topic 1 Refer to the exhibit. The link between PC1 and the switch is up, but it is performing poorly. Which interface condition is causing the performance problem? A. There is an issue with the fiber on the switch interface. B. There is a duplex mismatch on the interface. C. There is an interface type mismatch. D. There is a speed mismatch on the interface. Correct Answer: B Community vote distribution B (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 46/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #94 Topic 1 Why was the RFC 1918 address space defined? A. conserve public IPv4 addressing B. support the NAT protocol C. preserve public IPv6 address space D. reduce instances of overlapping IP addresses Correct Answer: A Community vote distribution A (100%) Question #95 Topic 1 DRAG DROP - Drag and drop the TCP or UDP details from the left onto their corresponding protocols on the right. Select and Place: Correct Answer: https://www.examtopics.com/exams/cisco/200-301/custom-view/ 47/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #96 Topic 1 DRAG DROP - Drag and drop the IPv6 addresses from the left onto the corresponding address types on the right. Select and Place: Correct Answer: Reference: https://learningnetwork.cisco.com/s/question/0D53i00000Kt6kl/ipv6-unique-local-addresses https://www.examtopics.com/exams/cisco/200-301/custom-view/ 48/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #97 Topic 1 Which type of organization should use a collapsed-core architecture? A. small and needs to reduce networking costs B. large and must minimize downtime when hardware fails C. large and requires a flexible, scalable network design D. currently small but is expected to grow dramatically in the near future Correct Answer: A It is ideal for small companies: The collapsed core model is a reduced version of the three-tier model. The deduction was made to create a network for small and medium-sized campuses. Therefore, smaller institutions can get the advantage of using a collapsed core network while still gaining the same benefits they would if they were using a three-tier model. Small organizations often cannot afford the hardware and human resources to run the network can benefit greatly with less oversight necessary. And reduces cost: In a traditional three-tier campus network, the core layer is typically a complex and expensive piece of hardware. This layer is eliminated with collapsed core architecture, reducing both cost and complexity. Community vote distribution A (100%) Question #98 Topic 1 A network administrator is setting up a new IPv6 network using the 64-bit address 2001:0EB8:00C1:2200:0001:0000:0000:0331/64. To simplify the configuration, the administrator has decided to compress the address. Which IP address must the administrator configure? A. ipv6 address 2001:EB8:C1:22:1::331/64 B. ipv6 address 21:EB8:C1:2200:1::331/64 C. ipv6 address 2001:EB8:C1:2200:1:0000:331/64 D. ipv6 address 2001:EB8:C1:2200:1::331/64 Correct Answer: D Community vote distribution D (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 49/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #99 Topic 1 DRAG DROP - Drag and drop the IPv6 addresses from the left onto the corresponding address types on the right. Select and Place: Correct Answer: Question #100 Topic 1 What is an appropriate use for private IPv4 addressing? A. to allow hosts inside to communicate in both directions with hosts outside the organization B. on internal hosts that stream data solely to external resources C. on the public-facing interface of a firewall D. on hosts that communicate only with other internal hosts Correct Answer: D Community vote distribution D (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 50/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #101 Topic 1 Refer to the exhibit. An engineer is configuring the HO router. Which IPv6 address configuration must be applied to the router fa0/1 interface for the router to assign a unique 64-bit IPv6 address to itself? A. ipv6 address 2001:DB8:0:1:FFFF:C601:420F:7/64 B. ipv6 address 2001:DB8:0:1:FE80:C601:420F:7/64 C. ipv6 address 2001:DB8:0:1:C601:42FF:FE0F:7/64 D. ipv6 address 2001:DB8:0:1:C601:42FF:800F:7/64 Correct Answer: B Community vote distribution C (88%) 13% Question #102 Topic 1 What is a similarity between 1000BASE-LX and 1000BASE-T standards? A. Both use the same data-link header and trailer formats. B. Both cable types support RJ-45 connectors. C. Both support up to 550 meters between nodes. D. Both cable types support LR connectors. Correct Answer: A Community vote distribution A (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 51/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #103 Topic 1 Refer to the exhibit. The given Windows PC is requesting the IP address of the host at www.cisco.com. To which IP address is the request sent? A. 192.168.1.253 B. 192.168.1.100 C. 192.168.1.226 D. 192.168.1.254 Correct Answer: A Community vote distribution A (100%) https://www.examtopics.com/exams/cisco/200-301/custom-view/ 52/810 31/05/24, 15:10 200-301 Exam - Free Actual Q&As, Page 1 | ExamTopics Question #104 Topic 1 Which function forwards frames to ports that have a matching destination MAC address? A. frame flooding B. frame filtering C. frame pushing D. frame switching Correct Answer: D Community vote distribution D (100%) Question #105 Topic 1 Which type of IPv6 address is similar to a unicast address but is assigned to multiple devices on the same network at the same time? A. global unicast address B. l

Use Quizgecko on...
Browser
Browser