Nokia IS-IS Routing Protocol (4A0-112)
Get full access to the updated question bank and pass on your first attempt.
Vendor
Nokia
Certification
SRC (Core)
Content
40 Qs
Status
Verified
Updated
27 minutes ago
Test the Practice Engine
Experience our real exam environment with free demo questions
Premium Bundle
Complete Success Suite
Save $39 Instantly
-
โFull PDF + Interactive Engine Everything you need to pass
-
โAll Advanced Question Types Drag & Drop, Hotspots, Case Studies
-
โPriority 24/7 Expert Support Direct line to certification leads
-
โ90 Days Free Priority Updates Stay current as exams change
Success Metric
98.4% Pass Rate
Standard Simulation
Practice Engine
One-Time Payment
-
Web-Based (Zero Install)
-
Real Testing Environment Virtual & Practice Modes
-
Interactive Engine Drag & Drop, Hotspots
-
60 Days Free Updates
Compatible with All Devices
Basic Tier
PDF Study Guide
Digital Access
- โ Exam Questions (PDF)
- โ Mobile Friendly
- โ 60 Days Updates
Verified 5-Question Preview (4A0-112)
Verified Community
The CertoMetrics Standard.
Recommend the #1 platform for verified Nokia certification resources.
Success Network
Help a Colleague Succeed.
Invite a peer to get their own updated 4A0-112 prep kit.
Exam Overview
The Nokia 4A0-112: Nokia IS-IS Routing Protocol certification is a vital credential for network professionals aiming to master the intricacies of Interior Gateway Protocols within Nokia's Service Router Operating System (SR OS) environments. This certification validates a deep understanding of IS-IS, a scalable and robust routing protocol crucial for large-scale IP networks, particularly in service provider and large enterprise infrastructures. Earning this certification demonstrates an individual's proficiency in configuring, troubleshooting, and optimizing IS-IS, enabling them to design and maintain highly available and efficient network solutions. It significantly enhances career prospects in network engineering, operations, and architecture, showcasing expertise in foundational routing principles and Nokia's advanced networking solutions, making certified professionals indispensable in today's demanding network landscapes.
Questions
60
Passing Score
700/1000
Duration
90 Minutes
Difficulty
Intermediate
Level
Specialist
Skills Measured
Career Path
Target Roles
Common Questions
Is the material up to date?
Yes. We update our question bank weekly to match the latest Nokia standards. You get free updates for 90 days.
What format do I get?
You get instant access to both the **PDF** (for reading) and our **Premium Test Engine** (for exam simulation).
Is there a guarantee?
Absolutely. If you fail the 4A0-112 exam using our materials, we offer a full money-back guarantee.
When do I get the download?
Instantly. The download link is available in your dashboard immediately after payment is confirmed.
Free Study Guide Samples
Previewing updated 4A0-112 bank (5 Questions).
Which of the following statements about the IP forwarding process on a router is TRUE?
Correct Option: B
โ
Reasoning: Routers primarily use their routing table to determine the outgoing interface and next-hop for an IP packet. This decision is based on comparing the packet's destination IP address with entries in the routing table to find the longest prefix match. โ Why the other choices are incorrect:
- Option A is incorrect: The source IP address of a packet is not used by a router to make forwarding decisions. Its purpose is to identify the sender.
- Option C is incorrect: The ARP table maps IP addresses to MAC addresses. It is used to resolve the MAC address for a next-hop IP or final destination IP on a directly connected segment, not to match a source MAC address for routing.
- Option D is incorrect: While ARP is used to find a destination MAC address for the next hop, the initial Layer 3 forwarding decision itself is made using the routing table and the destination IP address, not by directly matching a destination MAC in the ARP table.
What do the address resolution protocol (ARP) for IPv4 and the neighbor discovery procedures for IPv6 have in common?
Correct Option: C
โ
Reasoning: Both ARP for IPv4 and Neighbor Discovery Protocol (specifically Neighbor Solicitation/Advertisement) for IPv6 are fundamental mechanisms designed to map a logical network address (IPv4 or IPv6) to a physical link-layer address (MAC address) on a local broadcast segment. This allows devices to encapsulate IP packets into MAC frames. โ Why the other choices are incorrect:
- Option A is incorrect: ARP does not detect duplicate MAC addresses. NDP's DAD function is for IP addresses, not MAC addresses.
- Option B is incorrect: While NDP includes Duplicate Address Detection for IPv6, ARP's primary function is not duplicate IP detection. Though some ARP-based methods exist, it's not a core, shared primary purpose.
- Option D is incorrect: This describes Reverse ARP (RARP) or similar protocols, which are not the primary function of either ARP or NDP in the context of host communication. They resolve IP-to-MAC, not MAC-to-IP.
When multiple routing protocols offer a route for the same prefix, what part of the router is in charge of deciding which route to make active?
Correct Option: B
โ
Reasoning: The Routing Table Manager (RTM), often called the RIB Manager in Nokia SR OS, is responsible for selecting the best path for each prefix from all routes learned by different routing protocols. It uses administrative distance (preference) and metric values to decide which single route to install as the active route into the global routing table. โ Why the other choices are incorrect:
- Option A is incorrect: The Routing Information Base (RIB) is a database that stores all learned routes. It's the repository, not the component that performs the route selection decision.
- Option C is incorrect: Equal Cost Multipath (ECMP) allows multiple paths with identical costs to be used simultaneously. It's a specific load-sharing feature, not the core mechanism for deciding the best route among different protocols or varied costs.
- Option D is incorrect: The Forwarding Information Base (FIB) contains the active routes selected by the RTM/RIB Manager, optimized for fast packet forwarding. It's the result of the decision, not the decision-maker itself.
All routers in the diagram are running an interior gateway protocol (IGP) and have been configured with an ECMP value of 4. Router R5 advertises the prefix 192.168.3.0/24 using the IGP. Assuming all links have the same cost, how many entries for prefix 192.168.3.0/24 will be in router R3โs routing table?

Correct Option: B
Based on the networking topology provided, there will be 2 entries for the prefix 192.168.3.0/24 in router R3โs routing table.
Architectural Breakdown
To determine the number of routing table entries, we look at the paths from R3 to the source router R5:
Path 1 (via R1): R3 โ R1 โ R5. This path has a total cost of 2 hops.
Path 2 (via R4): R3 โ R4 โ R2 โ R5. This path has a total cost of 3 hops.
Path 3 (Direct to R2): R3 โ R2 โ R5. This path also has a total cost of 2 hops.
Why the Answer is 2
Equal Cost Multi-Path (ECMP): The scenario states an ECMP value of 4 is configured, and all links have the same cost.
Best Path Selection: Interior Gateway Protocols (IGPs) only install the best (lowest cost) paths into the routing table.
The Result: There are exactly two paths with the minimum cost of 2 hops (via R1 and via R2). While the ECMP limit allows up to 4, only the 2 equal-cost best paths are utilized.
Which component of the Nokia 7750 SR is in charge of performing the longest prefix match lookup on packets that arrive on the physical interfaces?
Correct Option: D
โ
Reasoning: The Input/Output Module (IOM) houses the forwarding ASICs, which are the data plane engines. These ASICs perform per-packet longest prefix match (LPM) lookups, QoS, and policing based on forwarding tables pushed by the control plane, handling packets arriving via MDAs. โ Why the other choices are incorrect:
- Option A is incorrect: The Control Processing Module (CPM) is the control plane, responsible for system management and building forwarding tables, not per-packet LPM lookups.
- Option B is incorrect: Media Dependent Adapters (MDAs) provide physical interfaces, performing basic L2 functions, but delegate complex L3 LPM lookups to the IOM.
- Option C is incorrect: The Switch Fabric (SF) interconnects IOMs for high-speed packet transfer, but does not perform data plane lookups or forwarding decisions itself.
Full Question Bank Locked
You have reached the end of the free study guide preview. Upgrade now to unlock all 40 questions and the full simulation engine.
Certification Path
Related Certifications
Customer Reviews
Global Community Feedback
David M.
"The practice engine is incredible. It feels exactly like the real testing environment and helped me build so much confidence."
Sarah J.
"The PDF is very well organized and the explanations for the answers are actually helpful, not just random text."
Michael C.
"I was skeptical, but the content is high quality and definitely worth the price. I passed on my first try!"