Cisco Certified Network Associate (CCNA) v1.0 (200-301) - Full Access
Cisco Certified Network Associate (CCNA) v1.0 (200-301) - Full Access
com
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
Answer : B
https://www.itexams.com/exam/200-301?qpp_select=100 1/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
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
Answer : D
The prefix with ג€longest prefixג€ will be matched first, in this case is ג29/€ג€.
https://www.itexams.com/exam/200-301?qpp_select=100 2/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
Answer :
A. input errors
B. frame
C. giants
D. CRC
E. runts
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:
https://www.itexams.com/exam/200-301?qpp_select=100 3/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
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.
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.
Answer : A
A. management
B. protected frame
https://www.itexams.com/exam/200-301?qpp_select=100 4/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
C. action
D. control
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
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.
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
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.
Answer : C
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
A. 2000::/3
B. 2002::5
C. FC00::/7
D. FF02::1
E. FF02::2
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).
https://www.itexams.com/exam/200-301?qpp_select=100 5/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
Reference:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipv6/configuration/xe-3s/ipv6-xe-36s-book/ip6-multicast.html
Refer to the exhibit. Drag and drop the networking parameters from the left onto the correct values on the right.
Select and Place:
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
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.
https://www.itexams.com/exam/200-301?qpp_select=100 6/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
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.
Answer : D
A. 172.9.0.0/16
B. 172.28.0.0/16
C. 192.0.0.0/8
D. 209.165.201.0/24
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).
Refer to the exhibit. Which statement explains the configuration error message that is received?
Answer : D
A. link-local
B. unique local
C. multicast
D. global unicast
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).
A. 2000::/3
B. FC00::/7
C. FE80::/10
https://www.itexams.com/exam/200-301?qpp_select=100 7/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
D. FF00::/8
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).
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
Answer : A
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.
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
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.
Answer : C
A. allows multiple companies to each use the same addresses without conflicts
https://www.itexams.com/exam/200-301?qpp_select=100 8/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
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
Answer : A
Answer : C
Answer : CE
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.
Answer : B
Answer : BD
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
Answer : D
Answer : D
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.
Answer : D
Answer : AB
A. multicast
B. unique local
C. link-local
D. global unicast
Answer : D
Answer : C
Answer : C
https://www.itexams.com/exam/200-301?qpp_select=100 10/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
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
Answer : D
Answer : D
Answer : B
https://www.itexams.com/exam/200-301?qpp_select=100 11/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
Answer :
A. runt
B. collision
C. late collision
D. CRC
Answer : C
https://www.itexams.com/exam/200-301?qpp_select=100 12/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
Refer to the exhibit. Which outcome is expected when PC_A sends data to PC_B after their initial communication?
Answer : C
A. 5, 6, 7
B. 1, 2, 3
C. 1, 6, 11
D. 1, 5, 10
Answer : C
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
Answer : C
https://www.itexams.com/exam/200-301?qpp_select=100 13/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
A. enable Band Select
B. enable DTIM
C. enable RX-SOP
D. enable AAA override
Answer : A
Answer :
https://www.itexams.com/exam/200-301?qpp_select=100 14/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
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
Answer : B
Answer : AE
https://www.itexams.com/exam/200-301?qpp_select=100 15/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
Answer :
SSH uses TCP port 22 while SNMP uses UDP port 161 and 162.
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.
A. ip default-gateway
B. ip route
C. ip default-network
D. ip address dhcp
E. ip address dynamic
Answer : D
Answer : AB
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
https://www.itexams.com/exam/200-301?qpp_select=100 16/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
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
Answer : ADE
A. NAT
B. 6 to 4 tunneling
C. L2TPv3
D. dual-stack
Answer : B
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.
Answer : AE
https://www.itexams.com/exam/200-301?qpp_select=100 17/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
Answer : BC
Answer : AE
Answer : BD
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.
A. asychronous routing
B. single-homed branches
C. dual-homed branches
D. static routing
E. dynamic routing
Answer : CE
Reference:
https://www.cisco.com/c/dam/en/us/td/docs/nsite/wan_optimization/WANoptSolutionGd.pdf
A. 00000000
B. 11111100
C. 11111111
D. 11111101
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.
https://www.itexams.com/exam/200-301?qpp_select=100 18/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
Answer : AD
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.
Answer : C
Answer : AE
https://www.itexams.com/exam/200-301?qpp_select=100 19/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
Answer : A
Answer : D
Answer : AC
Reference:
https://www.mcmcse.com/cisco/guides/hierarchical_model.shtml
Answer : A
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
Answer : D
https://www.itexams.com/exam/200-301?qpp_select=100 20/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
Answer : CE
Answer :
https://www.itexams.com/exam/200-301?qpp_select=100 21/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
Answer : A
Answer : D
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.
Answer : C
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?
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.
https://www.itexams.com/exam/200-301?qpp_select=100 22/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
Answer : C
A. Layer 2 switch
B. LAN controller
C. load balancer
D. firewall
Answer : D
Answer : C
A. router
B. hypervisor
C. switch
D. straight cable
Answer : B
Answer : C
Reference:
https://www.cisco.com/c/en/us/td/docs/wireless/controller/technotes/8-3/b_RRM_White_Paper/dca.html
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.
Answer : C
https://www.itexams.com/exam/200-301?qpp_select=100 23/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
Answer :
A. data
B. management
C. control
D. action
Answer : B
https://www.itexams.com/exam/200-301?qpp_select=100 24/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
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.
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.
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
Answer : A
A. 1.544 Mbps
B. 2.048 Mbps
C. 34.368 Mbps
D. 43.7 Mbps
Answer : A
Answer : BD
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
https://www.itexams.com/exam/200-301?qpp_select=100 25/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
Answer : D
Answer : D
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?
Answer : B
Answer : CD
Answer : B
https://www.itexams.com/exam/200-301?qpp_select=100 26/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
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?
Answer : B
Answer : A
https://www.itexams.com/exam/200-301?qpp_select=100 27/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
Answer :
Answer :
Reference:
https://learningnetwork.cisco.com/s/question/0D53i00000Kt6kl/ipv6-unique-local-addresses
https://www.itexams.com/exam/200-301?qpp_select=100 28/30
4/7/23, 5:04 PM 200-301 Exam - Free Questions and Answers - ITExams.com
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.
Answer : D
Answer :
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
Answer : D
https://www.itexams.com/exam/200-301?qpp_select=100 30/30