Unit 2 Flashcards

1
Q

what was the Internet a result of?

A

ARPANET - Advanced Research Project Agency Network

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

what was the goal of ARPANET?

A

create a communication system that can survive a nuclear attack

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

what are the two types of networks?

A

centralized and distributed

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

what was Paul Baran’s idea for sending info through net?

A

break up into blocks and send them as fast as possible in any direction

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

who owns the internet?

A

no one

internet is made up of individually operated networks - no central control, end to end connectivity

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

what did the internet working protocol do?

A

set groundwork for internet

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

ISP

A

internet service provider - connects you to devices around the world

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

how else can you explain the internet?

A

design philosophy and an architecture expressed in a set of protocols

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

protocols

A

well known set of rules and standards used to communicate between networks

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

what did the design philosophy allow the internet to do?

A

to adapt and absorb new communication technology

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

IP

A

internet protocol

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

IP Address

A

all devices have a unique address/number

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

how are IP Addresses represented?

A

represented in bits: 32 bits in total/ 8 per part

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

4 parts of IP address

A

country (now network), region (now network), subnetwork, device

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

IPV4

A

4 billion ip addresses (what we have now)

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

IPV6

A

128 bits/ 340 undecillion

what we are transforming into

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

DNS

A

Domain Name System

associates web names into IP Addresses

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

How are DNS services connected?

A

in distributed hierarchy - .com/.net/.org

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

how was DNS created as? what susceptibility?

A

open and public communication protocol
cyberattacks

20
Q

DNS spoofing

A

hacker taps into DNS server and changes domain name to wrong IP address

21
Q

how are DNS and IP designed?

A

designed to scale

22
Q

do we have direct dedicated connection?

A

no - it’s impossible

23
Q

how does info go from one computer to another?

A

packets of info - like a car (takes account of traffic, quickest path, etc)

24
Q

what are the limits of sending digital packets?

A

can’t sent a big one- have to split it into diff packets that have to and from addresses so that they reach the right place

packets can arrive at different times and out of order, but is assembled correctly at destination

25
what are routers?
traffic managers of packets keeps track of paths to send info and chooses the cheapest path
26
what does cheap mean in this case?
taking account into time, politics, and relationships
27
what does many paths allow for?
redundancy = fault tolerant= reliability
28
does most direct equate to best option?
no
29
TCP
transmission control protocol manages the sending and receiving of all packets signs for delivery or not depending on if all packets are present; missing packets are resent if missing
30
advantage of TCP and Routers?
scalable
31
what is an URL?
uniform resource locator web address
32
what is the process of computers asking servers for websites?
it talks to the server asking with "GET" requests, and the server sends it back as HTTP
33
what are GET requests?
sent from computer to desired server tells server that you want all HTML code
34
what is HTTP?
hypertext transfer protocol language used to communicate between browers and servers
35
what is HTML?
hypertext markup language language that tells a web browser how a page should look
36
What do HTML include? what not?
include texts, but not images/videos images and videos have their own URLs, so they get their own GET requests sent
37
POST requests
you send the info to servers, and then the server sends you your web page with a cookie
38
what are cookies?
an ID card that webs use to remember who you are
39
what aspects of the internet lead to hacking?
it's completely open, all connections are shared, and all info is sent in plain text
40
how do safe websites prevent snooping and tempering?
through secure channels : Secure Socket Layer and Transport Layer Security
41
what do SSL and TLS so?
layer of security around your connections
42
what is HTTPS?
hypertext transfer protocol secure
43
what are digital certificates?
when a web asks a browser to engage in a secure connection, it first provides this proving it's the website it claims to be (id almost) its given by higher authorities that says that this is the right website
44
what do HTTPS and DNS do?
manage sending and receiving of web files
45
what do TCP/IP and routing do?
break down info and transport them by packets
46
what do wires and cables and wifi do?
binary sequences that are sent physically