Protocols and Ports Flashcards
FTP
File Transfer Protocol —– 20/21
Insecure file transfers
SSH
Secure Shell —- 22
Remote Control. Cryptographic protocol.
It’s secure on both ends.
SFTP
Secure File Transfer Protocol —- 22
Provides secure file transfers
Telnet
Telnet — 23
Insecure remote access. Data is transmitted in clear text.
NEVER EVER USE IT.
SMTP
Simple Mail Transfer Protocol —- 25
Sends emails over the network.
DNS
Domain Name System – 53
Convert domain names to IP and vice versa.
DHCP
Dynamic Host Configuration Protocol —- 67/68
Automatically assign IP address and network parameters to clients.
HTTP
Hypertext Transfer Protocol —– 80
Used for insecure web browsing.
POP3
Post office Protocol 3 —- 110
Used for receiving email.
NTP
Network Time Protocol —- 123
Time synchronization to keep accurate time for clients on network.
NetBIOS
Network Basic Input Output System —- 139
File and Printer sharing in a windows network on the Local Area Network.
IMAP
Internet Message Access Protocol — 143
The new version of retrieving emails improves POP3.
Emails can be stored and unread.
SNMP
Simple Network Management Protocol —- 161/162
Collect data about network devices and monitor their status.
LDAP
Lightweight Directory Access Protocol —- 389
Open, vendor-neutral protocol to provide directory services to your network.
HTTPS
Hypertext Transfer Protocol Secure —- 443
Secure web browsing.
1) SSL - Secure Sockets Layer
2) TLS - Transport Layer Security
SMB
Server Message Block —- 445
Shared access between files & printers among different computers on your network.
Syslog
Syslog — 514
Logging data to the administrator.
SMTP TLS
Simple Main Transfer Protocol over Tranport Layer Security —- 587
Secure and encrypted way to send emails.
LDAPS
Lightweight Directory Access Protocol Secure — 636
Secure directory services.
IMAP over SSL
Internet Message Access Protocol over Secure Sockets Layer —- 993
Secure and encrypted way to receive emails.
POP3 over SSL
Post Office Protocol 3 over Secure Sockets Layer — 995
Secure and encrypted way to receive emails.
SQL
Structured Query Language — 1433
Communicate from a client to a database.
SQL Net
Structured Query Language Net – 1521
Communicate from a client to an Oracle database.
MySQL
MySQL — 3306
Communicate from a client to a MySQL database engine.