Units 3 & 4 Vocab. Flashcards

1
Q

server

A

a computer that knows how to pass messages to other computers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

packets

A

small pieces of info passed b/w computers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

addresses

A

’s that uniquely identify a computer on the network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

protocol

A

rules governing the transfer of info between computers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are servers connected by?

A

telephone poles & wires on land and cables under sea

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

TCP/IP

A

Transmission Control Protocol. Internet Protocol. rules & instructions on how 2 send info over the internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

IP address

A

each device has one. 4 numbers, each b/w 0-255 (cuz 4 bytes). 128.244.50.1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

DNS

A

Domain Name System (or Service or Server), an Internet service that translates domain names into IP addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

how many possible IP addresses? is that enough?

A

abt 4 billion. no.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

IPv6

A

6 bytes. abt 281 trillion possibilities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

man-in-the-middle attack

A

network packets r easily intercepted and changed. rogue server could manipulate communications b/w 2 individuals or just gather info.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

solution to maninmiddle attack

A

trust. only phone companies & qualified individuals are allowed to operate major internet servers. or cryptography to encode info.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Dictionary Attack/Brute-Force Attack

A

a computer can try thousands of word or letter combinations per second to guess ur password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

bad & good passwords

A

bad = only words good = 12+ random letters & symbols

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

phishing

A

type of social engineering. when an email and/or website pretends to be someone else & tries to get u to type in ur password & send it to them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

social engineering

A

security attacks that prey on human psychology

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

malware

A

programs that do bad things to ur computer or device - erase files, steal information, take pictures with ur webcam, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

virus

A

most common type of malware. most comp’s come w/ anti-virus software now. free anti-v programs = AVG Free & Avast. cuz v is a program, user must download & run virus somehow. might be disguised as game/video. some take advantage of vulnerabilities in comp systems (Ex: memory stick that automatically runs when u plug it into a computer). must be created for specific operating systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

other types of malware

A

trojans, worms, spyware, rootkits, crimeware, zombie computer, botnet, pharming, Van Eck phreaking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

input device

A

anything that lets u interact w/ the PC Ex: keyboard, mouse, microphone

21
Q

output device

A

anything that the PC uses to show u what u did Ex: monitor/display, printer, speakers

22
Q

peripheral

A

anything connected to the computer, but not inside the case Ex: keyboard, monitor, printer

23
Q

storage devices

A

anything that stores info for the computer.

a place to put all those 1s and 0s

capacity measured in megabytes

Ex: hard disk drive, optical disc drive, USB flash drive/memory stick

24
Q

hard disk drive

A

stores info for a computer using a series of magnetic plates. a magnetic arm can read & write the info on the plates, while the plates spin. don’t put a magnet close to one. could die out of box/last a decade. predicting failure = difficult. modern capacity - 250GB - 2TB

25
optical disc drive
bounces a laser beam off the shiny surface of a disc to read it. the reflective surface actually has microscopic pits & grooves in it to store bits.
26
diff b/w CD's, DVDs, and Blu-Ray
ability to fit more pits & grooves into less space using smaller wavelength lasers rainbow - red light \> green light \> blue light; each wavelength = size of each hole
27
Random Access Memory (RAM)
fast, temporary storage that the PC uses for what it's doing at that moment comes in "sticks" capacity of 1 stick - 1-4GB Ex: opening documents, running programs, mouse pointer location
28
expansion cards
add some kind of functionality to a PC getting getting rarer, since lots of functions (network, graphics, sound) r built in2 motherboards now (on-board)
29
network card
allows a PC to go on a network
30
graphics card
processes graphical info (usually 3D) for the PC
31
Power Supply Unit (PSU)
provides power to the internal components of the computer. diff things might require diff types of connection. PSUs also have wattages - some things might require more watts than others
32
Central Processing Unit (CPU)
the part that actually performs the instructions & calculations given by programs. connected to all the other parts of the computer via the bus on the motherboard.
33
motherboard (mobo)
connects everything together and lets the other parts communicate lots of diff places for plugging things in: slots, ports, sockets, connectors
34
form factors
diff sizes of motherboard
35
bus
physical connections (wires) and protocols that allow devices to communicate on motherboard
36
software
the instructions for the computer tells the CPU what to calculate tells the other hardware what to do
37
operating system (OS)
the most basic level of software handles the low-level hardware instructions - translating the signals from the mouse into actual cursor movements - displaying pixels on screen - reading & writing from a hard drive provides an environment for other software to work common OS's = Microsoft Windows, Mac OSX, Linux software for one OS won't work on another
38
drivers
instructions for the OS to use other devices special additions to an OS that lets it use new hardware (usually come w/ CD or something to install the driver) ex: an OS might not know how to use a printer until it has the right driver for it
39
program
software that a user interacts with, that lets u do something Ex: Microsoft Word, Mozilla Firefox
40
how OS's, programs, and drivers all work together
41
BIOS
Basic Input/Output System software built into the motherboard that runs when a PC is booting most important thing it does = decide what storage device to use to finish booting (load an OS). will typically use hard drive, but can load an OS from ANY storage device - a CD, DVD, or memory stick can access by pressing Delete, F1, F2 or F10 while PC is loading (keep tapping)
42
bootstrapping/booting up
describes a comp when it is just turned on
43
command line/shell
early comp's didn't have graphics - if u wanted to do anything u would have to type commands for the comp to do still used today. someone proficient with the command line can navigate the comp & do some complex tasks more efficiently
44
prompt
a sequence of characters that the shell uses to inform u that it's ready for a command
45
path
the folder/directory u r in
46
switch/option
Ex: /w changes the behavior of the command can have 1+ switch
47
read & write
the words used to refer to getting data from a storage device and putting data on a storage device
48
Van Eck phreaking
the process of eavesdropping on the contents of a CRT or LCD display by detecting its electromagnetic emissions.