A switch port connected to a user PC is configured as a trunk. The PC cannot communicate normally. What is the best explanation?
Answer choices
Why each option matters
Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.
Best answer
The port role is wrong because a normal PC-facing switchport should usually be an access port, not a trunk
This is correct because a standard PC is normally connected to an access port in one VLAN.
Distractor review
A user PC requires EtherChannel to function
This is wrong because a normal user PC does not require EtherChannel for ordinary connectivity.
Distractor review
Trunk mode disables MAC address learning automatically
This is wrong because trunking does not disable MAC learning by itself.
Distractor review
Trunk mode forces the switch to stop using IP addressing
This is wrong because trunk mode does not disable IP functions on the switch.
Common exam trap
Common exam trap: answer the scenario, not the keyword
A common exam trap is assuming that configuring a switch port as a trunk is always correct or beneficial, even for user PCs. Candidates may think trunking provides better segmentation or security, but user devices do not process VLAN tags. This mismatch causes the PC to drop or ignore tagged frames, leading to communication failure. The trap is confusing trunk ports with access ports and not recognizing that trunk ports are intended for switch-to-switch or switch-to-router links carrying multiple VLANs, not end-user devices.
Technical deep dive
How to think about this question
A switch port configured as a trunk is designed to carry traffic for multiple VLANs by tagging frames with VLAN identifiers using the IEEE 802.1Q standard. This allows switches to segregate traffic logically across the same physical link. However, end-user devices like PCs typically do not understand VLAN tagging and expect to send and receive untagged Ethernet frames. Therefore, the standard practice is to configure switch ports connected to user PCs as access ports, which carry traffic for a single VLAN without tagging frames. The decision to configure a port as access or trunk depends on the connected device type and network design. Access ports are assigned to a single VLAN and forward untagged frames, making them suitable for user devices. Trunk ports, on the other hand, carry multiple VLANs and tag frames accordingly. When a PC-facing port is mistakenly set as a trunk, the PC receives tagged frames it cannot interpret, causing communication failures. The switch still learns MAC addresses on trunk ports, but the VLAN tagging mismatch prevents normal PC communication. This scenario is a common exam trap where candidates confuse trunk and access port roles. The trap lies in assuming trunk mode is always beneficial or required, but it is inappropriate for user endpoints. Practically, a trunk port connected to a PC will cause connectivity issues because the PC does not process VLAN tags. Correct network design mandates that edge ports connected to end devices be access ports to ensure proper VLAN membership and seamless communication.
KKey Concepts to Remember
- A switch port connected to a user PC is typically configured as an access port to carry traffic for a single VLAN without tagging frames.
- Trunk ports are designed to carry traffic for multiple VLANs simultaneously by tagging Ethernet frames with VLAN identifiers using IEEE 802.1Q.
- A user PC normally sends and receives untagged Ethernet frames and does not understand VLAN tagging, so it requires an access port configuration.
- Configuring a PC-facing port as a trunk causes a mismatch because the PC cannot process tagged frames, leading to communication failures.
- Switch ports in trunk mode still learn MAC addresses and forward frames normally but expect VLAN tags, which user PCs do not generate.
- EtherChannel is a link aggregation technology that combines multiple physical links into one logical link and is not required for basic PC connectivity.
- Trunk mode does not disable IP addressing or MAC address learning on the switch; it only changes how VLAN tags are handled on the port.
- Proper VLAN design requires edge ports connected to end devices to be access ports to ensure correct VLAN membership and frame handling.
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 switch port connected to a user PC is typically configured as an access port to carry traffic for a single VLAN without tagging frames.
What is the correct answer to this question?
The correct answer is: The port role is wrong because a normal PC-facing switchport should usually be an access port, not a trunk — A user-facing PC port is normally expected to be an access port, not a trunk. In plain language, the PC usually sends ordinary untagged Ethernet frames and does not expect to participate in multi-VLAN trunk behavior. If the switch port is configured as a trunk, the logical design no longer matches the endpoint’s normal behavior, which can lead to failed or inconsistent communication. This is a classic edge-port design error. The physical link may come up, but the role of the port is wrong for the device type attached. The correct answer is the one that recognizes the mismatch between trunk behavior and a normal user host connection.
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.