Computer Science, asked by nikki4370, 10 months ago

Difference between soa and client server architecture

Answers

Answered by Shashank7739584746
0

Answer:

SOA:-

1) Presentation layer is detached from services themselves.

2) Highly distributed processing services themselves may be distributed over many servers.

3) Complex  security model but provides flexibility.

4) It requires powerful administration tools.

CLIENT SERVER ARCHITECTURE:-

1) Application logic resides in client software.

2)  Client is responsible for most of the processing.

3)  Simple scenario, implements a very easy security model.

4) Very high maintenance costs of maintaining client server application.

Explanation:

Similar questions