Information I Think is Worth Knowing Flashcards

1
Q

What is nmap?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

TCP

A

Operates on level 4; conducts a three way handshake between a client and a server, and then establishes a connection; connection oriented; very reliable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

UDP

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ICMP

A

Internet Control Message Protocol; used to communicate information about network connectivity issues back to sender (like pings)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Generic Routing Encapsulation (GRE)

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Internet Protocol Security (IPSec)

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly