Shared Flashcard Set

Details

Midterm Operating Systems CH1-5
Midterm Operating Systems Chapter 1-5
177
Computer Science
Undergraduate 4
10/04/2012

Additional Computer Science Flashcards

 


 

Cards

Term
Rack Mounted Servers
Definition
CPU boxes mounted in racks that can hold multiple servers. Each rack mounted server typically has its own power cord and network connection, but these servers often share one monitor and pointing device.
Term
Blade Servers
Definition
Conserve even more space than rack mounted servers and each blade server typically looks like a card that fits into a blade enclosure.
Term
Blade Enclosure
Definition
Large box with slots for blade servers and the box provides cooling fans , electrical power, connection to a shared monitor and pointing device, and even network connectivity, depending on the blade enclosure.
Term
Input/output
Definition
Let other programs communicate with the computer hardware, take requests from the software the users runs and translate them into low level requests that the hardware can understand and carry out.
Term
MS-DOS
Definition
1980
First operating system for the very successful IBM PC family of computers. Lotus 1-2-3 was to MS-DOS in 1981 what Visicalc was to CP/M. Also in 1981 Microsoft introduced the first version of word for the PC.
Term
Windows 3.0
Definition
1990, First useable version of graphical operating system for the PC.
Term
Kernel
Definition
Managing interactions with the CPU
Starting, Managing, and scheduling programs that handle I/O activities including device and networking activities
Handling basic computer security
Managing use of computers memory (RAM)
Managing priority levels assigned to programs and computer processes
Term
ntoskrnl.exe
Definition
Windows systems the name of the kernel file.
Term
Resource Managers
Definition
help ensure memory is used properly and there are no memory conflicts.
Term
Time Slice
Definition
When multiple programs are running the operating system manages the amount of time each is given by the CPU. For example, if there is one CPU and ten programs that want to access the CPU, the operating system will give each program a time slice on the CPU-as determined by the priority the CPU gives a particular program or process.
Term
Device Driver
Definition
Translates computer code to display text on a screen, or translates movements of a mouse into action. Contains the actual code to communicate with the chips on the device. this way if another piece of hardware is introduced into the computer, the operating system code does not have to change.
Term
Application Software
Definition
Can men a word processor, spreadsheet, database, computer game, or many types of other applications. It sends a request to the operating system to execute the job.
Term
Early operating Systems
Definition
programmers designed code to directly access hardware to improve overall application performance,
1.Drawbacks were memory is often required for directly managing the hardware.

2.Another drawback is incompatibility with other software that also needs to use the hardware or that uses the same memory block, which can cause crashes or hang-ups.

3. Another drawback is direct access to hardware devices makes a system more vulnerable to malicious software (malware) or an attacker.
Term
POST
Definition
Power-On-self-test
Performs start-up such as memory and hardware component tests.
Term
NVRAM
Non-Volatile Random Access Memory
Definition
Memory chip that does not lose its memory contents when the computer is turned off.
Term
ROM
Read Only Memory
Definition
Early PC's the BIOS was stored, information can only be turned on once.
Term
API
Application Programming Interface
Definition
Software designed to communicate with the application software and user. The API is program code that is like a specialized hook into the operating system, it translates requests from an application into code that the operating system kernel can understand and pass on to the hardware device drivers, and translates data from the kernel and device drivers so the application can use it. Also provides an interface to the BIOS, this is part of the operating system most visible to users. A word processing application may request to create a specific display of characters on the monitor,and the API translates the requests from the application to the kernel, another example is an email program to send a message through the operating system to a computer network or the internet.
Term
BIOS
Definition
Basic Input/output System, which provides I/O functions to communicate with system devices such as the monitor, keyboard, and disks. Resides in the CMOS, so it can always present in the computer. It usually loads other operating systems components on startup.
Term
Operating System Kernel
Definition
The core of the operating system that coordinates operating systems functions, such as control of memory, CPU access, and storage. Communicates with the BIOS, device drivers, and the API to perform these functions. It also interfaces with the resource managers.
Term
Optional Drivers
Definition
other functions and devices such as sound.
Term
Supercomputer
Definition
Extreme processing power and speed to handle complex computations that are beyond the reach of other computers.
Term
ISP
Internet Service Provider
Definition
Requires computers capable of performing multiple tasks for many users at the same time.
Term
Linux
Definition
Popular operating system used by a single person based on Unix, and it also host web servers, mail servers.
Term
High-End Workstations
Definition
Used by engineers for graphical design or by editors in film design and animation.
Term
Computer and Operating Systems Characteristics
Definition
Time Sharing
Real Time
Multiuser
Term
Time Sharing
Definition
Central computer system that is used by multiple users and application simultaneously, Mainframe computers.
Term
Batch Processing
Definition
Clearing two million checks and updating their associated bank accounts
Term
Sequential Processing
Definition
Each process request is completed and the data returned before the next process is started.
Term
Client/Server Systems
Definition
Newer approach to multi-user operations, multi-user mainframe. Only a small part of the work is done on the central computer or computers, the central multiuser computer may hold all the data files and may even perform some of the database functions or calculations required, but much of the work such as running programs is performed on the client side-on the computer at the user's desk.
Term
Cloud Computing
Definition
providing a host of scalable web-based applications and services over the internet or a private network that are used by clients through web browsers. There are many resources but they may appear as available from one unified resource. The user experiences programs and data as if they are installed on the user's computer, but only a small portion is installed on the local computer and all other resources are on servers and other devices in the cloud.
Term
Cloud Models
Definition
Private Cloud
Hosted private cloud
Public Cloud
Term
Multitasking
Definition
A technique that allows a computer to run two or more programs at the same time.
Term
Cooperative Multitasking
Definition
Operating system hands over control to a program, sits back, and waits fro the program to hand control back to the operating system.
Term
Preemptive Multitasking
Definition
Better method, operating system is in control of the operating system at all times. It executes a little bit of the code ata time, but immediately after the code executes it forces the program to relinquish control of the CPU back to the operating system.
Term
Single-tasking
Definition
Operating system executes one program at a time. Found in computers with very limited processor capacity, PDA's, palmtop computers.
Term
Task Switching
Definition
Hybrid system, the system offers many of the device management functions of the multitasking operating system and it can load multiple application programs at once. It will execute only one of these programs at once. The operator will have to switch tot hat task, not used on newer PC's.
Term
MS-DOS or DOS
Definition
RAN ON EARLY IBM computers that was called PC -DOS
Term
Windows 95
Definition
Pentium architecture became common, 32 bit operating system, eliminated 640KB memory and the 16 bit code. Features: Windows desktop and the Plug and Play
Term
Changes from Windows 95 to Windows 98
Definition
Expanded PnP support
Automatic registry checks and repairs
Advanced power Management features
Support for new hardware standards such as Universal Serial Bus
Improved cooperative multitasking for 16 bit applications
Greater integration of internet and networking features
Term
Privileged Mode
Definition
Difference between Windows95/98 and Windows NT was the operating system kernel ran in this mode. Which protected it from problems created by a malfunctioning program or process. Gives the operating system an extra level of security from intruders, and prevents system crashes due to out of control applications.
Term
Domain
Definition
Integral part of the Windows NT security model.
Term
PDC
Primary Domain controller
Definition
In every domain, responsible for keeping all user names and passwords for all users who may want to contact the domain. Any other server that is part of the domain can request password and permission information from this PDC.
Term
Active Directory
Definition
Database that is used to store information about resources such as user accounts, computers, and printers, it groups resources at different levels for local and universal management.
Term
Kerberos
Definition
Security ssytem that enables two parties on an open network to communicate without interception by an intruder.
Term
TCO
Total Cost of Ownership
Definition
Total cost of owning a network, including hardware, software , and training, maintenance and user support costs.
Term
Activate
Definition
Windows XP, you must activate after installation by contacting Microsoft. This is used with the key-code during installation.
Term
Windows XP
Definition
Has the ability to create accounts for different users who might use the operating system.
Like Windows 2000 can be used as a small server for up to 10 users.
New Experience feel
Term
Program Compatibility Wizard
Definition
select the program you want run, select operating system, the select the options available from the wizard.
Term
Windows XP Tablet PC Edition
Definition
Uses speech and pen capabilities and offers wireless communication. Super set of Windows XP
Customization
Tablet PC Input Panel
Microsoft Windows Journal
Term
October 2010
Definition
Microsoft ended the sale of Windows XP, but will provide support until April 2014.
Term
Windows Server 2003
Definition
Tighter security by after installation you must set up the server functions manually.
Term
Group Policy Management
Definition
Enable organizations to manage how users employ Windows-Based computers on their desktops. Employee productivity and network security is increased.
Term
Server Clustering Capabilities
Definition
A way to scale a server system when you need more CPU power and flexibility. Example, scale up Windows server 2003 R2, Enterprise edition and cluster two or more servers to appear to work as one large server.
Advantage is more CPU power, if one sever fails than its functions are picked up by another server
Term
Clustering Capabilities Versions
Definition
Windows Server 2003 R2:
Enterprise edition
DataCenter Edition
Term
ADFS
Active Directory Federation Services
Definition
Enables one sign on for both network and web-based resources. Like a middleman integrated into Active Directory. Handling security and authentication for different applications.
Term
ADAM
Active Directory Application Mode
Definition
Allows Active Directory and software applications to communicate. Provides coordination and authentication of users and user information through the Active Directory database. uses the same data about users as exist in the Active Directory.
Term
Distributed File System
Definition
Enables you to simplify access to shared folders on a network by setting up folders to appear as though they are accessed from only one place. users do not have to know what server offers which shared folder. Constant back-ups for important files.
Term
Subsystem
Definition
Windows Server 2003 R2 can compile and run UNIX/Linux applications on a Windows server
Term
Storage Movement
Definition
Servers are vital for providing data storage options, one server may ahve any combinations of storage devices including hard-disks, disk arrays, CD/CD Drives.
Term
File Server Resource Manager
Definition
help server managers determine how storage is used on a server and to better manage storage.
Quota Management
File screening Management
Storage Reports
Term
SAN
Storage Area Network
Definition
Tool for managing storage area networks. Fast networks that contains components that can be shared for storage and for access to the storage.
1. Shared storage on servers or on clustered servers
2. Storage silos/arrays of multiple disks
3. Other storage media
Term
Virtual Folders
Definition
Windows Vista innovation for organizing files on the basis of information associated with those files, such as author, rating, date. A single association factor such as author, can be used or a combination of factors, such as author, creation date, and a particular keyboard.
Term
Folder Resource Sharing
Definition
Windows vista have the option of sharing network folders
3 levels of permission
1. reader
2. Editor or Contributor
3. Co-owner
Term
Reliability Features Windows Vista
Definition
Startup Repair Tool
New code to prevent interruptions
Self diagnosis for problems
Restart Manager
Service failure recovery
Term
Security Features
Definition
Microsoft is working to change coding structures at the foundation of the operating system to reduce the opportunities for attackers.
1. Comprehensive firewall
2. User Account protection
3. Built in security software to find and eliminate malware
4. Status information
Term
UAP
User Account Protection
Definition
New feature in Windows Vista intended to make user accounts more secure.Controlling permissions and limiting the software application that can be run from an account.
Term
Features of Windows Server 2008
Definition
Active directory
Failover clustering
Hyper-V
SELF-HEALING NTFS
Server Core
Server Manager
Term
Failover Clustering
Definition
Runs validation tests on the servers you are going to cluster. It tests the software and hardware on each server and provides a report on how well failover clustering will run.
Term
Hyper-V
Definition
It allows the server to run multiple independent operating systems at the same time such as Windows and Linux, allows server administrators to combine multiple virtual servers on one physical server.
Term
Self-healing NTFS
Definition
Utility runs in the background to correct hard disk problems. data is preserved and better reports are provided concerning the modifications made to the volume.
Term
Server Core
Definition
Designed for use in organizations that either have many servers, some of which need only to perform dedicated tasks but with outstanding stability or in environments where high security requirements require a minimal attack on the server.
Bare-bones installation that is meant to reduce hacker attacks to the operating system.
Term
Server Manager
Definition
Replaces the "Manager Your Server", "Configure your server", "Security Configuration Wizard found in the Windows Server 2003. Centralizes the features and provides one location to set up and deploy servers, add servers, check status of your servers and manage them.
Term
Windows Server 2008 R2
Page 92
Definition
Shipped in october 2009 and its desktop counterpart, Windows 7.
Share the same core operating system.
Released with only with a 64 bit version and no plans for a 32 bit version. Support for the Itanium architecture would end with Windows Server 2008 R2.
Term
Windows Server 2008 Enhanced Features
Page 94
Definition
Integration with Windows 7
File Services Management
Scalability
Reliability
Virtualization
Web Platform updates
Term
HPC
High Performance Computing
Page 94
Definition
Provides a management console that allows you to monitor and support thousands of processing cores in an efficient and highly productive environment.
Term
Homegroups
Page 97
Definition
Multiple computers running Windows 7 can be connected on your home network to share their resources
Term
Windows Media Center
Page 97
Definition
Substantially upgraded in Windows 7
Broadcast or Cable TV, even HDTV
Term
Windows Touch
Page 97
Definition
Windows 7 support touch screen monitors using multitouch technology.
In Windows Vista you could only use 1 finger touch
Term
Performance Improvements
Page 97
Definition
Windows 7 to use less memory and to run background services only when you need them, enhances the speed
Term
Ready Boost
Page 97
Definition
Speeds up your computer WHEN you low on memory, flash memory devices of up to 256 GB.
Term
Windows Live Essentials
Page 98
Definition
messenger, Photo Gallery, Movie maker, not included with windows 7 but a free download from internet
Term
Microsoft Security Essentials
page 98
Definition
Anti-virus software that can be downloaded for free, provides real time protection runs in the background to automatically check for viruses.
Term
Play to
Page 98
Definition
easy and efficient way to listen to music
Term
Jump Lists
Page 98
Definition
Associated with your programs that are used everyday.
Term
Peek, Shape, and Snap
Page 98
Definition
Peek allows you to view through open windows to the desktop. Point your mouse to the rectangle at the right edge of the task bar, and open all windows become transparent.

Shake- click on the title bar of a window that you want to access and shake the mouse, all the other windows are minimized, shake the mouse again and they reappear.

Snap-Allows you to resize or reposition a window by dragging it to the edge of your screen. Snap maximizes a window if you drag it to the top of the desktop.
Term
Bourne Shell and the Bourne Again shell
Page 102
Definition
Most popular UNIX shells, similar to the C programming language
Term
X Windows
Page 102
Definition
Network enabled, it is possible to run X window and all other application programs on a remote UNIX computer and remotely interact with your applications. Optional part of Unix versions
Term
CPU's can be classified by
Page 130
Definition
Design Type
Speed
cache
Address Bus
Data Bus
Control bus
CPU Scheduling
Term
Design Type
Page 131
Definition
Complex Instruction set Computing (CISC)
Reduced Instruction Set Computing (RISC)
Term
CPU Process
Page 131
Definition
Clock speed and CPU design are the factors that determine how fast operations are executed
Term
Difference between RISC and CISC
Definition
Number of different instructions the chip can process
Term
Instruction Set
Page 131
Definition
List of commands the CPU can understand and carry out.
Term
Pipelining
Page 132
Definition
Allows the processor to operate on one instruction at the same time it is fetching one or more subsequent instructions from the operating system or application.
Term
RISC CPU
Page 132
Definition
Need a lot of hardware to carry out instructions, but does very little setup time.
Term
EPIC
Explicitly Parallel instruction Computing
Page 133
Definition
RISC processor evolvution, created as a joint project by intel and HP, enables the processor to handle massive numbers of operations at a time, as many as 20 operations at a time.
Term
EPIC
Page 133
Definition
Enables the chip to predict and speculate about which operations are likely in the future.
Term
Advantage of RISC based Epic processor
Page 133
Definition
It can build three instructions into a word, a word is a single communication with the processor and the CISC are traditionally one word.
Term
Speed of the CPU
Page 134
Definition
Defines how fast the CPU can perform,
Internal clock speed-How many clock pulses or ticks are available.
Term
External Clock Speed
Page 134
Definition
Lower clock speed to communicate with the rest of the computer, the external clock speed is a fraction speed of the internal clock
Term
Cache
Page 135
Definition
Runs at the same speed as the processor-Prevents the cpu waiitng on information to be dumped, this is where the data is temporarily stored until the external clock catches up.
Term
Level 1 Cache
Page 135
Definition
processor needs a number stored in the cache it will be in the level 1
Term
Level 2 Cache
Page 135
Definition
Normally runs at the same speed as the external clock, is generally accessed faster than other memory in the computer, except for level 1
Term
Level 3 Cache
Page 135
Definition
Separate chip, employ EPIC architecture
Term
Address Bus
PAGE 135
Definition
Internal communication pathway that specifies the source and target addresses for memory reads and writes. Runs at the external clock speed.

The width of the bus is the number of bits that can be used to address memory
Term
Data Bus
Page 136
Definition
Allows computers components such as the CPU display adapter and main memory to share information. The number of bits in the bus indicates how many bits of data can be transferred from memory to the CPU or vice versa in one clock tick.
Term
Control Bus
Page 136
Definition
CPU is kept informed of the status of resources and devices connected to the computer such as the memory and disk drives, the most basic information that is transported across the control bus is whether or not a particular resource is active and can be accessed.
Term
Interrupt requests
Page 136
Definition
Request to the processor to interrupt whatever it is doing to take care of a process.
Term
CPU Scheduling
page 136
Definition
Determines which process to start given the multiple processes waiting to run
Term
Multithreading
Page 136
Definition
Ability to run two or more processes known as threads at the same time
Term
Intel
Page 137
Definition
Most popular CPU's in use today are designed by intel
First line was the 8088
Term
Backward Compatibility
Page 139
Definition
Means that a significant number of features from an older chip can function on a newer chip.
Term
AMD
Page 140
Definition
Advanced Micro Devices, manufacture CPU's that compete with intel
Term
Motorola
Page 141
Definition
Found in Macintosh computers, CISC CPU's
Term
PowerPC
Page 141
Definition
RISC Chips, used different instruction sets and a different general architecture than Motroola
Term
SPARC
Page 141
Definition
Scalable Processor Architecture-RISC processor designed by Sun Microsystems, 64 bit address
Term
Alpha
PAGE 141
Definition
Designed by DEC, Digital equipment corporation, purchased by Compaq, then purchased by HP, 64 BIT DATA BUS AND A 64 BIT ADDRESS BUS, Used in engineering and graphics
Term
File system
Page 156
Definition
Overall purpose is to create a structure for filing data-allocates locations on a disk for storage and it keeps a record of where specific information is kept.
Term
Directory
Page 157
Definition
organizational structure that contains files and may additionally subdirectories under it. Connects names to the files that are stored on the disk.
Term
File Attributes
Page 158
Definition
File characteristics stored with the filename in the disk directory, which specify certain storage and operational parameters associated with the file.
Term
Root directory
Page 159
Definition
The highest level directory with no directories above it in the structure of files and directories in a file system
Term
Designate a folder
Page 162
Definition
Windows operating systems use backslashes to designate a folder, but UNIX/Linux use a forward slash
Term
Low-level format
Page 163
Definition
Software process that marks the location of disk tracks and sectors.
Term
Tracks
Page 163
Definition
Several circles around a disk, each track is divided into sections of equal size.
Term
Sectors
Page 163
Definition
Tracks divided into small segments
Term
Block Allocation
Page 163
Definition
Keep track of where specific files are stored on the disk.Divides the disk into logical blocks called clusters
Term
Clusters
PAGE 163
Definition
Allocation units in Windows systems, which in turn correlate to sectors, heads,and tracks on the disk.
Term
FAT
File Allocation Table
page 163
Definition
Fixed portion of the disk to store data
Term
NTFS
New Technology File Allocation System
Page 164
Definition
Uses various locations on the disk to store a special type of file that is used for directory and file allocation information. File storage system that is native to Windows versions starting with Windows NT.
Term
Metadata
Page 164
Definition
Files that contain information about the actual data
Term
Partitions
Page 164
Definition
Process of blocking a group of tracks and sectors to be used by a particular file system such as FAT or NTFS
Term
High-level Format
Page 164
Definition
The partition contains the disk divisions and patterns needed by a particular operating system to store files.
Term
Physical drive
Page 164
Definition
Hard disk on a computer
Term
logical drives
Page 164
Definition
Using software to divide a hard disk into multiple drives for file storage.
Term
Slices
Page 165
Definition
Low level format portion of the disk and are stored in special sections of the hard drive itself, seperete from the operating system
Term
Partition Table
Page 165
Definition
Table containing information about each partition on a disk, such as the type of partition, size and location.
Term
Disk label
Page 165
Definition
The UNIX/Linux equivalent of a partition table
Term
Boot Block
Page 165
Definition
the Unix/Linux and MAC OS X equivalent of the Windows Master Boot Record, the area of the hard disk that stores partition information for the disk.
Term
MBR
Page 165
Consist of 4 elements
Definition
Boot program
Disk signature
partition Table
End of MBR Marker
Term
Disk Management
Page 167
Definition
Used to partition and format additional free space
Term
Switches
Page 167
Definition
Used to change the way a particular command operates.
Term
Link-list Method
page 168
Definition
When a file is completely written to the disk the directory entry for the file is filled with all 1's, which means end of file. At this time the file directory entry for the file is updated with the total file size.
Term
Clusters
Page 169
Definition
Clusters are of a fixed length, and if a file does not match the space available in the clusters, you can end up with some unused space at the end of the cluster.
Term
Bad Clusters
page 169
Definition
Unusable are spots are marked in the FAT, these areas are never used for file storage, it then writes a root directory and file allocation table and the disk is ready for use.
Term
Status Bits
Page 170
Definition
Identify the type of filename contained in each entry. Volume, directory, System, hidden, Read-Only, and Archive. Volume bit indicates a file system volume label or a nickname for the file system.
Term
8.3 Filenames
Page 171
Definition
Originally used by FAT16 which can be up to eight characters long followed by a period and an extension of three characters, examples are txt., doc., xls.,
Term
Long Filenames
Page 171
Definition
Extended in FAT16 an LFN
Can contain 255 characters
Not case sensitive
Cannot include characters "/\[]
Term
Unicode
Page 171
Definition
LFN characters are stored, coding system that allows for representation of any character in any language, it is possible to use most legitimate characters in Windows in a filename.
Term
Advantage of LFN and Unicode
Page 171
Definition
Can be read by other operating systems including Mac OS and Unix/Linux
Term
FAT32
Page 172
Definition
Starting with Windows 95 R2, all windows verions support FAT 32, designed to accommodate larger capacity disks than FAT16 and avoid the problem of cluster limitations.
Term
FAT64
Page 173
Definition
exFAT, proprietary file system, Microsoft introduced it for mobile personal storage needs to handle large files. Size of a FAT32 is 4GB minus one byte.
Term
MFT
Master File Table
Page 174
Definition
NFTS uses this to keep track of files and clusters, boot sector is located ahead, nothing more than a file system on the file system.
Term
POSIX
Page 175
Definition
Portable operating System Interface for unix support, this is incorporated into the NTFS
Term
Journaling
Page 176
Definition
Ability to keep a log or journal of file system activity, this is critical process should there be a power outage or hard disk failure. important information can be retrieved and restored, FAT does not offer this capability.
Term
Distributed Link Tracking
Page 177
Definition
Available in NTFS5 so that shortcuts you have created are not lost when you move files to another volume.
Term
Disk Quotas
Page 177
Definition
NTS5 capability, to control how much disk space users can occupy. Disk quotas are a vital tool for disk capacity planning to ensure that there is enough disk space for all server operations and critical files.
Term
CHKDSK
Page 178
Definition
Utility, which is run from the command prompt, can detect and fix an extensive set of file system problems in FAT and NTFS systems.
Term
Clean Installation
Page 226
Definition
On a computer that either has no operating system installed or that has an operating system already installed but is overwritten by the installation.
Term
Upgrade Installation
Page 226
Definition
Computer that already has an earlier version of the operating system and the upgrade replaces the earlier version with a new version, often with the option to retain some or all of the original settings.
Term
HALL.dll
Hardware Abstraction Layer driver
Page 229
Definition
Offers specialized code needed by device drivers to talk to the computer's hardware also establish if there are multiple processors and if they are working.
Term
Alpha Software
Page 234
Definition
Early development software in which there are likely to be bugs and not all functionality is present.
Term
Beta Software
Page 234
Definition
Software that has successfully passed the alpha test stage.
Term
Release Candidate
page 234
Definition
Software in the final stage of testing by vendors and users before cutting an official release that is sold commercially.
Term
RTM
Release to Manufacturing
Page 234
Definition
Official release of the operating system onto production computers
Term
Production Computer
Page 234
Definition
Any computer used to perform real work, and which if it were to become unusable for any reason would cause an inconvenience or hinder workflow.
Term
Upgrade Advisor
page 234
Definition
Windows XP, Vista, and 7 a tool available on the operating system DVD/CD-ROM or as a download via the internet to check if your system hardware and software are ready for the new operating system
Term
Points to consider when backing up your information
Definition
Close all open programs and files before starting a backup
Make sure that you have the software needed to restore the backups under both the old and new operating systems.
Make sure that you actually make a full backup.
Term
NTbackup.exe
Page 239
Definition
Windows server 2003 uses this tool for backup
Term
Virtual Desktop
Page 240
Definition
SOFTWARE DESIGNED TO RUN ON DESKTOP SYSTEMS. PUT ON PRODUCTION COMPUTERS TO RUN THE TESTS.
Term
Windows Catalog
Page 243
Definition
List that contains brand names and models for hardware and software supported by a windows operating system.
Term
Windows Update
Page 244
Definition
Feature to download and install any critical updates along with any optional updates you want to use via the internet.
Term
Before upgrade
Page 245
Definition
Keep in mind that you cannot upgrade Windows 95 or earlier operating system to Windows XP.
1. bACKUP YOUR SYSTEM BEFORE YOU START, INCLUDING THE REGISTRY
2. mAKE SURE THAT YOUR HARDWARE MATCHES THE RECOMMENDED HARDWARE REQUIREMENTS FOR WINDOWS XP
3. CHECK HARDWARE COMPATIBILITY
4. OBTAIN ANY DRIVERS THAT YOU NEED BEFORE YOU START.
Term
Windows Vista Home basic
page 247
Definition
Windows Vista Home Basic through Ultimate come in 32 bit and 64 bit versions. Because Windows Vista is more demanding of the hardware, many Windows XP users have found it necessary to purchase new computers to move up to Windows Vista. Windows vista comes with many new security and warning features that can make it more complex for network connectivity and uninterrupted computing.
Term
Comparison between Windows vista and 7
Page 249
Definition
A ll Windows 7 Editions except Starter Edition (32bit only), come in 32 and 64 bit versions. The user's direct experience of security in Windows 7 is toned down from Windows Vista, in that it requires less user intervention, however the actual security is strengthened.
Term
Two approaches to upgrading to Windows 7
Page 250
Definition
1. To go frommone edition of Windows 7 to a more full-featured edition through Windows Anytime Upgrade for Windows 7
2. Upgrade from Windows XP to Windows Vista to Windows 7
Term
Upgrades to Windows 7
Page 251
Definition
There is no true path from Windows XP to Windows 7
Term
Upgrade Windows server 2008
Page 259
Definition
Performing an upgrade to Windows server 2008 is similar to performing a clean install, but existing application and data are retained.
Term
Linux
Page 262
Definition
Available in free open source and commercial distributions.
Supporting users have an ad free experience!