Final Answer:
FIFO (First-In-First-Out) is a basic queuing method for congestion management, offering no packet prioritization or congestion avoidance. It processes packets in the order they arrive, lacking sophisticated mechanisms like RED (Random Early Detection) or WRED (Weighted Random Early Detection). So option C is correct
Step-by-step explanation:
FIFO (First-In-First-Out) is a straightforward congestion management method where packets are processed in the order they arrive, making it the correct choice (c). Unlike advanced methods like RED or WRED, FIFO lacks packet prioritization or congestion avoidance mechanisms.
It operates on the principle of processing packets based on their arrival time, regardless of their urgency or importance. While it is a simple and easy-to-implement queuing method, FIFO may lead to performance issues in congested networks, as it doesn't consider factors such as packet priority or the severity of network congestion.
More sophisticated methods like RED introduce early detection and potential discarding of packets to better manage congestion, which FIFO, being a basic queuing method, does not incorporate. S o correct option is C.