by: Helge, published: Oct 30, 2009, in

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
Previous Article Found my first bug in Windows 7 APIs: PdhBrowseCounters requires Elevation
Next Article What is a CTP Meeting all about?