Web - Client architecture
It works in following ways :-- Whenever a User types an URL in browser
- A request is sent to the DNS server
- IP address is mapped to the Domain name
- Request is then sent to actual server of the website
- This server process the client's request and generates a response
- Responee is then sent from server to the client
Comments
Post a Comment