JIR - Chapter 3: Load Balancing and Filter-Based Forwarding Flashcards

1
Q

What is per-packet load balancing?

V1-3-5

A

It forwards packets in a round-robin fashion, out the egress interfaces, which connect to the equal cost paths that lead to the destination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a disadvantage to using per-packet load balancing?

V1-3-5

A

Packets may arrive out of order which can cause the receiving router to reorder the packets or the source device to retransmit the packets, thus causing a reduction in performance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is per-flow load balancing?

V1-3-6

A

Per-flow load balancing maintains individual traffic flows between end stations. Thus, the end station does not have to reorder packets and applications experience less delay.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

By default, what does JunOS consider a single flow?

V1-3-6

A

By default, the JunOS considers all traffic that enters the same ingress interface with the same source address, destination address and the same protocol a single flow.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

True or False: All traffic belonging to the same flow is forwarded by the system out different egress interfaces.
(V1-3-6)

A

False; the traffic is forwarded out the same egress interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the default IGP load balancing behavior?

V1-3-7

A

Junos chooses one of the equal cost paths over which traffic for the received destination prefixes will be sent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the default BGP load balancing known as?

V1-3-7

A

Per-prefix load balancing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

REVIEW (V1-3-7) to better understand this page

A

Reference this video: https://www.youtube.com/watch?v=9MSPRgVS_xE&ab_channel=SunsetLearningInstitute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the command to load balance traffic for all routes in the routing table?
(V1-3-11)

A

set policy-option policy-statement then load-balance per-packet

-note that no “from” was used which causes all routes to match.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the command to load balance traffic for the following prefixes:

  1. 24.0.0/24
  2. 24.1.0/24

(V1-3-11)

A

set policy-options policy-statement from route-filter 172.24.0.0/24 exact;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

To perform load balancing where must you apply the policy?

V1-3-11

A

You must apply the “export” policy under [edit routing-options]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly