HTTP
HTTP
Media Independent: HTTP is media independent. HTTP can deliver any sort of data,
as long as the two computers can read it.
28.1M
625
C++ vs Java
Stateless: The HTTP is stateless. The client and server just know about each other just
during the current request. If the connection is closed, and two computers want to
connect again, they need to provide information to each other anew, and the connection
is handled as the very first one.
HTTP Needs
o The HTTP was designed mainly to fetch the html document and send it to the
client. That all the HTTP was doing in 1991, and it did not support other media
types, it just delivers html document.
o It was designed in an exquisite way, and it was continually evolved, and features
were being added to it, it becomes the most convenient way to quickly and
reliably move data on the web.
What is HTTPS
o HTTPS stands for Hypertext Transfer Protocol Secure. HTTPS has a secure
transfer.
o It was developed by Netscape.
o HTTPS is used to encrypt or decrypt user HTTP page or HTTP page requests
that are returned by the webserver.
o HTTPS is first used in HTTP/1.1 and is defined in RFC 2616.
o In HTTPS, the standard port to transfer the information is 443.
o Using the HTTPS, sensitive information that we want to transfer from one user to
another user can be done securely.
o HTTPS protocol uses HTTP on connection encrypted by SSL (Secure Socket
Layer) or TLS (Transport Layer Security).
o HTTPS protects transmitted data from man-in-the-middle (MITM) attacks and
eavesdropping.
o It is the default protocol for conduction financial transactions on the web.
o
N