What is Advantages and disadvantages using HTTP protocol?

1 answer

Answer

1056946

2026-03-19 03:35

+ Follow

There are a few advantages and disadvantages of the HTTP protocol.

The stateless design simplifies the server design because there is no need to dynamically allocate storage to deal with conversations in progress. If a client dies in mid-transaction, no part of the system needs to be responsible for cleaning the present state of the server.

A disadvantage of statelessness is that it may be necessary to include additional information in every request, and this extra information will need to be interpreted by the server.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.