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

Windows Server 2019 on Hetzner's EX62 & AX100 Dedicated Servers

Windows Server 2019 on Hetzner's EX62 & AX100 Dedicated Servers
This post is a follow-up to my 2016 article on how to install Windows Server on Hetzner’s EX51 hosted dedicated servers. Hetzner offers many types of dedicated servers at very attractive prices and - astonishingly - good support. This article lists some issues we encountered while installing Windows Server 2019 on the EX62 and AX100 servers and how we worked around them. Reading the earlier article is highly recommended.
Virtualization & Containers

Latest Posts