Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

http

petee answered on January 17, 2022 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


http

0
Popularity 1/10 Helpfulness 1/10 Language whatever
Tags: http whatever
Link to this answer
Share Copy Link
Contributed on Jan 17 2022
petee
0 Answers  Avg Quality 2/10

Closely Related Answers



1

Let’s get back into HTTP. It’s a client-server protocol that specifies how Web clients request Web pages from Web servers and how Web servers send them.

Remember the following diagram from the lesson on Network Application Architectures? Well, it was actually outlining HTTP in general.

The orange arrow represents an HTTP request

The blue arrow represents an HTTP response

Clients obtain content (such as videos) and/or services (such as an online calculator) from servers.

Clients obtain content (such as videos) and/or services (such as an online calculator) from servers.

The first message is called an HTTP request and the second one an HTTP response. There’s a whole class of protocols that are considered request-response protocols. HTTP is one of them. We will look in more detail at the HTTP request message in the next lesson and response after that!

Note that HTTP is a stateless protocol: servers do not store any information about clients by default. So if a client requests the same object multiple times in a row, the server would send it and would not know that the same client is requesting the same object repeatedly. 

Popularity 10/10 Helpfulness 2/10 Language whatever
Source: Grepper
Link to this answer
Share Copy Link
Contributed on Aug 22 2023
Sumit Rawal
0 Answers  Avg Quality 2/10

4
Popularity 10/10 Helpfulness 2/10 Language html
Source: Grepper
Tags: html
Link to this answer
Share Copy Link
Contributed on Oct 30 2022
YamiTT
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.