Match each common network device or concept to its primary role.
Common exam trap
Common exam trap: answer the scenario, not the keyword
A common exam trap is confusing the roles of switches and routers, especially since modern devices sometimes combine functions. For example, some switches have Layer 3 capabilities, but their primary role remains forwarding frames within a LAN, not routing between networks. Another trap is assuming a firewall only blocks traffic without recognizing it applies detailed policies to permit or deny specific flows. Misidentifying an access point as a router or switch can also lead to errors, as access points specifically provide wireless connectivity rather than wired forwarding or routing.
Technical deep dive
How to think about this question
A router is a Layer 3 device that connects multiple networks by forwarding packets based on IP routing tables. It uses routing protocols such as OSPF or EIGRP to learn and select the best path for traffic between different IP subnets. Routers perform packet forwarding decisions using destination IP addresses and can implement NAT and ACLs to control traffic flow. Switches operate primarily at Layer 2, forwarding Ethernet frames within a local area network (LAN) based on MAC addresses. They build MAC address tables by learning source addresses from incoming frames and use these tables to efficiently forward frames only to the appropriate ports. Switches also support VLANs to segment traffic logically within the LAN and use Spanning Tree Protocol (STP) to prevent loops. Firewalls enforce security policies by inspecting traffic and permitting or denying it based on rules that can include IP addresses, ports, and protocols. They can operate at multiple layers, including Layer 3 and Layer 7, to provide granular control. Access points extend wired networks wirelessly by bridging wireless clients to the wired LAN, supporting standards like 802.11ac or 802.11ax, and managing wireless security protocols such as WPA3. Understanding these roles helps avoid confusion in exam scenarios where device functions overlap but remain distinct in Cisco network design.
KKey Concepts to Remember
- A router forwards traffic between different IP networks by using routing protocols and routing tables to determine the best path.
- A switch forwards Ethernet frames within a LAN by learning MAC addresses and using a MAC address table to direct traffic efficiently.
- A firewall applies security policies to permit or deny traffic based on rules that inspect IP addresses, ports, and protocols.
- An access point provides wireless connectivity by bridging wireless clients to the wired LAN and managing wireless security protocols.
- Routing decisions in Cisco devices rely on administrative distance and metrics to select the best path between networks.
- Switches use VLANs to segment LAN traffic logically and Spanning Tree Protocol to prevent Layer 2 loops.
- Firewalls can operate at multiple OSI layers to enforce granular traffic filtering beyond simple packet forwarding.
- Access points support IEEE 802.11 standards and handle wireless client authentication and encryption to secure wireless access.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Related practice questions
Related 200-301 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
CCNA subnetting practice questions
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
CCNA OSPF practice questions
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
CCNA VLAN practice questions
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
CCNA STP practice questions
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
CCNA EtherChannel practice questions
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
CCNA ACL practice questions
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
CCNA NAT practice questions
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
CCNA DHCP practice questions
Practise DHCP scopes, relay, leases and troubleshooting.
CCNA show ip route practice questions
Practise routing-table output, longest-prefix match, AD and route selection.
CCNA show interfaces trunk practice questions
Practise trunk verification and VLAN forwarding across switches.
CCNA wireless security practice questions
Practise WLAN security, authentication and wireless architecture concepts.
CCNA IPv6 practice questions
Practise IPv6 addressing, routes, neighbour discovery and common IPv6 exam traps.
More questions from this exam
Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.
Question 1
A router learns the same prefix from both OSPF and EIGRP. Which route is installed by default?
Question 2
A router shows this output: R1#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 10.1.1.2 1 FULL/DR 00:00:34 192.168.12.2 GigabitEthernet0/0 10.1.1.3 1 2WAY/DROTHER 00:00:39 192.168.12.3 GigabitEthernet0/0 Which statement is correct?
Question 3
What is the OSPF metric called?
Question 4
A non-root switch has two uplinks toward the root bridge. One path has a lower total STP cost than the other. What role will the lower-cost uplink have?
Question 5
A router interface applies this ACL inbound: 10 deny tcp any any eq 80 20 permit ip any any A user reports that web browsing to a server by IP address fails, but ping works. Which statement best explains the behavior?
Question 6
A router learns route 198.51.100.0/24 from OSPF with AD 110 and also has a static route to the same prefix configured with AD 150. Which route is installed?
FAQ
Questions learners often ask
What does this 200-301 question test?
A router forwards traffic between different IP networks by using routing protocols and routing tables to determine the best path.
What exam trap should I watch out for?
Common exam trap: answer the scenario, not the keyword: A common exam trap is confusing the roles of switches and routers, especially since modern devices sometimes combine functions. For example, some switches have Layer 3 capabilities, but their primary role remains forwarding frames within a LAN, not routing between networks. Another trap is assuming a firewall only blocks traffic without recognizing it applies detailed policies to permit or deny specific flows. Misidentifying an access point as a router or switch can also lead to errors, as access points specifically provide wireless connectivity rather than wired forwarding or routing.
What should I do if I get this 200-301 question wrong?
Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.
Discussion
Sign in to join the discussion.