Shared Flashcard Set

Details

Operating Systems CH7
Operating Systems Quiz Study Chapter 7
94
Computer Science
Undergraduate 4
10/17/2012

Additional Computer Science Flashcards

 


 

Cards

Term
Disk Storage Options
Page 360
Definition
OS acts as an interface between the controllers and the rest of the computer.

Also provides services to application software that needs to read and write to the drive.

What goes on inside the hard drive or the hard drive drive controller is not significant in terms of the user or the operating system.
Term
Petabyte
Page 361
Definition
2^50 or about 1.13 x 10^15
Term
Exabyte
Page 361
Definition
2^60 or about 1.15 x 10^18
Term
Zettabyte
Page 361
Definition
2^70 or about 1.18 x 10^21
Term
IDE
Integrated Drive Electronics
Page 361
Definition
Older AMD/Intel PC's hard drive interface, supports connecting two devices into the IDE interface.
Term
EIDE
Enhanced IDE
Page 361
Definition
Supports higher transfer speeds connects up to four devices and is found in many older PC's.
Term
ANSI
American National Standards Institute
page 361
Definition
Formalized IDE in 1990
ANSI refers to this standard as the ATA interface standard.
Term
ATA
Advanced Technology Attachment
Definition
ANSI interface standard for EIDE is ATA-2

Uses Parallel connection
Term
Parallel Connection
Page 361
Definition
Connection that sends data and control information over wires connected in parallel so that multiple data bits are sent at one time.
Term
PATA
Parallel ATA
Definition
Cable has 40 active conductors although some ATA will have 80 wires.
Term
SATA
Serial ATA Interface
Page 361
Definition
Newer high speed serial version of the ATA interface, uses a high speed serial cable to achieve transfer speeds currently up to 6Gbps.

7 Conductors
Term
Disc
Definition
refers to the medium
Term
eSATA
External SATA
Page 361
Definition
Interface that enables connectivity for an external SATA drive.

Port ot Slot interface

options include PCMCIA and ExpressCard Ports or a regular Peripheral Component Internet (PCI) card slot
Term
Light Peak
Definition
Where as USB connected carries data through a copper wire connection, this uses a optical cable
Term
USB carries data at______
Definition
Top speed of 4.8Gbps
Term
Light Peak Data Transfer rates
Definition
10Gbps and eventually up to 100Gbps
Term
Light Peak signal loss
Definition
Interference is very small compared to the copper in a USB

Data transfer experiences fewer errors and much longer cables can be used with Light peak.
Term
SCSI
Small Computer System Interface
Definition
fast interface, more expensive that PATA or SATA

Support 16-18 devices

Connection by a single cable

each end must be terminated to prevent ghosts or echoes
Term
terminator
Definition
Resistor that abosrbs the electronic signal so that the signal is not reflected back onto the cable.
Term
SAS
Serially Attached SCSI
Definition
new technology supports up to 16,256 devices.

High speed technology with speeds in the 3-6 Gbps and eventaully up to 12 Gbps.
Compatible with SATA interface, server and stroage flexibility

Use a subsystema nd still sue SATA drives.
Term
SCSI cable must be ________
Definition
terminated at both ends.
Term
Partition Table Information
Definition
Type
Size
Location
Which one to access first to start the operating system.
Term
New way to partition disks
Definition
GUID
Globally Unique Identifier Partition Table or GPT
Term
GPT
Definition
Does not ahve same limits as MBR
Helps ensure partition identification is not subject to erros.
Allows operating systems to handle large up to 18EB in Windows server 2008 R2
Term
ATA-2/EIDE
Definition
On older computers and SATA and SCSI on newer computers and servers provide ways for the controllers to communciate with the electronics on the disk, which enabkles the controllers to retieve this information.
Term
Disk Geometry
Definition
Information about a disk, such as the number of tracks and sectors.
Term
Dump
Definition
Linux operating ssytems off this command for backing up files.

Multi levels to enable different combinations of full backups and partial backups when there is not enought ime for full backups.
Term
USB and FireWire interfaces
Definition
Can also be used to connect hard drives and storgae devices to computers
Term
Unique approaches to Windows
Definition
Basic Disks
Dynamic Disk
Term
Basic Disks
Definition
Physical hard drive
Primary partitions
extended partitions
Logical drives or basic volumes
Term
Dynamic Disks
Definition
Most Current versions
Create volumes that span multiple disks
2000 Dynamic volumes on one disk but Microsoft recommends 32 or fewer volumes per disks
Term
Fault tolerant
Definition
Implementing software or hardware to protect against hardware failures, power interruptions, and lost data.
Term
Disk Mirroring
Definition
Contents of one disk are exactly duplicated on another disk

Not supported in Windows XP or Windows Vista, but is in Windows 7, eNTERPRISE, and ultimate Editions
Term
SSD
Solid State Device
Definition
Storage technology that uses semiconductors for storage much the same as used in the flash or thumb drives.
Term
SSD data storage
Definition
250GB
Term
Advantages of SSD's
Definition
No moving parts
No sensitive Magnetic disks
Faster access to data
More reliable
Lower power requirements
Term
Disadvantages of SSD's
Definition
Expensive than traditional magnetic hard disk storage

Apple making 64 and 128 GB
Term
RAID
Definition
Redundant Array of Inexpensive Disks
Term
RAID Purpose
Definition
Increased Reliability
Increase storgae capacity
increased speed
Fault tolerant
reduce the chnace of lost data of a hardware failure
Term
Intercation of RAID
Definition
Low-level device driver
Hardware interacts with the operating system as if it were a hard disk.
Term
RAID Configuration
Definition
At the hardware level, which to the user means that different approaches can be configured at the hardware level regardless of whether the operating system has features to configure.
Term
Optical Storage options
Definition
CD
DVD
BLU-Ray
Term
CD
Compact Disc
Definition
Polycarbonate palstic that ahs a reflective optical surface that can be read by a laser.
Term
CD-ROM
Compact Disc read Only memory
Definition
Uses a technology in which information such as data or music is pressed onto the disc one time so it can be read or played many times.

Advanatge of pressing the data is the information media is durable.
Term
CD-RW
Compact Disk rewritable
Definition
Optical CD medium that enables you to record information from your computer to a CD. Unlike the CD-R, you can write to this multiple times.

Each time written tot he information has to be blanked or erased again prior to writing.
Term
Method of storing Data on a CD
Definition
Big spiral that starts at the inside of the disc and winds itself slowly toward the outside of the disc, a laser pickup is pointed at a part of the disc surface.
Term
Surface of the CD reflects_____during a data read operation.
Definition
Light
Term
This makes the disc very sensitive to scratches and other kinds of damage that can hinder optical readout.
Definition
Pits
Term
Recovery Methods of a CD
Definition
Parity
Error Correction Code (ECC)
Error Concealment
Cyclic Redundancy Check Code (CRC)
Reed-Solomon R-S Codes
Term
Parity
Definition
Simple error detection method that typically counts the number of nonzero bits in a string of data and then sets a parity bit to reflect whether the number of nonzero bits totals to an even number or an odd number.
Term
Odd Number
Definition
Set parity bit switch to 0
Term
Even number
Definition
Parity bit to 1
Term
Error Correction Code
Definition
Replace errors by adding duplicate data or parity data so that missing data can be recovered.
Term
Error Concealment
Definition
Error correction method that uses surrounding data to help calculate approximate data to fill in for the missing data.
Term
Cyclic Redundancy Check
Definition
Uses an algebraic polynomial and error key to detect and overcome errors.
Term
Reed-Solomon Codes
Definition
Error detection method and correction technique developed by Irving Reed and Gustave Solomon that uses a complex polynomial technique for addressing data errors.
Term
All five of the error recovery methods are also used on _______
Definition
DVD's
Term
Although the CD is a relatively delicate medium, its built in error detection and correction ,make it one of the most ______
Definition
reliable
Term
CD's are rated in terms of recording_____
as well as ________ because they are used for music or audio as well as data.
Definition
Minutes
Megabytes of Data
Term
High-Speed CD-ROM drives can attain data transfer rates of
Definition
88.5Mbps
Term
DVD
Digital Video or Digital Versatile disc
Definition
Optical medium and it has data written on the disc in the form of a spiral of blocks.

Read from Laser and optical pickup.
Term
Method of storing data for DVD
Definition
Stores two sides with up to layers per side.

Layer is read by using light that hits the disk at a different angle.

The second layer is also a spiral, this one written from the outside of the disc to the inside.
Term
12CM DVD
Definition
Contain 2 layers each layer can hold 4.7GB of data.
Term
DVD-R
Digital Video disc recorder
Definition
Can record data on the medium and then it can be read many times.

Typical life span is 25-100 years
MAM-A life span is over 100 years
Term
Most PC's use
Definition
SATA
EIDE
SCSI
Term
Most PC's have drivers for DVD/CD-ROM drives built into the ________
Definition
BIOS systems and the boot system
Term
Blu-ray discs are different than CDs and DVDs in that the data is recorded _____of the polycarbonate layer but just____the hard coating that protects the disc from damage.
Definition
on top
under
Term
Blu-ray Storage capacity
Definition
50 GB with a potential to reach 500GB
Term
SATA/eSATA, EIDE, SCSI interfaces are connect to the computer through either
Definition
USB
IEEE 1394
Firewire
Light Peak Port
Term
SAN
Storage Area Network
Definition
Grouping of storage devices such as the hard drives that form a subnet or small private network
Term
SAN technology directly connects servers and storage systems without_____over a larger or corporate network
Definition
sending data
Term
SAN
Definition
Send data through a full duplex, switched
Term
Fibre Channel
Definition
Connection to send the data on a SAN.
All data transfer between the servers and storage systems takes place on this channel.
Term
Speed of a Fibre Channel
Definition
8Gbps
Term
Infiniband
Definition
Part of Fibre Channel Architecture
Ultrafast connectivity in data centers
Example: Linking servers for clustering to act as one powerful server
Linking Supercomputers
Connecting disk arrays of storage to SANs.
Term
NAS
Network Area Storage
Definition
Directly attached storage to a local area network (LAN)
Term
NAS is different because of
Definition
Servers communicatete with the storage over the main network
Term
SAN
Definition
Communicates via Fibre Channel connection
Term
iSCSI
Internet Small Computer System Interface
Definition
Offers TCP/IP based set of communications that enables connectivity with SCSI based storage arrays connected to the network using typical SCSI commands and data requests.
Term
iSCSI
Definition
Faster data access
data transmission speeds are linked to the actual speed of the network.
Shorter distance LAN's longer distance wide area networks or over the internet
Term
Downside of iSCSI
Definition
Creates extra traffic, which can lead to congestion
Term
__________and________offer the Storage Manager for SANs tool to manage Fibre Channel or iSCSI SANs/NASs.
Definition
Windows Server 2008 and Server 2008 R2
Term
Cloud Storage
Definition
Available through the internet or through the web browser applications.
Term
Cloud Storage is ________
Definition
Fault Tolerant
Term
What offers the fastest data transport?
Definition
USB 3.0Port
Term
_________are a traditional choice for backing up large amounts of data.
Definition
Tape Backup Systems
Term
Tapes use _______storage and record data in sequential order.
Definition
magnetic
Term
DAT Drives
Digital Audio Tape
Definition
Uses a 4mm tape
Most common dds
Standard capacity of 2GB
Term
DDS-5
Digital Data Storage
Definition
Storage capacity 36 GB (72GB compressed)
Backward Compatible
Lifespan 10 years
Term
DLT
Digital Linear tape
Definition
Use 1/2 wide magnetic tapes to record data.
Record data in tracks that run the whole length of the tape

Data is recorded on the first track from the beginning to the end of the tape, then the tape is reversed and the data is written from the end to the beginning.

Used in many automated backup systems
Term
SDLT
Super Digital Linear tape
Definition
Use both magnetic and optical recording methods

30 years life span or 500,000 tape passes.
Term
AIT
Advanced Intelligent Tape
Definition
First in 1996
used in midrange servers
Erasable memory chip
information written at the beginning of the tape.
35/90GB (compressed)
Term
SAIT
Super Advanced Intelligent Tape
Definition
500GB/1.3Compressed
Term
LTO
Linear Tape Open
Definition
High-end sever market because of its high speed performance

Open standards, open to the public and non-proprietary

Data transfer 240MBps
260 tape passes and have 15-30 years of life.
Supporting users have an ad free experience!