Ports, Protocols, Codes Flashcards
Port 80
HTTP
TCP / UDP
Port 443
HTTPS
TCP / UDP
Port 22
SSH / SCP
TCP
ICMP
Internet control message protocol
TCP
Transmission control protocol
UDP
User datagram protocol
Port 53
DNS
Not secure and unencrypted
TCP / UDP
Port 20/ 21
FTP
TCP
Port 123
NTP
UDP
Port 161
SNMP
UDP
Port 67 / 68
DHCP / BOOTP
UDP
S/MIME
Secure multipurpose internet mail exchange
ARP
Address resolution protocol
Fun fact: ARP has zero security and is often a target for attacks like ARP poisoning, MAC floods, etc
Port 23
Telnet
Insecure protocol used to gain command-line access to a remote server
Replaced with SSH
TCP
Port 7
Echo
TCP / UDP
Port 25
SMTP, simple mail transfer protocol
TCP
Port 69
TFTP, trivial file transfer protocol
UDP
Port 88
Kerberos
TCP / UDP
Port 110
POP3, post office protocol v3
TCP
Port 137
NetBIOS
TCP / UDP
Port 143
IMAP, internet message access protocol
TCP
Port 194
IRC, internet relay chat
TCP / UDP
Port 389
LDAP
TCP
Port 445
SMB (Microsoft server message block)
TCP
AD, active directory
TCP / UDP
Port 464
Kerberos password settings
TCP / UDP
Port 547
DCHPv6
TCP / UDP
Port 636
LDAP over TLS/SSL
TCP
Port 1719 / 1720
H.323
voice and video services over IP networks
TCP / UDP
Port 5060
SIP, session initiation protocol
Used for initiating, maintaining, and terminating communication sessions that include voice, video, and messaging applications
TCP / UDP
Port 5601
SIP over TLS
TCP
SSL
A now deprecated protocol that’s been officially renamed TLS, transport layer security
TLS currently is in v1.2 and 1.3
SPT
Spanning tree protocol
Helps switches maintain a loop free environment
Port 993
IMAP over SSL
TCP
Port 995
POP3 over SSL
TCP / UDP
Port 1433 / 1434
Microsoft MySQL server / monitor
TCP / UDP
Port 3306
MySQL database system
TCP
Port 3389
RDP, Microsoft remote desktop protocol
Officially registered as Windows based terminal (WBT)
TCP / UDP
Port 587
SMTPS (simple mail transfer protocol secure with TLS)
TCP
Port 514
Syslog
UDP
HTTP status codes
1xx: Informational response
2xx: Success
3xx: Redirect
4xx: Client error
5xx: Server error
Code 200
HTTP success: OK
Code 301
Permanent redirect
Code 302
Temporary redirect
Code 404
Not found
Code 410
Gone
Code 500
Internal server error
Code 503
Service unavailable