unhappyghost

‪#‎Virtualization‬ and Types - Explained

Jul 24th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1. ‪#‎Virtualization‬ and Types - Explained
  2. ------------------------------------------
  3.  
  4. 1) What is meant by Virtualization.?
  5. => Virtualization is the creation of a virtual (rather than actual) version of something, such as an ‪#‎operating_system‬, a ‪#‎server‬, a ‪#‎storage‬ device or ‪#‎network‬ resources,mainly to utilize under-used resources on the physical host. ‪#‎UnhappyGhost‬
  6.  
  7. 2) Why do we go for virtualization ?
  8. => Virtualization will help you save time taken for maintaining the IT physical infrastructure,thereby helps you to focus more on the Quality of Service which you offer. This content was post on http :// www. facebook .com/geeksch00l ‪#‎GeekSchool‬ ‪#‎GeekSch00l‬
  9.  
  10. a) Reduce Cost and save power : Running multiple VMs on a server will reduce the need for having separate physical servers for running applications, thereby reducing the cost for buying and managing physical servers.It will also reduce the power consumption. This content was post on http :// www. facebook .com/geeksch00l
  11.  
  12. b) Backup and Recovery : Backup and Recovery process will be made easier.
  13.  
  14. c) Reduce Loss Of Service : ‪#‎Migration‬ of servers and upgradation of resources without Loss of service or minimal ‪#‎downtime‬.
  15.  
  16. Virtualization can be broadly classified into three types
  17.  
  18. 1) Server Virtualization
  19. 2) Storage Virtualization
  20. 3) Network virtualization
  21.  
  22. Lets have a look at each of this .
  23.  
  24. 1) Server Virtualization
  25. -----------------------------
  26. It is the abstraction of computer resources, in simple words, the mechanism to run multiple instances/copies of various operating systems inside a base operating system, mainly to utilize under-used resources on the physical host. This content was post on http :// www. facebook .com/geeksch00l
  27.  
  28. Server virtualization is the masking of server resources (including the number and identity of individual physical servers,processors, and operating systems) from server users. The intention is to spare the user from having to understand and manage complicated details of server resources while increasing resource sharing and utilization and maintaining the capacity to expand later. This content was post on http :// www. facebook .com/geeksch00l
  29.  
  30. Various server virtulization softwares in use nowadays are ‪#‎VMware‬, VMware ESX/ESXi, ‪#‎KVM‬, ‪#‎XEN‬, ‪#‎OpenVZ‬, ‪#‎Hyper_V‬, ‪#‎Qemu‬ etc.
  31.  
  32. 2)Storage Virtualization
  33. --------------------------
  34. Storage virtualization is the pooling of physical storage from multiple network storage devices into what appears to be a single storage device that is managed from a central console. Storage virtualization is commonly used in storage area networks (‪#‎SANs‬).
  35.  
  36. Storage virtualization can be achieved using three methods
  37.  
  38. Host-based storage virtualization means that a driver of some sort is installed on the host operating system, and it intercepts and possibly redirects IO requests. The File Area Network (FAN) concept uses this, but software ‪#‎RAID‬ and volume managers are also an example of host-based storage virtualization. This content was post on http :// www. facebook .com/geeksch00l
  39.  
  40. Network-based storage virtualization is extremely interesting. A ‪#‎fibre_channel‬ switch that sits between the host and storage will actually virtualize all requests, redirecting IO unbeknownst to the user. This method doesn’t rely on the operating system, in fact the operating system on the host doesn’t even know its happening. This is true virtualization, though you must be extremely careful about interoperability between your switch and storage array vendors. This content was post on http :// www. facebook .com/geeksch00l
  41.  
  42. Array-based Virtualization means that one “master” array will take over all IO for all other arrays. It must be fast enough to handle all your aggregate storage traffic, and it must also interoperate with all your existing disk arrays to realize the benefits. This method of Virtualization provides the most benefits, including centralized management and seamless data migration. This content was post on http :// www. facebook .com/geeksch00l
  43.  
  44. 3) Network Virtualization
  45. ----------------------------
  46. Network Virtualization is a method of combining the available resources in a network by splitting up the available ‪#‎bandwidth‬ into channels, each of which is independent from the others, and each of which can be assigned (or reassigned) to a particular server or device in real time. The idea is that virtualization disguises the true complexity of the network by separating it into manageable parts, much like your partitioned hard drive makes it easier to manage your files. This content was post on http :// www. facebook .com/geeksch00l
  47. .
  48.  
  49. ##############################################################
  50. # ṲИℋÅℙℙУḠ♓☮$✝ #
  51. ##############################################################
  52. || Website --------> http://unhappyghost.com/ ||
  53. || Facebook -------> https://www.facebook.com/unhappygh0st ||
  54. || FB Page --------> https://www.facebook.com/geeksch00l ||
  55. || Twitter --------> https://twitter.com/unhappygh0st ||
  56. || Google+ --------> http://goo.gl/WCHeJR ||
  57. || Youtube --------> http://goo.gl/A3mQIE ||
  58. || IPv6 Vids ------> http://goo.gl/Rbcxk ||
  59. || IPv6 Event -----> http://goo.gl/TaeXv ||
  60. ##############################################################
  61.  
  62. .
Advertisement
Add Comment
Please, Sign In to add comment