0
11kviews
Explain characteristics of HTTP.
1 Answer
0
669views

HTTP is a protocol that clients and servers use on the web to communicate.

  • It is designed for large bandwidth, low delay.
  • Statelessness i.e. the server does not maintain any information about the transaction
  • Client/server, request/response communication
  • Resource identification, Each HTTP request includes a URI (Uniform Resource Identifier)
  • Connection oriented, …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.