AP Computer Science Principles Unit 2

studied byStudied by 1 person
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 7

flashcard set

Earn XP

Description and Tags

The Internet of Things

8 Terms

1

Physical Network

Able to Physically connect devices to one another so that information can move through the network.

It works by Fiber optic cables, wifi signals, or copper wires physically connect the computers, smart phones, servers, etc. that make up the Internet. Computers don’t need to be directly connected to each other, just a single point on the network.

New cards
2

IP: Internet Protocol

Works by uniquely identifying people on the internet and routing messages between them.

It works by setting each device on an internet with a uniquely given IP address. Packets sent on the internet include to and from IP addresses. Routers along the way use this information to move data along a path of direct connections. Routing happens dynamically, meaning the path is unpredictable and changes based on network conditions.

New cards
3

TCP: Transmission Control Protocol

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

It works by sending divided messages into packets and sending it all at once. Packets are numbered so that they can be re-ordered and missing packets can be requested by the receiver. TCP is slower than UDP because error checking like this takes more time, but it is much more reliable.

New cards
4

UDP: User Datagram Protocol

Able to send large data over the Internet when speed is most important. You would either use TCP or UDP.

Works by dividing messages into packets and sending all at once. There is no error-checking to ensure all packets arrive or that they’re in order. UDP is faster than TCP but more errors are possible. This is useful for streaming video or online gaming because having the picture displayed quickly is more important than it being displayed with a clear picture.

New cards
5

DNS: Domain Name System

Able to translate human-readable domains like websites like example .com into IP addresses that the Internet can use.

Works When you try to go to a domain like example .com, your computer first contacts a system of servers collectively called the DNS which keeps track of the IP addresses associated with each domain name. Communication with DNS servers happens over the Internet, meaning the requests to and from servers are sent as TCP/ IP packets.

New cards
6

HTTP: HyperText Transfer Protocol

Able to Allow computers to request and share webpages, audio, images, videos, and other file types on the Internet, collectively known as the world wide web

Works with computer communication in plain text like GET to request files or send data. The server that receives the request responds with the files requested which are displayed by your browser. HTTP requests are sent between computers over the internet as part of TCP/IP packets. The world wide web is just files that are requested using HTTP and sent over the Internet.

New cards
7

How do the Internet Layers Form?

HTTP+DNS= TCP / UDP —> IP —> Physical Network

<p>HTTP+DNS= TCP / UDP —&gt; IP —&gt; Physical Network</p>
New cards
8

What are Packets

splitting, sent information into smaller chunks of data in order to reduce the file size so that it can reach the destination cleaner.

Instead of transferring a huge file as a single data block, sending it in smaller packets improves transmission rates and also enable multiple computers to share the same connection.

New cards

Explore top notes

note Note
studied byStudied by 13 people
884 days ago
5.0(1)
note Note
studied byStudied by 37 people
869 days ago
5.0(1)
note Note
studied byStudied by 57 people
676 days ago
5.0(1)
note Note
studied byStudied by 82 people
388 days ago
5.0(2)
note Note
studied byStudied by 11 people
845 days ago
5.0(1)
note Note
studied byStudied by 7 people
915 days ago
5.0(1)
note Note
studied byStudied by 11 people
706 days ago
5.0(2)
note Note
studied byStudied by 337 people
211 days ago
5.0(1)

Explore top flashcards

flashcards Flashcard (50)
studied byStudied by 8 people
366 days ago
5.0(1)
flashcards Flashcard (78)
studied byStudied by 57 people
7 days ago
5.0(1)
flashcards Flashcard (87)
studied byStudied by 80 people
373 days ago
5.0(1)
flashcards Flashcard (30)
studied byStudied by 6 people
307 days ago
5.0(1)
flashcards Flashcard (20)
studied byStudied by 21 people
757 days ago
5.0(1)
flashcards Flashcard (25)
studied byStudied by 1 person
720 days ago
5.0(1)
flashcards Flashcard (96)
studied byStudied by 1 person
303 days ago
5.0(1)
flashcards Flashcard (68)
studied byStudied by 23 people
177 days ago
5.0(1)
robot