Operating System Network Command Line Tools Flashcards
CompTIA A+ 220-1102 Exam Criteria
I need to find out the Internet Protocol configuration information what command line tool should I use?
Ipconig for default info or details info including DHCP settings (ipconifg /all)
Displays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) settings. Used without parameters, ipconfig displays Internet Protocol version 4 (IPv4) and IPv6 addresses, subnet mask, and default gateway for all adapters.
How can I release Ipv4 or IPv6 address using ipconfig command line tool?
ipconfig /release
ipconifg /release6
how can I renew IPv4 or IPv6 using the ipconfig address command tool?
ipconfig /renew
ipconifg /renew6
How can I flush DNS using ipconfig?
ipconifg /flushdns - purges the DNS resolver cache
What tool should I use if i want to register a DNS?
ipconifg /registerdns - Resreshes all DHCP leases and re-registers DNS names.
how do I know if I have a new DNS registered to the ip configuration?
ipconfig /displaydns
How can I test end-to-end connectivity?
ping (ip address)
What address can you use for loop back address, to verify the network adapter is working properly?
ping 127.0.0.1
How can I test name resolution (FQDN) connection?
ping NTDLAP0347 can find in System> About: Device Name
What does the nslookup command line do?
Nslookup is the name of a program that lets users enter a host name and find out the corresponding IP address or domain name system (DNS) record?
How can I find the the DNS server for a FQDN?
nslookup (FQDNS)
How can I identify computer hostname?
hostname
What does the netstat command utilizes?
The netstat command generates displays that show network status and protocol statistics. You can display the status of TCP and UDP endpoints in table format, routing table information, and interface information.
what does netstat -a command line utilizes?
Displays all current connections and listening ports.
What does the net user command line utilizes?
The command Net User allows you to manage your local and even your domain users from the command line. It’s mainly used to quickly add, delete or disable user accounts from the command line. But it can do more than just that. The tool can be used in both command prompt and PowerShell.