Networking commands Flashcards

1
Q

How to check Ping on command prompt

A

Type: ping (website name or IP address)

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

Ping -t

A

Persistent ping. will ping the remote host until stopped by the client (by using ctrl+C)

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

-n count

A

Specifies the number of echo requests to send

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

-l size

A

specifies the packet size to send

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

ping -4

A

ping to IPv4

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

ping -6

A

ping to IPv6

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

ipconfig/ all

A

shows full configuration information

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

ipconfig/ release

A

releases the IP address, if you are getting addresses from a DHCP server

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

ipconfig/ release6

A

releases the IPv6 address

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

ipconfig/ renew

A

obtains new IP address from DHCP server

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

ipconfig/ renew6

A

obtains a new IPv6 address from a DHCP server

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

ipconfig/ flushdns

A

flushes the domain name system (DNS) server name resolver cache.

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

ipconfig for Linux, UNIX, and macOS

A

ifconfig

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

tracert for Linux, UNIX, and macOS

A

traceroute

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