Virtualization - Old Hat?

Although humans in general and members of its subspecies “marketing manager” in particular tend to treat currently “hot” topics as new and revolutionary, they only rarely are. In fact, “new” should be considered as in “new wine in old bottles” rather than in “did not exist before”. Take virtualization. Although the topic of the day seems to be cloud computing, virtualization can probably still be called “hot” (especially since a cloud also is a kind of virtualization). But is it new? Judge for yourself: Below I have compiled a list of boring old technologies that employ virtualization.

Virtualization is used in…

  • CPUs: Virtual address space / virtual memory - the processor translates between the logical addresses processes use and physical addresses the kernel uses
  • Networks: VLANs segregate a physical network into logically separate parts
  • Networks: IP (as in TCP/IP) adds a logically entirely different view (IP addresses) to the physical network (based on MAC addresses)
  • Networks: DNS de-couples the way we see networks from how they work (names vs. addresses)
  • Remote access: RDP and ICA, nowadays called “presentation virtualization”
  • Storage: File systems virtualize the blocks on a hard disk
  • Storage / networking: DFS spans a virtual namespace that makes the real location of files opaque to the user
  • User interfaces: A desktop is an abstraction that translates between how humans perceive reality and the way a computer works
  • Programming: Programming languages offer a logically very different view of a computer’s native assembly language

Comments

Related Posts

Compacting Hyper-V VHDX Files of Ubuntu Linux VMs

Compacting Hyper-V VHDX Files of Ubuntu Linux VMs
Note: if your guest OS supports the trim command you can use the faster method described in this article. If you configured your Hyper-V virtual machines with dynamically expanding virtual disks you will find that the VHDX files backing the virtual disks always grow in size, they never shrink. Eventually this becomes a problem either directly because of increased storage requirements or indirectly because backups take longer. Compacting VHDX files is possible but more complicated than I feel it should be. I have described the process for Windows VMs here. This article shows how to do it for Ubuntu Linux VMs.
Virtualization & Containers

Hyper-V on Hetzner's EX51 Hosted Dedicated Servers

Hyper-V on Hetzner's EX51 Hosted Dedicated Servers
Your low-cost high-performance cloud data center building block. This guide explains how to install Windows Server 2012 R2 on Hetzner’s EX51-SSD dedicated servers. That line of servers is very attractive for virtualization as it combines a fast CPU with a good amount of RAM and SSD storage - at a price point of less than €60 per month. Another cool thing: Hetzner lets you install your own operating system. Here’s how.
Virtualization & Containers

Latest Posts