WWW Tutorial

Coming Tutorials

>Home>WWW Tutorial>How The Web Works

WWW Tutorial

Coming Tutorials



What Is Protocol | HTTP Protocol

A network protocol is a set of established rules that dictates how to format, transmit and receive data so computer network devices -- from servers and routers to endpoints -- can communicate regardless of the differences in their underlying infrastructures, designs or standards.

To successfully send and receive information, devices on both sides of a communication exchange must accept and follow protocol conventions. Support for network protocols can be built into software, hardware or both.


HTTP Protocol :


HTTP (Hypertext Transfer Protocol) is the set of rules for transferring files (text, graphic images, sound, video, and other multimedia files) on the World Wide Web. HTTP is an application protocol that runs on top of the TCP/IP suite of protocols (the foundation protocols for the Internet).

The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web, where hypertext documents include hyperlinks to other resources that the user can easily access.

Example: like two person must know a same language (English or Hindi) to communicate, computers over web require a protocol to communicate (to process request and response).

HTTP is a stateless protocol because each request is executed independently, without any knowledge of the requests that came before it. This is the main reason that it is difficult to implement Web sites that react intelligently to user input.



What About HTTPS :


A similar abbreviation, HTTPS means Hyper Text Transfer Protocol Secure. Basically, it is the secure version of HTTP. Communications between the browser and website are encrypted by Transport Layer Security (TLS), or its predecessor, Secure Sockets Layer (SSL).

Share the article to help your friends