Cisco Certified Network Associate (200-301 CCNA) – Question091

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

Cisco Certified Network Associate (200-301 CCNA) – Question090


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

Cisco Certified Network Associate (200-301 CCNA) – Question089

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

Cisco Certified Network Associate (200-301 CCNA) – Question088

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

Cisco Certified Network Associate (200-301 CCNA) – Question087

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

Cisco Certified Network Associate (200-301 CCNA) – Question085


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

Cisco Certified Network Associate (200-301 CCNA) – Question084

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

Explanation:

Explanation:
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.