Module 4 Flashcards
Network
Any devices connected to each other to share information.
Types of network connections
VPN Dialup Wireless Wired WWAN
WWAN
Wireless WAN (Cellular)
List of best practices for maintenance
Scheduled backups Scheduled disk checks Scheduled defragmentation Windows Update --Patch, firmware AV Updates
List popular system tools
System restore
Check Disk
Recovery Image
Defrag
Types of hypervisors
VMWare
Hyper-V
Xen
Virtual Box
Type I Hypervisor
Runs directly on the hardware, and manages the hardware directly.
Type 2 Hypervisor
Runs on top of another operating system, and manages the hardware indirectly by making requests from the OS
Binding Addresses
Assigning an IP to a virtual machine
Hypervisor
Software or firmware that creates and runs virtual machines.
VMM
Virtual Machine Manager
AKA Hypervisor
command line tool: ping
tests your connectivity to the network and the internet.
You can ping 127.0.0.1 loopback IP to confirm that your TCP/IP stack is working up to your network card.
command line tool: tracert
Displays the different paths that the device is using to reach an endpoint.
May not always work if a hop does not respond to pings, which is how tracert works.
command line tool: netstat
Shows network connections (incoming, outgoing) from the device. Help to determine the amount of traffic the machine is producing
command line tool: ipconfig
Displays all the current addressing info. Includes MAC address, DNS servers, and IP address, subnet and gateway of all network interfaces.
command line tool: net
Shows computer that you are networked with your machine. Use this tool to kick someone out of your PC as well.
command line tool: nslookup
Lists DNS information about a domain.
command line tool: nbtstat
Tool to troubleshoot NetBIOS name resolution problems. NetBIOS is a legacy protocol used by older operating systems to locate other end points.
command line tool: bootrec
Interacts with the MBR, boot sector, or Boot Configuraiton Data store. (BCD)
bootrec.exe /fixboot
write a new boot sector
bootrec.exe /fixmbr
Write a new MBR
bootrec.exe /rebuildbcd
Rebuild BCD store
net accounts
set account optiosn (password age, length, etc)
net computer
add and delete computer accounts
net config
see network-related config
net file
close open files
net group OR net localgroup
create delete and change group
net help
see help
net helpmsg
see specific message help
net name
see the name of the current machine and user
net print
interact with print queues and print jobs
net session
see session statistics
net send
send message to a user
net session
see session statistics
net share
create a share
net time
set the time to that of another computer
net use
connect to a share
net user
add, delete and see info about a user
net view
See available resources
command md
make directory
TASKKILL Command
The TASKKILL.EXE utility is used to terminate processes. Those processes can be identified
by either name or process ID number (PID).
SHUTDOWN Command
The SHUTDOWN.EXE utility can be used to schedule a shutdown (complete or a restart) locally
or remotely. A variety of reasons can be specified and announced to users for the shutdown.
TASKLIST.EXE
used at the command line to see a list of all the running processes
(and their process ID number), similar to what you see in the GUI by using Task Manager
RD command
Delete a directory
RD /S [drive:][path]
Removes all directories and files in the specified directory,
including the specified directory itself.
RD /Q [drive:][path]
Quiet mode. You won’t be asked whether you’re sure you want
to delete the specified directory when you use /S
MD [drive:][path]
Makes a directory in the specified path. If you don’t specify a
path, the directory will be created in your current directory.
DEL
delete files and directories at the command line.
Wildcards
can be used with it and ERASE performs the same operations.
FDISK Command
The FDISK command used to be included with earlier operating systems to make disk partitioning
possible
This command does not exist in Windows 7, Vista, or XP, having been
replaced with DISKPART.
FORMAT Command
used to wipe data off disks and prepare them for new use.
Before a hard disk can be formatted, it must have partitions created on it. (Partitioning
was done in the DOS days with the FDISK command, but that command does not exist
in Windows 7, Vista, or XP, having been replaced with DISKPART
ROBOCOPY Command
The ROBOCOPY utility (Robust File Copy for Windows) is included with Windows 7 and
has the big advantage of being able to accept a plethora of specifications and keep NTFS
permissions intact in its operations. The /MIR switch, for example, can be used to mirror
a complete directory tree.
DISKPART Command
The DISKPART utility shows the partitions and lets you manage them on the computer’s
hard drives
SFC Command
The System File Checker (SFC) is a command-line-based utility that checks and verifies the
versions of system files on your computer. If system files are corrupted, the SFC will replace
the corrupted files with correct versions
CHKDSK Command
You can use the Windows Chkdsk utility to create and display status reports for the hard
disk. Chkdsk can also correct file system problems (such as cross-linked files) and scan for
and attempt to repair disk errors.
Recovery Console Command: FIXBOOT
Writes a new boot sector.
Recovery Console Command: FIXMBR
Checks and fixes (if possible) the master boot record.
Run Line Utility: msconfig
system utility to troubleshoot the Windows start up process.
Run Line Utility: regedit
view, search and change settings in your eregistery
Run Line Utility: cmd
opens dos prompt
Run Line Utility: services.msc
list all services, view properties of a service, change the startup type of a service to disabled, manual, and automatic.
Run Line Utility: mmc
microsoft management console.
Run Line Utility: mstsc
remote desktop
Run Line Utility: notepad
notepad
Run Line Utility: explorer
windows explorer
Run Line Utility: msinfo32
comprehensive view of hardware, system components, and software environment on the local computer
Run Line Utility: dxdiag
DirectX diagnostic tool.
WorkGroup versus Domain Setup
homegroup = peer-to-peer. Sharing done from those Pcs. domain = client / server. Sharing done from the server.
VPN usually uses which protocol to encrypt the information
IPSEC