What are two examples of exception traffic? (Choose two.)
Correct Answer: B,C
Exception traffic includes traffic that is not simply forwarded by the router but requires special handling, such as routing updates (B) and log messages (C). These types of traffic are processed by the router's control plane rather than just being forwarded through the data plane.
Question 32
Which command displays all IPv6 routes in the default routing instance?
Correct Answer: D
The show route table inet6.0 command displays all IPv6 routes in the default routing instance. In Junos OS, the routing table for IPv6 addresses is referred to as inet6.0, whereas inet.0 is used for IPv4 unicast routes. The other options do not correspond to the correct IPv6 routing table. References: * Juniper official documentation: Junos OS Routing Tables Overview.
Question 33
Which two statements are true about the Junos OS? (Choose two.)
Correct Answer: A,C
In Junos OS, as with many network operating systems, the control plane is responsible for processes that determine how to route traffic. This includes maintaining routing tables, which store information about network paths and protocols. Therefore, routing tables are indeed stored in the control plane. Exception traffic refers to packets that cannot be processed by the normal fast-path processing of the Packet Forwarding Engine (PFE) in the forwarding plane, and thus are sent to the control plane for further processing. This might include packets destined for the router itself, packets that need to be fragmented, or packets that match certain firewall filter criteria, among other reasons. Routing tables are not stored in the forwarding plane. However, the forwarding plane contains the forwarding table (sometimes referred to as the forwarding information base or FIB), which is a distilled version of the routing table optimized for fast packet forwarding. The forwarding plane uses this information to perform the actual transfer of packets across the network device interfaces.
Question 34
When considering routing tables and forwarding tables, which two statements are correct? (Choose two.)
Correct Answer: A,D
The routing table and forwarding table play distinct roles in a Junos OS device. The correct answers are A and D: The routing table (A) is used by the Routing Engine (RE) to select the best route among all the learned routes, while the routing table (D) stores all routes and prefixes learned from all routing protocols. The forwarding table, in contrast, contains only the active routes chosen by the RE and is used by the Packet Forwarding Engine for actual packet forwarding.
Question 35
Which advantage is provided by multiple software processes running in the Junos OS?
Correct Answer: D
In the Junos OS, multiple software processes run independently in their own protected memory spaces. This design ensures that if one process crashes or encounters an issue, it does not affect the other processes running on the system. This architecture enhances the stability and reliability of the network device, as each process operates independently and securely.