- A
Hosts in different VLANs can communicate without any additional configuration
Why wrong: Inter-VLAN communication requires a Layer 3 device.
- B
A single VLAN can extend across multiple switches via trunk ports
Trunk ports carry multiple VLANs between switches.
- C
Each VLAN must have a unique VLAN ID within a single switch
VLAN IDs are unique per switch to avoid conflicts.
- D
VLANs provide broadcast isolation between different VLANs
Each VLAN is a separate broadcast domain.
- E
VLANs are automatically created when you assign an interface to an untagged VLAN
Why wrong: VLANs must be created explicitly before or after interface assignment.
Quick Answer
The correct answer includes the statement that VLANs provide broadcast isolation between different VLANs, because a VLAN creates a separate Layer 2 broadcast domain, ensuring that broadcast traffic from one VLAN never reaches hosts in another VLAN on the same switch. This isolation is a core function of VLANs on Juniper EX switches, where each VLAN is mapped to a unique logical interface and broadcast traffic is confined to that VLAN’s members. On the JNCIA-Junos exam, this concept tests your understanding of how VLANs segment traffic at Layer 2, often appearing alongside questions about trunk ports and VLAN tagging. A common trap is confusing VLAN isolation with security—VLANs do not inherently provide security, only broadcast containment. Remember the mnemonic: “VLANs block broadcasts, not bad actors.”
JNCIA-JUNOS Networking Fundamentals Practice Question
This JNCIA-JUNOS practice question tests your understanding of networking fundamentals. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Which THREE statements are true about VLANs on Juniper EX switches? (Select three.)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
A single VLAN can extend across multiple switches via trunk ports
Option B is correct because VLANs are designed to span multiple switches by using trunk ports that carry traffic for multiple VLANs. On Juniper EX switches, trunk ports (configured with the 'trunk' port mode) allow VLAN-tagged frames to traverse between switches, enabling a single VLAN to extend across a network. This is fundamental to VLAN operation, as it allows devices in the same VLAN to communicate regardless of which switch they are connected to.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Hosts in different VLANs can communicate without any additional configuration
Why it's wrong here
Inter-VLAN communication requires a Layer 3 device.
- ✓
A single VLAN can extend across multiple switches via trunk ports
Why this is correct
Trunk ports carry multiple VLANs between switches.
Related concept
Read the scenario before looking for a memorised answer.
- ✓
Each VLAN must have a unique VLAN ID within a single switch
- ✓
VLANs provide broadcast isolation between different VLANs
Why this is correct
Each VLAN is a separate broadcast domain.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
VLANs are automatically created when you assign an interface to an untagged VLAN
Why it's wrong here
VLANs must be created explicitly before or after interface assignment.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often assume VLANs are automatically created when an interface is assigned to them (as in some Cisco IOS versions), but Juniper EX switches require explicit VLAN definition in the configuration, and they also mistakenly think inter-VLAN communication is possible without a router due to the 'native VLAN' concept.
Detailed technical explanation
How to think about this question
VLANs operate by tagging Ethernet frames with a 12-bit VLAN ID (per IEEE 802.1Q), allowing switches to segregate broadcast domains. On Juniper EX switches, the 'vlan' statement under the 'interfaces' hierarchy associates an interface with a VLAN, but the VLAN itself must be defined in the 'vlans' stanza with a unique VLAN ID. A real-world scenario where this matters is in large campus networks where a single VLAN (e.g., VLAN 10 for the accounting department) must span multiple access switches, requiring trunk links between them to carry the tagged traffic.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
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.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A help-desk technician troubleshoots why a newly connected PC cannot reach shared printers on the same floor. The cable is good, the switch port is active, but the PC is in VLAN 20 and the printers are in VLAN 10. The uplink trunk only allows VLAN 10. A trunk being up does not mean every VLAN crosses it.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Networking Fundamentals — study guide chapter
Learn the concepts, then practise the questions
- →
Networking Fundamentals practice questions
Targeted practice on this topic area only
- →
All JNCIA-JUNOS questions
514 questions across all exam domains
- →
Juniper Networks Certified Associate Junos JNCIA-Junos study guide
Full concept coverage aligned to exam objectives
- →
JNCIA-JUNOS practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related JNCIA-JUNOS practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
User Interfaces practice questions
Practise JNCIA-JUNOS questions linked to User Interfaces.
Junos Configuration Basics practice questions
Practise JNCIA-JUNOS questions linked to Junos Configuration Basics.
Operational Monitoring and Maintenance practice questions
Practise JNCIA-JUNOS questions linked to Operational Monitoring and Maintenance.
Routing Fundamentals practice questions
Practise JNCIA-JUNOS questions linked to Routing Fundamentals.
Networking Fundamentals practice questions
Practise JNCIA-JUNOS questions linked to Networking Fundamentals.
Junos OS Fundamentals practice questions
Practise JNCIA-JUNOS questions linked to Junos OS Fundamentals.
JNCIA-JUNOS fundamentals practice questions
Practise JNCIA-JUNOS questions linked to JNCIA-JUNOS fundamentals.
JNCIA-JUNOS scenario practice questions
Practise JNCIA-JUNOS questions linked to JNCIA-JUNOS scenario.
JNCIA-JUNOS troubleshooting practice questions
Practise JNCIA-JUNOS questions linked to JNCIA-JUNOS troubleshooting.
Practice this exam
Start a free JNCIA-JUNOS practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this JNCIA-JUNOS question test?
Networking Fundamentals — This question tests Networking Fundamentals — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: A single VLAN can extend across multiple switches via trunk ports — Option B is correct because VLANs are designed to span multiple switches by using trunk ports that carry traffic for multiple VLANs. On Juniper EX switches, trunk ports (configured with the 'trunk' port mode) allow VLAN-tagged frames to traverse between switches, enabling a single VLAN to extend across a network. This is fundamental to VLAN operation, as it allows devices in the same VLAN to communicate regardless of which switch they are connected to.
What should I do if I get this JNCIA-JUNOS question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 24, 2026
This JNCIA-JUNOS practice question is part of Courseiva's free Juniper Networks certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the JNCIA-JUNOS exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.