2.0 Networking! Flashcards

1
Q

What is IP? And what does IP stand for?

A

IP stands for Internet Protocol. IP is the protocol by which data is sent from one computer to another on the internet.
IBID: IP is a set of rules that allows computers and other devices to communicate over the Internet.
There are several types of Internet Protocols including TCP, UDP, FTP, HTTP, HTTPS, SMTP etc. etc.
Each one has a specific purpose.

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

What is TCP? What does TCP stand for?

A

TCP stands for Transmission Control Protocol.

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

What is UDP? What does UCP stand for?

A

UDP stand for User Datagram Protocol.

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

TCP IP vs. UCP IP

A

TCP - Primarily used for reliable data transmission, ensuring all packets are received in order
UCP - Preferred for applications requiring low latency, like streaming video, as it prioritizes speed over guaranteed delivery
Low latency means small to no delay in sending and receiving the packet of data.

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

What is Latency?

A

Latency is the time it takes for a packet of data to go from source to
destination. Latency is measured in milliseconds. Just 50 milliseconds of latency —less than one-tenth of one second — can result in poor network and application performance

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

HTTP

A

The protocol used for transferring web pages between servers and clients

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

FTP

A

The protocol that enables file transfer between devices, allowing users to upload and download files.
One of the oldest protocols.

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

SMTP

A

Internet protocol that handles the sending of emails between servers

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

DNS

A

Internet protocol that translates human-readable domain names into machine-readable IP addresses

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

bit vs. byte

A

bit – the smallest unit of
data. A bit is either a 0 or a 1.
0 means off, no, false
1 means on, yes, true

Byte – consists of 8 bits! It’s often used to represent a single character or a small amount of data.

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