Skip to content

Update how_does_the_web_work.md #29640

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions foundations/installations/how_does_the_web_work.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This section contains a general overview of topics that you will learn in this l
1. Watch this BBC short for an [overview of how the internet works](https://www.youtube.com/watch?v=eHp1l73ztB8).
1. Read this [Mozilla article on "How does the internet work?"](https://developer.mozilla.org/en-US/Learn/Common_questions/How_does_the_Internet_work).
1. Watch [How the Internet Works in 5 Minutes](https://youtu.be/7_LPdttKXPc?t=46s).
1. Watch [How the Web Brings You Websites] with nice comparison to real life examples (https://www.youtube.com/watch?v=gDUEgYrAv2c).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move this into the additional resources instead of the lesson assignment.

1. Read up on the [differences between a web page, a web server, and a search engine](https://developer.mozilla.org/en-US/Learn/Common_questions/Pages_sites_servers_and_search_engines).
1. Watch this [Google short explaining what a web browser is](https://youtu.be/BrXPcaRlBqo). Then, use this site to [find out your current web browser and version](https://www.whatsmybrowser.org/).
1. Read about [how different parts of the web interact with each other](https://developer.mozilla.org/en-US/Learn/Getting_started_with_the_web/How_the_Web_works#Clients_and_servers) and read this [MDN article about how a DNS request works](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_domain_name#how_does_a_dns_request_work). Alternatively, here is a [video about how a DNS request works](https://www.youtube.com/watch?v=72snZctFFtA&t=45s).
Expand Down