0% found this document useful (0 votes)
32 views3 pages

Model - Internet

The document summarizes how the Internet works to display a webpage. It begins with a user typing a URL into their browser, which is then converted to an IP address by the Domain Name System. The browser connects to the web server using the IP address and sends an HTTP request for the files to build the webpage. The server processes the request and sends the files through routers and the cloud. The user's device then structures the webpage using HTML, CSS, and Javascript from the received files.

Uploaded by

Reed Jacobs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views3 pages

Model - Internet

The document summarizes how the Internet works to display a webpage. It begins with a user typing a URL into their browser, which is then converted to an IP address by the Domain Name System. The browser connects to the web server using the IP address and sends an HTTP request for the files to build the webpage. The server processes the request and sends the files through routers and the cloud. The user's device then structures the webpage using HTML, CSS, and Javascript from the received files.

Uploaded by

Reed Jacobs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

How the Internet Works: Reed Jacobs

URL URL

IP Go to Page #2
address
User opens a web browser and
types a URL (Uniform Resource Once the browser reviews the URL, the
Locator) into address bar, and Domain Name System converts the URL
presses enter into an IP address. An IP address is what
a computer/server understands.

Server: computer programs that


manage access to resources/services in
a network
With the IP address, the browser The server processes the HTTP and sends the
connects to the web server and sends requested files/data through the cloud, guided by
an HTTP request to the servers. The routers. A router sends data packets to correct areas
of a computer network. Transmission Control
request asks for HTML, CSS, and Protocol, (TCP) makes sure that the data is
Javascript, which are the building transmitted accurately and delivered in the correct
blocks of a webpage. order.
Cloud: a network of remote
HTTP: Hypertext Transfer Protocol servers that are hosted on the
HTML: Hypertext Markup Language internet
CSS: Cascading Style Sheets
Javascript: Interactive Programming Language
Once the user’s device receives the files Final Information: The cloud on the
for the website, the browser structures the internet stores specific documents
website with HTML (Hypertext Markup
and information. Online clouds can
Language), this allows text to be seen,
be accessed through different servers
CSS, (Cascading Style Sheets), this
allows for visuals/font styling, and and data packets pass through the
Javascript which allows for sites to have cloud.
interactive components, like “clicking a
button”, finally displaying the webpage.

You might also like