CAll Us: (02)7 616-5677 | 09178580986 | 09989770817 Submit Ticket   Login
Server – Browser Interaction

Server – Browser Interaction

A lot of us developers jump to conclusion that we can learn Web Programming by jumping into watching videos, taking online courses on HTML, CSS and other popular web platforms. We take a huge step in learning all the technicalities without knowing how the Server Browser Interaction.

As a developer, I had the same problem when I first started learning web development. I read comments, reviews, and suggestions all over the internet and it seems I really have to learn the basics of Web Server Interaction before

So What is a Server?

server browser interaction

server browser interaction

The primary function of a web server is to store, process and deliver web pages to clients. The communication between client and server takes place using the Hypertext Transfer Protocol (HTTP). Pages delivered are most frequently HTML documents, which may include images, style sheets and scripts in addition to text content.

And What is a Browser?

server browser interaction

A browser is a tool/application that lets you view your web page contents in a human readable form. And it has also other functionalities such as live code-editing, preview, and other extensions developed by programmers.

How does a browser interacts with server?

  1. User inputs something in the address bar (e.g: facebook.com)
  2. User press enter
  3. The browser will request something on facebook’s server, in this case it is requesting for the facebook.com’s homepage.
  4. The request sent to the server will be validated to know what the server is going to send back.
  5. After quick processing, the server will send the files(.html, .css, .php, .etc) needed to display facebook.com’s homepage to the browser.
  6. The browser interprets the files and codes into a human readable format.
  7. The browser will now display facebook.com’s homepage.
  8. Basically that is how the server – browser interacts with each other!

If you have any inquiries or concerns just message us at info@marketlinkwebsolutions.com

How does a Server Talks to the Browser and Vice Versa

How does a Server Talks to the Browser and Vice Versa

A lot of us developers jump to conclusion that we can learn Web Programming by jumping into watching videos, taking online courses on HTML, CSS and other popular web platforms. We take a huge step in learning all the technicalities without knowing how the browser talks to the server and vice versa.

So What is a Server?

The primary function of a web server is to store, process and deliver web pages to clients. The communication between client and server takes place using the Hypertext Transfer Protocol (HTTP). Pages delivered are most frequently HTML documents, which may include images, style sheets and scripts in addition to text content.

And What is a Browser?

A browser is a tool/application that lets you view your web page contents in a human readable form. And it has also other functionalities such as live code-editing, preview, and other extensions developed by programmers.

How does a browser interacts with server?

Basically, When the user