exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 697 discussion

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

In an SDN architecture, which function of a network node is centralized on a controller?

  • A. Creates the IP routing table
  • B. Discards a message due filtering
  • C. Makes a routing decision
  • D. Provides protocol access for remote access devices
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
clivebarker86
Highly Voted 2 years, 8 months ago
control plane, create routing table
upvoted 26 times
TinKode
2 years, 7 months ago
And data plane makes routing decisions based on control plane routing table.
upvoted 7 times
...
...
DeeB0
Highly Voted 11 months, 3 weeks ago
My disdain for Cisco grows...
upvoted 8 times
...
760ac40
Most Recent 3 weeks, 4 days ago
Selected Answer: A
What's the difference between "creates the IP routing table" and "makes a routing decision"? If you make a routing decision, it's because you previously reviewed the information in the IP routing table. So, I think A and C are correct, but in this case, A is only slightly more correct than C. Also, if C were correct, then A is incorrect? Who creates the IP routing table?
upvoted 1 times
...
0920136
7 months, 1 week ago
Selected Answer: A
In an SDN architecture, the function that is centralized on the controller is: A. Creates the IP routing table This is correct because: In SDN, the control plane is separated from the data plane and centralized in the SDN controller. The control plane is responsible for making decisions about where traffic should be sent, which includes creating and maintaining routing tables. The SDN controller acts as the "brain" of the network, maintaining a global view of the network topology and making centralized decisions about routing and forwarding. One of the key functions of the SDN controller is to calculate and distribute routing information to the network devices (switches and routers) in the data plane. This includes creating and updating IP routing tables. By centralizing this function, SDN allows for more efficient and dynamic routing decisions based on real-time network conditions and policies.
upvoted 1 times
...
exiledwl
8 months, 3 weeks ago
Selected Answer: C
Im going with C as well
upvoted 3 times
...
omle2
8 months, 3 weeks ago
A is also a function of the controller. However, 'centralized on a controller' is C...?
upvoted 1 times
...
matass_md
11 months ago
Selected Answer: C
C FTW!
upvoted 3 times
...
bymrdas
1 year, 1 month ago
Selected Answer: C
C is Correct
upvoted 3 times
...
[Removed]
1 year, 2 months ago
Selected Answer: C
Im going with C In traditional networking, routing decisions are typically made by individual network nodes (routers) based on locally stored routing tables. However, in SDN, the control plane functionality, including routing decisions, is centralized on a controller. The controller determines the routing paths and policies for network traffic flow based on global network conditions and policies, then communicates these decisions to the data plane devices for forwarding. Why not A? While in traditional networking, individual network nodes (routers) create and maintain their own IP routing tables based on routing protocols and configurations, in an SDN architecture, this function is centralized on a controller. The controller, rather than individual nodes, determines the routing paths and policies for network traffic flow. Therefore, the correct answer is not A, but C.
upvoted 2 times
[Removed]
1 year, 2 months ago
https://www.ciscopress.com/articles/article.asp?p=2995354&seqNum=2#:~:text=A%20controller%2C%20or%20SDN%20controller,the%20devices'%20distributed%20control%20plane. https://www.linkedin.com/pulse/controller-based-sdn-architecture-baha-abu-shaqra-phd-dti-uottawa--ddzkf#:~:text=bullying%20at%20uOttawa.-,SDN%20%2F%20SDN%20system%20architecture%20%2D%20introduction,load%20balancing%20and%20security%20policies.
upvoted 2 times
...
...
Starlord2535
1 year, 2 months ago
760 What is the function of the controller in a software-defined network? A. forwarding packets B. multicast replication at the hardware level C. making routing decisions D. fragmenting and reassembling packets Answer C best choice
upvoted 3 times
Starlord2535
1 year, 2 months ago
792 Which network plane is centralized and manages routing decisions? A. management plane B. data plane C. policy plane D. control plane Control plane is centralized while data plane is distributed
upvoted 2 times
Starlord2535
1 year, 2 months ago
789 What is the function of the controller in a software-defined network? A. forwarding packets B. multicast replication at the hardware level C. setting packet-handling policies D. fragmenting and reassembling packets
upvoted 4 times
...
...
...
[Removed]
1 year, 2 months ago
Selected Answer: A
A is correct Controller is in Control Plane, Data Plane is one who makes routing decisions.
upvoted 1 times
[Removed]
1 year, 2 months ago
After researches, i found that C is more correct. Why? Well in SDN, the control functionality, including routing decisions, is centralized on a controller. The controller determines the routing paths and policies for network traffic flow based on global network conditions and policies, then communicates these decisions to the data plane devices for forwarding.
upvoted 3 times
...
...
kalitwol
1 year, 2 months ago
Selected Answer: A
Making a routing decision = looking up destination route, which is an action done for a message....this a data plane process However creating routing table is a control plane process, hence A
upvoted 3 times
...
NetworkDisciple
1 year, 3 months ago
Official Cert Guide Vol 2 Page 360 "The term control plane refers to any action that controls the data plane. Most of these actions have to do with creating the tables used by the data plane, tables like the IP routing table, an IP Address Resolution Protocol (ARP) table, a switch MAC address table, and so on. By adding to, removing, and changing entries to the tables used by the data plane, the control plane processes control what the data plane does. You already know about many control plane protocols—for instance, all the IP routing protocols."
upvoted 1 times
...
askar430
1 year, 3 months ago
Selected Answer: A
Routing Decision = Routing Matching table , so its not correct , i think A the better one
upvoted 3 times
...
a67c04a
1 year, 4 months ago
Selected Answer: A
It´s A - control plane
upvoted 2 times
...
Starlord2535
1 year, 4 months ago
Selected Answer: C
A SDN consists of control, data, and management planes. The control plane performs forwarding decisions and other functions, like quality of service (QoS). In contrast, the data plane is the network that switches or forwards devices handling the data packets and taking inputs from the control plane. https://www.splunk.com/en_us/blog/learn/control-plane-vs-data-plane.html#:~:text=It%20is%20responsible%20for%20routing,path%20for%20forwarding%20network%20traffic.
upvoted 3 times
...
fd17639
1 year, 5 months ago
Selected Answer: C
C. Makes a routing decision In an SDN (Software-Defined Networking) architecture, the function of making routing decisions is centralized on a controller. In SDN, the control plane, which involves tasks such as making routing decisions and managing network traffic, is separated from the data plane. The SDN controller is responsible for making decisions about how data should be forwarded through the network. This centralized control allows for more dynamic and programmable network management.
upvoted 3 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 ...