This document discusses distributed systems and their key characteristics. It defines a distributed system as a collection of independent computers that appear as a single computer to users. Examples provided include web search engines, massively multiplayer online games, financial trading systems, and social networks. Advantages over personal and centralized systems are described, such as increased speed, reliability, flexibility, and economics. Design issues and communication methods like message passing and remote procedure calls are also outlined.