Comptia A+ 220-802 Chapter 13 Flashcards
A group of computers that is tightly connected or associated and share a common domain name. Has a single authority (called a domain controller) that manages security for all the computers.name. pg 616
Domain
There are two types of environment variables, and you can access either one by clicking the Environment Variables button: pg 618
User Variables Specify settings that are specific to an individual user and do not affect others who log on to the machine.
System Variables Set for all users on the machine. System variables are used to provide information needed by the system when running applications or performing system tasks.
what is a user profile? pg 618
This profile contains information about their settings
and preferences.
is used to manage the firewall, automatic updates, and virus protection. From here, you can manage settings for Internet options as well and see any maintenance or troubleshooting issues that you need to attend to. pg 620
Security Center Applet
what can the Windows Firewall Applet be used for? pg 620
As the name implies, the Windows Firewall applet (FIREWALL.CPL) can be used to manage the firewall included with the operating system.
allows you to configure a power plan dictating
when devices, namely the display and the computer, will to turn off or be put to sleep. pg 620
Power Options applet
what are 7 command line tools that you will be expected to know for this exam? pg 621
PING,TRACERT, NETSTAT, IPCONFIG, NET, NSLOOKUP, and NBTSTAT.
command is one of the most useful commands in the TCP/IP protocol. It sends a series of packets to another system, which in turn sends back a response. This utility can be extremely useful for troubleshooting problems with remote hosts. pg 622
PING
is a command-line utility that enables you to verify the route to a remote host.
Tracert (trace route)
utility is used to check out the inbound and outbound TCP/IP connections on your machine. It can also be used to view packet statistics, such as how many packets have
been sent and received and the number of errors. pg 623
Netstat
In the cmd prompt what does netstat -n do?
Displays addresses and port numbers in numerical form.
is one of the first tools to use when experiencing problems accessing resources because it will show you whether an address has been issued to the machine pg 628
IPCONFIG
Renew an IP Address from the Command Line pg 628
- Open a command prompt (choose Start a Run, and then type CMD). (This exercise assumes you are using Windows 7, Windows Vista, or Windows XP and dynamic
IP assignments from a DHCP server.) - Type IPCONFIG and view the abbreviated list of information.
- Type IPCONFIG /ALL to see the full list. Notice the date and time on the lease for the IP address.
- Type IPCONFIG /RENEW followed by IPCONFIG /ALL. The date and time on the lease for the IP address should be the current date and time.
- Close the command-prompt window by typing EXIT.
is a command-line utility that enables you to verify entries on a DNS server. pg 631
Nslookup
is a command-line utility that shows NetBIOS over TCP/IP information.
Nbtstat