Saturday 19 November 2016

How client & server talk?

How client & server talk?

HTML
  • As we discussed previously server will send the response to the browser and browser is used to display to the users.
  • This response is nothing but a statements which is written in HTML.
  • HTML will speak with browser as how to present the info to the user.
  • So, finally web browser is well know about HTML
HTTP
  • As we discussed previously server and browser will speak each other depends user requests.
  • This communication might be in the format of request-response format.
  • Browser sends HTTP request and server will reply in the form of HTTP response.

Thanks for your time.
-Nireekshan