What term describes a computing model where server software runs on dedicated computers?
- client/server
- internet
- intranet
- extranet
Answers Explanation & Hints: The term that describes a computing model where server software runs on dedicated computers is client/server. In a client/server model, applications are divided into two parts: the client software that runs on the user’s computer, and the server software that runs on a dedicated server computer. The client software communicates with the server software to request and receive information, and the server software processes the requests and sends the information back to the client. This model is commonly used in enterprise environments, where dedicated servers are used to store and manage large amounts of data and to provide shared services to multiple users or clients. Internet, intranet, and extranet refer to different types of networks and communication technologies.