First-Come, First-Served (FCFS) is a service policy where the first request received is the first to be handled, ensuring fairness by processing tasks in the order they arrive without prioritization. This approach is simple to implement but may lead to inefficiencies, such as the 'convoy effect,' where short tasks wait behind long ones, potentially increasing average waiting time.