Ping and ipconfig Flashcards

1
Q

ping
Definition
What does it do?
Examples

A

Definition –> Ping
What does it do –> This uses ICMP to return the status of a unicast
ping -n –> This changes the number of pings sent
ping -l –> This changes the size of the ping packets
ping -t –> This pings continuously
ping -4 –> This forces an IPv4 ping
ping -6 –> This forces an IPv6 ping

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

ipconfig
Definition
What does it do?
Examples

A

Definition –> Internet Protocol Configuration
What does it do –> This is used to display interface configurations
ipconfig /all –> This displays more detailed information
ipconfig /renew –> This requests configurations from a DHCP server
ipconfig /release –> Removes configurations obtained through DHCP
ipconfig /displaydns –> This displays the local DNS cache
ipconfig /flushdns –> This clears the local DNS cache

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