A website is a collection of webpages, images, and other files stored on a server and accessible via the internet through a unique address called a domain name.
Websites are built with three languages:
A domain name is the human-friendly address for a
website, the part you type into your browser, like
google.com. It's much easier to remember than what's
underneath: an IP address, a string of numbers like
192.0.2.146 that identifies the actual server where the
website lives.
So how does your browser know which IP address matches the domain you
typed? It uses the Domain Name System (DNS), basically
the internet's phonebook. You type google.com, the DNS looks
it up and hands back the matching IP address, and your browser knows
exactly where to go.
200 OK and starts
sending the website's files in small chunks called
packets.
Want to go deeper?