How does RESTful architecture optimize network communication?

  • By encrypting all communication channels
  • By increasing the payload size of each request
  • By relying on complex session management
  • By using stateless communication and caching mechanisms
RESTful architecture optimizes network communication by adopting a stateless approach, reducing the need for server-side storage of client state. Caching mechanisms further enhance performance.
Add your answer
Loading...

Leave a comment

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