Common Ports - CompTIA Network+ N10-009 - 1.4 Flashcards
SSH
Port 22 TCP or UDP. Securely transfer data.
Terminal Access: Works at CMD.
Remote in via command line.
Used by Secure copy protocol (SCP) (port 22), and SFTP (port 22).
Supports tunneling. Takes a protocol and encapsulates it in a SSH connection.
DNS
Domain Name Service
Converts FQDN to IP Address
UDP Port 53.
TCP/53 for large data transfers
Layer 7 TCP/IP protocol.
SMTP
Simple Mail Transfer Protocol
TCP Port 25
Server to Server email transfer
Client to Server email transfer
SFTP
TCP Port 22. Since SFTP runs over the SSH protocol as a subsystem, SFTP uses port 22 by default.
Secure File Transfer Protocol (SFTP) is a network protocol for securely accessing, transferring and managing large files and sensitive data.
Two ways to authticate with SFTP. Password or public key.
can be used for time stamping. records Date and time of, file type and size.
FTP
A service. TCP 20, 21
20 file transfers
21 send commands and responses through CMD.
Not secure.
Used for shared file in corporate network
and data from web servers.
TFTP
Trivial File Transfer Protocol
UDP 69
Used to transfer a small amount of information very quickly. Like a config file from server
TELNET
23 TCP can remote into devices. Not encrypted. Can be done through command line.
Quick remote access.
DHCP
Dynamic Host Configuration Protocol
udp/67, udp/68
Assigns IP address to network devices.
Requires a DHCP server
UDP 7 layer
Uses UDP because service needs to be always open.
HTTP
Hypertext Transfer Protocol
TCP Port 80
Unencrypted.
Web Server communication
HTTPs
Hypertext Transfer Protocol Secure
TCP Port 443
Encrypted over TLS SSL
Web Server communication with encryption
Alternative port for HTTP.
8080
SNMP
Simple Network Management Protocol.
UDP Port 161 and 162 USP.
Monitor network devices performance.
SNMP V3 is most current.
RDP
3389 TCP. Establish connections remotely.
NTP
Network Time Protocol
123 UDP.
Used to sync date and time on all network devices. Always want to have open
Accuracy in atomic or GPC clocks. Used to ensure correct time.
SIP
TCP and UDP. 5060, 5061 Session Initiation Protocol. Enables VOip over IP networks.