Information I Think is Worth Knowing Flashcards
What is nmap?
It’s a really popular command line tool that maps networks; you can do ping sweeps and see what is up and available; see operating systems; see the ports that are available and what is open
TCP
Operates on level 4; conducts a three way handshake between a client and a server, and then establishes a connection; connection oriented; very reliable
UDP
Detects if packets are corrupted when they are received by a client using a checksum, but it’s connectionless; it’s unreliable; great for streaming audio and streaming video; not accurate
ICMP
Internet Control Message Protocol; used to communicate information about network connectivity issues back to sender (like pings)
Generic Routing Encapsulation (GRE)
Used as a simple and effective way to create a tunnel, called a GRE tunnel, over a public network; wraps up the data and sends it over a public network; does NOT provide any encryption
Internet Protocol Security (IPSec)
Used to protect one or more data flows between peers; think of it as the secure version of GRE; lets you encrypt your tunnel to protect your data from prying eyes. Has two elements Authentication Header (a protocol within IPSec that provides integrity and authentication) Encapsulating Security Payload (ESP)(Provides encryption and integrity for the data packets send over IPSec)