SUPER STUDY Flashcards
Types of Installs
In Place Upgrade Clean Install Image Install Unattended Install Repair Install
In Place Upgrade
Type of install that saves apps and settings
Unattended Install
answers questions asked during install
Dual Boot
2 OS’s on one computer
Recovery Partition
hidden partition with install files
Refresh/Restore
Windows 8 feature, built into OS, no install media needed
Disk Partitions
separates physical drive into logical pieces
Volumes
formatted partitions with file systems (NTFS, fat 32)
MBR partition
Master Boot Record
Primary Partition
contains OS bootable file
marked as active when booted from
max of 4 primaries per disk
Extended Partition
extends max number of partitions
one extended per disk
partitions inside extended not bootable
GPT partition
GUID partition table
latest
requires UEFI
up to 128 primary partitions
FAT
File allocation table
One of the first PC file systems
exFAT
microsoft flash drive system
files can be >4gb
FAT32
Larger (2 TB) volume sizes
Max file size of 4gb
NTFS
NT file system, started in windows NT, improvements
Included quotas, file compression, encryption, large
File support, recoverability
CDFS
CD file system
All OS’s can read the CD
ext3
3rd extended file system
used in linux
ext4
update from Ext3
used in Linux and Android
NFS
Network File System
access drives as if they were local
Basic Disk Storage
DOS and windows, partitions cannot span across separate physical disks
Dynamic Disk Storage
span across multiple disks to make one volume (RAID)
CHKDSK /f
fix errors found on disk
CHKDSK /r
finds bad sectors and recovers readable info
COPY /V
verifies files are written correctly
COPY /Y
suppresses overwrite prompt
XCOPY
copies files and entire directories
ROBOCOPY
a better XCOPY
can resume copy if errors occur
SFC
scan integrity of all protected file systems
SFC /scannow
repairs files
EXPAND
expands folders
SHRINK
reduces the size of the volume
GPUPDATE
force a group policy update
GPRESULT
view policy settings for a computer or user
bootrec /fixmbr
fixes MBR on physical drive
bootrec /fixboot
“invalid partition table”
bootrec /rebuildbcd
rebuilding boot config data
msconfig
manage boot process, startup apps, services
Windows 7 Task Manager
Applications Processes Performance Networking Users
Windows 8
Users
Disk Status: Resynching
RAID 1 is synching between drives
Disk Status: Regenerating
RAID 5 is recreating itself based on a parity bit
Upgrade Advisor
Windows 7
checks software and hardware compatibility
Upgrade Assistant
Windows 8
checks software and hardware compatibility
regedit
windows registry editor
huge master database
drives, services, security account manager, backup
services.msc
shows background apps running
can reveal dependencies
MMC
microsoft management console
build your own management framework and decide what utilities or “snap ins” you want
MSTSC
microsoft terminal services client
remote desktop connection utility
Workgroups
logical group of network devices
non-centralized
every device is standalone and everyone is a peer
all on a single subnet
Homegroups
share files with everyone else on the homegroup
works only on a private network
network settings must be set to home or private
Domain
business networks
centralized authentication
manage all devices from one central point
supports thousands of devices on multiple networks
Network Locations on W 7
Home: everything trusted
Work: can see other computer but cannot join homegroup
Public: invisible
Network Locations on W 8
Private: similar to home, everything is trusted
Public: no sharing or connectivity
Remote Access
one time remote access
single use password
can be used through firewall
Remote Desktop Connection
ongoing access
may have to open ports
Proxy Settings
changes traffic flow
is an internet go between
defines an address and expectations
APIPA
169.254.1.0 - 169.254.254.255
man
manual (similar to windows help)
su
super user
sudo
run single command as super user
pwd
print working directory
cp
copy a file (linux)
iwconfig
view or change wireless network configuration
change ssid, frequencies, channel, mode, rate
ifconfig
view or configure networking info
ip, subnet
apt-get
advanced packaging tool
install update or remove
vi
visual mode editor (full screen editing)
dd
convert and copy files
backup and restore an entire partition
enterprise level virtualization
standalone machine that hosts the vms
hypervisor
software tool that is able to create the VMs
manages the physical hardware
Cloud Characteristics
Rapid Elasticity
On Demand Self Service
Resource Pooling
Measured Service
Rapid Elasticity
scale up and down as needed
seamless to everyone
On Demand Self Service
adding resources in easy
virtualized
Resource Pooling
all computer power located in one place
one large instead of several small resources
Measured Service
cost and use are closely tracked
SaaS
software as a service on demand software no local installation program is managed by someone else and your data is stored elsewhere twitter, gmail as example
IaaS
infrastructure as a service
using someone elses hardware but you are responsible for management and security
data is elsewhere but you can control it
godaddy is example
PaaS
platform as a service no server no software so HVAC someone else handles the platform you handle the product you do not have direct control of the data, people, infrastructure amazon web services as an example
PRL
preferred roaming list
Baseband Radio Processor
communicates to the mobile provider
PRI
product release instructions
IMEI
international mobile station equipment identity
IMSI
international mobile subscriber identity
POP3
110
SMTP
25
worms
malware that self replicates
can take over many PCs quickly
virus
malware that can reproduce itself through network file system
Antivirus must be updated as prevention
phishing
fake web pages (social engineering)
zero day attacks
many vulnerabilities in apps not found yet
bad guys try to find before good guys patch them
Windows Accounts
admin: super user
guests: limited access
standard user: regular access
power user: not much more control than standard
Antenna Placement
APs close to each other should not be on the same channel
same channel will cause frequency overlap
Power Level Controls
set as low as possible so people in house can access
make it so no one outside can access
MAC filtering
limit access through physical addresses
regsvr32
register/unregister DLLs
Windows Recovery Environment
- Click CD ROM > Repair your computer > Next
- Command Prompt > bootrec /fixmbr
- bootrec /fixboot
- bootrec /rebuildbcd
Configure Mobile Device Email Address: tech@techies.com Password: P@\$\$w0rd Incoming Server: pop3.techies.com Outgoing Server: mail.techies.com SSID: Techies 40-bit key: CA:12:3A:EF:1C
- Wifi and Network > Enable > SSID > WEP > KEY > Save
- Mail > Username & Password
- Incoming Server: POP3 (110)
- Outgoing Server: SMTP (25)
- Outgoing Server Requires Login > Same as Incoming
Stop Programs from Running @ Startup
- Start Menu > msconfig
2. Startup Tab > Deselect Apps
RAID Array
- Start Menu > Right Click > Disk Management
- Right Click Disk > Striped (Raid 0) or Simple (No Other Disks)
- Next (DO NOT FORGET TO LABEL)
System Restore
- R Click Start Menu > Control Panel > Recovery
- Create > Configure > Turn On .. > OK
- Create > Accept Defaults > System Restore
Mapping Drives
- File Explorer > Network > Target PC
- R Click on Folder > Map network Drive …
- Accept default unless otherwise told
- Go to this PC (Local Computer) and ensure its there
HomeGroup
- Control Panel > System Security > System
- Computer Name, Domain, Workgroup > Change Settings
- Enter relevant info
Change Directory via Command Prompt
cd desktop dir md c:\work move timesheet.xlsx c:\work cd c:\work dir
How to Automate Tasks
- Start Menu > Accessories > System Tools > Task Scheduler
- Click on Task to See Triggers
- Create Basic Task
Flush DNS
- CMD >
ipconfig /displayDNS
ipconfig /flushDNS
ipconfig /displayDNS
Chain of Custody
a record of evidence ownership. anyone who has had control of the evidence should be recorded to include when and where they had it
Cron
a time based-scheduling service on Linux OS
Vi
Linux text editor
System Monitor
Linux version of Task Manager
IIS
Internet Information Services
the windows term for the webserver role
Wireless Connectivity
intermittent: try moving closer to the AP
none: check/enable wifi, confirm correct key, do a hard reset
Non-responsive touch-screen
Apple: iOS restart, hard/regular
Andriod: Remove battery, hold power and volume button
No Sound
check volume settings
bad software, delete and reload
try headphones/external speakers
Sound starts then stops
could be dueling apps
Troubleshooting Theory
Identify Problem Establish a Theory Test the Theory Create a Plan of Action Implement the Solution Verify Full System Functionality Document Finding