Introduction To IP Flashcards

1
Q

What analogy is used to explain IP in networking?

A

IP is like a series of moving vans efficiently transporting large amounts of data, with the network topology being the road and the truck being the Internet Protocol (IP)

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

What do the “boxes” inside the IP truck represent?

A

The boxes represent TCP (Transmission Control Protocol) and UDP (User Datagram Protocol), which hold the data and application information.

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

How do TCP and UDP differ in terms of connection?

A

TCP is connection-oriented, requiring a formal connection setup and close, while UDP is connectionless with no formal open/close process.

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

What type of delivery does TCP provide?

A

TCP provides reliable delivery, with error recovery, out-of-order message management, and retransmissions.

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

What type of delivery does UDP provide?

A

UDP provides unreliable delivery, with no error recovery or data retransmissions, and no flow control.

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

In which OSI layer do TCP and UDP operate?

A

Both TCP and UDP operate at OSI Layer 4, the transport layer.

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

Why would you use UDP for real-time communication?

A

In real-time communication, there’s no time to stop and resend data, so UDP is ideal because it doesn’t wait for acknowledgments or manage retransmissions

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

What are examples of connectionless protocols that use UDP?

A

DHCP (Dynamic Host Configuration Protocol) and TFTP (Trivial File Transfer Protocol) use UDP.

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

What protocols use TCP for connection-oriented communication?

A

Protocols like HTTPS (Hypertext Transfer Protocol Secure) and SSH (Secure Shell) use TCP for connection-oriented communication.

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

What are non-ephemeral and ephemeral port numbers?

A

Non-ephemeral (permanent) ports range from 0 to 1,023, while ephemeral (temporary) ports range from 1,024 to 65,535 and are assigned in real-time by the client.

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

What are the port ranges for TCP and UDP?

A

TCP and UDP port numbers can range between 0 and 65,535

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

What is the difference between TCP and UDP port numbers?

A

TCP port numbers are not the same as UDP port numbers, even if they use the same numeric value, as they serve different functions.

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