Module 17 Netacad

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

ipconfig

Used to display the current IP configuration information for a host. Information includes IP address, subnet mask, and default gateway.

2
New cards

ipconfig /all

Displays additional information including MAC address, IP addresses of the default gateway and DNS servers. Also indicates if DHCP is enabled, the DHCP server address, and lease information.

3
New cards

ipconfig /release

Will release current DHCP bindings.

4
New cards

ipconfig /renew

Will request a fresh configuration information from the DHCP server.

5
New cards

Ping

A network utility used to test the reachability of a device on a network by sending an echo request and receiving an echo reply. It helps diagnose network connectivity and issues, such as packet loss or DNS problems.

6
New cards

Ping -t

This option pings the specified host continuously until stopped. Use Ctrl+C to stop and view statistics.

7
New cards

Ping -a

Resolves IP addresses to their corresponding hostnames.

8
New cards

Ping -n count

Specifies the number of echo requests to send

9
New cards

Ping -l size

Sets the size of the send buffer in bytes.

10
New cards

Ping -f

Sets the "Don't Fragment" flag for IPv4 packets.

11
New cards

Ping -i TTL

Sets the Time To Live (TTL) value for the packet.

12
New cards

Ping -v TOS

Sets the Type of Service (TOS) field for IPv4 packets (deprecated).

13
New cards

Ping -r count

Records the route for a given number of hops (IPv4 only).

14
New cards

Ping -s count

Timestamps the packets for a given number of hops (IPv4 only).

15
New cards

Ping -j host-list

Performs a loose source route along a specified list of hosts (IPv4 only).

16
New cards

Ping -k host-list

Performs a strict source route along a specified list of hosts (IPv4 only).

17
New cards

Ping -w timeout

Sets a timeout in milliseconds to wait for each reply.

18
New cards

Ping -R

Uses a routing header to test the reverse route (IPv6 only, deprecated).

19
New cards

Ping -S srcaddr

Specifies the source address to use for the ping request.

20
New cards

Ping -c compartment

Sets the routing compartment identifier for the ping request.

21
New cards

Ping -p

Pings a Hyper-V Network Virtualization provider address.

22
New cards

Ping -4

Forces the ping command to use IPv4.

23
New cards

Ping -6

Forces the ping command to use IPv6.

24
New cards

netstat

Displays network connections, including open ports and established connections, along with their status.

25
New cards

tracert

Displays the route taken by packets to reach the destination host, showing each hop along the path.

26
New cards

nslookup

Directly queries a DNS server to obtain information about a domain, such as its IP address or other DNS records.