Unit 2 Vocab | AP CSP

0.0(0)
studied byStudied by 47 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Computing Device

a machine that can run a program, including computers, tablets, servers, routers, and smart sensors

2
New cards

Computing System

a group of computing devices and programs working together for a common purpose

3
New cards

Computing Network

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

4
New cards

Path

the series of connections between computing devices on a network starting with a sender and ending with a receiver.

5
New cards

Bandwidth

the maximum amount of data that can be sent in a fixed amount of time, usually measured in bits per second.

6
New cards

IP Address

A number assigned to any item that is connected to the Internet

7
New cards

Packets

Small chunks of information that have been carefully formed from larger chunks of information.

8
New cards

Protocol

A set of rules governing the exchange or transmission of data between devices.

9
New cards

Router

A computer which receives messages traveling across a network and forwards them towards their intended destinations

10
New cards

Network Redundancy

having multiple backups to ensure reliability during cases of high usage or failure.

11
New cards

Fault Tolerant

This can continue to function even in the event of individual component failures. This is important because elements of complex systems like a computer network fail at unexpected times, often in groups.

12
New cards

Packets

Small chunks of information that have been formed from larger chunks of information

13
New cards

TCP

Transmission Control Protocol - provides reliable, ordered and error-checked delivery of a stream of packets on the internet. TCP is tightly linked with IP and usually seen as TIP/IP in writing.

14
New cards

UDP (User Datagram Protocol)

A communications protocol that is primarily used for low-latency and loss-tolerating connections such as streaming services. Packets are sent, but no error checking is performed and lost packets are not replaced