CompTIA Network+ (N10-009) — Question 306
A network administrator deploys several new desk phones and workstation cubicles. Each cubicle has one assigned switchport. The administrator run the following commands:
switchport mode access
switchport voice vlan 69
With which of the following VLANs will the workstation traffic be tagged?
Answer options
- A. Private VLAN
- B. Voice VLAN
- C. Native VLAN
- D. Data VLAN
Correct answer: D
Explanation
The workstation traffic will be tagged with the Data VLAN because the command 'switchport mode access' specifies that the port is an access port, which only allows traffic from the default VLAN, typically the Data VLAN. The Voice VLAN is specified for voice traffic only, and the Native VLAN is used for untagged traffic, which does not apply in this scenario.