In _____ architecture, services communicate via a well-defined interface using lightweight protocols.

  • Monolithic
  • Microservices
  • Client-Server
  • Peer-to-Peer
In the Client-Server architecture, services communicate via a well-defined interface using lightweight protocols. This architectural style is characterized by the separation of client and server roles, where clients request services from servers, which can be located on different machines or networks.
Add your answer
Loading...

Leave a comment

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