2.1 Protocols & Ports Flashcards
Logical Port
actually on the laptop
As data comes through
has an ID number
Port Number = I belong in this type of application
FTP
File Transfer Protocol
–share files with users in a LAN or WAN
–Supports:
-Authentication- password [verify]
-Authorizations- can / can’t access
-Directory browsing
c. Unencrypted = use SFTP
TCP Port 20 – CONTROL
TCP Port 21 – TRANSFER FILES
TFTP
Trivial File Transfer Protocol
a. push [put] or pull [get] files from a server
b. manage devices like IP phones, routers, & switches
c. DOES NOT support authentication, authorization, directory browsing
d. Unencrypted – NOT recommended = use SFTP
UDP Port 69
SFTP
Secure File Transfer Protocol
a. Same functions as FTP but with encryption
b. SFTP is an extension of SSH = Secure Shell
c. EX: Filezilla = FTP Application connecting to FTP server
i. Put in server name, username, PW, & Port number
ii. FTP supports SFTP
iii. Starts downloading information
TCP Port 22
SMTP
Simple Mail Transfer Protocol
a. Sends outgoing mail to server
b. “Send Mail To People”
TCP Port 25
POP3
Post Office Protocol 3
a. Downloads INCOMING mail from a server
b. Not really used
c. Downloads & then nothing left on server
TCP Port 110
IMAP
Internet Mail Access Protocol
a. Synchronizes incoming mail from a server
b. DON’T lose any emails
c. Anytime configure an email = put in username / PW
TCP Port 143
TELNET
a. remote command line access to interact with a server
i. One machine controls another machine’s command prompt
b. Considered INSECURE [no encryption] & should NO longer be used, use SSH instead
c. NOT used on Windows
i. Mostly used on Linux boxes
ii. Windows – better for graphical interface
TCP Port 23
SSH
Secure Shell
a. Secure version of TELNET
b. ENCRYPTED REMOTE COMMAND LINE access to interact with a server
c. SSH version 2 added SFTP & SCP support
i. SCP = Secure Copy Protocol
TCP Port 22
DNS
Domain Name Service [Server]
a. Provides name to IP address resolution for host
b. Resolves Domain Name –> IP address
TCP / UDP Port 53
DHCP
Dynamic Host Configuration Protocol
a. Gives out IP addresses to all the computers on your network
UDP Port 67 = server
UDP Port 68 = client
HTTP
Hyper Text Transfer Protocol
a. Used to transmit webpages
b. Transfer web pages from web server –> client
TCP Port 80
HTTPs
Hyper Text Transfer Protocol Secure
a. Used to securely transmit ENCRYPTED webpages using SSL or TLS
b. Man in the middle = on path attack
TCP Port 443
NetBIOS
Network Basic Input Output System
a. various network communication features in a windows network
i. in Windows before IP networking
ii. NetBIOS over TCP / IP still used in Windows
iii. Connects Windows –> Windows
b. Share files & different database setups between Windows machines
UDP Port 137: Name
UDP Port 139: Session