- First let's read MDN HOW WEB WORKS.
- Next let's watch a few quick examples of how the internet works.
- And [how IP addresses work](https://www.youtube.com/watch?v=KFooN7Mu0IM - how IP addresses work).
- Finally let's tie these things together and watch a video about DNS - what happens when you type an address into a web browser.
- Lastly, let's read a little about the anatomy of a URL
Now we have a better grasp about the internet, and how some of the things are working. Now, let's answer a few questions to check our understanding. Don't be afraid to do additional research (googleing) for an answer. Fork this gist and answer the following questions:
- Describe, step by step, what happens when I type
www.example.com
into my browser and try to go to the page?
- ANSWER: If the address is not in the cache or memory, the resolving name server goes to the root name server athe com tld name servers, and the example.com name servers, caches the data, and returns it to the operating system
- What does HTTP stand for?
- ANSWER:Hypertext Transfer Protocol
- What protocol does the World Wide Web use?
- ANSWER: HTTP
- Each computer on the Internet is assigned an IP address, what does IP stand for?
- ANSWER: Internet Protocol
- What does DNS stand for?
- A. Domain Name System
- How are text domain names matched to their respective numeric IP addresses.Matching the text domain names to their respective numeric IP addresses is the job of a seperate _______ server.
- ANSWER: resolving name
- What is the client?
- E. The computer which the IP address belongs to
- What does URL stand for?
- ANSWER: Uniform Resource Locator
- What are protocols
- E. The standardised method for prioratising data or document storage over a network
- What does DNS stand for?
- ANSWER: Domain Name System
- what is the
www
portion of a url?
- ANSWER: domain name
- What is The markup language used for all web documents?
- ANSWER: html
- What is the organization that monitors web technologies?
- ANSWER: The World Wide Web Consortium
- What is the Protocol for transferring web documents on the Internet?
- ANSWER: HTTPS
- What matches the domain names with numeric IP addresses?
- ANSWER: resolving name server
1.) It's important to note that the request will check the cache of ever computer(router) it hits along the way.
3.) HTTP is a protocol the web uses. => https://en.wikipedia.org/wiki/List_of_web_service_protocols