- 4.9/5.0
- 64 Questions
- Updated on: 12-Jun-2026
- Design - Associate (JNCIA-Design)
- 164+ Prepared
- Valid Worldwide
Free JN0-1103 Practice Test Questions | Know You're Ready for Design - Associate (JNCIA-Design)
Your company requires the ability to quickly recover from a misconfigured router breaking its forwarding and control planes. They decide to deploy terminal servers with connections to all router console ports to provide this capability.
Which two strategies will satisfy the requirements? (Choose two.)
A. Connect the terminal servers using a switch connected to inet6.0 on the production network routers.
B. Connect the terminal servers using a 4G LTE modem.
C. Connect the terminal servers using a parallel network of separate routers.
D. Connect the terminal servers using a switch connected to a separate routing instance on the production network routers.
D. Connect the terminal servers using a switch connected to a separate routing instance on the production network routers.
Explanation:
The requirement is to recover from a misconfigured router that has broken its own forwarding and control planes. Out-of-band management (OOBM) is needed—access that does not rely on the misconfigured router's production network paths.
B. 4G LTE modem
– Provides a completely independent, out-of-band path to terminal servers. Even if the router's forwarding/control planes are corrupted, cellular connectivity remains available for console access.
D. Separate routing instance on production routers
– A dedicated routing instance (e.g., mgmt_junos) isolated from the main inet.0 table can carry management traffic over the same physical links but using separate logical interfaces, VRFs, and next-hops. This avoids dependence on the misconfigured production routing table.
Why other options are incorrect:
A. Connect via switch to inet6.0 on production network
– Still relies on the same broken production routing table (inet6.0). If the router's forwarding/control plane is compromised, management access fails.
C. Parallel network of separate routers
– Overly complex and expensive. Terminal servers do not need separate router hardware; a direct OOB link (LTE or isolated VLAN) suffices.
Reference:
Juniper TechLibrary: Out-of-band management best practices – use of LTE or dedicated management routing instances
JNCIA-Design objectives: Network resiliency – console server access during control plane failure
Which two statements are correct about the Juniper Connected Security strategy? (Choose two.)
A. It extends attack mitigation to routers and switches.
B. It extends attack mitigation to network chokepoints.
C. It extends security to all user connections.
D. It extends security to every point of connection on the network.
D. It extends security to every point of connection on the network.
Explanation:
Juniper's Connected Security strategy transforms the entire network into a unified, threat-aware enforcement architecture. Instead of relying solely on perimeter firewalls, it distributes security enforcement across all network devices. Official Juniper documentation describes this as a strategy that "extends security to every point of connection on the network," turning routers, switches, and firewalls into automated defense layers. This approach specifically addresses the threat of lateral movement by blocking infected hosts at the access layer (the switch port) before an attack can spread across the data center or campus.
Why Option A is Correct (Attack mitigation on routers and switches):
The strategy explicitly extends security enforcement to the routing and switching infrastructure. For example, JUNOS software integrates "SecIntel" (Security Intelligence) into MX Series routers, allowing them to block command-and-control (C&C) traffic at the hardware level. Simultaneously, EX and QFX switches act as enforcement points to quarantine infected hosts, preventing lateral movement without needing a firewall at every access port.
Why Option D is Correct (Every point of connection):
This is the core architectural pillar of Connected Security. As noted in the official Juniper blog and technical documentation, the framework secures users, applications, and infrastructure regardless of architecture—spanning physical switches, routers, firewalls, private clouds (Contrail/VMware NSX), and public clouds (AWS/Azure).
Why the other options are incorrect:
B. It extends attack mitigation to network chokepoints.
This is incorrect because it misrepresents the design. "Chokepoint" security (i.e., inspecting traffic only at a central point like a perimeter firewall) is precisely the legacy model that Connected Security evolved beyond to address lateral movement.
C. It extends security to all user connections.
This is too narrow. While user connections are covered, the strategy's primary differentiation lies in protecting unmanned infrastructure (IoT, HVAC, POS systems) and cloud workloads, not just user endpoints.
References:
Juniper Networks Official Definition: "Juniper Connected Security... extends security to every point of connection on the network to safeguard applications, data and infrastructure"
Architecture & Enforcement: "Juniper Connected Security... turning connectivity layers into automated defense layers... extending security intelligence and enforcement to all points of connection"
Which aspect of network design facilitates future growth and troubleshooting efforts?
A. business continuity
B. high availability
C. modularity
D. security
Explanation:
Modularity in network design means building the network from discrete, functional building blocks (e.g., access, distribution, core, data center, WAN edge) that can be scaled, upgraded, or troubleshot independently. This directly facilitates both future growth and troubleshooting efforts because:
Future growth – Modules can be expanded or replicated without redesigning the entire network. Adding a new building, floor, or campus follows the same modular pattern.
Troubleshooting efforts – Fault isolation is faster when problems are contained within a module. Engineers can test or replace a module without affecting unrelated parts of the network.
Why other options are incorrect:
A. Business continuity
– Focuses on disaster recovery and operational resilience after failures. While important, it does not inherently simplify scaling or troubleshooting.
B. High availability
– Provides redundancy and failover but does not reduce design complexity or aid in systematic fault isolation. A high-availability network can still be monolithic and hard to troubleshoot.
D. Security
– Protects against threats but often adds complexity; by itself, security does not streamline growth or troubleshooting.
Reference:
Juniper JNCIA-Design Study Guide: Hierarchical and modular design principles
Cisco PPDIOO / Juniper Network Design Best Practices: Modularity enables scalability and fault isolation
As a network architect, where would you add PTX Series routers?
A. core network
B. access network
C. cellular edge
D. branch location
Explanation:
The Juniper PTX Series (Packet Transport Routers) are high-performance, high-density routers designed specifically for service provider core networks, internet exchange points (IXPs), and large-scale data center interconnect (DCI) roles. They feature massive forwarding capacity (multi-terabit to petabit scale), support for high-speed interfaces (100GbE, 400GbE, and emerging 800GbE), and optimized architectures for MPLS, segment routing, and long-haul optical transport. Placing PTX routers in the core ensures efficient aggregation and forwarding of enormous traffic volumes with low latency and high availability.
Why other options are incorrect:
B. Access network
– The access layer requires low-cost, high-port-density switches (e.g., EX Series) or customer premises equipment. PTX routers are far too expensive and powerful for access.
C. Cellular edge
– Cellular edge requires devices like MX Series routers or dedicated mobile gateway solutions. PTX lacks native LTE/5G radio or small-cell integration.
D. Branch location – Branches need compact, cost-effective routers (e.g., SRX300 or ACX Series). PTX chassis are large, power-hungry, and designed for carrier-grade central offices, not branch closets.
Reference:
Juniper PTX Series Datasheet: "Designed for service provider core and high-capacity data center interconnect"
JNCIA-Design objectives: Device positioning – core vs. access vs. edge roles
Which statement is true about 3-stage IP fabrics?
A. There must be physical connections between all of the spine nodes.
B. Each leaf node must have at least one physical connection to each spine node.
C. There must be physical connections between all of the leaf nodes.
D. Each leaf node must have at least two physical connections to each spine node.
Explanation:
A 3-stage IP fabric (also known as a spine-and-leaf or Clos topology) consists of leaf switches and spine switches. In this design, every leaf switch connects to every spine switch using at least one physical link. This full-mesh connectivity between the leaf and spine tiers ensures:
Equal-cost multipath (ECMP) for load balancing
Low and predictable latency (any leaf to any leaf via one spine hop)
High resilience (loss of one spine link or spine switch does not isolate a leaf)
Why other options are incorrect:
A. There must be physical connections between all of the spine nodes.
– Spine switches do not connect directly to each other in a standard 3-stage fabric; they communicate via leaf switches. Direct spine-to-spine links are neither required nor typical.
C. There must be physical connections between all of the leaf nodes.
– Leaf-to-leaf connections are not required. Leaf switches communicate through spine switches. Direct leaf-leaf links would bypass the fabric and break the Clos model.
D. Each leaf node must have at least two physical connections to each spine node.
– Only one physical connection per leaf-spine pair is required. While multiple links per pair improve bandwidth, redundancy is achieved by connecting to multiple spine switches, not necessarily by dual-homing to the same spine.
Reference:
Juniper JNCIA-Design: Data center fabric – spine-and-leaf architecture
IETF RFC 7938 (BGP in Clos fabrics): "Each leaf is connected to every spine"
Which two products comprise Juniper’s SASE solution? (Choose two.)
A. Juniper
B. Juniper Secure Edge
C. Paragon Active Assurance
D. Mist Al-Driven SD-WAN
D. Mist Al-Driven SD-WAN
Explanation:
Juniper's SASE (Secure Access Service Edge) solution combines two core components: cloud-delivered security and AI-driven SD-WAN connectivity under a unified management framework .
B. Juniper Secure Edge
– This is the SSE (Security Service Edge) component of Juniper's SASE solution. It delivers cloud-native security functions including Firewall-as-a-Service (FWaaS), Secure Web Gateway (SWG), Cloud Access Security Broker (CASB), Data Loss Prevention (DLP), and Zero Trust Network Access (ZTNA) . All of these are managed through Security Director Cloud with a single-policy framework .
D. Mist AI-Driven SD-WAN
– This provides the SD-WAN connectivity and WAN assurance capabilities. It leverages Marvis AI and Juniper's Session Smart Routing to optimize application performance, ensure reliable connectivity, and simplify WAN operations from client to cloud .
Together, these form Juniper's "full-stack SASE" solution, offering both networking and security with consistent policy management .
Why other options are incorrect
A. Juniper
– This is the company name, not a specific SASE product or service. The question asks for two products that comprise Juniper's SASE solution.
C. Paragon Active Assurance
– This is a network test and monitoring solution for SLA validation and active assurance, not a component of Juniper's SASE architecture .
Reference
Juniper Official: "Juniper SASE is comprised of leading SD-WAN and SSE solutions"
Juniper Media Announcement: "Juniper Secure Edge... combined with Juniper's AI-driven SD-WAN"
You want to capture an accurate baseline of your network.
In this situation, which two actions should you perform? (Choose two.)
A. Maintain an understanding of the applications that should run on your network.
B. Test the restoration of the rescue configurations.
C. Standardize the module population across the network.
D. Collect an extensive history of network performance data.
D. Collect an extensive history of network performance data.
Explanation:
Capturing an accurate baseline of your network means documenting normal operational behavior (bandwidth usage, latency, jitter, packet loss, application response times) so future anomalies can be detected. A proper baseline requires two key actions:
A. Maintain an understanding of the applications that should run on your network.
– Baselines are meaningless without knowing which applications are expected. Different apps have different traffic patterns (e.g., VoIP vs. bulk file transfer). Understanding your application mix helps distinguish normal traffic from abnormal or malicious traffic.
D. Collect an extensive history of network performance data.
– A baseline must be based on sufficient historical data over representative time periods (days, weeks, or months) to capture peak usage, business cycles, maintenance windows, and seasonal variations. Single-point measurements are not baselines.
Why other options are incorrect:
B. Test the restoration of the rescue configurations.
– This is a disaster recovery operational practice, not part of capturing a network baseline. Rescue configs relate to restoring device state, not measuring normal performance.
C. Standardize the module population across the network.
– Hardware standardization simplifies sparing and configuration management but is irrelevant to capturing a performance baseline.
Reference:
Juniper JNCIA-Design: Network design lifecycle – baselining phase
ITIL / network management best practices: Baseline requires application awareness and historical data collection
In an EVPN-VXLAN data center, what would be a reason to consider using discrete border leafs rather than placing border roles onto the spines?
A. to provide for differentiated oversubscription ratios for traffic into and out of the data center
B. to eliminate multicast traffic in and out of the fabric
C. to allow for provisioningACLs between the data center and the WAN
D. to provide specific devices designed for handlingtraffic burstiness on the WAN
Explanation:
In an EVPN-VXLAN data center fabric, discrete border leafs are dedicated switches that connect the fabric to external networks (WAN, Internet, or legacy DC). Placing border functions on separate leafs rather than on spines allows independent scaling of north-south traffic. Specifically, border leafs can be provisioned with higher uplink bandwidth and lower oversubscription than spine-to-leaf internal links. This prevents external traffic from competing with east-west fabric traffic, enabling differentiated oversubscription ratios for ingress/egress vs. internal forwarding.
Why other options are incorrect:
B. to eliminate multicast traffic in and out of the fabric
– EVPN-VXLAN uses head-end replication (HER) or ingress replication as alternatives to multicast, but border leaf placement does not eliminate multicast. This is a protocol configuration choice, not a function of border leaf vs. spine placement.
C. to allow for provisioning ACLs between the data center and the WAN
– ACLs (access control lists) can be provisioned on spines as easily as on border leafs. This is not a reason to choose discrete border leafs.
D. to provide specific devices designed for handling traffic burstiness on the WAN
– Burstiness is addressed by buffer sizing and QoS, not by the discrete vs. spine placement of border roles. Spines can also have deep buffers.
Reference:
Juniper JNCIA-Design: EVPN-VXLAN fabric architectures – border leaf best practices
RFC 8365: EVPN-VXLAN – border leaf design for external connectivity
Juniper TechLibrary: Data center fabric– oversubscription models and border leaf roles
| Page 2 out of 8 Pages |