Disk Redundancy (RAID)

Size: px
Start display at page:

Download "Disk Redundancy (RAID)"

Transcription

1 A Primer fr Business Dvana s Primers fr Business series are a set f shrt papers r guides intended fr business decisin makers, wh feel they are being bmbarded with terms and want t understand a cmplex tpic. This guide will break dwn the technlgy and explain the imprtant pints withut jargn. The intentin is t give yu the knwledge needed t make business decisins, enabling yu can use the right tl fr the jb. We understand that nt everyne can be an expert with the intricacies f mdern cmputing and IT technlgies, unless it is yur passin f curse! This guide will explain the cncept f a Redundant Array f Independent Disks (RAID). It cvers the different levels, their advantages and disadvantages, alng with a brief discussin n where t use each level. dvana.cm

2 Intrductin It is imprtant t understand that the techniques presented in this reprt are intended t prtect the data n the system frm the failure f disk drives. They d nt prvide any backup f the data, nr d they facilitate archiving f the data. Fr bth f thse requirements, ther techniques need t be emplyed, which are beynd the scpe f this reprt. Please see ther reprts in the series fr infrmatin n backups and archiving. Please nte that all f these techniques d nt prtect against accidentally deleting data r prtect against a virus affecting the data. The different Redundant Array f Independent Disks (RAID) levels attempt t slve a particular prblem, namely the inherent lack f reliability in hard disk drives. RAID cmbines tw r mre physical hard disks int a single lgical unit. A set f disk drives cnfigured t wrk tgether as a grup is referred t as a RAID Array r mre simply Array. There are tw basic methds f achieving this; the first is sftware RAID, while the secnd is hardware RAID. There are advantages and disadvantages t bth. Sftware implementatins are typically implemented in the perating system and usually present the RAID vlume as a single drive t applicatins running within the perating system. Hardware implementatins are typically designed t present themselves t the attached system as a single hard drive, s that the perating system wuld be unaware that the drive was nt a single disk drive. There are three key basic cncepts in RAID: 1. Mirrring is the writing f the same data t mre than ne disk 2. Striping is the splitting f the data acrss mre than ne disk 3. Errr uses redundant infrmatin called "parity" which is stred n the disk drives t prvide a mechanism t recver data shuld a drive failure ccur. This is knwn as fault tlerance In this reprt we will cnsider the standard levels and cnsider the different uses fr the different ptins. The purpse f these techniques is t increase the reliability f data strage and t make the data mre available. This prtects the stred data frm hardware failure, while ften increasing the perfrmance f the system. As additinal hard disks are added t a system, the prbability that ne f the disk drives will fail increases, this is the reasn fr redundancy. This redundancy hwever, cmes at a cst, in that the redundant data must be stred smewhere. It is typically stred n additinal hard disk drives. The RAID techniques presented here are thse mst cmmnly used, there are ther variants which have either been superseded r are n lnger cmmnly utilized fr ne reasn r anther. Each f the different techniques has an impact n the perfrmance and the reliability f the system, with their wn quirks, advantages and disadvantages as we shall see in the fllwing sectins. Striping r RAID 0 Descriptin Striping in its mst basic frm is used t imprve the speed f data access, bth reading and writing. It wrks by writing the data equally t all the disks at nce. In a Striped Set there can be tw r mre disks all 2

3 wrking tgether. Since this methd spreads the data acrss all disk drives, in the event f a disk drive failure, the whle striped set will be lst. The mre disks are in the striped set, the higher the risk f data lss. Cnfiguratin Abslute Minimum Tw data disks Practical Tw data disks Three data disks Practical Maximum Five data disks Six data disks Advantages Faster than a single drive Utilizes the full capacity f all drives Best price t perfrmance rati Disadvantages Increased risk f data lss All disks must be the same size t eliminate wasted space Ideal Uses Wrkstatin Vide editing scratch disks Phtshp scratch disks Temprary users space Server Temprary file strage Backup snapshts prir t archiving General Temprary strage fr files r intermediate results Striping is used where the perfrmance is f benefit, but the significant disadvantage f 100% data lss in the event f a single disk drive failure is nt an issue. This limits its use t niche applicatins, as mst data strage situatins require the data t be available in the event f a failure. Mirrring r RAID 1 3

4 Descriptin The mirrring f data between tw r mre disk drives means that shuld a single drive fail, all the data is available n the ther drive. The mirrring prcess writes the duplicated data t all the drives simultaneusly. Writing f data t the disk drives is clse t the same speed as fr a single disk drive. Hwever, all the drives must write the data befre it is written and this can take a little lnger than fr a single disk drive. Data is read frm all the disk drives at nce, significantly increasing the read perfrmance, since files can be read in parallel. Cnfiguratin Abslute Minimum Tw data disks Practical Tw data disks Practical Maximum Tw data disks Nte: It is pssible t use mre than tw disks in thery, but in practice this is rarely implemented in hardware, which is the perfrmance ptin. Advantages Multiple exact duplicates f the data Very fast and easy recvery f data Ptentially faster than a single disk drive Read perfrmance is increased Easy t upgrade, bth fr disks r the system Disadvantages Uses twice the number f disk drives All disks must be the same size t eliminate wasted space A small write penalty might be incurred Mst expensive methd fr the capacity Ideal Uses Wrkstatin System drive Server System drive Database servers General Any situatin in which the data must nt be lst, and read perfrmance is required 4

5 Mirrring is the mst basic f the redundant methds; it prvides gd perfrmance and enables easy access t the data in the event f a failure. It is mst ideally suited fr use where perfrmance is imprtant, but data cannt be lst. Redundant Striping r RAID 5 Descriptin Redundant striping f data is ne f the mst cmmn frms f prtecting data against lss. In this system, an additinal disk drive is used t add capacity which is then used fr string parity r redundant data. The data is striped ver all the disks, which gives the advantages f simple striping and the parity is rtated between all disks, this imprves perfrmance. All but ne f the disk drives are required fr the data t be recvered, s a single failure can be tlerated. It is imperative that in the event f a single disk failure, the defective disk drive be replaced as sn a pssible and the array allwed t rebuild itself. If a secnd disk drive fails, all the data n the array is lst. During a rebuild f the additinal redundant data, the perfrmance f the system will be degraded. Cnfiguratin Abslute Minimum Three disks, tw fr data and ne fr parity Practical Any number f data disks and a single parity drive Practical Maximum Fifteen data disks and ne parity Advantages Gd cmprmise between capacity and perfrmance Gd cmprmise n cst Read perfrmance is increased Disadvantages Small writes are slwer than a single disk All disks must be the same size t eliminate wasted space A rebuild can be very slw fr large arrays Ideal Uses Wrkstatin Nt cmmnly needed r used in wrkstatins Server General User shared data General files 5

6 Any situatin a large capacity is required Read perfrmance is mre imprtant than write. Redundant Striping is a gd general purpse slutin fr reasnable perfrmance and capacity which has a degree f prtectin against hardware failures. It is pssible t have a Ht Spare disk assciated with the array; in this case, a disk drive is designated t be used t rebuild the redundant infrmatin autmatically in the event f a disk drive failure. With the advent f very large disks, it wuld be generally better t have Multi-Redundant Striping (RAID 6) instead f Redundant Striping (RAID 5) with Ht Spare. Multi-Redundant Striping r RAID 6 Multi-Redundant Striping is very similar t Redundant Striping (Raid 5), but differs in the use f tw r mre disks fr redundancy. This means that fr each additinal parity disk drive, it is pssible t lse that number f drives withut lsing all the data. This is particularly imprtant when the number f disks in an array passes 15, since the extra prtectin f the additinal parity drive r drives is needed. Cnfiguratin Abslute Minimum Fur disks, tw fr data and tw fr parity Practical Any number f data disks and tw r mre parity Practical Maximum Any number f data disks and tw r mre parity Advantages As fr Redundant Striping (RAID 5) Ability t increase array size withut practical limit Prtectin against a secnd disk drive failure Disadvantages As fr Redundant Striping (RAID 5) The use f a secnd parity drive affects write perfrmance Additinal cst as cmpared t Redundant Striping (RAID 5) Ideal Uses Wrkstatin Nt cmmnly needed r used in wrkstatins Server 6

7 User shared data General files General Any situatin where a large capacity is required Read perfrmance is mre imprtant than write Multi-Redundant Striping (RAID 6) is suited t situatins where mre disks are needed fr capacity than can be prvided by Redundant Striping (RAID 5) r where the additinal prtectin is needed. Advanced It is pssible t cmbine the varius techniques presented in this reprt t create a whle hst f ther cmbinatins. Fr example, it is pssible t have tw Redundant Stripes (RAID 5) and Mirrr (RAID 1) them tgether s that all the data written t ne is present n the ther. In this case, it wuld be pssible t lse all f ne array and the data wuld still be present and safe. Hwever, it wuld mean dubling the ttal equipment requirements. Utilising this arrangement, it is pssible t have the tw Redundant Stripe arrays at different lcatins and update in parallel bth cpies f the data, this can prvide prtectin against the lss f data at a single site. It is als pssible t Stripe (RAID 0) data ver Redundant Stripes (RAID 5) t gain the benefits f writing the data t different strage units, but at the same time eliminating the vulnerability inherent in Striping (RAID 0). This is f curse at the cst f dubling the hardware requirements. Everything applicable t Redundant Striping is als applicable t Multi-Redundant Striping. Cnclusin There are varius mechanisms t ensure that data can be prtected against the lss f a single disk drive, with a little design thught, it is pssible t make the system highly available. By using redundancy, it is pssible t sacrifice a little capacity t ensure that data will nt be lst in the event f a hardware failure. As the need fr strage grws and the reliability f the strage devices remains almst cnstant, the use f the techniques utlined here are f particular interest t businesses wh are ever mre reliant n their data being Just There when they need it. The use f specialized hardware and strage devices can prvide the perfrmance in terms f speed and capacity a business needs. Scalability and upgradability shuld als be cnsidered in prvisining such a system. Spending a little mre time and mney frm the utset will save large amunts f bth in the future, when the systems need upgrading as yur business need grw. 7

8 Abut Dvana Dvana is a Management Cnsultancy, Bsting Business Prductivity fr all ur clients. This is accmplished by deeply understanding the current psitin f yur business and its future directin. Dvana run Prfessinal Curses aimed at business prfessinals wanting r needing that extra edge ver their cmpetitrs. The Prfessinal Curses fcus n getting results nw, while building skills fr the future. Talk with Dvana tday and see hw we Build Better Businesses, s yu becme mre successful and mre prfitable. Cntact Infrmatin Web Phne (01492) UK Internatinal Inf@dvana.cm Terms f Use This dcument is Cpyright 2010 Dvana Limited. It may be freely duplicated and distributed in its entirety n an individual ne t ne basis, either electrnically r in hard cpy frm. It may nt, hwever, be disassembled r mdified in any way as part f the duplicatin prcess. The cntents f the frnt page f this reprt may be reprduced and published n any website as a management summary, s lng as it is attributed t Dvana Limited and is accmpanied by a link t the relevant request page n Hsting f the reprt either in whle r part fr dwnlad and/r mass distributin f the reprt by any means is prhibited unless express permissin is btained frm Dvana Limited. This includes but is nt limited t handing ut cpies f the reprt at a wrkshp, training r seminar. This reprt is prvided fr yur general infrmatin and use nly. Neither Dvana Limited nr any third parties prvide any warranty r guarantee as t the suitability f the infrmatin prvided within it fr any particular purpse. 8

Introduction to Mindjet MindManager Server

Introduction to Mindjet MindManager Server Intrductin t Mindjet MindManager Server Mindjet Crpratin Tll Free: 877-Mindjet 1160 Battery Street East San Francisc CA 94111 USA Phne: 415-229-4200 Fax: 415-229-4201 mindjet.cm 2013 Mindjet. All Rights

More information

Data Protection Act Data security breach management

Data Protection Act Data security breach management Data Prtectin Act Data security breach management The seventh data prtectin principle requires that rganisatins prcessing persnal data take apprpriate measures against unauthrised r unlawful prcessing

More information

WHITE PAPER. Vendor Managed Inventory (VMI) is Not Just for A Items

WHITE PAPER. Vendor Managed Inventory (VMI) is Not Just for A Items WHITE PAPER Vendr Managed Inventry (VMI) is Nt Just fr A Items Why it s Critical fr Plumbing Manufacturers t als Manage Whlesalers B & C Items Executive Summary Prven Results fr VMI-managed SKUs*: Stck-uts

More information

WEB APPLICATION SECURITY TESTING

WEB APPLICATION SECURITY TESTING WEB APPLICATION SECURITY TESTING Cpyright 2012 ps_testware 1/7 Intrductin Nwadays every rganizatin faces the threat f attacks n web applicatins. Research shws that mre than half f all data breaches are

More information

Licensing Windows Server 2012 for use with virtualization technologies

Licensing Windows Server 2012 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents This

More information

Licensing Windows Server 2012 R2 for use with virtualization technologies

Licensing Windows Server 2012 R2 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 R2 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 R2 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents

More information

Backups and Backup Strategies

Backups and Backup Strategies IT Security Office Versin 2.3 02/19/10 Backups and Backup Strategies IT managers need t plan fr backups in terms f time and space required. Hwever, mst mdern backup sftware can cmpress the backup files

More information

AvePoint High Speed Migration Supplementary Tools

AvePoint High Speed Migration Supplementary Tools AvePint High Speed Migratin Supplementary Tls User Guide Issued April 2016 1 Table f Cntents Intrductin... 3 MD5 Value Generatr Tl... 3 Azure Data Uplad Tl... 3 Dwnlading and Unpacking the Tl... 4 Using

More information

Improved Data Center Power Consumption and Streamlining Management in Windows Server 2008 R2 with SP1

Improved Data Center Power Consumption and Streamlining Management in Windows Server 2008 R2 with SP1 Imprved Data Center Pwer Cnsumptin and Streamlining Management in Windws Server 2008 R2 with SP1 Disclaimer The infrmatin cntained in this dcument represents the current view f Micrsft Crpratin n the issues

More information

Understand Business Continuity

Understand Business Continuity Understand Business Cntinuity Lessn Overview In this lessn, yu will learn abut: Business cntinuity Data redundancy Data availability Disaster recvery Anticipatry Set What methds can be emplyed by a system

More information

Identify Storage Technologies and Understand RAID

Identify Storage Technologies and Understand RAID 98-365 Windws Server Administratin Fundamentals Identify Strage Technlgies and Understand RAID 98-365 Windws Server Administratin Fundamentals Lessn Overview In this lessn, yu will learn: Lcal strage ptins

More information

Retirement Planning Options Annuities

Retirement Planning Options Annuities Retirement Planning Optins Annuities Everyne wants a glden retirement. But saving fr retirement is n easy task. The baby bmer generatin is graying. Mre and mre peple are appraching retirement age. With

More information

CSE 231 Fall 2015 Computer Project #4

CSE 231 Fall 2015 Computer Project #4 CSE 231 Fall 2015 Cmputer Prject #4 Assignment Overview This assignment fcuses n the design, implementatin and testing f a Pythn prgram that uses character strings fr data decmpressin. It is wrth 45 pints

More information

Succession Planning & Leadership Development: Your Utility s Bridge to the Future

Succession Planning & Leadership Development: Your Utility s Bridge to the Future Successin Planning & Leadership Develpment: Yur Utility s Bridge t the Future Richard L. Gerstberger, P.E. TAP Resurce Develpment Grup, Inc. 4625 West 32 nd Ave Denver, CO 80212 ABSTRACT A few years ag,

More information

Monthly All IFS files, all Libraries, security and configuration data

Monthly All IFS files, all Libraries, security and configuration data Server Backup Plicy Intrductin Data is ne f Banks DIH Limited s mst imprtant assets. In rder t prtect this asset frm lss r destructin, it is imperative that it be safely and securely captured, cpied, and

More information

State of Wisconsin. File Server Service Service Offering Definition

State of Wisconsin. File Server Service Service Offering Definition State f Wiscnsin File Server Service Service Offering Definitin Dcument Revisin Histry Date Versin Creatr Ntes 2/16/2008 1.0 JD Urfer First pass 2/16/2008 2.0 Tm Runge Editing changes 2/19/2009 2.1 Tm

More information

UC4 AUTOMATED VIRTUALIZATION Intelligent Service Automation for Physical and Virtual Environments

UC4 AUTOMATED VIRTUALIZATION Intelligent Service Automation for Physical and Virtual Environments Fr mre infrmatin abut UC4 prducts please visit www.uc4.cm. UC4 AUTOMATED VIRTUALIZATION Intelligent Service Autmatin fr Physical and Virtual Envirnments Intrductin This whitepaper describes hw the UC4

More information

HYDRAstor: New Architecture for Disk-based Backup

HYDRAstor: New Architecture for Disk-based Backup HYDRAstr: New Architecture fr Disk-based Backup GlassHuse Whitepaper Intrductin Disk is n lnger an ptin in a prperly designed backup system it is an essential cmpnent. At this pint in the industry, upgrading

More information

In addition to assisting with the disaster planning process, it is hoped this document will also::

In addition to assisting with the disaster planning process, it is hoped this document will also:: First Step f a Disaster Recver Analysis: Knwing What Yu Have and Hw t Get t it Ntes abut using this dcument: This free tl is ffered as a guide and starting pint. It is des nt cver all pssible business

More information

How to put together a Workforce Development Fund (WDF) claim 2015/16

How to put together a Workforce Development Fund (WDF) claim 2015/16 Index Page 2 Hw t put tgether a Wrkfrce Develpment Fund (WDF) claim 2015/16 Intrductin What eligibility criteria d my establishment/s need t meet? Natinal Minimum Data Set fr Scial Care (NMDS-SC) and WDF

More information

efusion Table of Contents

efusion Table of Contents efusin Cst Centers, Partner Funding, VAT/GST and ERP Link Table f Cntents Cst Centers... 2 Admin Setup... 2 Cst Center Step in Create Prgram... 2 Allcatin Types... 3 Assciate Payments with Cst Centers...

More information

The Importance Advanced Data Collection System Maintenance. Berry Drijsen Global Service Business Manager. knowledge to shape your future

The Importance Advanced Data Collection System Maintenance. Berry Drijsen Global Service Business Manager. knowledge to shape your future The Imprtance Advanced Data Cllectin System Maintenance Berry Drijsen Glbal Service Business Manager WHITE PAPER knwledge t shape yur future The Imprtance Advanced Data Cllectin System Maintenance Cntents

More information

This report provides Members with an update on of the financial performance of the Corporation s managed IS service contract with Agilisys Ltd.

This report provides Members with an update on of the financial performance of the Corporation s managed IS service contract with Agilisys Ltd. Cmmittee: Date(s): Infrmatin Systems Sub Cmmittee 11 th March 2015 Subject: Agilisys Managed Service Financial Reprt Reprt f: Chamberlain Summary Public Fr Infrmatin This reprt prvides Members with an

More information

Personal Data Security Breach Management Policy

Personal Data Security Breach Management Policy Persnal Data Security Breach Management Plicy 1.0 Purpse The Data Prtectin Acts 1988 and 2003 impse bligatins n data cntrllers in Western Care Assciatin t prcess persnal data entrusted t them in a manner

More information

THE EMPLOYMENT LAW DISPUTE SPECIALISTS DAMAGES BASED AGREEMENT. Your Employment Tribunal claim relating to your employment with...

THE EMPLOYMENT LAW DISPUTE SPECIALISTS DAMAGES BASED AGREEMENT. Your Employment Tribunal claim relating to your employment with... THE EMPLOYMENT LAW DISPUTE SPECIALISTS DAMAGES BASED AGREEMENT 1. What is cvered by this agreement Yur Emplyment Tribunal claim relating t yur emplyment with... 2. What is nt cvered by this agreement 2.1

More information

Internet and E-Mail Policy User s Guide

Internet and E-Mail Policy User s Guide Internet and E-Mail Plicy User s Guide Versin 2.2 supprting partnership in mental health Internet and E-Mail Plicy User s Guide Ver. 2.2-1/5 Intrductin Health and Scial Care requires a great deal f cmmunicatin

More information

Trends and Considerations in Currency Recycle Devices. What is a Currency Recycle Device? November 2003

Trends and Considerations in Currency Recycle Devices. What is a Currency Recycle Device? November 2003 Trends and Cnsideratins in Currency Recycle Devices Nvember 2003 This white paper prvides basic backgrund n currency recycle devices as cmpared t the cmbined features f a currency acceptr device and a

More information

Mobile Workforce. Improving Productivity, Improving Profitability

Mobile Workforce. Improving Productivity, Improving Profitability Mbile Wrkfrce Imprving Prductivity, Imprving Prfitability White Paper The Business Challenge Between increasing peratinal cst, staff turnver, budget cnstraints and pressure t deliver prducts and services

More information

Getting Started Guide

Getting Started Guide AnswerDash Resurces http://answerdash.cm Cntextual help fr sales and supprt Getting Started Guide AnswerDash is cmmitted t helping yu achieve yur larger business gals. The utlined pre-launch cnsideratins

More information

Maryland General Service (MGS) Area 29 Treatment Facilities Committee (TFC) TFC Instructions

Maryland General Service (MGS) Area 29 Treatment Facilities Committee (TFC) TFC Instructions Maryland General Service (MGS) Area 29 Treatment Facilities Cmmittee (TFC) TFC Instructins Lve And Service Facility Presentatin t Patients We are frm Alchlics Annymus (AA), fr AA, and ur service is fr

More information

What Does Specialty Own Occupation Really Mean?

What Does Specialty Own Occupation Really Mean? What Des Specialty Own Occupatin Really Mean? Plicy definitins are cnfusing, nt nly t cnsumers but als t many f the insurance prfessinals wh sell them. Belw we will try t prvide an understandable explanatin

More information

HIPAA HITECH ACT Compliance, Review and Training Services

HIPAA HITECH ACT Compliance, Review and Training Services Cmpliance, Review and Training Services Risk Assessment and Risk Mitigatin: The first and mst imprtant step is t undertake a hlistic risk assessment that examines the risks and cntrls related t fur critical

More information

Implementing ifolder Server in the DMZ with ifolder Data inside the Firewall

Implementing ifolder Server in the DMZ with ifolder Data inside the Firewall Implementing iflder Server in the DMZ with iflder Data inside the Firewall Nvell Cl Slutins AppNte www.nvell.cm/clslutins JULY 2004 OBJECTIVES The bjectives f this dcumentatin are as fllws: T cnfigure

More information

Organisational self-migration guide an overview V1-5 April 2014

Organisational self-migration guide an overview V1-5 April 2014 Organisatinal self-migratin guide an verview V1-5 April 2014 Cpyright 2013, Health and Scial Care Infrmatin Centre. 1 Self Migratin t NHSmail an verview fr rganisatins Cntents Intrductin 3 1. Initial preparatins

More information

Integrate Marketing Automation, Lead Management and CRM

Integrate Marketing Automation, Lead Management and CRM Clsing the Lp: Integrate Marketing Autmatin, Lead Management and CRM Circular thinking fr marketers 1 (866) 372-9431 www.clickpintsftware.cm Clsing the Lp: Integrate Marketing Autmatin, Lead Management

More information

Serv-U Distributed Architecture Guide

Serv-U Distributed Architecture Guide Serv-U Distributed Architecture Guide Hrizntal Scaling and Applicatin Tiering fr High Availability, Security, and Perfrmance Serv-U Distributed Architecture Guide v14.0.1.0 Page 1 f 16 Intrductin Serv-U

More information

AML Internet Manor Court, Manor Farm House, London Road, Derby, Derbyshire, DE72 2GR. Tel: 01332 650 009 Fax: 01332 650 850 Email:

AML Internet Manor Court, Manor Farm House, London Road, Derby, Derbyshire, DE72 2GR. Tel: 01332 650 009 Fax: 01332 650 850 Email: AML Internet Manr Curt, Manr Farm Huse, Lndn Rad, Derby, Derbyshire, DE72 2GR. Tel: 01332 650 009 Fax: 01332 650 850 Email: Backup@AmlInternet.c.uk Cntents Page Situatin Analysis 3 AML Internet - The Slutin

More information

Information Services Hosting Arrangements

Information Services Hosting Arrangements Infrmatin Services Hsting Arrangements Purpse The purpse f this service is t prvide secure, supprted, and reasnably accessible cmputing envirnments fr departments at DePaul that are in need f server-based

More information

OUR DISCIPLINARY POLICY

OUR DISCIPLINARY POLICY OUR DISCIPLINARY POLICY WHO is this plicy fr? Channel 4 emplyees wh ve passed their prbatinary perid Channel 4 managers This plicy des nt frm part f any emplyee s cntract f emplyment and we may amend it

More information

Customers FAQs for Webroot SecureAnywhere Identity Shield

Customers FAQs for Webroot SecureAnywhere Identity Shield Custmers FAQs fr Webrt SecureAnywhere Identity Shield Table f Cntents General Questins...2 Why is the bank ffering Webrt SecureAnywhere sftware?... 2 What des it prtect?... 2 Wh is Webrt?... 2 Is Webrt

More information

Annuities and Senior Citizens

Annuities and Senior Citizens Illinis Insurance Facts Illinis Department f Insurance January 2010 Annuities and Senir Citizens Nte: This infrmatin was develped t prvide cnsumers with general infrmatin and guidance abut insurance cverages

More information

edoc Lite Recruitment Guidelines

edoc Lite Recruitment Guidelines edc Lite Recruitment Guidelines Intrductin OneStart & the Academic Psitin Search Channel edc Lite Ruting and Wrkgrups Ruting Actin List Ruting Cntrls Wrkgrups Dcument Search edc Lite Dcuments Vacancy Ntice

More information

FundingEdge. Guide to Business Cash Advance & Bank Statement Loan Programs

FundingEdge. Guide to Business Cash Advance & Bank Statement Loan Programs Guide t Business Cash Advance & Bank Statement Lan Prgrams Cash Advances: $2,500 - $1,000,000 Business Bank Statement Lans: $5,000 - $500,000 Canada Cash Advances: $5,000 - $500,000 (must have 9 mnths

More information

Cell Phone & Data Access Policy Frequently Asked Questions

Cell Phone & Data Access Policy Frequently Asked Questions Cell Phne & Data Access Plicy Frequently Asked Questins 1. Wh is eligible fr a technlgy allwance? First and fremst, the technlgy allwance is fr the benefit f the University, rather than fr the cnvenience

More information

Systems Support - Extended

Systems Support - Extended 1 General Overview This is a Service Level Agreement ( SLA ) between and the Enterprise Windws Services t dcument: The technlgy services the Enterprise Windws Services prvides t the custmer. The targets

More information

Hybrid Course Design and Instruction Guidelines

Hybrid Course Design and Instruction Guidelines Hybrid Curse Design and Instructin Guidelines Terminlgy There are n standard definitins fr what cnstitutes a hybrid curse, but sme generally accepted descriptins fllw. In nline learning literature (and

More information

The Cost of Not Nurturing Leads

The Cost of Not Nurturing Leads The Cst f Nt Nurturing Leads The Cst f Nt Nurturing Leads The legacy yu are stuck in and the steps essential t change it Lisa Cramer President LeadLife Slutins, Inc. lcramer@leadlife.cm 770-670-6702 2009

More information

Patient Participation Report

Patient Participation Report Patient Participatin Reprt In 2011, Westngrve Partnership decided t establish a PPG (Patient Participatin Grup) that wuld allw us t engage with ur patients, receive feedback frm them and ensure that they

More information

Data Protection Policy & Procedure

Data Protection Policy & Procedure Data Prtectin Plicy & Prcedure Page 1 Prcnnect Marketing Data Prtectin Plicy V1.2 Data prtectin plicy Cntext and verview Key details Plicy prepared by: Adam Haycck Apprved by bard / management n: 01/01/2015

More information

Critical thinking. Background. Content today. S-38.3215 Special Course on Networking Technology. Fall 2005

Critical thinking. Background. Content today. S-38.3215 Special Course on Networking Technology. Fall 2005 S8.5 Special urse n Netwrking Technlgy Fall 005 ritical thinking Kalevi Kilkki Principal Scientist, Nkia Dcent, TKK S8.5 / K. Kilkki / 9..005 / S8.5 / K. Kilkki / 9..005 / ntent tday ackgrund Practical

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

Installation Guide Marshal Reporting Console

Installation Guide Marshal Reporting Console Installatin Guide Installatin Guide Marshal Reprting Cnsle Cntents Intrductin 2 Supprted Installatin Types 2 Hardware Prerequisites 2 Sftware Prerequisites 3 Installatin Prcedures 3 Appendix: Enabling

More information

Business Continuity Management Systems Foundation Training Course

Business Continuity Management Systems Foundation Training Course Certificatin criteria fr Business Cntinuity Management Systems Fundatin Training Curse CONTENTS 1. INTRODUCTION 2. LEARNING OBJECTIVES 3. ENABLING OBJECTIVES KNOWLEDGE & SKILLS 4. TRAINING METHODS 5. COURSE

More information

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite Vlume Licensing brief Licensing the Cre Client Access License (CAL) Suite and Enterprise CAL Suite Table f Cntents This brief applies t all Micrsft Vlume Licensing prgrams. Summary... 1 What s New in This

More information

Table of Contents. This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY.

Table of Contents. This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY. Table f Cntents Tp Pricing and Licensing Questins... 2 Why shuld custmers be excited abut Micrsft SQL Server 2012?... 2 What are the mst significant changes t the pricing and licensing fr SQL Server?...

More information

BackupAssist SQL Add-on

BackupAssist SQL Add-on WHITEPAPER BackupAssist Versin 6 www.backupassist.cm 2 Cntents 1. Requirements... 3 1.1 Remte SQL backup requirements:... 3 2. Intrductin... 4 3. SQL backups within BackupAssist... 5 3.1 Backing up system

More information

SBClient and Microsoft Windows Terminal Server (Including Citrix Server)

SBClient and Microsoft Windows Terminal Server (Including Citrix Server) SBClient and Micrsft Windws Terminal Server (Including Citrix Server) Cntents 1. Intrductin 2. SBClient Cmpatibility Infrmatin 3. SBClient Terminal Server Installatin Instructins 4. Reslving Perfrmance

More information

esupport Quick Start Guide

esupport Quick Start Guide esupprt Quick Start Guide Last Updated: 5/11/10 Adirndack Slutins, Inc. Helping Yu Reach Yur Peak 908.725.8869 www.adirndackslutins.cm 1 Table f Cntents PURPOSE & INTRODUCTION... 3 HOW TO LOGIN... 3 SUBMITTING

More information

TaskCentre v4.5 Send Message (SMTP) Tool White Paper

TaskCentre v4.5 Send Message (SMTP) Tool White Paper TaskCentre v4.5 Send Message (SMTP) Tl White Paper Dcument Number: PD500-03-17-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

Fixed vs. Variable Interest Rates

Fixed vs. Variable Interest Rates Fixed vs. Variable Interest Rates Understanding the Advantages and Disadvantages f Each Rate Type When shpping fr financial prducts, there are a lt f factrs t cnsider. Much has changed in the financial

More information

INTERMEDIATE CAD FILE MANAGEMENT

INTERMEDIATE CAD FILE MANAGEMENT INTERMEDIATE CAD FILE MANAGEMENT Intrductin File mismanagement is the dwnfall f many brilliant individuals. If yu are wise, yu wn't be ne f the peple wh meet disaster due t pr file management. Cmputers

More information

IT Help Desk Service Level Expectations Revised: 01/09/2012

IT Help Desk Service Level Expectations Revised: 01/09/2012 IT Help Desk Service Level Expectatins Revised: 01/09/2012 Overview The IT Help Desk team cnsists f six (6) full time emplyees and fifteen (15) part time student emplyees. This team prvides supprt fr 25,000+

More information

Google Adwords Pay Per Click Checklist

Google Adwords Pay Per Click Checklist Ggle Adwrds Pay Per Click Checklist This checklist summarizes all the different things that need t be setup t prperly ptimize Ggle Adwrds t get the best results. This includes items that are required fr

More information

Information Guide Booklet. Home Loans

Information Guide Booklet. Home Loans Infrmatin Guide Bklet Hme Lans This Infrmatin Guide bklet prvides yu with general infrmatin nly. It will als help yu t better understand any recmmendatins we have made fr yu. Infrmatin Guide Hme Lans January

More information

Virtual Meetings and Virtual Teams Using Technology to Work Smarter

Virtual Meetings and Virtual Teams Using Technology to Work Smarter http://www.psu.edu/president/pia/innvatin/ INNOVATION INSIGHT SERIES NUMBER 9 Virtual Meetings and Virtual Teams Using Technlgy t Wrk Smarter Yu need t have a meeting. Sme f the peple yu d like t include

More information

Process Automation With VMware

Process Automation With VMware Prcess Autmatin With VMware Intelligent Service Autmatin fr Real and Virtual Envirnments Intrductin This Whitepaper describes hw the UC4 platfrm integrates with the VMware vsphere Server and the VMware

More information

Special Tax Notice Regarding 403(b) (TSA) Distributions

Special Tax Notice Regarding 403(b) (TSA) Distributions Special Tax Ntice Regarding 403(b) (TSA) Distributins P.O. Bx 7893 Madisn, WI 53707-7893 1-800-279-4030 Fax: (608) 237-2529 The IRS requires us t prvide yu with a cpy f the Explanatin f Direct Rllver,

More information

Key Steps for Organizations in Responding to Privacy Breaches

Key Steps for Organizations in Responding to Privacy Breaches Key Steps fr Organizatins in Respnding t Privacy Breaches Purpse The purpse f this dcument is t prvide guidance t private sectr rganizatins, bth small and large, when a privacy breach ccurs. Organizatins

More information

The ADVANTAGE of Cloud Based Computing:

The ADVANTAGE of Cloud Based Computing: The ADVANTAGE f Clud Based Cmputing: A Web Based Slutin fr: Business wners and managers that perate equipment rental, sales and/r service based rganizatins. R M I Crpratin Business Reprt RMI Crpratin has

More information

Contractor Focus Legal View From Dundas & Wilson on Commonly Asked Construction Contract Questions

Contractor Focus Legal View From Dundas & Wilson on Commonly Asked Construction Contract Questions Cntractr Fcus Legal View Frm Dundas & Wilsn n Cmmnly Asked Cnstructin Cntract Questins 1. Des the level f my PI insurance cap my financial liability under the cntract? I was recently asked this questin

More information

HP Connected Backup Online Help. Version 8.7.1 04 October 2012

HP Connected Backup Online Help. Version 8.7.1 04 October 2012 HP Cnnected Backup Online Help Versin 8.7.1 04 Octber 2012 Legal Ntices Warranty The nly warranties fr Hewlett-Packard prducts and services are set frth in the express statements accmpanying such prducts

More information

LOGOS Purchase Agreement How will you acquire this valuable digital tool?

LOGOS Purchase Agreement How will you acquire this valuable digital tool? LOGOS FAQs LOGOS 6 at Bb Jnes University Seminary In the last tw decades, Bible study sftware has prliferated and advanced t the pint that any serius student f Scripture seeks familiarity with these tls.

More information

Corporate Standards for data quality and the collation of data for external presentation

Corporate Standards for data quality and the collation of data for external presentation The University f Kent Crprate Standards fr data quality and the cllatin f data fr external presentatin This paper intrduces a set f standards with the aim f safeguarding the University s psitin in published

More information

Software and Hardware Change Management Policy for CDes Computer Labs

Software and Hardware Change Management Policy for CDes Computer Labs Sftware and Hardware Change Management Plicy fr CDes Cmputer Labs Overview The cmputer labs in the Cllege f Design are clsely integrated with the academic needs f faculty and students. Cmputer lab resurces

More information

Often people have questions about new or enhanced services. This is a list of commonly asked questions and answers regarding our new WebMail format.

Often people have questions about new or enhanced services. This is a list of commonly asked questions and answers regarding our new WebMail format. Municipal Service Cmmissin Gerald P. Cle Frederick C. DeLisle Thmas M. Kaul Gregry L. Riggle Stanley A. Rutkwski Electric, Steam, Water Cable Televisin and High Speed Internet Service since 1889 Melanie

More information

ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM?

ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM? ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM? City University f Seattle recgnizes that learning ccurs in many different ways and under varied circumstances. As a result, the University

More information

Service Desk Self Service Overview

Service Desk Self Service Overview Tday s Date: 08/28/2008 Effective Date: 09/01/2008 Systems Invlved: Audience: Tpics in this Jb Aid: Backgrund: Service Desk Service Desk Self Service Overview All Service Desk Self Service Overview Service

More information

Project Startup Report Presented to the IT Committee June 26, 2012

Project Startup Report Presented to the IT Committee June 26, 2012 Prject Name: SOS File 2.0 Agency: Secretary f State Business Unit/Prgram Area: Secretary f State Prject Spnsr: Al Jaeger Prject Manager: Beverly Maitland Prject Startup Reprt Presented t the IT Cmmittee

More information

PART 6. Chapter 12. How to collect and use feedback from readers. Should you do audio or video recording of your sessions?

PART 6. Chapter 12. How to collect and use feedback from readers. Should you do audio or video recording of your sessions? TOOLKIT fr Making Written Material Clear and Effective SECTION 3: Methds fr testing written material with readers PART 6 Hw t cllect and use feedback frm readers Chapter 12 Shuld yu d audi r vide recrding

More information

HSBC Online Home Loan Application Process

HSBC Online Home Loan Application Process HSBC Online Hme Lan Applicatin Prcess Versin 1.0 Nvember 2005 Cpyright. HSBC Bank Australia Limited 2005 ALL RIGHTS RESERVED N part f this publicatin may be reprduced, stred in a retrieval system, r transmitted,

More information

Time is Money Profiting from Reduced Cycle Time

Time is Money Profiting from Reduced Cycle Time Time is Mney Prfiting frm Reduced Cycle Time Yur retail custmers are demanding smaller, mre frequent shipments, which increases yur cst-t-serve them. While this makes their inventry mre predictable and

More information

What payments will I need to make during the construction phase? Will the lender advance construction funds prior to the work being completed?

What payments will I need to make during the construction phase? Will the lender advance construction funds prior to the work being completed? Q&A What is a cnstructin lan? A cnstructin lan prvides the financing fr the cnstructin f yur new hme. Cnstructin lans may be structured as a single r tw-settlement transactin. Cnstructin lans culd include

More information

Business Marketing Self-Assessment Checklist. The fast and simple way to identify your most critical marketing needs.

Business Marketing Self-Assessment Checklist. The fast and simple way to identify your most critical marketing needs. Business Marketing Self-Assessment Checklist The fast and simple way t identify yur mst critical marketing needs. Business Marketing Self-Assessment Checklist Simply put, marketing is everything yu d t

More information

Using PayPal Website Payments Pro UK with ProductCart

Using PayPal Website Payments Pro UK with ProductCart Using PayPal Website Payments Pr UK with PrductCart Overview... 2 Abut PayPal Website Payments Pr & Express Checkut... 2 What is Website Payments Pr?... 2 Website Payments Pr and Website Payments Standard...

More information

Understanding Federal Direct Consolidation Loans. 2012 Spring MASFAA Conference

Understanding Federal Direct Consolidation Loans. 2012 Spring MASFAA Conference Understanding Federal Direct Cnslidatin Lans 2012 Spring MASFAA Cnference UNDERSTANDING FEDERAL DIRECT & SPECIAL CONSOLIDATION LOANS Amy M. Mser, Reginal Directr Nelnet Educatin Lan Services 2 Nelnet Educatin

More information

Online Learning Portal best practices guide

Online Learning Portal best practices guide Online Learning Prtal Best Practices Guide best practices guide This dcument prvides Micrsft Sftware Assurance Benefit Administratrs with best practices fr implementing e-learning thrugh the Micrsft Online

More information

Importance and Contribution of Software Engineering to the Education of Informatics Professionals

Importance and Contribution of Software Engineering to the Education of Informatics Professionals Imprtance and Cntributin f Sftware Engineering t the Educatin f Infrmatics Prfessinals Dr. Tick, József Budapest Plytechnic, Hungary, tick@bmf.hu Abstract: As a result f the Blgna prcess a new frm f higher

More information

OCR LEVEL 2 CAMBRIDGE TECHNICAL

OCR LEVEL 2 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT SETTING UP AN IT NETWORK M/601/3274 LEVEL 2 UNIT 6 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 SETTING UP AN IT NETWORK

More information

Woodstock Multimedia, INC. Software/Hardware Usage Policy

Woodstock Multimedia, INC. Software/Hardware Usage Policy Wdstck Multimedia, INC. Sftware/Hardware Usage Plicy POLICY PURPOSE The purpse f the Wdstck Multimedia, INC. Sftware / Hardware Usage Plicy is t ensure that Wdstck Multimedia, INC. emplyees are prperly

More information

Privacy Policy. The Central Equity Group understands how highly people value the protection of their privacy.

Privacy Policy. The Central Equity Group understands how highly people value the protection of their privacy. Privacy Plicy The Central Equity Grup understands hw highly peple value the prtectin f their privacy. Fr that reasn, the Central Equity Grup takes particular care in dealing with any persnal and sensitive

More information

The Cost Benefits of the Cloud are More About Real Estate Than IT

The Cost Benefits of the Cloud are More About Real Estate Than IT y The Cst Benefits f the Clud are Mre Abut Real Estate Than IT #$#%&'()*( An Osterman Research Executive Brief Published December 2010 "#$#%&'()*( Osterman Research, Inc. P.O. Bx 1058 Black Diamnd, Washingtn

More information

FAQs for Webroot SecureAnywhere Identity Shield

FAQs for Webroot SecureAnywhere Identity Shield FAQs fr Webrt SecureAnywhere Identity Shield Table f Cntents General Questins...2 Why is the bank ffering Webrt SecureAnywhere Identity Shield?... 2 What des it prtect?... 2 Wh is Webrt?... 2 Is the Webrt

More information

Research Report. Abstract: Advanced Malware Detection and Protection Trends. September 2013

Research Report. Abstract: Advanced Malware Detection and Protection Trends. September 2013 Research Reprt Abstract: Advanced Malware Detectin and Prtectin Trends By Jn Oltsik, Senir Principal Analyst With Jennifer Gahm, Senir Prject Manager September 2013 2013 by The Enterprise Strategy Grup,

More information

CENTURIC.COM ONLINE DATA BACKUP AND DISASTER RECOVERY SOLUTION ADDENDUM TO TERMS OF SERVICE

CENTURIC.COM ONLINE DATA BACKUP AND DISASTER RECOVERY SOLUTION ADDENDUM TO TERMS OF SERVICE CENTURIC.COM ONLINE DATA BACKUP AND DISASTER RECOVERY SOLUTION ADDENDUM TO TERMS OF SERVICE This Agreement, named the Online Data Backup and Disaster Recvery Slutin Addendum t Centuric s Terms f Service

More information

System Business Continuity Classification

System Business Continuity Classification Business Cntinuity Prcedures Business Impact Analysis (BIA) System Recvery Prcedures (SRP) System Business Cntinuity Classificatin Cre Infrastructure Criticality Levels Critical High Medium Lw Required

More information

To discuss Chapter 13 bankruptcy questions with our bankruptcy attorney, please call us or fill out a Free Evaluation form on our website.

To discuss Chapter 13 bankruptcy questions with our bankruptcy attorney, please call us or fill out a Free Evaluation form on our website. Intrductin This Ebk fcuses n Chapter 13 bankruptcy, hw it wrks, and hw it helps yu eliminate debt and keep yur assets (such as yur hme). We hpe yu find this infrmatin t be helpful. T discuss Chapter 13

More information

What is a dashboard and why do I want one?

What is a dashboard and why do I want one? What is a dashbard and why d I want ne? QIQ Slutins Pty Ltd Suite G11, Bay 9, Lcmtive Wrkshp Australian Technlgy Park, Crnwallis Street Eveleigh NSW 1430 Australia Phne: +61 2 9209 4298 Fax: +61 2 9209

More information

Design for securability Applying engineering principles to the design of security architectures

Design for securability Applying engineering principles to the design of security architectures Design fr securability Applying engineering principles t the design f security architectures Amund Hunstad Phne number: + 46 13 37 81 18 Fax: + 46 13 37 85 50 Email: amund@fi.se Jnas Hallberg Phne number:

More information

GUIDANCE FOR BUSINESS ASSOCIATES

GUIDANCE FOR BUSINESS ASSOCIATES GUIDANCE FOR BUSINESS ASSOCIATES This Guidance fr Business Assciates dcument is intended t verview UPMCs expectatins, as well as t prvide additinal resurces and infrmatin, t UPMC s HIPAA business assciates.

More information