Unit 4 Review Comp Prin

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

public key

public and can be shared widely (encryption)

2
New cards

private key

should be known only to the owner (decryption)

3
New cards

how does internet transfer data?

Data sent over the internet is called a message, but before messages get sent, they're broken up into tinier parts called packets. These messages and packets travel from one source to the next using Internet Protocol (IP) and Transport Control Protocol (TCP)

  1. sender computer

  2. router(with IP address)

  3. TCP

  4. Router (with IP address)

  5. receiver computer (both have HTTP and IP addresses)

4
New cards

symmetric encryption

use the same key for both encryption and decryption

5
New cards

asymmetric encryption

use the different key for encryption and decryption, using private and public keys

6
New cards

internet

  • general

  • net wold of independent but connected devices

  • email, mobile apps, text, file transfers

7
New cards

world wide web

  • uses HTML (Hyper text markup language)

  • interpreted by HTTP (hypertext transfer protocol)

  • browser to browser limited

8
New cards

cloud

  • computer farms

  • tens of thousands of computers work together on a problem

9
New cards

bit

single unit of data that can only have one of two values. We usually represent the two values as 0 (off) and 1 (on)

10
New cards

byte

eight bits

11
New cards

binary sequence

also called a bitstream) is a string of ones and zeros

12
New cards

bandwidth

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

13
New cards

redundant network

multiple pathways among its physical connections to create redundancy.

14
New cards

open protocols

data is transmitted by it

standardize communication, so all data is sent by the same rules for sending and receiving the data

15
New cards

router

a computer that passes information from one network to another

connection points between networks

16
New cards

ISP (Internet Service Provider)

Internet Service Provider

provide the Internet to different communities

typically within a large organization (such as a university), the Internet connections are provided by the organization itself

17
New cards

Path

sequence of directly connected computing devices that connect a sender to a receiver

18
New cards

Routing

process of finding a path from sender to receiver

19
New cards

Scalability

ability of the Internet to keep working as it grows

20
New cards

Redundancy

inclusion of back-up elements in case one part fails

21
New cards

Fault Tolerance

ability of a system to work around problems

22
New cards

Protocol

set of rules that specify the behavior of a system

23
New cards

IP address

32 bits

a unique number assigned to each device on a computer network

24
New cards

packet

a small chunk of any kind of data (text, numbers, lists, etc.) and metadata (information about the data) that is passed through the Internet as a data stream

25
New cards

packet switching

the Internet sends short bursts of information, not long continuous strings

26
New cards

IP

(Internet Protocol) The routers at every connection point on the Internet run IP, which transmits packets from one IP address to another

lets your computer pretend it has a direct connection to another computer.

27
New cards

TCP

(Transmission Control Protocol) The computers (including servers) at the two endpoints of a communication run TCP, which guarantees that packets arrive successfully.

lets your computer pretend it has a reliable connection to the other computer.

28
New cards

domain name

a human-readable way

29
New cards

hierarchy

an arrangement with the biggest category at the top and subcategories below, like a triangle of locating an Internet site

30
New cards

domain name system (DNS)

an Internet protocol for translating domain names to IP addresses