The document provides an introduction to distributed systems, defining them as a collection of independent computers that communicate over a network to act as a single coherent system. It discusses the motivation for and characteristics of distributed systems, including concurrency, lack of a global clock, and independent failures. Architectural categories of distributed systems include tightly and loosely coupled, with examples given of different types of distributed systems such as database management systems, ATM networks, and the internet.