JN0-364 Certification Exam Guide + Practice Questions

Home / Juniper / JN0-364

Comprehensive JN0-364 certification exam guide covering exam overview, skills measured, preparation tips, and practice questions with detailed explanations.

What is the JN0-364 Exam?


The JN0-364 exam is the test for the JNCIS-SP (Juniper Networks Certified Internet Specialist – Service Provider) credential. It is designed to validate your understanding of routing and switching technologies within service provider environments using Junos OS. Passing this Juniper JN0-364 exam demonstrates your ability to configure, troubleshoot, and manage network infrastructures based on Juniper solutions.

Who is the Exam For?


The JN0-364 exam is ideal for networking professionals who have beginner to intermediate experience with routing and switching. It is especially suited for:

● Network engineers working in service provider environments
● System administrators transitioning into networking roles
● IT professionals seeking to deepen their Junos OS expertise
● Candidates who have already achieved the JNCIA-Junos certification

Exam Overview


Here are the key details of the JN0-364 exam:

Prerequisite: JNCIA-Junos
Exam Length: 90 minutes
Number of Questions: 65 multiple-choice questions
Software Version: Junos OS v25.2
Delivery Method: Pearson VUE

The exam focuses on both theoretical knowledge and practical understanding of networking concepts and Junos configurations.

Skills Measured


The JN0-364 exam tests your knowledge across a wide range of networking topics, including:

Protocol-Independent Routing
Open Shortest Path First (OSPF)
Intermediate System to Intermediate System (IS-IS)
Border Gateway Protocol (BGP)
Layer 2 Bridging and VLANs
Spanning Tree Protocols
Multiprotocol Label Switching (MPLS)
IPv6
Tunneling technologies
High Availability concepts

These topics ensure candidates are capable of handling real-world service provider networking scenarios.

How to Prepare for This JN0-364 Exam?


Preparing for the JN0-364 exam requires a combination of theoretical study and hands-on practice:

Understand the exam objectives: Carefully review each topic and focus on core concepts.
Use official Juniper resources: Study guides, documentation, and training courses are essential.
Practice with labs: Gain hands-on experience with Junos OS configurations and troubleshooting.
Review real-world scenarios: Focus on how protocols interact in service provider environments.
Create a study plan: Allocate time for each topic and track your progress.

Consistency and practical exposure are key to mastering this exam.

How to Use JN0-364 Practice Questions?


Practice questions are a powerful tool when used correctly. Here’s how to make the most of them:

● Start using practice questions after covering each topic
● Focus on understanding explanations, not just memorizing answers
● Identify weak areas and revisit those topics
● Simulate real exam conditions to improve time management
● Repeat practice tests to reinforce knowledge

Using practice questions strategically can significantly boost your confidence and exam readiness.

Practice Questions for JN0-364 Exam


JN0-364 practice questions play a crucial role in your exam preparation. They help you become familiar with the exam format, improve your problem-solving skills, and highlight knowledge gaps. By working through realistic questions with detailed explanations, you can strengthen your understanding of complex networking concepts and increase your chances of passing the exam on your first attempt.

Question#1

A service provider is onboarding a new enterprise customer that operates multiple branch offices, each with its own set of VLANs. The customer requires transparent Layer 2 connectivity between sites while maintaining separation of internal VLANs. The provider must also ensure that customer VLAN identifiers do not conflict with other customers on the shared infrastructure.
Which solution would provide the desired results?

A. Extend customer VLANs using Q-in-Q tunneling.
B. Deliver Layer 3 VPN services using MPL
C. Aggregate customer traffic using GRE tunnels.
D. Provide Internet access with NAT and firewall services.

Explanation:
In a service provider environment, Q-in-Q tunneling (also known as 802.1ad or double-tagging) is the standard solution for transporting multiple customer VLANs over a shared provider backbone while maintaining total separation.
According to Juniper Networks documentation, Q-in-Q works by adding a second 802.1Q tag (the Service Provider tag or S-tag) to the customer’s already tagged frames (the Customer tag or C-tag). This creates a "tunnel" at Layer 2. This solution specifically addresses all the customer's requirements:
Transparent Layer 2 Connectivity: Because the provider simply encapsulates the customer's frames, the customer's internal BPDU traffic (like Spanning Tree) and VLAN tags are preserved and delivered transparently to the remote site.
Separation of Internal VLANs: The customer can run their own internal VLAN IDs (1-4094) without the provider needing to know or manage them.
Conflict Avoidance: Different customers on the same provider infrastructure are assigned unique S-tags. Even if two different customers both use "VLAN 10" internally, they remain isolated because their traffic is encapsulated in different provider S-tags.
Why other options are incorrect:
Layer 3 VPN (Option B): While MPLS L3VPNs are common, they provide Layer 3 (IP) connectivity, not the "transparent Layer 2" connectivity requested.GRE Tunnels (Option C): GRE is a Layer 3 encapsulation and does not natively provide the transparent VLAN bridging required for a multi-site Layer 2 service.
NAT/Firewall (Option D): These are security and address-translation services for internet access and do not facilitate site-to-site Layer 2 bridging.

Question#2

Which two statements about graceful restart are correct? (Choose two.)

A. Graceful restart restarting router mode is not enabled by default.
B. Graceful restart helper mode is enabled by default.
C. Graceful restart requires that GRES be enabled.
D. Graceful restart uses nonstop bridging for forwarding operations.

Explanation:
Graceful Restart (GR) is a high-availability mechanism designed to minimize the impact of a routing protocol process (rpd) restart or a Routing Engine (RE) switchover. It allows a router to continue forwarding traffic while the control plane is recovering, provided that the data plane (Packet Forwarding Engine) remains intact.
According to Juniper Networks documentation, Graceful Restart operates in two distinct roles:
Restarting Mode: This is the role of the router that is actually undergoing the restart. In Junos OS, this mode is not enabled by default (Option A). An administrator must explicitly configure graceful-restart under the [edit routing-options] hierarchy to allow the router to signal its neighbors that it is attempting a graceful recovery.
Helper Mode: This is the role of the neighboring routers. When a neighbor sees a router restart, if it is in "helper mode, " it will continue to forward traffic toward the restarting router and will not flush the associated routes from its forwarding table for a specified period. In Junos, helper mode is enabled by default (Option B) for most protocols (OSPF, BGP, IS-IS). This means that even if you haven't configured GR on your own router, it will automatically assist its neighbors if they perform a graceful restart.
Why other options are incorrect:
Option C: While GRES (Graceful Routing Engine Switchover) is often used with Graceful Restart to handle hardware-level RE failures, they are independent features. GR can function during a simple software process restart without dual REs or GRES.
Option D: Nonstop Bridging (NSB) is a separate high-availability feature for Layer 2 protocols (like STP). While it shares a similar goal, Graceful Restart is specifically a Layer 3 protocol mechanism (Layer 2 does not use "helper" routers in the same way).

Question#3

How are routing loops prevented in internal BGP networks?

A. Internal BGP routes are never readvertised to other internal BGP neighbors.
B. External BGP routes are never readvertised to other external BGP neighbors.
C. External BGP routes are never readvertised to other internal BGP neighbors.
D. Internal BGP routes are never readvertised to other external BGP neighbors.

Explanation:
The prevention of routing loops within an Autonomous System (AS) is handled differently than loop prevention between ASes. While External BGP (EBGP) uses the AS_PATH attribute to detect loops, Internal BGP (IBGP) does not modify the AS_PATH. Therefore, a different mechanism is required to ensure that a route does not circulate infinitely inside the network.
This mechanism is known as the IBGP Split Horizon rule. According to Juniper Networks documentation and the BGP standard (RFC 4271), a BGP speaker must not advertise a route learned via an IBGP peer to any other IBGP peer. In simpler terms, "what is learned internally, stays local." This rule ensures that a route only travels one "hop" inside the AS―from the router that learned it from an external source to all other internal routers.
Because of this rule, IBGP routers do not naturally propagate routes through each other. This creates a requirement for a full mesh of IBGP sessions, where every BGP-speaking router in the AS must have a direct peering session with every other BGP-speaking router. To mitigate the scaling issues of a full mesh in large service provider networks, architects use Route Reflectors or Confederations, which are authorized exceptions to the Split Horizon rule.
Option B is incorrect because EBGP peers do advertise EBGP routes to other EBGP peers (this is how the internet works).
Option C is incorrect because EBGP-learned routes must be sent to IBGP peers so the internal network knows how to reach the outside world.
Option D is incorrect because internal routes must be sent to external peers to advertise your network to the internet.

Question#4

You are designing an MPLS network and want to ensure that traffic traverses an LSP between PE routers that follow an explicit path through the core.
Which protocol would accomplish this task?

A. BGP
B. RSVP
C. IS-IS
D. LDP

Explanation:
In a Juniper Networks MPLS environment, the selection of a signaling protocol depends heavily on the requirement for traffic engineering and path control. To satisfy the requirement for an explicit path―where the network architect defines specific hop-by-hop routers that the traffic must traverse―the Resource Reservation Protocol (RSVP) is the necessary choice.
According to Juniper documentation, RSVP (specifically RSVP-TE) supports the use of Explicit Route Objects (EROs). When you configure an LSP in Junos OS, you can define a path consisting of a series of IP addresses (strict or loose hops). RSVP then signals the LSP along that exact sequence of routers, reserving resources and establishing labels as it goes. This allows for precise control over the network's traffic patterns, enabling administrators to steer traffic away from congested links or toward specific high-bandwidth paths.
In contrast, LDP (Label Distribution Protocol) (Option D) is a "best-effort" signaling protocol. LDP strictly follows the Interior Gateway Protocol (IGP) shortest path. It does not support explicit paths or traffic engineering constraints; it simply builds a "mesh" of labels based on the existing routing table.IS-IS (Option C) is an IGP used to populate the routing table and TED but does not signal labels. BGP (Option A) is used for service delivery (like L3VPNs) but relies on an underlying transport LSP (built by RSVP or LDP) to reach its next hop. Therefore, only RSVP provides the mechanism for explicit path manipulation.

Question#5

Exhibit:



Referring to the exhibit, R1 and R2 are advertising the same prefix 203.0.113.0/24 to R3 and R4 over EBGP. R3 and R4 both advertise this prefix to R5.
Which advertisement does R5 choose to install in its routing table?

A. The advertisement from R4 is chosen.
B. The advertisements from both R3 and R4, but R3 is chosen for forwarding.
C. The advertisement from R3 is chosen.
D. The advertisements from both R3 and R4, but R4 is chosen for forwarding.

Explanation:
In a Juniper Networks environment, when a router receives multiple BGP paths for the same destination prefix, it utilizes the BGP Path Selection Algorithm to determine the single "best" path to install in the routing table and advertise to other peers. This selection process follows a strict hierarchy of attributes.
According to Juniper Networks technical documentation, the very first attribute evaluated by the BGP process (after ensuring the next hop is reachable) is the Local Preference. Local preference is a well-known discretionary attribute used to communicate a preference for a specific exit point from the local Autonomous System (AS). A higher local preference value is always preferred over a lower one.
Analyzing the exhibit:
R3receives the prefix from R1 and applies an export policy to its IBGP session that sets the local preference to 150.
R4receives the same prefix from R2 and applies an export policy to its IBGP session that sets the local preference to 200.
R5receives both of these IBGP updates from R3 and R4.
When R5 runs the best-path algorithm for the 203.0.113.0/24 prefix, it compares the local preference values. Since the path from R4 has a local preference of 200 and the path from R3 has a local preference of 150, R5 immediately selects the path fromR4as the best route. Because BGP is designed to prevent loops and maintain a consistent view, only this single best path is installed as the active route in R5's routing table (inet.0). Options B and D are incorrect because they imply multiple paths are installed for forwarding, which only occurs if specific multipath load-balancing is configured, which is not indicated here.

Disclaimer

This page is for educational and exam preparation reference only. It is not affiliated with Juniper, JNCIS-SP, or the official exam provider. Candidates should refer to official documentation and training for authoritative information.

Exam Code: JN0-364Q & A: 65 Q&AsUpdated:  2026-03-18

  Access Additional JN0-364 Practice Resources