116k views
2 votes
Which of the following is a typical style of distributed architecture?

a. Client-server
b. N-Tiers
c. SOA
d. Broker

User Kturner
by
7.6k points

1 Answer

3 votes

Final answer:

The typical style of distributed architecture is client-server, where the client requests resources or services from the server.

Step-by-step explanation:

The typical style of distributed architecture among the given options is Client-server. In a client-server architecture, there are two components: a client and a server. The client requests resources or services from the server, which responds to these requests. This architecture is commonly used in web applications where the client is a web browser and the server is a web server.

N-Tier architecture is another style of distributed architecture that involves dividing an application into multiple layers or tiers, separating concerns and improving scalability. Service-Oriented Architecture (SOA) is an architectural style that focuses on loosely coupled services that can be accessed over a network, promoting reusability and flexibility. A broker is a component that acts as an intermediary between clients and services in a distributed system.

User Chajmz
by
8.1k points