Module 4 Flashcards

1
Q

Network

A

Any devices connected to each other to share information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Types of network connections

A
VPN
Dialup
Wireless
Wired
WWAN
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

WWAN

A

Wireless WAN (Cellular)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

List of best practices for maintenance

A
Scheduled backups
Scheduled disk checks
Scheduled defragmentation
Windows Update
--Patch, firmware
AV Updates
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

List popular system tools

A

System restore
Check Disk
Recovery Image
Defrag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Types of hypervisors

A

VMWare
Hyper-V
Xen

Virtual Box

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Type I Hypervisor

A

Runs directly on the hardware, and manages the hardware directly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Type 2 Hypervisor

A

Runs on top of another operating system, and manages the hardware indirectly by making requests from the OS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Binding Addresses

A

Assigning an IP to a virtual machine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Hypervisor

A

Software or firmware that creates and runs virtual machines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

VMM

A

Virtual Machine Manager

AKA Hypervisor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

command line tool: ping

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

command line tool: tracert

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

command line tool: netstat

A

Shows network connections (incoming, outgoing) from the device. Help to determine the amount of traffic the machine is producing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

command line tool: ipconfig

A

Displays all the current addressing info. Includes MAC address, DNS servers, and IP address, subnet and gateway of all network interfaces.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

command line tool: net

A

Shows computer that you are networked with your machine. Use this tool to kick someone out of your PC as well.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

command line tool: nslookup

A

Lists DNS information about a domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

command line tool: nbtstat

A

Tool to troubleshoot NetBIOS name resolution problems. NetBIOS is a legacy protocol used by older operating systems to locate other end points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

command line tool: bootrec

A

Interacts with the MBR, boot sector, or Boot Configuraiton Data store. (BCD)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

bootrec.exe /fixboot

A

write a new boot sector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

bootrec.exe /fixmbr

A

Write a new MBR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

bootrec.exe /rebuildbcd

A

Rebuild BCD store

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

net accounts

A

set account optiosn (password age, length, etc)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

net computer

A

add and delete computer accounts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
net config
see network-related config
26
net file
close open files
27
net group OR net localgroup
create delete and change group
28
net help
see help
29
net helpmsg
see specific message help
30
net name
see the name of the current machine and user
31
net print
interact with print queues and print jobs
32
net session
see session statistics
33
net send
send message to a user
34
net session
see session statistics
35
net share
create a share
36
net time
set the time to that of another computer
37
net use
connect to a share
38
net user
add, delete and see info about a user
39
net view
See available resources
40
command md
make directory
41
TASKKILL Command
The TASKKILL.EXE utility is used to terminate processes. Those processes can be identified by either name or process ID number (PID).
42
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.
43
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
44
RD command
Delete a directory
45
RD /S [drive:][path]
Removes all directories and files in the specified directory, including the specified directory itself.
46
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
47
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.
48
DEL
delete files and directories at the command line. Wildcards can be used with it and ERASE performs the same operations.
49
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.
50
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
51
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.
52
DISKPART Command
The DISKPART utility shows the partitions and lets you manage them on the computer’s hard drives
53
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
54
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.
55
Recovery Console Command: FIXBOOT
Writes a new boot sector.
56
Recovery Console Command: FIXMBR
Checks and fixes (if possible) the master boot record.
57
Run Line Utility: msconfig
system utility to troubleshoot the Windows start up process.
58
Run Line Utility: regedit
view, search and change settings in your eregistery
59
Run Line Utility: cmd
opens dos prompt
60
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.
61
Run Line Utility: mmc
microsoft management console.
62
Run Line Utility: mstsc
remote desktop
63
Run Line Utility: notepad
notepad
64
Run Line Utility: explorer
windows explorer
65
Run Line Utility: msinfo32
comprehensive view of hardware, system components, and software environment on the local computer
66
Run Line Utility: dxdiag
DirectX diagnostic tool.
67
WorkGroup versus Domain Setup
``` homegroup = peer-to-peer. Sharing done from those Pcs. domain = client / server. Sharing done from the server. ```
68
VPN usually uses which protocol to encrypt the information
IPSEC