Chapter 9: TCP/IP Applications Flashcards
Describe the TCP three-way handshake.
client -> synchronize -> server
client acknowledge -> server
Describe how a TCP session closes.
client acknowledge>server
client ->finished acknowledge -> server
client<- server
What ports does DHCP work on?
port 67 is used to send data to server
port 68 servers use to send data to DHCP clients
What port does NTP/SNTP use?
port 123
Describe TFTP.
uses UDP, no data proection
-uses port 69
Describe ICMP.
Layer 3 to deliver connectionless packets
Describe IGMP
Internet Group management protocol
used for multicasting
-particular multicast assigned to a 224.0.0.0/4
-hosts want to receive tell upstream router that they do.
What is a port number?
- 16 bit value between 0 and 65535
- 0 to 1023 are well known port numbers and reserves
- 1024-49151: registered ports
- 49,152 -65635: dynamic or private port numbers
What is a socket/endpoint?
session that is stored in RAM
-netstat -n shows you the endpoint
what command shows all listening ports?
netstat -an
What command shows the process id
netstat -ano
what tels you the name of the running program
netstat -G
What port does HTTPS use?
443
What is TLS
Transport Layer Security
What port does telnet use?
23, TCP