The document discusses different types of computer system architectures. It describes single processor systems which use one CPU and multiprocessor systems which have two or more processors. Multiprocessor systems can be asymmetric, with a master-slave relationship, or symmetric, where each processor performs all tasks. The advantages of multiprocessor systems are increased throughput, economic benefits from shared resources, and improved reliability if one processor fails. The document also discusses clustered systems which connect multiple computers over a network and can be structured asymmetrically with one host in hot-standby mode or symmetrically with all hosts running applications and monitoring each other.