TCP/IP Applications Flashcards
SYN
Synchronize segment sent to destination
ACK
Acknowledgement segment sent back to SYN sender
What type of traffic does DNS use?
UDP
What type of Traffic does DHCP use?
UDP
What ports does DHCP use
Ports 67 to to send data to and from server
Port 68 to send and receive data from clients
NTP
Network Time Protocol
What type of traffic does NTP use
UDP
SNTP
Simple Network Time Protocol
What type of traffic does SNTP use
UDP
TFTP
Trivial File Transfer Protocol
What type of traffic does TFTP use and what port does it use
UDP
Port 69
IGMP
Internet group management protocol, enabled routers to communicate with hosts to determine a group membership.
TCP/IP Common Port Numbers
0-1023
Ephemeral Port Numbers/Dynamic or private port numbers
49152-65535
Registered Port Numbers
1024-49151
netstat -a
Shows all ports active and listening
netstat -n
Shows all port numbers and IP addresses for sessions
netstat -ano
Shows process ID of session
netstat -b
Shows running program name of session
Port 80
HTTP
Port 443
HTTPS
Port 23
Telnet
Port 22
SSH
Port 25
SMTP
Port 110
POP3
Port 143
IMAP
FTP
Port 20/21
TFTP
Port 69