Skip to main content

Mendel Rosenblum talks about Cloud Computing, praises IBM

Wearing his Stanford University associate professor of computer science hat, and flanked by peers from cloud-computing pioneers Amazon.com, Google Inc. and Salesforce.com, Rosenblum defined cloud computing simply as an environment where "your software is running software somewhere else than your data center."
At the same time, virtualization is a "building block" of cloud computing, Rosenblum said, and also "a natural evolution," stemming from the way the technology decouples software from the underlying hardware, and enables workloads, or virtual machines, to move around between systems.

"You just have to feel comfortable with someone else running your software," he added. But, if enterprises' continued use of mainframes is any indication, that's a big caveat, Rosenblum suggested.
"It still stuns me that the IBM mainframe that everyone said is dead is still kicking," Rosenblum said. Even today, enterprises continue to buy mainframes and "load 30-year old software" on them. Why do they do that? "Because [they] know it works," he said. When it comes to the cloud, those enterprise IT managers are doubtlessly asking themselves, "How complex is it? How stable is it?" Sure, someday, "the cloud may be more reliable than I can run [my servers], but then the question is – when will we reach that point?"

Google's product management director and fellow panelist Matthew Glotzbach, meanwhile, painted a picture of users becoming increasingly divorced from considerations about underlying technology.

"For the average IT guy, the level of abstraction keeps moving up a level," said Glotzbach. "With the cloud, barriers to integration between two systems fall away. … People care less and less about the specifics."

Rosenblum concurred that, at the low level, moving virtual machines around between cloud providers is probably easy enough, but that higher up the stack, moving data between application providers was another story. Turning to Salesforce.com Executive Vice President of Technology Parker Harris, Rosenblum said "I'm assuming that jumping from Salesforce.com to another CRM [customer relationship management] vendor wouldn't be as simple."

"Once you use a service, you get lock-in," Harris concurred.


Alex Barrett reporting.

Comments

Popular posts from this blog

Security: VMware Workstation 6 vulnerability

vulnerable software: VMware Workstation 6.0 for Windows, possible some other VMware products as well type of vulnerability: DoS, potential privilege escalation I found a vulnerability in VMware Workstation 6.0 which allows an unprivileged user in the host OS to crash the system and potentially run arbitrary code with kernel privileges. The issue is in the vmstor-60 driver, which is supposed to mount VMware images within the host OS. When sending the IOCTL code FsSetVoleInformation with subcode FsSetFileInformation with a large buffer and underreporting its size to at max 1024 bytes, it will underrun and potentially execute arbitrary code. Security focus

OS Virtualization comparison: Parallels' Virtuozzo vs the rest

Virtuozzo's main differentiators versus hypervisors center on overhead, virtualization flexibility, administration and cost. Virtuozzo requires significantly less overhead than hypervisor solutions, generally in the range of 1% to 5% compared with 7% to 25% for most hypervisors, leaving more of the system available to run user workloads. Customers can also virtualize a wider range of applications using Virtuozzo, including transactional databases, which often suffer from performance problems when used with hypervisors. On the administration side, customers need to manage, maintain and secure just a single OS instance, while the hypervisor model requires customers to manage many OS instances. Of course, the hypervisor vendors have worked hard to automate much of this process, but it still requires more effort to manage and maintain multiple operating systems than a single instance. Finally, OS virtualization with Virtuozzo has a lower list price than the leading hypervisor for comme...