Important Notice:

Client-Server Model

Client-Server Model

23 views 1 min read

Client-Server Architecture

  1. User enters URL in browser
  2. Browser sends HTTP request to server
  3. Server processes the request
  4. Server sends back HTML/CSS/JS response
  5. Browser renders the page

Key TermsTermDescriptionURLUniform Resource LocatorHTTP/HTTPSProtocol for data transferIP AddressUnique device addressDNSConverts domain to IPBrowserChrome, Firefox, Edge

Related Notes