Common Network Ports( Comptia Objective 2.1) Flashcards
What is port TCP 20/21 used for?
It is used to handle FTP( File Transfer Protocol). Which transfers files between systems
- TCP/20 used used for active mode data while
- TCP/21 is used for control of the communication
- Has security built in( authenticates with username/password)
- Full featured functionality( list, add, delete, etc)
What is port TCP/22 used for?
This is used for SSH( Secure Shell) - Is an Encrypted communication link - Used to login remotely to a device - Looks like a console command line similar to Telnet however Telnet is not encrypted.
What is port TCP/23 used for?
This is used for Telnet - Telecommunication Netwrok
- TCP/23
- Used to login remotely to a device
- It is In-The-Clear communication and is not encrypted like SSH, not secure at all
- Not commonly used for productive systems.
What is port TCP/25 used for
This is used for SMTP - Simple Mail Transfer Protocol
- Used for sending emails Server to server email transfer
- TCP/25
- Also used to send mail from device to a mail server/commonly configured on mobile devices and email
- Not used for receiving emails. This is left to IMAP and POP3.
What is port UDP/53 used for?
It is used for DNS( Domain Name System) which converts names into IP addresses - UDP/53
- E.G. www.professormesser.com = 162.159.246.164
- DNS is critical web resources for this reason DNS is usually stored on multiple DNS servers.
What is port TCP/80 used for?
It is used for HTTP( Hypertext Transfer Protocol)
- tcp/80 used for Web server communication
- Your Web browser communicates to a web server when typing in addresses
- Considered “ In The Clear communication” and is not encrypted. Supported by all web servers and clients.
- Not commonly used anymore due to HTTPS being encrypted
What is Port TCP/443 used for?
It is used for HTTPS( Hypertext Transfer Protocol Secure)
- tcp/443 used for Web server communication
- Your Web browser communicates to a web server when typing in addresses
- is the encrypted version which is not “ In the clear communication” like TCP port 80.
- This is the most commonly used port today for web server communication.
What is port TCP/110 used for?
It is used for POP3
- This is used for receiving emails from an email server - Authenticate and transfer
- POP3( Post Office Protocol Version 3)
- tcp/110 used for basic mail transfer functionality.
What is port TCP/143 used?
It is used for IMAP4( Internet Message Access Protocol v4)
- tcp/143 used for receiving emails over a an email server but provides more functionality than POP3 such as management of email inbox/ folders etc from multiple clients( e.g outlook, gmail etc)
- Can be accessed from multiple devices.
What is port TCP/3389 used for?
It is used for RDP - Remote Desktop Protocol
- This shares a desktop from a remote location over port tcp/3389
- Remote Desktop Services on many Windows versions
- Can connect an entire desktop or just an application.
- Is available on Windows, MacOS, Linux, Unix, iPhone, Android and others
What is port TCP/445 used for
It is used for SMB(Server Message Block direct communication. )
- Direct SMB communication over TCP without the Netbios transport
What is port UDP/137 used for?
It is used for SMB older Windows Systems for NetBIOS over TCP/UDP)
- udp/137 Used to find a device on a network by its name via NetBIOS name services(nb name)
What is port UDP/138 used for?
It is used for SMB on older Windows Systems for NetBIOS over TCP/UDP)
- udp/138 used for NetBIOS datagram service( nbdatagram)
What is port TCP/139 used for?
It is used by SMB on older Windows Systems for NetBIOS over TCP/UDP)
- tcp/139 - used for NetBIOS session service( nbsession)
What is port TCP/548 used for?
It is used for AFP( Apple Filing Protocol)
- File services for MacOS
- tcp/548
- Works with SLP( Service Location Protocol) to populate a list of available devices
- Used for file management ( e.g copy, move, delete files etc)