CS Principles Unit 2

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

1/20

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.

21 Terms

1
New cards

Internet

global interconnected networks

2
New cards

Maximum bits

The highest amount of data bits that can be sent.

3
New cards

IP address

A series of numbers representing a location, like a shipping address.

4
New cards

Packet Sender

A device responsible for transmitting data packets.

5
New cards

Redundancy

Repeating a task or having a backup in place.

6
New cards

Data Packet

A piece of information transmitted digitally.

7
New cards

IP Address

A unique numerical label assigned to each device in a network.

8
New cards

Layers of the Internet

Different levels involved in internet operations, like protocols and networks.

9
New cards

Digital Divide

Disparities in availability and quality of internet connection.

10
New cards

Concept Mapping

Creating connections between various terms for a comprehensive understanding.

11
New cards

Bandwidth

The capacity of data that can be transferred in a specific time.

12
New cards

HTTP

Hypertext Transfer Protocol for data communication on the web.

13
New cards

Router

A device directing data traffic between computer networks.

14
New cards

Fault Tolerant

The ability of a system to continue functioning despite errors.

15
New cards

Path

The route data takes from source to destination.

16
New cards

Computing System

The overall structure of hardware and software for computation.

17
New cards

Computing Network

Interconnected computing devices sharing resources.

18
New cards

World Wide Web

A system of interlinked hypertext documents accessed via the internet.

19
New cards

Protocol

A set of rules governing data communication.

20
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 TCP/IP in writing.

21
New cards

UDP

User Datagram Protocol. Used instead of TCP when guaranteed delivery of each packet is not necessary. UDP uses a best-effort delivery mechanism.