TCP/IP Flashcards

1
Q

What does TCP do?

A

Ensures datagrams are reliably sent and different types of data can be accessed simultaneously. It allows the receiving computer to tell which port (and which application) to send the datagram to. It also waits for confirmation of the arrival of datagrams, and can resend damaged ones. Because of this, it is relatively slow.

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

What do ports 20 and 21 do in TCP?

A

FTP (File Transfer Protocol). Port 20 for sending and receiving files, port 21 for control

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

What does port 22 do?

A

SSH (Secure Shell), allows secure login to computers.

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

What does Port 25 do?

A

SMTP (see terms)

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

What does port 80 do?

A

HTTP (see terms)

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

How does IP work?

A

Datagrams from TCP are wrapped in another datagram containing sender and receiver IP addresses. The datagram is then passed through the internet to the correct receiver, where it is unwrapped and passed to TCP.

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