Layers of the Internet

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

What problem does a physical network solve?

Physically connecting devices to one another so that info can move through the network

2
New cards

What problem does an internet protocol solve?

Uniquely identifying people on the internet to route messages between them

3
New cards

What problem does TCP: Transmission Control Protocol solve?

Send large messages over the Internet when accuracy is the most important. You would use either TCP or UDP

4
New cards

What problem does UDP: User Datagram Protocol solve?

Send large messages over the Internet when speed is the most important. You would use either TCP or UDP.

5
New cards

What problem does DNS: Domain Name System solve?

Translates human-readable domains like code.org into example addresses that can be used by the internet

6
New cards

What problem does HTTP: HyperTextTransferProtocol solve?

Allow computer to request and share webpages, audio, images, videos, and other file types on the internet, collectively known as the World Wide Web

7
New cards

How does a physical network work?

Computers are connected to a network via cables or wifi

8
New cards

How does Internet Protocol work?

Each device on the internet is given a unique IP address and the packets of information include to and from IP adresses, allowing routers to know where to send the packets

9
New cards

How does a TCP work?

Messages are divided into packets and sent all at once. Packets are numbered so they can be reordered and missing packets can be requested by the reciever.

10
New cards

How does UDP work?

Messages are divided into packets and sent all at once. There is no error-checking to see if all packets arrived or that they’re in order.

11
New cards

Which is faster: TCP or UDP?

UDP is faster because TCP has to check for errors, but this means that UDP has more errors possible

12
New cards

How does a DNS work?

when you go to a website, your computer contacts a DNS which keeps track of the IP addresses associated with each domain name. The request to and from servers are sent as TCP/IP packets

13
New cards

How does a HTTP work?

Computers communicate in plain text like GET to request files or send data. The server that recieves the request responds with the files requested which are displayed in your brower. HTTP requests are sent between computers over the internet as part of TCP/IP packets

14
New cards

Computing device

A physical device that can run a program, such as a computer, smart phone, or smart sensor.

15
New cards

Computer network

A group of interconnected computing devices capable of sending or receiving data.

16
New cards

Bandwidth

The maximum amount of data that can be sent in a fixed period of time over a network connection, typically measured in bits per second.

17
New cards

Protocol

An agreed upon set of rules that specify the behavior of a system.

18
New cards

Scalability

The ability of a system to adjust in scale to meet new demands

19
New cards

World Wide Web

A system of linked pages, media, and files, browsable over HTTP