**1. Bob sends Alice a file that is encrypted using 3DES. What does Alice need to decrypt the file? **
a) Bob's private key
b) Alice's private key
c) Bob's public key
d) the encryption key
**2. The below command is executed. What will nmap do, in order? **
bob@kali:~# nmap -Pn -nvv 1.3.3.7 -sC -sV
a) Host discovery scan, TCP port scan of most common 1000 ports, service enumeration, run default scripts
b) Host discovery scan, TCP port scan of most common 1000 ports, run default scripts, service enumeration
c) Host discovery scan, TCP SYN port scan of most common 1000 ports, service enumeration, run default scripts
d) Host discovery scan, TCP SYN port scan of most common 1000 ports, run default scripts, service enumeration
e) TCP SYN port scan of most common 1000 ports, service enumeration, run default scripts
f) TCP SYN port scan of most common 1000 ports, run default scripts, service enumeration
g) TCP port scan of most common 1000 ports, service enumeration, run default scripts
h) TCP port scan of most common 1000 ports, run default scripts, service enumeration
**3. Based on the information below, what OS is the remote host most likely running? **
PING XX.XX.XXX.XXX (XX.XX.XXX.XXX): 56 data bytes
64 bytes from XX.XX.XXX.XXX: icmp_seq=0 ttl=112 time=139.293 ms
64 bytes from XX.XX.XXX.XXX: icmp_seq=1 ttl=112 time=139.423 ms
a) Ubuntu 18.04
b) Windows Server 2019
c) Solaris 11.4
d) Cisco IOS
Answers/discussion below! 
