session
any communication between one computer and another
TCP
Transmission Control Protocol
- enables connection oriented communications in networks that use TCP/IP protocol suite
How does TCP connect
TCP three-way handshake
DHCP ports
UDP 67 for client
UDP 68 for server
Synchronize time
NTP - Network Time Protocol
SNTP - Simple Network Time Protocol
Both use UDP 123
TFTP
Trivial File Transfer Protocol
ICMP
Internet Control Message Protocol
What is the reply to a ping request called?
echo reply
ping of death
sending a malformed ping packet to cause destination computer to crash
IGMP
Internet Group Managment Protocol
- enables routers to communicate with hosts to determine a group “memebership”
port number
Session information (IP address and port number) are stored in?
socket or endpoint
Session data stored for two computers about the same connection
socket pairs or endpoints
Term for session information and session data
connection or session
View endpoints on Windows CLI
netstat -n
a socket that is prepared to respond to any IP packets destined for that port
open port or listening port
View open ports on Windows CLI
netstat -an
netstat states
listening - open, waiting for connection
established - port is connected
close_wait - closed
View process IDs in netstat
netstat -o
View program names in netstat
netstat -b
find process ID in linux
ps
Why set a connection limit on IIS
- prevent DOS attacks
URL
Uniform Resource Locator
What does an internet application need to be secure?
authentication - user names and passwords
encryption - stirring up the data
nonrepudiation - source is not able to deny a sent message