Ports Flashcards
Which ports are reserved/need admin access?
0-1023
What is the difference between UDP and TCP?
UDP: Connectionless model; simple protocol for delivering packets of data. However, packets could be dropped, lost, or arrive out of order. Useful for video call. NTP, DNS, DHCP.
TCP: Connection-oriented protocol that provides a byte stream of data. 3-way handshake and acknowledgment of packets being received. Offers reliable transmission of data. Lost packets can be retransmitted. Used when data must be reliable and in order. Email (SMTP), web (HTTP, HTTPS), File Transfer Services (FTS), Secure Shell (SSH)
What port is DHCP on? (Dynamic Host Configuration Protocol)
Port 67
What port is DNS on? (Domain Name System)
Port 53
What port is NTP on? (Network Time Protocol)
Port 123
What port is SMTP on? (Simple Mail Transfer Protocol)
Port 25
What port is IMAP on? (Internet Message Access Protocol)
Port 143
What port is Telnet on? (Teletype Network)
Port 23
What port is SSH on? (Secure Shell)
Port 22
What port is FTP on? (File Transfer Protocol)
Port 21
What port is SFTP on? (Secure File Transfer Protocol)
Port 22 (Uses SSH as a sub system)
What port is HTTP on? (HyperText Transfer Protocol)
Port 80
What port is HTTPS on? (Hypertext Transfer Protocol Secure)
Port 443