Overview of the Internet Flashcards

1
Q

How did the internet start?

A

In 1969, the United States Department of Defense funded the creation of ARPANET, a precursor network to the internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does ARPANET stand for?

A

ARPANET stands for Advanced Research Projects Agency Network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What was the function of ARPANET?

A

The function of ARPANET was to connect supercomputing centers run by government agencies and universities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does TCP/IP stand for?

A

The transmission control protocol and internet protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why was the TCP/IP created?

A

The TCP/IP was created in the 1970’s to provide standards around the transfer of data that would allow early networks to communicate with each other. (adopted in early 1980s)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the difference between the internet and the world wide web?

A

The world wide web, or web for short, are the pages you see when you’re at a device and you’re online.

But the internet is the network of connected computers that the web works on. Think of the internet as the roads that connect towns and cities together. The world wide web contains the things you see on the roads like houses and shops.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the client-server model?

A

Client/server is a model of interaction in which a program sends a request to another program and awaits a response.

The client refers to the user’s device or program that is making a request for data. A client can be a browser or application running on a user’s laptop, smartphone, or tablet.

The server is the device or program in that network that waits for incoming requests and sends back data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the job of the server?

A

The server is dedicated to holding the websites files. Servers contain logic for processing a request and identifying the files and data that the client has specified. It will respond to the browser’s request with the necessary files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a server?

A

A server is a specialized computer connected to a network which provides, or “serves up”, resources or services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do browsers and servers communicate?

A

The browser and server communicate with each other using the internet protocol HTTP, or hypertext transfer protocol, which allow for data transfer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What’s the role of the browser?

A

The browser initiates a request to the server and renders website files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is HTTP?

A

HTTP stands for hypertext transfer protocol and is a standardize set of rules for how browsers and servers transfer data to one another.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are status codes?

A

When a server responds to a client, the server specifies a status code as a part of the response. Status codes indicate whether or not the HTTP request was successfully completed and if there was an error, they contain some information about the type of error that happened.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does the 404 code mean?

A

The requested resource was not found

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do web browsers work?

A

Every time we load a webpage, our device sends a request for each file that makes up that page.

1.When a user types in a URL and presses enter, the server processes the request and sends the HTML file back to the client. The HTML file holds content and links to display the site properly.

2.The browser will begin to search for elements in the HTML file and it will start to make additional HTTP requests for any other external resources used by the HTML file. This often includes:

a.) One or more CSS stylesheets.The browser analyzes the CSS and starts applying the visual styles to the content of the site.
b.) Website assets, like images and videos, from the server to the browser.
c.) One or more JavaScript files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are static web pages?

A

Static web pages are web pages that do not respond to user behavior and the content is the same for all users.

17
Q

How is web 2.0 different than web 1.0?

A

Web 2.0:
1. Provides a dynamic user experience by offering content that responds to user input without forcing the page to reload.
2. Emphasizes user-generated content and social sharing.