exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 89 discussion

Actual exam question from Cisco's 200-301
Question #: 89
Topic #: 1
[All 200-301 Questions]

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
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Dante_Dan
Highly Voted 3 years, 3 months ago
Selected Answer: D
Extracted from Book #2, page 359: "... the following list details some of the more common actions that a networking device does that fit into the data plane: - De-encapsulating and re-encapsulating a packet in a data-link frame (routers, layer 3 switches). - Adding or removing an 802.1Q trunking header (routers and switches). - Matching an ethernet frame's destination MAC address to the MAC address table (layer 2 switches). - Matching an IP packet's destination IP address to the IP routing table (routers, layer 3 switches). - Encrypting the data and adding a new IP header (for VPN processing). - Changing the source or destination IP address (for NAT) processing). - Discarding a message due to a filter (ACLs, port security). All the items in the list make up the data plane, because the data plane includes all actions done per message."
upvoted 31 times
sgashashf
3 years, 2 months ago
This blows my mind, considering I've read from multiple different sources that "the Control plane refers to all functions and processes that determine which path to use to send the packet or frame." I now have no idea how to differentiate between these two planes.
upvoted 12 times
c6006
1 year, 1 month ago
the lookup is done at the data plane. the population of the routing table is done by the control plane
upvoted 1 times
...
jose01210
2 years, 11 months ago
igual me pasa a mi
upvoted 1 times
...
...
...
MDK94
Highly Voted 2 years, 10 months ago
ICMP = internet CONTROL message protocol "The role of ICMP is to provide information about the path the data is taking from its point of origin to its destination. It has the same basic structure as an IP packet, but despite that, it's not really goodput. It's there to control 'how things are done', therefore, is part of the control plane."
upvoted 16 times
michael1001
2 years, 4 months ago
Underrated
upvoted 2 times
...
...
riteshm42
Most Recent 3 months ago
Selected Answer: A
Both A and D comes under data plane. D : Comparing a destination IP address to an IP routing table falls under the data plane in networking terminology; this is because the data plane is responsible for the actual forwarding of packets based on the information in the routing table, which includes looking up the destination IP address to determine the next hop A: While the control plane would be responsible for determining the routing path for the ICMP echo request, the actual sending and receiving of the echo request and reply happens on the data plane.
upvoted 3 times
...
Omooba_Adeposi
6 months ago
The correct answer is: A. reply to an incoming ICMP echo request Explanation: The data plane (also known as the forwarding plane) is responsible for the actual movement of data packets across the network. Actions in the data plane include forwarding packets, filtering packets, and responding to certain protocol requests, such as ICMP echo requests (i.e., ping responses). Here’s a breakdown of why the other options are incorrect: B. Making a configuration change from an incoming NETCONF RPC is a control plane activity. The control plane handles management and control tasks like configuration changes.
upvoted 1 times
Omooba_Adeposi
6 months ago
C. Running routing protocols (like OSPF, EIGRP, RIP, BGP) is a control plane function, as it involves creating and maintaining the routing table rather than forwarding individual packets. D. Comparing the destination IP address to the IP routing table is part of the control plane operation as well, where decisions are made on the best path to forward packets. However, the actual forwarding of packets based on that decision happens in the data plane. Thus, replying to an ICMP echo request is a direct network action that occurs in the data plane.
upvoted 1 times
...
...
MistyUnicorn
6 months, 1 week ago
Selected Answer: A
A is correct
upvoted 1 times
...
onyia.edward
11 months, 2 weeks ago
Think of the control plane as being like the stoplights that operate at the intersections of a city. Meanwhile, the data plane (or the forwarding plane) is more like the cars that drive on the roads, stop at the intersections, and obey the stoplights. I hope this help someone understand better
upvoted 2 times
...
KuyaErik101
1 year, 1 month ago
Selected Answer: D
Correct
upvoted 1 times
...
[Removed]
1 year, 1 month ago
Selected Answer: D
D is correct
upvoted 3 times
...
1stAid
1 year, 4 months ago
Selected Answer: A
Data plane layer2= ICMP... Layer3= control plane, IP, routing
upvoted 1 times
...
lxxxxxxxxx
1 year, 5 months ago
control plane runs routing protocols, thus the answer is D
upvoted 1 times
...
Hangulmal
1 year, 9 months ago
The data plane is accountable for the actual transmission of data packets across a network. It entails determining, based on a packet's destination address, the appropriate outgoing interface for it. This procedure typically involves looking up the destination IP address in the routing table to ascertain the next network hop for the packet. The comparison of the destination IP address with the IP routing table is a crucial data plane operation. Answer: D
upvoted 2 times
...
iMo7ed
2 years, 3 months ago
Selected Answer: D
It's D
upvoted 2 times
...
splashy
2 years, 3 months ago
Selected Answer: D
https://ipwithease.com/cisco-express-forwarding-cef/ I think it's a CEF question: FIB and adjacency tables are in data plane, once these are "established" the data won't pass through the cpu any more.
upvoted 6 times
...
LordScorpius
3 years ago
Selected Answer: D
If you can subnet from /20 to /30 and you know the contrast between TCP and UDP, and you learn the data types for the three planes...you WILL pass the CCNA.
upvoted 5 times
xbololi
1 year, 10 months ago
DHCP, ipv6, DTP, VTP, ACL, Static Routing: Am i a joke to you? xD
upvoted 4 times
...
...
ZUMY
3 years ago
Going with D Think of the control plane as being like the stoplights that operate at the intersections of a city. Meanwhile, the data plane (or the forwarding plane) is more like the cars that drive on the roads, stop at the intersections, and obey the stoplights.
upvoted 4 times
...
pagamar
3 years ago
Tumbative: I saw this question in a recent Exam, and the RIGHT answer is D, 100% correct in Topic 6 of the Exam.
upvoted 2 times
...
Knobbler
3 years, 2 months ago
Selected Answer: A
I’m going with A :)
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago