02 - Networks and The Internet | 01. Overview Of The Internet Flashcards
When did the internet start?
1969
Who created the precursor to the internet?
United States Department of Defense funded the creation of ARPANET, a precursor network to the internet
What does ARPANET stand for?
ARPANET stands for Advanced Research Projects Agency Network
What did ARPANET do?
ARPANET connected supercomputing centers run by government agencies and universities.
What was created to standardize the transfer of data between all of these early networks to communicate with one another?
In the 1970s, the transmission control protocol and internet protocol, otherwise known as TCP/IP, were created to provide standards around the transfer of data that would allow these early networks to communicate with each other.
When was TCIP/UP researched and implemented?
TCP/IP was researched and specified throughout the 1970s and adopted in the early 1980s. As different networks adopted TCP/IP, the interconnected global network of networks that is today known as the internet was formed.
Which places/universities were early ARPANET institutions?
Westcoast: SRI, UCSB, UCLA, SDC, RAND, UTAH
Eastcoast: MIT, BBM, HARVARD
T/F | The “internet” and the “world wide web” are the same thing?
FALSE. While people today often use the terms internet and world wide web interchangeably, they actually refer to quite different things.
What is the “internet”?
The internet refers to the actual network of connected computing devices. Although the internet was around in the 1980s, there was not an intuitive way for most people to browse the internet. The internet just sent messages produced by one computer and presented them to another computer.
When did the world wide web happen and who brought it about?
1989 when Tim Berners-Lee invented the world wide web.
What is the “world wide web”?
The world wide web is a collection of interlinked websites and other web resources. The world wide web, in combination with the rise of web browsers in the 1990s, introduced a user-friendly interface that enabled users to browse multimedia content and interact with other users.
The invention of the world wide web led to the use of the internet in wider society through the 1990s and the creation of a variety of websites that are still in use today.
The internet is a network that links computer devices worldwide, enabling people to share information with one another despite vast distances. But how is information sent from one device to another?
Servers
What is a server?
A server is a specialized computer connected to a network which provides, or “serves up”, resources or services. The role of this computer is to listen to requests from network devices and send back data.
Servers are not like computers we know. They don’t have monitors and keyboards since they are focused on storage.
What happens when you request a website in your browser?
When you type a web address and press enter a series of things occur:
- The request is sent from your device to a server across the internet as a “client request” for the files that make up the website.
Browser -> Client Request -> Web Server - The contacted server is dedicated to holding the websites files
- Once the server receives the request it contains logic for processing the request and identifying the files the client has requested.
- The web server responds to the browser request with the necessary files.
This is what allows the browser to show the website files to you.
Web Server -> Server Response -> Browser
What are some popular web browsers?
Safari, Mozilla, Chrome, Explorer, Opera