Network Command Lines Flashcards

1
Q

Tracepath

A

Displays the path taken by a packet from its source to the destination

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

IPConfig

A

Provides users with the IP address, subnet mask, and default gateway for each network(can be used to release all connections and renew all adapters

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

Traceroute/Tracert

A

Used to trace the route and IP packet takes to a destination.

Displays each hops ip address and the time it takes to receive the packet

Useful for troubleshooting performance and connectivity issues

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

Ping

A

Test connectivity to other host

Sends icon echo request to host and listens for reply

Measures latency between two devices

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

NSLOOKUP

A

Displays some Domain name system info

Troubleshoots DNS problems

Displays names to IP address mappings

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

IFCONFIG

A

Used to configure the kernel network devices
Used by Linux

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

Netstat

A

Displays information about active ports
Displays routing info for network adapters

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

DIG

A

Used to retrieve the entire DNS response message

Used for lookups and will display answers from the query

Uses OS resolver libraries

Native to Linux

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

ARP

A

Displays the IP to physical (MAC) address mappings for host that have been discovered

Used to add, remove or modify entries in the cache

Discovers addresses by broadcasting to the network and noting the reply from the owner

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

SCP

A

Used to securely copy files between servers, uses SSH for authentication and encryption.

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

Route

A

Used to display current route tables on a host

Can be used to add or remove routes

Used by local host to determine where to send traffic

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

WHOIS

A

Used to lookup the owner of a domain or block of ip addresses on the internet

Returns info including name, email and physical address

Primarily Linux

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

FTP

A

Copies the file from on host to another host

Data is unencrypted

Transfer uses TCP

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

Nmap

A

Scans network to find host and open ports

Helps determine what is deployed on a network

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

Telnet/SSH

A

Allows a user to manage accounts and devices remotely

Can be encrypted

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