• 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/19

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;

19 Cards in this Set

  • Front
  • Back

Ipconfig

Displays network devices on existing system, default gateway, DHCP, subnet mask, IPV4, IPV6, network adapter state.



ipconfig /all

IPV4/6, Gateway, subnet, network devices, DHCP,network adapter state, AND DNS info, MAC (Media Access Control (Physical Address)).

ipconfig /release (renew)

Forces network adapter to drop and renew current IP address.

getmac

get mac ID.

Ping

To test connections to certain website or another network or internet location. Done 4 times, to show you bytes sent, time taken, and Time To Live *web content returned from cache.




Shows stats sent, received, lost, and round trip times.

Ping -t

Continuous ping to check connectivity until it's stopped manually. (by pressing CTRL+C).

netstat

Shows any active network connections on the LAN.

netstat /a

Shows any active network connections on LAN & listening ports.

tracert

(followed by IP or domain), receives time between hops of servers and devices.

arp-a

(Address Resolution Protocol), shows IP address of computer and IP address/MAC of router.

hostname

Displays name of computer

ipconfig /flushdns

Command is only needed if trouble w/DNS configs occur. Flushes prior DNS settings.

nslookup

Used for diagnosing DNS problems. If you can access a resource by specifying an IP, but not DNS... you have a DNS problem.

pathping

WINDOWS ONLY combo of Ping/tracert. Traces route to destination address then launches 25 second test of each router/data loss along the way.

route

Route command displays routing table, to ensure connections on a wide array of network devices.

host

Maps names to IP addresses.

Dig

(LINUX ONLY) Domain Information Groper = Finds DNS info such as: reverse lookups, Cname, MX, SP, and TXT records.

Ifconfig

(IPCONFIG cmd for Mac/Linux/Unix)

nbtstat

DOS utility that displays protocol stats & current TCP/IP connections using nbt (NetBIOS over TCP/IP).