Network Commands Flashcards

1
Q

What command is used to display the IP configuration, including IP address, subnet mask, and default gateway?

A

ipconfig (Windows)

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

What command sends ICMP echo requests to a specific destination and measures the round-trip time, helping to diagnose latency issues?

A

ping

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

What command is used to configure and display information about network interfaces, including IP addresses, netmasks, and interface status?

A

ifconfig or ip (Linux)

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

What command gets a report from each router your transmission goes through to get that result, used to trace the route taken by packets to reach a destination and measure the round-trip time to each hop along the path?

A

traceroute (linux) and tracert (windows)

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

What command reveals the mapping of IP addresses to physical MAC addresses, which is crucial for local network communication?

A

arp

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

What command displays active network connections, listening ports, and related information, which can help identify suspicious activity?

A

netstat

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

What command is used to test dns connectivity; to get out you can type exit, allows users to query DNS servers to resolve domain names to IP addresses?

A

nslookup

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

What command tests dns against a host and is similar to nslookup?

A

dig (linux)

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

What command used to display and manipulate the IP routing table?

A

route

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

What command is used to see what servers or applications are open and closed?

A

nmap

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

What protocol can you use to upload or download files?

A

FTP, TFTP, or SCP

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

Which file transfer protocol uses UDP and does not guarantee accurate delivery of a file?

A

Trivial File Transfer Protocol (TFTP)

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

Which file transfer protocol encrypts data between your device and the remote file server?

A

Secure Copy Protocol (SCP)

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

Which file transfer protocol uses TCP and guarantees accurate delivery of a file?

A

File Transfer Protocol (FTP)

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

What command communicates over the internet with a domain registry authority and shows you all of the pertinent information about that domain registration?

A

whois (linux)

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

What command is used to evaluate the traffic that is going across your network for various purposes and is software that listens to the network through the network interface card and enumerates/lists out all of the communications it can hear?

A

tcpdump

17
Q

What command will give basic info about any logged in users and more detailed info about a specific user if their username is typed after the command?

A

finger (linux)

18
Q

What commands allows your computer to connect to a remote device like a router, switch, firewall, or server to be able to configure that remote device via a command line interface?

A

telnet and SSH

19
Q

Which is secure (encrypted), telnet or SSH?

A

SSH

20
Q

Which is insecure (not encrypted), telnet or SSH?

A

telnet

21
Q

What does ICMP stand for?

A

Internet Control Message Protocol