WGU Network and Security Foundations - Network Commands

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

Traceroute

used to trace the route an IP packet takes to a destination. It displays each hop (next router) in a numerical list with the hop's IP address and the time it takes to receive the packet.

2
New cards

nslookup

Determines the IP address of a domain name

3
New cards

Ping

Determines IP address and latency in network

4
New cards

Traceroute

also known as tracert

5
New cards

netstat

Display IP ports currently open on the Windows OS

6
New cards

Whois

information about a webserver including contact information

7
New cards

Address Resolution Protocol

diaplays IP to physicial (MAC) address mappings for hosts that have been discovered in the ARP cache.

8
New cards

ARP

Can be used to see what a Layer 2 MAC address corresponds to in a Layer 3 IP address.

9
New cards

Traceroute

displays each hop (next router) in a numerical list with the hop's IP address and the time it takes to receive the packet.

10
New cards

Ping

options for setting attributes of the request, like the maximum TTL, IPv4/IPv6, and the number of requests to send.

11
New cards

Tracepath

similar to traceroute or tracert in that it displays the path taken by a packet from its source to its destination. Can be used by any user.

12
New cards

ARP

The hosts need to be on the local network.

13
New cards

Nmap

Network Mapper

14
New cards

Ping

sends an internet control message protocol (ICMP) echo request to a host and listens for the reply

15
New cards

Nmap

scans networks to see what it can find in terms of hosts and open ports.

16
New cards

ARP

The hosts need to be on the local network, as these addresses are discovered by broadcasting to everyone on the network and noting the reply from the owner

17
New cards

Nmap

Commonly used to determine what is deployed on a network for vulnerability analysis, security scans, and related activities.

18
New cards

Ping

one of the most basic tools for testing connectivity to other hosts

19
New cards

ipconfig

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.

20
New cards

ifconfig

similar to ipconfig, used to configure the kernel network interfaces.

21
New cards

ARP

can be used to add, remove, or modify entries in the ARP cache.

22
New cards

netstat

displays information about active ports and their state

23
New cards

scp

command is used to securely copy files between servers, leveraging SSH (secure shell) for authentication and encryption

24
New cards

finger

displays information about a user or users on a remote system, including things such as last log-in time and username

25
New cards

tcpdump

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

26
New cards

telnet/ssh

allow a user to manage accounts and devices remotely