A distributed system consists of multiple connected CPUs that appear as a single system to users. Distributed systems provide advantages like communication, resource sharing, reliability and scalability. However, they require distribution-aware software and uninterrupted network connectivity. Distributed operating systems manage resources across connected computers transparently. They provide various forms of transparency and handle issues like failure, concurrency and replication. Remote procedure calls allow calling remote services like local procedures to achieve transparency.