TCP Flashcards
TCP page termination handshake
FIN, ACK
ACK
FIN, ACK
ACK
Three-way handshake
SYN
SYN, ACK
ACK
DCHP Port
Client uses UDP port 67 to send
Server uses UDP port 68 to send
NTP? Port?
Network time protocol
UDP port 123
SNTP? Port?
Simple network time protocol
UDP port 123
TFTP? Port?
Trivial file transfer protocol
UDP port 69
ICMP?
Internet control message protocol
IGMP? Use?
Internet group management protocol
Allows routers to communicate over multicast with group members
Assigned to a 244.0.0.0/4 address
Total range of all port numbers?
0-65535
Well-known port number range?
0-1023
Range of ephemeral port numbers? Use?
1024-5000
Generated randomly by web clients
Range of dynamic/private port numbers?
49152-65535
Range of registered port numbers?
1024-49151
Socket? Socket pair?
Socket: TCP session data (IP address and port) stored on a single computer
Socket pair: same info about both computers involved in the connection
Windows command to see active TCP sessions/connections
netstat -n