Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

JNCIA exam with verified solutions

Rating
-
Sold
-
Pages
36
Grade
A+
Uploaded on
03-04-2025
Written in
2024/2025

JNCIA exam with verified solutions

Institution
JNCIA
Course
JNCIA

Content preview

JNCIA exam with verified solutions

The Control Plane runs on which Engine? The Forwarding Plane? - correct
x x x x x x x x x x x x


answer ✔Control Plane runs on the Routing Engine. Forwarding Plane runs on
x x x x x x x x x x x


xthe Packet Forwarding Engine.
x x x




Because software processes are compartmentalized, that means? (2 things) -
x x x x x x x x x x


correct answer ✔Each runs in own protected memory space; new features
x x x x x x x x x x x


can be added with less likelihood of breaking current functionality.
x x x x x x x x x




In Juniper architecture, what is the primary function of the control plane? -
x x x x x x x x x x x x x


correct answer ✔maintain routing intelligence, control and monitor chassis,
x x x x x x x x x


manage the PFE. x x




In Juniper architecture, what is the primary function of the forwarding plane?
x x x x x x x x x x x


x- correct answer ✔Forward packets and implement advanced services.
x x x x x x x x




How is transit traffic processed? - correct answer ✔For platforms running
x x x x x x x x x x x


JunOS, forwarded through the PFE based on forwarding table installed on the
x x x x x x x x x x x


xPFE.


How is exception traffic processed? - correct answer ✔processed locally
x x x x x x x x x x


either by the Routing Engine or by the Packet Forwarding Engine depending
x x x x x x x x x x x x


on the type of traffic.
x x x x




Which Juniper platforms run JunOS? - correct answer ✔These series: M, T, J,
x x x x x x x x x x x x x


MX, EX, SRX x x

,What does GRES stand for? - correct answer ✔Graceful Routing Engine
x x x x x x x x x x x


Switchover.


What does NSR stand for? - correct answer ✔Nonstop Active Routing.
x x x x x x x x x x




What does ISSU stand for? - correct answer ✔Unified in-service softwar
x x x x x x x x x x x


upgrades.


Name 3 High Availability features. - correct answer ✔GRES - Graceful Routing
x x x x x x x x x x x x


Engine Switchover; NSR - Nonstop Active Routing; ISSU - Unified in-service
x x x x x x x x x x x


software upgrades x




Define Exception traffic. Give examples. - correct answer ✔Traffic destined to
x x x x x x x x x x x


the Juniper device itself. Example: routing protocol updates, telnet sessions,
x x x x x x x x x x


traceroutes, replies to sourced traffic, traffic requiring icmp replies.
x x x x x x x x




M series - Multiservice Routers. How much throughput? Give example of
x x x x x x x x x x x


deployment? - correct answer ✔Throughput: up to 320 Gbps of aggregate
x x x x x x x x x x x


half-duplex throughput. Deploy in high-end enterprise, and service provider
x x x x x x x x x


environments.


T series - Core routers. What is the throughput? Give example of
x x x x x x x x x x x x


deployment. - correct answer ✔Throughput: up to 25.6 Tbps. Example
x x x x x x x x x x


deployment: service provider core. x x x

,J series - Services routers. What is the throughput? Give example of
x x x x x x x x x x x x


deployment. - correct answer ✔Throughput: up to 2 Gbps. Example
x x x x x x x x x x


deployment: branch and remote locations. x x x x




MX series - Ethernet Services Router. What is the throughput? Give example
x x x x x x x x x x x x


of deployment. - correct answer ✔Throughput: up to 960 Gbps of aggregate
x x x x x x x x x x x x


half-duplex throughput. Example deployment: dense dedicated access
x x x x x x x


aggregation & provider edges services. x x x x




EX series - Ethernet switches. What is the throughput? Give example of
x x x x x x x x x x x x


deployment. - correct answer ✔Throughput: 6.2 Tbps full duplex. Example
x x x x x x x x x x


deployment: low to high density enterprise & data center environments.
x x x x x x x x x




SRX series - Services Gateways. What is the throughput? Give example of
x x x x x x x x x x x x


deployment. - correct answer ✔Throughput: up to 120 Gbps of full duplex.
x x x x x x x x x x x x


Example deployment: to meet network/security requirements for
x x x x x x x


consolidated data centers, managed services deployments, aggregation of
x x x x x x x x


security services. x




Which modes exist in JunOS? - correct answer ✔Operational, Configuration,
x x x x x x x x x x


FreeBSD shell. x




JunOS Operational mode is used to do what? - correct answer ✔Monitor &
x x x x x x x x x x x x x


Troubleshoot: the software, network connectivity, and hardware. x x x x x x




The JunOS Configuration mode is used to do what? - correct answer
x x x x x x x x x x x x


✔Configure: interfaces protocols, user access, and system hardware.
x x x x x x x




What is the spacebar used for? - correct answer ✔To complete a command.
x x x x x x x x x x x x

, What is the tab used for? - correct answer ✔To complete a variable.
x x x x x x x x x x x x




What command is quickest to return to the uppermost level of the
x x x x x x x x x x x x


configuration hierarchy? - correct answer ✔top
x x x x x




What is the difference between the Active and Candidate configurations? -
x x x x x x x x x x x


correct answer ✔Difference is whether the config has been committed and in
x x x x x x x x x x x x


use. Active = comitted and in use. Candidate = doesn't become the Active
x x x x x x x x x x x x x


config until commit command performed.
x x x x




What is the command to display the difference between the candidate and
x x x x x x x x x x x x


active configurations? - correct answer ✔show | compare
x x x x x x x




What are the three 'help' command options? - correct answer ✔help topic
x x x x x x x x x x x x


<topic> ; help reference <config-statement> ; help apropos <keyword>
x x x x x x x x




Key combo to: move left 1 character? - correct answer ✔Control B
x x x x x x x x x x x




Key combo to: move to beginning of line - correct answer ✔Control A
x x x x x x x x x x x x




Key combo to: move right 1 character - correct answer ✔Control F
x x x x x x x x x x x




Key combo to: move to end of line - correct answer ✔Control E
x x x x x x x x x x x x




Key combo to: delete character over the cursor - correct answer ✔Control D
x x x x x x x x x x x x

Written for

Institution
JNCIA
Course
JNCIA

Document information

Uploaded on
April 3, 2025
Number of pages
36
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$18.59
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Ruiz Liberty University
Follow You need to be logged in order to follow users or courses
Sold
96
Member since
1 year
Number of followers
1
Documents
13870
Last sold
6 days ago
Top-Quality Study Materials for Success – Ace Your Exams with Expert Resources!

Access high-quality study materials to help you excel in your exams. Get notes, summaries, and guides tailored to your courses!

3.2

15 reviews

5
4
4
4
3
2
2
1
1
4

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions