Hypertext Transfer Protocol (HTTP) Question:
Download Job Interview Questions and Answers PDF
What is HTTP session?
Answer:
HTTP session is a sequence of network request-response transactions. An HTTP client initiates a request. It establishes a Transmission Control Protocol (TCP) connection to a particular port on a host (typically port 80; see List of TCP and UDP port numbers). An HTTP server listening on that port waits for a client's request message. Upon receiving the request, the server sends back a status line, such as "HTTP/1.1 200 OK", and a message of its own, the body of which is perhaps the requested resource, an error message, or some other information.
Download HTTP Interview Questions And Answers
PDF
Previous Question | Next Question |
What is Hypertext Transfer Protocol (HTTP)? | What is a Request message? |