The _____ architectural style in Software Architecture Design involves a client sending requests to a server, which then sends back a response.

  • Client-Server
  • Layered
  • Peer-to-Peer
  • Publish-Subscribe
The Client-Server architectural style involves a client making requests to a server, which processes the requests and sends back responses. It's a common architecture for distributed systems.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *