• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back

Ping

Reachability, uses ICMP, has round trip time as well.

Ipconfig/ if config/ ip

Windows/ TCP


LINUX


DETERMINE NETWORK ADAPTER INFO

Nslookup and dig

Look up info from dns... canonical names, ip Addy, cache timers.


Ns is windows


Dig is more common

Traceroute / Tracert

Determines the route a packet takes to a destination


Tracert is windows


Traceroute is Linux and mac

Arp -a

View local art table which determines Mac based on ip

Netstat -a -b -n

-a show all active connections


-b show binaries (windows)


- n do not resolve names

Hostname

All os. View fqdn and ip address of the device.

Route


Route print (win)


Netstat -r

Shows the devices routing table


Network destination, net mask, gateway, interface

Tcpdump

Packet capture **** load of data tbh

Nmap

Find and learn more about network devices. Not just a simple OPEN PORT SCANNER. but can find os on other device and do service scans so when it finds open ports can tell you what service is on the port