AP CSP: Essential Internet Concepts and Network Principles

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

Internet

A large collection of interconnected computing devices. It is a global network of interconnected computer networks that uses standard protocols.

2
New cards

Computing Device

A physical artifact that can run a program. Examples include computers, tablets, servers, routers, and smart sensors.

3
New cards

Computing System

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

4
New cards

Computer Network

A group of interconnected computing devices capable of sending or receiving data. It is a type of computing system.

5
New cards

Connection Medium

The appropriate means for transmitting a digital signal. This includes copper wire, fiber optic cable, or radio wave transmission.

6
New cards

Router

A device that forwards data packets to parts of a computer network.

7
New cards

Client

Typically the end-user device or software (like a web browser) that initiates communication by sending a request to the server.

8
New cards

Server

A fully automated program running on a remotely located computer that manages access to a centralized resource and processes the client's request, sending the appropriate response back.

9
New cards

Browser

Application software that retrieves, presents, and traverses information resources. It interprets the HTML information received from the server to render the text and images onto the user's screen.

10
New cards

Webpage

A document (often formatted in HTML) that is requested from a server and displayed by a browser.

11
New cards

Process

The client initiates a request (e.g., clicking a link) → The request is routed to the remote server → The server generates the content (e.g., HTML) → The server transmits the content back through the network → The client's web browser interprets the HTML and renders the webpage.

12
New cards

Packet

A block of data transmitted across a network. All information is broken into these small units for transmission.

13
New cards

IP Address

A unique numerical identifier for a device on a network. It is used to identify and locate a device for communication.

14
New cards

Domain Name System (DNS)

A database that maps a URL (or web address) into an IP Address.

15
New cards

Redundancy

The inclusion of extra components that can be used to mitigate the failure of a system if other components fail.

16
New cards

Fault-Tolerance

When a system can support failures and still continue to function.

17
New cards

Scalability

The ability to add more devices easily without any negative consequence to time performance.

18
New cards

Bandwidth

A measure of bit rate—the maximum amount of data (measured in bits per second) that can be sent in a fixed amount of time.

19
New cards

Latency

The time elapsed between the transmission and the receipt of a request.