Download as pdf or txt
Download as pdf or txt
You are on page 1of 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