Lab Exam 2 Flashcards

(48 cards)

1
Q

HTTP description

A

computers request/send data in English

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

the domain name system (DNS) description

A

website URL’s and their IP addresses

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

TCP description

A

sending and receiving packets–perfection

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

UDP description

A

sending and receiving packets–speed

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

internet protocol (IP) description

A

unique IP addresses, rules for routers

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

Binary/ASCII/Unicode protocols description

A

everything can be represented by bits

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

physical network description

A

copper wires, Wi-Fi, cell towers, routers

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

Engineers configured telephone switches to do simple calculations like adding two numbers (decade)

A

1920s

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

First computers; occupied entire rooms (decade)

A

1940s

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

Engineers could put multiple switches on a single chip. U.S. moon rocket program brought dramatically improved chips and decreased prices (decade)

A

1960s

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

Earlier room-sized computers could fit on one coin-sized computer chip (decade)

A

1970s

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

Earlier room-sized computers could fit on a pinhead-sized chip (decade)

A

Today

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

Moore’s Law

A

The trend of switch sizes halving about every two years

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

Transistors

A

switches

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

How many symbols are used in the binary system?

A

2

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

How many symbols are used in the decimal system?

A

10

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

How many bits are in 2 bytes?

A

16

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

01101101 in decimal

A

109

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

11010011 in decimal

A

211

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

203 in binary

21
Q

Why is Moore’s Law ending?

A

Because we are reaching the inability to double the number of transistors in the current area of a circuit or chip. We are down to a 2 nm distance as of now. Technology is not in place to shrink the space between transistors forever.

22
Q

How can you tell if a binary number is even (or odd) just by looking at it?

A

You can look at the right-most bit. If it is a 1, the number is odd. If it is a 0, the number is even.

23
Q

Why do computers use the ASCII/Unicode protocols

24
Q

What is an abstraction?

25
How is the internet abstract?
26
What are routers?
27
What happens if a router crashes?
28
What is redundant routing?
29
Who owns the internet?
30
Who controls the internet?
31
What are the two responsibilities of the internet protocol?
32
What is the first thing that happens when a new device is connected to the internet?
33
What makes the internet "fault tolerant" (4 reasons)?
34
What is the difference between IPv4 and IPv6? How many bits for each IP address?
35
What is a packet of data? How big are they?
36
Why do we break down data (like an image or file) into packets? Why not just send the whole thing in one packet?
37
What metadata must be in each data packet so it can reach the receiver? 5 things
38
What are the differences between TCP and UDP? What determines which one to use?
39
What is a website URL and why do users use them to access a website?
40
What is the purpose of the Domain Name System?
41
What is DNS spoofing and how does it get a user to a fraudulent website?
42
How can a user tell if the website they are viewing is fake/fraudulent?
43
What are the two main HTTP commands?
44
What can a HTTP request ask for?
45
How does a device connect to a website's server?
46
What is bandwidth and how is it measured?
47
What is latency and how is it measured?
48