This document discusses computer system architecture and different types of processor systems. It describes single processor systems, which can only process one task at a time, and multiprocessor systems, which can process multiple tasks in parallel using two or more closely communicating processors. Multiprocessor systems provide benefits like increased throughput, reliability if a processor fails, and lower overall costs compared to multiple single processor systems. The document also distinguishes between symmetric multiprocessing, where all processors perform all tasks equally, and asymmetric multiprocessing, where processors have defined boss and worker roles.