SK0-005 · Question #366
Which of the following concepts refers to prioritizing a connection that had previously worked successfully?
The correct answer is C. MRU. MRU, or Most Recently Used, is a concept that refers to prioritizing a connection that had previously worked successfully. It is often used in load balancing algorithms to distribute the workload among multiple servers or paths. MRU assumes that the most recently used…
Question
Which of the following concepts refers to prioritizing a connection that had previously worked successfully?
Options
- ARound robin
- BSCP
- CMRU
- DLink aggregation
How the community answered
(30 responses)- A3% (1)
- C90% (27)
- D7% (2)
Explanation
MRU, or Most Recently Used, is a concept that refers to prioritizing a connection that had previously worked successfully. It is often used in load balancing algorithms to distribute the workload among multiple servers or paths. MRU assumes that the most recently used connection is the most likely to be available and efficient, and therefore assigns the next request to that connection. This can help reduce latency and improve performance. The other options are incorrect because they do not refer to prioritizing a previous connection. Round robin is a concept that refers to distributing the workload equally among all available connections in a circular order. SCP, or Secure Copy Protocol, is a concept that refers to transferring files securely between hosts using encryption. Link aggregation is a concept that refers to combining multiple physical links into a single logical link to increase bandwidth and redundancy.
Topics
Community Discussion
No community discussion yet for this question.