CompTIA Network+ N10-009 Networking Ports and Protocols Exercise 2 - Network Port Scan Flashcards
nmap
Nmap is an open-source network scanning tool used for locating hosts and services on a network.
how does nmap work
When conducting a default scan with nmap, a TCP SYN scan on the 1,000 most common TCP ports is performed. To do this, nmap sends TCP SYN packets to the target ports and analyzes the responses to determine their status, whether open, closed, or filtered.
nslookup
nslookup acidc01 - quires DNS servers. Sends a DNS query to the DNS server to retreive info about hostname
How to lookup protocol DNS in Wireshark
after running a command, type in DNS in the search field.
name four network interfaces wireshark allows you to connect to
ethernet, ethernet 2, wifi, virtual interfaces
nmap command
nmap 912.168.0.0/24
what does ping do
sends ICMP echo request packet. then listens to reply which determins round trip time and status of connection. for pings by default.