Monday, October 28, 2019

WEEK 5: Concept of web server

During week 5 we learn Concept of web server.

Web servers

  • Specialized software that respond to client request by providing resources.
  • When users enter URL into web browsers, they request specific document from server
  • Communicate with client using HTTP
  • The top servers is Apache

Introduce 3 Web servers

  1. Internet Information System
  2. Personal web server (PWS)
  3. Apache Web Server

HTTP Request types

Request method

Retrieve and send client form data to web server
  1. Get
  2. Post
  3. Cache


No comments:

Post a Comment