CCNA Flashcards
Which 802.11 frame type is Association Response?
A. management
B. protected frame
C. action
D. control
management
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.
TCP uses the three-way handshake, and UDP does not guarantee message delivery.
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.
C- A leaf switch can be added with connections to every spine switch.
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.
The hypervisor virtualizes physical components including CPU, memory, and storage.
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
ipv6 address autoconfig
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
FF02::1 and FF02::2
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.
The Layer 2 switch floods packets to all ports except the receiving port in the given VLAN.
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
interface e0/0 description to XX-AXXX:XXXXX ip address 209.165.201.2 225.255.255.252
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
172.28.0.0/16
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
unique local
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
FF00::/8
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
when one side of the connection is configured for half-duplex and when the cable length limits are exceeded
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.
It eliminates the need to configure each access point individually.
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.
If a monitored port exceeds the maximum administrative value for power, the port is shutdown and err-disabled.
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.
Frames are sent to every port on the switch in the same VLAN except from the originating port.
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
allows multiple companies to each use the same addresses without conflicts
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
enable SLAAC on an interface
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.
Cells that overlap one another are configured to use nonoverlapping channels and For maximum throughput, the WLC is configured to dynamically set adjacent access points to the channel.
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.
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.
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
The glass core component is encased in a cladding and Light is transmitted through the core of the fiber
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
The access point has the ability to link to any switch in the network, assuming connectivity to the WLC
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
FF00::/12
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.
TCP is reliable and is a connection-oriented protocol; UDP is not reliable and is a connectionless protocol.
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
The distribution layer runs Layer 2 and Layer 3 technologies………The network core is designed to maintain continuous connectivity when devices fail
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
Global unicast
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
The seventh bit of the original MAC address of the interface is inverted
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.
Each device is separated by the same number of hops.
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
late collision
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.
The source and destination MAC addresses remain the same
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
1, 6, 11
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
TCP uses checksum, acknowledgements, and retransmissions, and UDP uses checksums only
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
enable Band Select
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
ff:ff:ff:ff:ff:ff
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
to uniquely identify devices at Layer 2…….to allow communication between different devices on the same network
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
Preamble
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
ip address dhcp
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
Defines the network functions that occur at each layer…..Facilitates an understanding of how information travels throughout a network
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
To communicate with other devices on a network, a network device must have a unique MAC address……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………An example of a MAC address is 0A:26:B8:D6:65:90
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
6 to 4 tunneling
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.
They are less costly than public IP addresses…..They can be assigned to devices without Internet connections
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
UDP traffic has lower overhead than TCP traffic……The application can use checksums to verify the integrity of application data
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
Conserve IPv4 address…..Reduce the risk of a network security breach
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
broadband cable access
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
dual-homed branches….dynamic routing
What is the binary pattern of unique ipv6 unique local address?
A. 00000000
B. 11111100
C. 11111111
D. 11111101
11111100
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
To enable intra-enterprise communication…..to conserve global address space
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
They provide minimal interruption to services by being hot-swappable
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
handles requests from multiple workstations at the same time…..runs applications that send and retrieve data for workstations that make requests
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
enforcing routing policies
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
to pass traffic between different networks
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
Provide uninterrupted forwarding service….Ensure timely data transfer between layers
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
different nonoverlapping channels
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
software-as-a-service