223k views
3 votes
A(n) _______ is a distributed networking architecture, residing on one or more computers, where one program requests a resource or service from another program.

1 Answer

3 votes

Answer: Client-Server model

Explanation:

The Client-server model is a distributed network application configuration, that partitions task or where one program requests a resource or service from another program, between the providers of a resource or service, called servers, and service requesters called clients. In the client-server architecture, when the client computer sends a request for data to the server through the internet, the server accepts the requested process and deliver the data packets requested back to the client.

User Nebuto
by
4.3k points