Internet Flashcards

1
Q

Distributed Network

A

A network configuration where every participant can communicate with one another without going through a centralized point

Since there are multiple pathways for communication, the loss of any participant will not prevent communication

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

Dumb Network

A

Does not interfere with or manage an application’s operation/communication - just follows instructions (ex. where to deliver something to)

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

Vinton Cerf and Bob Kahn

A

designed the software code that is used to transmit data throughout the internet

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

IETF

A

Internet Engineering Task Force

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

HTTP

A

A special format of text that can contain links to other texts

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

HTTPs

A

More encrypted version of HTTP, secure website that people can enter sensitive information onto

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

FTP

A

for transferring files (ex. downloading)

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

SMTP

A

important for sending and distributing outgoing emails

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

SFTP

A

for sending really secure/encrypted files (sends them over a secure shell data stream)

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

SSH

A

a network protocol used for secure remote access and control over a computer network

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

IMAP

A

allows users to access and manage their emails on the server, rather than downloading them to a local device. This means that the user can access their emails from multiple devices and the emails will be synced across all devices

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

Gopher

A

first iteration of the internet, before HTTP

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

Non IP/TCP protocols (ex. text/SMS)

A

communicate through cellular networks instead of through internet protocol

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

IPv4 vs IPv6

A

IPv6 means every single device will have its own unique IP address, in IPv4, not every device has a unique IP address, but no device that shares the same local IP address has the same specific IP address

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

MAC address

A

uniquely identifies each device on a network

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

Transmission Control Protocol (TCP)

A

determines how data is broken into packets and reassembled on the receiving end

17
Q

What does each data packet contain?

A

32 bits of a header and data, header contains information about the data so that the reader can understand the data

18
Q

Sequence number

A

tells what number packet a data packet is and how many data packets there are

19
Q

Check Sum

A

Hash function that ensure integrity of data

20
Q

UDP

A

willing to sacrifice accuracy in the name of speed

21
Q

Top level domains vs subdomains

A

Top level domains - the word that ends the website (ex - .com, .org)
Subdomains - divisions within a large domain, the word that becomes before the website (ex. blog.website.com)

22
Q

DNS and Name Servers

A

DNS - translates domains into IP addresses (contact book for IP addresses)
Name serves - maintain DNS records

23
Q

ICMP

A

reports errors in IP networks. It allows devices to communicate messages, such as unreachable hosts or packet fragmentation errors

24
Q

Data offset

A

Start of the data section in a packet