Slashdot Mirror


IEEE Ethernet Specs Could Soothe Data Center Ills

alphadogg writes "Cisco, HP and others are waging an epic battle to gain more control of the data center, but at the same time they are joining forces to push through new Ethernet standards that could greatly ease management of those increasingly virtualized IT nerve centers. The IEEE 802.1Qbg and 802.1Qbh specifications are designed to address serious management issues raised by the explosion of virtual machines in data centers that traditionally have been the purview of physical servers and switches. In a nutshell, the emerging standards would offload significant amounts of policy, security and management processing from virtual switches on network interface cards (NIC) and blade servers and put it back onto physical Ethernet switches connecting storage and compute resources. 'There needed to be a way to communicate between the hypervisor and the network,' says Jon Oltsik, an analyst at Enterprise Systems Group. 'When you start thinking about the complexities associated with running dozens of VMs on a physical server the sophistication of data center switching has to be there.'"

1 of 51 comments (clear)

  1. Re:This is a big deal for cloud hosts. by Anonymous Coward · · Score: -1, Troll

    But 5000 FreeBSD instances with Xen? Surely you'd want a shared kernel solution for that many instances. If we assume that a minimal FreeBSD kernel can run in 2MB, that's 10GB just for the kernels before you hit user space. Unless Xen does memory deduplication, of course.

    10 GB isn't even one percent of some available systems:

    http://www.sun.com/servers/x64/x4640/specs.xml

    And who says they'd be using Xen? FreeBSD has Jails which are quite good. (Open)Solaris has improved on the idea with zones and so you have only one kernel for all images, and you don't have any overhead for things like I/O going through multiple "layers".