UNIT 2 AP CSP 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/41

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.

42 Terms

1
New cards

Computer servers

a more powerful computer that "serves" other computers by providing some service or functionality; usually housed in a data center so lots of other "client" computers can access it.

2
New cards

File server

stores and manages files that can be accessed by other computers on a network.

3
New cards

Web server

responds to requests for webpages by other computers.

4
New cards

Routers

devices that help "route" network requests and help connect computers and send data packets.

5
New cards

Embedded device

a highly specialized device meant for a very specific purpose; usually embedded, or included within another object or as part of a larger system.

6
New cards

Computing system

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

7
New cards

Computer network

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

8
New cards

Node

any addressable device on a network.

9
New cards

Network interface card

allows a computer to join a network as a node; a node must have one to be able to join the network.

10
New cards

Network switches

central nodes that move messages to nodes in the same network.

11
New cards

Network router

connects two or separate networks.

12
New cards

Network bandwidth

maximum amount of data that can be sent in a fixed amount of time.

13
New cards

Data transfer rate

the time it takes to transfer data from one device to another (measured in Mbps

14
New cards

Uploading

sending data (purchasing something, saving files to the cloud, sending files, posting on social media).

15
New cards

Downloading

receiving data (browsing websites, reading email, watching movie/videos, listening to music, playing online games).

16
New cards

Latency

how long it takes data to travel between its source and its destination.

17
New cards

IP Address

an Internet Protocol address is a unique numerical label assigned to each device connected to a computer network.

18
New cards

Hostname

unique identification for a specific computer on the Internet.

19
New cards

Domain Name

part of a hostname that identifies a specific organization or group; acts like a phonebook for the Internet.

20
New cards

Cloud computing

a network of remote servers (powerful computers) located around the world, usually in large, safe buildings called Data Centers.

21
New cards

Packets

packages/envelopes of information that contain chunks of data or metadata used for routing the packet between the origin and the destination on the Internet as well as for data reassembly.

22
New cards

Protocols

networking rules that packets follow in order to get to the destination in the right order.

23
New cards

Transmission Control Protocol (TCP)

the first protocol that helps the computer break the messages into packets, create a header for each packet that identifies the data, and assigns a port to the message.

24
New cards

Internet Protocol (IP)

the next protocol that adds its own header, adding destination and sender's IP address to the packets, and deals with the routing of packets through interconnected networks to their destination.

25
New cards

Packet routing

routers direct the packets as they move between networks; they choose the fastest (or cheapest) route (which is not necessarily the shortest route); usually dynamic, meaning it is not specified in advance.

26
New cards

Path

sequence of directly connected computing devices; begins at sender and ends at receiver.

27
New cards

Internet

a computer network consisting of interconnected networks that use standardized, open (non

28
New cards

Fault tolerance

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

29
New cards

Redundancy

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

30
New cards

DDoS

stands for distributed denial of service; cyber attack on a specific server or network that attempts to disrupt normal operations or traffic for that server. The attack floods the server or network with a constant flood of traffic that makes it impossible for the server to withstand the influx of messages.

31
New cards

Botnet

group of bots used in a DDoS attack to overwhelm a site.

32
New cards

Sequential computing

a computational model in which operations are performed in order one at a time.

33
New cards

Parallel computing

a computational model where the program is broken into multiple smaller sequential computing operations, some of which are performed simultaneously.

34
New cards

Distributed computing

a computational model in which multiple devices are used to run a program.

35
New cards

HTTP

Hypertext Transfer Protocol

36
New cards

HTTPS

Hypertext Transfer Protocol Secure

37
New cards

URL

Uniform Resource Locator

38
New cards

HTML

Hypertext Markup Language

39
New cards

Webpage

page with information that is written in HTML and is published on the WWW.

40
New cards

Link

connection between one page and another.

41
New cards

Website

collection of webpages on the same domain.

42
New cards

Web browser

Software that displays an HTML page; HTML tags guide the browser.