The switches in Ethernet networks learn all connected hosts’ link-layer addresses (layer 2 or MAC (Media Access Control) addresses) dynamically when the hosts communicate in the network and the switches see the traffic. Based on that information the switches are then able to forward frames optimally without flooding. When you disconnect a physical host from […]
Tag: hypervisor
Building My Own VMware vSphere Hypervisor Host
As I wrote in my previous post, I’m building my own VMware vSphere Hypervisor (a.k.a. ESXi) host. Today I was able to get the first Debian server running on it! Let me go through the platform install for us. Planning the Hardware I was totally not planning to get a rackmount server or even a […]
Installing VMware vSphere Hypervisor 5.x on a USB Stick
I’m planning to get my own virtual server platform installed at home for testing purposes. The easy way would be to just run the free VMware Player on the laptop but I want to play with the free VMware vSphere Hypervisor as well. Apparently vSphere Hypervisor is the engine that has been known as ESXi. […]