Valid JN0-105 Dumps shared by ExamDiscuss.com for Helping Passing JN0-105 Exam! ExamDiscuss.com now offer the newest JN0-105 exam dumps, the ExamDiscuss.com JN0-105 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com JN0-105 dumps with Test Engine here:
Exhibit policy-options { policy-statement Load-Balance-Policy { term Load-Balance { then { load-balance per-flow; accept; } } } } routing-options { router-id 192.168.100.11; autonomous-system 65201; forwarding-table { export Load-Balance-Policy; Referring to the exhibit, which two statements are correct? (Choose two.)
Correct Answer: A
The load-balance per-flow statement in the Junos OS policy-options configuration enables flow-based load balancing in the forwarding table. This means that the traffic is distributed across multiple paths based on flows, where a flow is typically identified by attributes such as source and destination IP addresses, and possibly layer 4 information like TCP/UDP ports. This allows for more granular and efficient utilization of available paths, avoiding overloading a single path. The policy does not enable per-packet load balancing, which would send individual packets of the same flow over different paths, potentially causing out-of-order delivery issues. The policy's placement in the forwarding-table export suggests it's intended to influence forwarding behavior, not just routing protocol decisions, and does not necessarily have to be applied under the protocols hierarchy.