Posted On March 31, 2019

Benefits and Drawbacks of Desktop Virtualization

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Benefits and Drawbacks of Desktop Virtualization
I. Benefits
 
1. Accessibility and convenience
2. Consistency of desktop experience
3. Data security
  • Data is not stored on the client devices, so loosing a workstation or laptop would not compromise company’s proprietary information
  • While viruses can still infect the client device, it may not affect the server
  • Data on the server can be encrypted so that it cannot be copied outside of its protected environment
4. Ease of administration
5. Cost savings
  • Commodity hardware can be used
  • Workstation warranty is no longer necessary
  • Windows 7 licenses are no longer needed
  • Antivirus for client devices are no longer required
  • Internet filter (Websense) is only necessary only on one device, the server
  • Quicker deployment time and less setup lead-time from technicians
  • Company provided home routers are no longer necessary
 
II. Drawbacks
 
1. Points of failure are reduced to a few centralized servers
2. Network dependency
3. Reduction of IT personnel count

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Install Apps On List of Computers

[string[]]$computers=@( 'SERVER01', 'SERVER02', 'SERVER03' ) [string]$chocoAppName='notepad2' [version]$minVersion='4.2.25.20160422' $results=[hashtable]@{} foreach ($computer in $computers){ $result=invoke-command -computer $computer…

Windows Server Power Settings

powercfg /setactive SCHEME_MINpowercfg /hibernate offpowercfg -L

HPE Smart Update Manager 8.4.0

Step 1: Download ISO onto a Centralized Network Share Step 2: Connect to Remote Server…