Chapter 1- The Internet
Chapter 1- The Internet
IP provides a set of rules that govern how data is transmitted across networks.
Universal Service Fund (USF): aims to bridge the digital divide by subsidizing the
cost of telecommunications infrastructure and services in underserved or rural
areas through fees levied on telecommunications providers;
GDPR: dictates how personal data in the European Union (EU) should be collected,
stored, and used by online services;
Net Neutrality: seeks to ensure that all Internet traffic is treated equally by Internet
service providers.
World Wide Web (WWW)
The World Wide Web is a service that uses the Internet’s infrastructure to provide
digital devices and applications with access to websites.
Popular Internet services include email, Voice over IP (VoIP), and Short Message
Service (SMS).
Clients are the typical web user's internet-connected devices and web-accessing
software available on those devices
Internet connection: Allows devices to send and receive data on the web.
The browser needs to find out which server the website lives on, so it can send
HTTP messages to the right place
i. Code files: Websites are built primarily from HTML, CSS, and JavaScript,
though you'll meet other technologies a bit later.
ii. Assets: This is a collective name for all the other stuff that makes up a
website, such as images, music, video, Word documents, and PDFs.
What happens?
1. The browser goes to the DNS server, and finds the real address of the server
that the website lives on.
2. The browser sends an HTTP request message to the server, asking it to send a
copy of the website to the client
This message, and all other data sent between the client and the server, is sent
across your internet connection using TCP/IP.
3. If the server approves the client's request, it starts sending the website's files
to the browser as a series of small chunks called data
4. The browser assembles the small chunks into a complete web page and
displays it to you
An overview of HTTP
HTTP is a protocol for fetching resources such as HTML documents.