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: Search Windows Event Logs

# searchWindowsEventsLog.ps1 $computername=$env:computername $logType='Security' $eventId=4732 $daysBack=365 $limit=9999 $messageLike="*Remote Desktop Users*" function searchWindowsEvents{ param( $computername=$env:computername $logType='Security'…

LDAP Ubuntu Client Setup

Install the client application: sudo apt-get update sudo apt-get -y install libnss-ldapd libpam-ldapd ldap-utils nscd…

An Experience in Upgrading Synology SSD Cache Drives

This is a quick note to myself so that I wouldn't repeat the same mistake…