Network Commands Flashcards

1
Q

What is the most basic command tool for testing connectivity to other hosts?

A

ping

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

What command tool sends an Internet Control Message Protocol (ICMP) echo request to a host and listens for a reply?

A

ping

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

With a ping command, if a reply is received from the ICMP echo request, what two things will be displayed?

A

Time it took and Time to Live (TTL) left

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

What network command has many options for seeing attributes of a request like the maximum TTL, IPv4/IPv6, and the numbers of requests to send that is useful in troubleshooting connectivity with other devices?

A

ping

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

With a ping command, if a reply is not received from the ICMP echo request, what will you receive?

A

a timeout message

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

A ping’s timeout message could indicate one or both of these issues?

A

Connectivity issues and/or firewall issues

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

Due to the time it takes to get a response from a ping request, the what between two devices can be measured that enables network engineers to troubleshoot performance problems?

A

latency

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

What network commands is used to trace the IP route an IP packet takes to a destination?

A

traceroute/tracecert

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

What network command displays each hop (next router) in a numerical list with the hop’s IP address and the time it takes to receive the packet?

A

traceroute/tracecert

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

With traceroute/tracecert, what command is used for Linux systems and what is used for Windows?

A

Linux - traceroute
Windows - tracecert

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

What network command can be useful when a ping fails, troubleshooting performance issues, and other aspects regarding connectivity?

A

traceroute/tracecert

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

What network commands is similar to traceroute or tracecert in that it displays the path taken by a packet from its source to its destination?

A

tracepath

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

What network command is useful because it can be used by any user instead of needing superuser privilege and primarily used in Linux?

A

tracepath

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

What network commands provides the user with the IP, subnet mask, and default gateway for each network adapter by default with the /all option information, such as MAC address, DHCP status, and lease information?

A

ipconfig (internet protocol configuration)

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

What network command can be used to release all connections and renew all adaptors that are primarily used in Windows?

A

ipconfig/release

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

What network command is used to the configure the kernel network interface, implemented at the time of booting to configure the necessary interfaces?

A

ifconfig

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

What linux network command occurs once the interfaces are configured, it is used for debugging or timing the system?

A

ifconfig

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

What network command displays the IP to physical (MAC) address mapping for hosts that have been discovered in the cache?

A

ARP (address resolution protocol)

19
Q

What network command can be used to add, remove or modify entries in the ARP cache?

A

ARP

20
Q

What network commands displays information about the active ports and their state and can be useful in troubleshooting and capacity management?

A

netstat

21
Q

What network command displays routing information for network adaptors?

A

netstat-r

22
Q

What network command displays information for displaying DNS information and DNS problems? It is useful in displaying names to IP address mappings.

A

nslookup

23
Q

What network is a command used to query the DNS name servers and can be helpful in troubleshooting DNS problems. It is also used for lookups and will display answers from the query.

A

dig

23
Q

What network command is a replacement for nslookup?

A

dig

24
Q

What network command is a tool most often used to lookup who owns a domain or block of IP addresses on the internet, including name, email address, and physical address?

A

whois

25
Q

The whois command is primarily is used in what OS?

A

Linux

26
Q

What network command can be used to display the current route tables on a host and can be used to add or remove routes?

A

route

27
Q

What network command can be used to determine where to send traffic means the default gateway, where the router sends things if it is not otherwise defined in the routing table?

A

route

28
Q

What network command is used to securely copy files between servers, leveraging SSH for authentication and encryption?

A

SCP (secure copy protocol)

29
Q

What network command copies the file from one host to another host?

A

ftp (File Transfer Protocol

30
Q

If encryption is needed in ftp, what does it use?

A

SSL(Secure Sockets Layer)/TLS (Transport Layer Security)

31
Q

An ftp transfer uses what protocol for reliability and is often used on the internet and other WAN?

A

TCP (transmission control protocol)

32
Q

What network commands transfers a file from either a client to a server or from a server to a client using UDP instead of TCP?

A

tftp (trivial file transfer protocol)

33
Q

What does UDP stand for?

A

User datagram protocol

34
Q

What network command displays information about a user or users on a remote system, including things such as last log-in time and username? Primarily used in Linux

A

finger

35
Q

What network commands scans networks to see what it can be find in terms of hosts or open ports?

A

nmap

36
Q

What network command is commonly used to determine what is deployed on a network for vulnerability analysis, security scans, and related activities?

A

nmap

37
Q

What network command is not native to either Linux or Windows, but can be downloaded for free and used with both?

A

nmap

38
Q

What network command displays the TCP/IP packets and other network packets that are being transmitted over the network system?

A

tcpdump

39
Q

tcpdump is a network command that is a form of what and is designed to show the contents of network packets in human-readable form for troubleshooting, analysis, etc?

A

protocol analyzer (sniffer)

40
Q

tcpdump is not native to what, but can be downloaded and used with both?

A

Linux

41
Q

What network command allows user to manage accounts and devices remotely?

A

telnet/ssh

42
Q

What is the difference between telnet and ssh?

A

SSH is encrypted, telnet is not encrypted