TCP/IP Flashcards
What does TCP do?
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.
What do ports 20 and 21 do in TCP?
FTP (File Transfer Protocol). Port 20 for sending and receiving files, port 21 for control
What does port 22 do?
SSH (Secure Shell), allows secure login to computers.
What does Port 25 do?
SMTP (see terms)
What does port 80 do?
HTTP (see terms)
How does IP work?
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.