ExamGecko
Home Home / Juniper / JN0-105

Juniper JN0-105 Practice Test - Questions Answers, Page 2

Question list
Search
Search

Which two statements are correct about MAC addresses? (Choose two.)

A.
Switches use the Address Resolution Protocol table to assign MAC addresses to network interface cards in the forwarding frame.
A.
Switches use the Address Resolution Protocol table to assign MAC addresses to network interface cards in the forwarding frame.
Answers
B.
The source and destination MAC addresses always remains static to the final destination.
B.
The source and destination MAC addresses always remains static to the final destination.
Answers
C.
The MAC address identifies the physical hardware.
C.
The MAC address identifies the physical hardware.
Answers
D.
Switches use the destination MAC address to identify the next-hop destination and to change the destination MAC address in the frame.
D.
Switches use the destination MAC address to identify the next-hop destination and to change the destination MAC address in the frame.
Answers
Suggested answer: C, D

Explanation:

MAC (Media Access Control) addresses are unique identifiers assigned to network interfaces for communications at the data link layer of a network segment. MAC addresses are used to identify the physical hardware on a network. In the context of Ethernet switches, the destination MAC address in incoming frames is used to determine the appropriate output port for forwarding the frame towards its final destination. The switch does not change the destination MAC address; it uses the MAC address to make forwarding decisions within the local network segment.

How many login classes are assignable to a user account?

A.
3
A.
3
Answers
B.
2
B.
2
Answers
C.
4
C.
4
Answers
D.
1
D.
1
Answers
Suggested answer: D

Explanation:

https://www.juniper.net/documentation/us/en/software/junos/user-access-evo/user-access/topics/topic-map/junos-os-login-class.html#:~:text=You%20can%20define%20any%20number,to%20an%20individual%20user%20account.

In Junos OS, each user account can be assigned only one login class. Login classes in Junos OS define the permissions for users, controlling what they can access and modify within the system. This setup helps in maintaining a clear and secure access control mechanism.

Junos OS Documentation on User Accounts and Login Classes.

You are asked to view the real-time usage statistics for the busiest interfaces on a device running Junos OS.

Which command will achieve this task?

A.
monitor traffic absolute-sequence
A.
monitor traffic absolute-sequence
Answers
B.
monitor interface traffic
B.
monitor interface traffic
Answers
C.
monitor traffic
C.
monitor traffic
Answers
D.
show interfaces extensive
D.
show interfaces extensive
Answers
Suggested answer: B

Explanation:

To view real-time usage statistics for the busiest interfaces on a device running Junos OS, the correct command is B, 'monitor interface traffic.' This command provides a dynamic, real-time view of the traffic flowing through the interfaces, allowing administrators to quickly identify and monitor the busiest interfaces on the device.

Which type of device uses the destination IP address to forward packets?

A.
Layer 3 router
A.
Layer 3 router
Answers
B.
Layer 2 switch
B.
Layer 2 switch
Answers
C.
repeater
C.
repeater
Answers
D.
hub
D.
hub
Answers
Suggested answer: A

Explanation:

A Layer 3 router forwards packets based on the destination IP address. It operates at the network layer of the OSI model and uses routing tables to determine the best path for packet delivery. Unlike Layer 2 switches, which forward packets based on MAC addresses, routers handle logical addressing, making them crucial for inter-network communication.

Junos OS Documentation on Routing Fundamentals.

You have just increased the MTU size of interface ge-0/0/0 and committed the configuration.

Which command would help you identify the applied MTU change?

A.
monitor interface ge-0/0/0
A.
monitor interface ge-0/0/0
Answers
B.
monitor traffic interface ge-0/0/0
B.
monitor traffic interface ge-0/0/0
Answers
C.
show interfaces ge-0/0/0 terse
C.
show interfaces ge-0/0/0 terse
Answers
D.
show interfaces ge-0/0/0
D.
show interfaces ge-0/0/0
Answers
Suggested answer: D

Explanation:

After increasing the MTU size of an interface and committing the configuration, the command to verify the applied MTU change is D, 'show interfaces ge-0/0/0.' This command displays detailed information about the interface, including the current MTU size, making it the best choice for verifying the applied changes.

When considering routing policies, which two statements are correct? (Choose two.)

A.
Routing policies are applied to interfaces as input or export filters.
A.
Routing policies are applied to interfaces as input or export filters.
Answers
B.
An import routing policy for BGP determines which received prefix advertisements are placed in the routing information base.
B.
An import routing policy for BGP determines which received prefix advertisements are placed in the routing information base.
Answers
C.
Policy terms are evaluated from top to bottom with action taken on the first match found.
C.
Policy terms are evaluated from top to bottom with action taken on the first match found.
Answers
D.
Policy terms are evaluated from top to bottom with the most restrictive action taken of all the matching terms.
D.
Policy terms are evaluated from top to bottom with the most restrictive action taken of all the matching terms.
Answers
Suggested answer: B, C

Explanation:

Routing policies in Junos OS are crucial for controlling route advertisements and path selection. The correct answers are B and C. An import routing policy for BGP determines which received prefix advertisements are placed in the routing information base (RIB), and policy terms are evaluated from top to bottom, with action taken on the first match found. This sequential evaluation allows for precise control over routing decisions.

When considering routing tables and forwarding tables, which two statements are correct? (Choose two.)

A.
The routing table is used by the RE to select the best route.
A.
The routing table is used by the RE to select the best route.
Answers
B.
The forwarding table stores all routes and prefixes from all protocols.
B.
The forwarding table stores all routes and prefixes from all protocols.
Answers
C.
The forwarding table is used by the RE to select the best route.
C.
The forwarding table is used by the RE to select the best route.
Answers
D.
The routing table stores all routes and prefixes from all protocols.
D.
The routing table stores all routes and prefixes from all protocols.
Answers
Suggested answer: A, D

Explanation:

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.

What are two attributes of the UDP protocol? (Choose two.)

A.
UDP is more reliable than TCP.
A.
UDP is more reliable than TCP.
Answers
B.
UDP is always slower than TCP.
B.
UDP is always slower than TCP.
Answers
C.
UDP is best effort.
C.
UDP is best effort.
Answers
D.
UDP is connectionless.
D.
UDP is connectionless.
Answers
Suggested answer: C, D

Explanation:

UDP (User Datagram Protocol) is known for being connectionless (D) and providing best-effort delivery without the reliability mechanisms present in TCP (C). This means that UDP does not establish a connection before sending data and does not guarantee delivery, order, or error checking, making it faster but less reliable than TCP.

You are creating a new policy to accept and redistribute routes into your IGP.

In this scenario, which match criteria would you use to identify the route prefixes to select?

A.
instance
A.
instance
Answers
B.
route-type
B.
route-type
Answers
C.
neighbor
C.
neighbor
Answers
D.
route-filter
D.
route-filter
Answers
Suggested answer: D

Explanation:

When creating a new policy to accept and redistribute routes into your Interior Gateway Protocol (IGP), the route-filter match criteria is used to identify the route prefixes to select. The route-filter statement specifies which prefixes should be matched in a policy. This allows for precise control over which routes are accepted and redistributed, facilitating efficient and secure routing policies within the network.

'show | display set | match ge-0/0/2' indicating command examples and match criteria from Useful Juniper Commands.txt.

Juniper official documentation: Routing Policy and Firewall Filters Configuration Guide.

Which two addresses are included in an Ethernet frame header? (Choose two.)

A.
source IP address
A.
source IP address
Answers
B.
source MAC address
B.
source MAC address
Answers
C.
destination IP address
C.
destination IP address
Answers
D.
destination MAC address
D.
destination MAC address
Answers
Suggested answer: B, D

Explanation:

An Ethernet frame header includes the source MAC address (B) and the destination MAC address (D). These addresses are used to deliver the frame from one Ethernet device to another directly connected Ethernet device on the same network segment. Ethernet frames do not include IP addresses, as those are part of the IP packet encapsulated within the Ethernet frame.

Total 100 questions
Go to page: of 10