<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Stephen Foskett, Pack Rat &#187; mobility Archives  &#8211; Stephen Foskett, Pack Rat</title>
	<atom:link href="http://blog.fosketts.net/tag/mobility/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fosketts.net</link>
	<description>Understanding the accumulation of data</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:40:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>Virtual Machine Mobility: Of What, and to Where and in What State?</title>
		<link>http://blog.fosketts.net/2012/01/16/virtual-machine-mobility-state/</link>
		<comments>http://blog.fosketts.net/2012/01/16/virtual-machine-mobility-state/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 16:22:34 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Gestalt IT]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Building Virtual Infrastructure]]></category>
		<category><![CDATA[DRS]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[mobility]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[Storage DRS]]></category>
		<category><![CDATA[Storage VMotion]]></category>
		<category><![CDATA[Truth in IT]]></category>
		<category><![CDATA[VMotion]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vxlan]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=6690</guid>
		<description><![CDATA[Moving cold virtual machine images from system to system, or even across great distances, is one of the main selling points of server virtualization. But it becomes much more difficult to manage movement of virtual machines that are still running, especially outside cluster or across WAN links. When talking about virtual machine mobility, it is important to consider what is being moved, the state it is in, and where it is going.]]></description>
			<content:encoded><![CDATA[<div id="attachment_6691" class="wp-caption aligncenter" style="width: 460px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://static.fosketts.net/wp-content/uploads/2012/01/Riding-or-moving-between-cars-is-prohibited-e1326730445909.jpg" ><img class="size-full wp-image-6691" title="Riding or moving between cars is prohibited" src="http://static.fosketts.net/wp-content/uploads/2012/01/Riding-or-moving-between-cars-is-prohibited-e1326730445909.jpg" alt="" width="450" height="345" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Stepping out of a subway car is an entirely different matter when it&#39;s moving!</p></div>
<p><a href="http://blog.fosketts.net/2011/12/22/terrifying-true-story-virtual-machine-mobility/" >Mobility of virtual machines is a sticky wicket</a>. As open systems infrastructure becomes increasingly virtualized, administrators and managers wish to use the technology to balance workload, ease migration, and provide better availability. Although technology is improving, actually moving virtual machines is not always a piece of cake. Let&#8217;s lay down a baseline of information so we may begin a discussion on the true nature of virtual machine mobility.</p>
<h3>Mobility of What?</h3>
<p>Let us consider first the question of what exactly is being moved. Systems administrators often focus on “the machine”, which encompasses the operating system and configured state of the virtual machine itself. But the true “mass” of the system is its stored data. Hypervisor vendors have come up with different techniques of moving these two essential elements, reflecting the unique characteristics of each.</p>
<ul>
<li>The <strong>virtual machine</strong> is an instance of an operating system along with its state and configuration. Mobility of virtual machines requires all of this to be preserved, along with any I/O channels. Live migration of virtual machine requires that any active network sessions be maintained, along with RAM content, registers and buffers, and so many other elements.</li>
<li>The <strong>virtual machine image</strong> (commonly referred to as “storage”) is the static content addressed by a virtual machine. Typically a VMDK or similar virtual disc image, it must be accessible to the virtual machine at all times. Live migration of a virtual machine image is tricky, but perhaps not quite as complex as live migration of a running operating system.</li>
</ul>
<p>VMware, Microsoft, and others recognize these 2 distinct elements to be migrated, and have come up with a variety of complementary technologies for each:</p>
<ul>
<li><strong>vMotion</strong> is VMware&#8217;s virtual machine migration solution, and has continually evolved with each iteration of the hypervisor. DRS leverages vMotion to automate mobility. VMware has also created <strong>Storage vMotion</strong> and Storage DRS as complements to handle mobility of virtual machine images.</li>
<li>Microsoft Hyper-V <strong>Live Migration</strong> is conceptually similar to vMotion, though newer and less full-featured. With Hyper-V 3.0, Microsoft will introduce Storage Live Migration as a complementary technology akin to Storage vMotion. Most other virtual machine managers also support some form of live migration, though live migration of storage is less common.</li>
</ul>
<h3>Mobility in What State?</h3>
<p>One of the key benefits of virtual machine technology is the ability to “run anywhere” on dissimilar hardware. From the very beginning, hypervisors have provided the ability to create a universal virtual machine image that would run on a variety of supported platforms.</p>
<p>This leads to one of the key values of server virtualization in the data center: Disaster recovery. The ability to take a virtual machine image and system state and bring it online after a disaster is a true revolution for open systems IT. The benefits of the single usage of server virtualization technology easily justify the investment to many businesses.</p>
<p>But this sort of &#8220;cold&#8221; migration seems passé when compared to the live or “hot” migration possible with technologies like VMware vMotion. Live migration is much more difficult, since active client sessions must be preserved in activity must not be greatly interrupted.</p>
<p>This is the second great question that must be asked when considering virtual machine mobility: In what state will the virtual machine be moved? Will it be a <strong>cold</strong>, powered down image of the system? A <strong>suspended</strong> or paused operating system image? Or a full, <strong>running</strong> machine?</p>
<h3>Mobility to Where?</h3>
<p>Once we have decided whether we are discussing virtual machine migration or movement of storage resources, we must consider the scope of the movement. The ability to move a virtual machine from one member of the cluster to another has now become fairly common. But what about systems that are not related in a cluster? Or that are spread over great distances?</p>
<ul>
<li>The nice thing about <strong>clusters</strong> is that they share resources before and after a virtual machine is moved. It is practical to move the running virtual machine, its storage, or both independently and to expect that performance will not dramatically suffer as a result. The cluster can also preserve network connections, and even I/O state, without much impact on clients or other external elements.</li>
<li>It is a bit more difficult to move systems <strong>within a data center</strong>, since one must maintain the I/O connections that might be interrupted. It is fairly trivial to configure an IP network and storage array to allow multiple machines to access the same iSCSI or NFS storage resources. It is a little more difficult to configure Fibre Channel (<a href="http://blog.fosketts.net/2012/01/05/unresolved-questions-fcoe/" >and, by extension, FCoE</a>) SAN&#8217;s to handle this sort of dynamic movement, but <a href="http://blog.scottlowe.org/2012/01/16/what-does-fcoe-have-to-do-with-vm-mobility/" >it is not impossible</a>. Although moving a running machine from one network port to another could cause client access to be interrupted, technologies like VXLAN allow these sessions to continue, and improved network switching technology should reduce performance impact.</li>
<li>Moving the machine to <strong>a different data center</strong> is another matter entirely. Stretching a layer-2 Ethernet LAN or Fibre Channel SAN across a metro or greater distance, while possible, will always be problematic. IP routing is flexible, but it takes time for changes to propagate when live machines are moved. And it is difficult to keep storage in sync over long distances due to the amount of time it takes for information to transit. Again, all of these challenges are being addressed in various ways, but they&#8217;re still hard!</li>
</ul>
<div>&#8220;Shared-everything&#8221; clusters handle most of the mess of virtual machine mobility, regardless of storage protocols and the like. But not every virtual machine is in a cluster, even in the same datacenter. And not every movement is even within the same datacenter. So we still have work to do.</div>
<h3>Stephen&#8217;s Stance</h3>
<p>Moving cold virtual machine images from system to system, or even across great distances, is one of the main selling points of server virtualization. But it becomes much more difficult to manage movement of virtual machines that are still running, especially outside cluster or across WAN links. When talking about virtual machine mobility, it is important to consider what is being moved, the state it is in, and where it is going.</p>
<p>Note: This discussion is part of <a href="http://blog.fosketts.net/2011/12/23/announcing-seminar-building-virtual-infrastructure/" >“Building Virtual Infrastructure”</a>, my new seminar series with Truth in IT.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2011/12/23/announcing-seminar-building-virtual-infrastructure/"  rel="bookmark" class="crp_title">Announcing &#8220;Building Virtual Infrastructure&#8221;, My New Seminar Series With Truth in IT</a></li><li><a href="http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-atlanta-ga/"  rel="bookmark" class="crp_title">Building Virtual Infrastructure Seminar &#8211; Atlanta, GA</a></li><li><a href="http://blog.fosketts.net/2012/01/01/building-virtual-infrastructure-los-angeles-ca/"  rel="bookmark" class="crp_title">Building Virtual Infrastructure Seminar &#8211; Los Angeles, CA</a></li><li><a href="http://blog.fosketts.net/2012/01/05/unresolved-questions-fcoe/"  rel="bookmark" class="crp_title">Eight Unresolved Questions About FCoE</a></li><li><a href="http://blog.fosketts.net/2011/12/22/terrifying-true-story-virtual-machine-mobility/"  rel="bookmark" class="crp_title">The Terrifying True Story Of Virtual Machine Mobility</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2012/01/16/virtual-machine-mobility-state/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2012. |
<a href="http://blog.fosketts.net/2012/01/16/virtual-machine-mobility-state/">Virtual Machine Mobility: Of What, and to Where and in What State?</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/features/" title="View all posts in Features" rel="category tag">Features</a>, <a href="http://blog.fosketts.net/category/gestaltit/" title="View all posts in Gestalt IT" rel="category tag">Gestalt IT</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2012/01/16/virtual-machine-mobility-state/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Terrifying True Story Of Virtual Machine Mobility</title>
		<link>http://blog.fosketts.net/2011/12/22/terrifying-true-story-virtual-machine-mobility/</link>
		<comments>http://blog.fosketts.net/2011/12/22/terrifying-true-story-virtual-machine-mobility/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 23:05:48 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Gestalt IT]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[hypervisor]]></category>
		<category><![CDATA[mobility]]></category>
		<category><![CDATA[NAT]]></category>
		<category><![CDATA[NPV]]></category>
		<category><![CDATA[QOS]]></category>
		<category><![CDATA[thin provisioning]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vxlan]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=6587</guid>
		<description><![CDATA[Virtualization of server, network, and storage services illuminates the link between physical resources and functional applications. A running virtual machine can instantly move from one server, network adapter, HBA, or LUN to another. And when it happens, traditional components have no idea how to react.]]></description>
			<content:encoded><![CDATA[<div id="attachment_6591" class="wp-caption aligncenter" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://static.fosketts.net/wp-content/uploads/2011/12/Crazy-Dragon-Truck.jpg" ><img class="size-medium wp-image-6591" title="Crazy Dragon Truck" src="http://static.fosketts.net/wp-content/uploads/2011/12/Crazy-Dragon-Truck-300x203.jpg" alt="" width="300" height="203" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">It isn't always easy to get where you need to go!</p></div>
<p>Consider the following situation: You go to lunch with your good friends, John and Mary. Halfway through a rousing discussion of the latest Hollywood movie, Mary starts talking about the fantastic action sequences while John criticizes the romantic angle. You realize something mine-bending has happened: John now has Mary&#8217;s personality, and vice versa. It&#8217;s like they have switched brains or something!</p>
<p><iframe src="http://www.youtube.com/embed/NzlG28B-R8Y" frameborder="0" width="420" height="315"></iframe></p>
<p>This truly weird situation isn&#8217;t likely to happen in person, but occurs all the time in the data center. Virtualization of server, network, and storage services eliminates the fixed link between physical resources and functional applications. A running virtual machine can instantly move from one server, network adapter, HBA, or LUN to another. And when it happens, traditional components have no idea how to react.</p>
<h3>The Challenges of Mobility</h3>
<p>Mobility is perhaps the “killer app” of virtualization, but it is also the killer of traditional IT systems. Let&#8217;s consider the challenges of this “Twilight Zone” moment.</p>
<ul>
<li>The operating system expects a consistent hardware environment, which is exactly what the hypervisor creates</li>
<li>The LAN must be prepared to redirect all network traffic instantly and seamlessly to one or more new physical interfaces</li>
<li>The SAN similarly must be able to reroute all I/O to a new pair of HBA&#8217;s without missing a beat</li>
<li>The storage array must be able to re-present capacity to a new physical device, and must maintain snapshots and other configurations</li>
<li>The backup system must also be able to maintain consistency over time even as machines relocate to different server and storage locations</li>
</ul>
<p>All of this must be done while maintaining quality of service (QoS), access control, reporting, and appropriate segmentation at all levels. This is an incredibly challenging task, and no conventional protocol (IP, Ethernet, NFS, SCSI, Fibre Channel, etc.) is anymore ready then you are when your good friends switch personalities.</p>
<h3>Two Paths</h3>
<p>So much of the development that is currently taking place in IT focuses on accommodating this “mobility issue”. Two key approaches have emerged to take on this challenge:</p>
<ul>
<li>“In a vacuum” technologies (like VXLAN) assume that no other changes will be made, so the focus is on maintaining complete compatibility in front and behind</li>
<li>“Clean sheet” technologies (usually from startups) take a different approach, throwing out compatibility in favor of technical elegance</li>
</ul>
<p>Both of these approaches have merit. Attempting to maintain compatibility only works so far (just ask a Windows API programmer), but it leverages the existing environment and recognizes that most people are not ready for wholesale change. Clean sheet designs always make more sense, but they rarely attain mass acceptance. Nearly every technology we rely on today is full of bolt-ons in the name of compatibility. Some, like Ethernet and x86, actually work pretty well, too.</p>
<h3>The Stack of Lies</h3>
<p><a href="http://static.fosketts.net/wp-content/uploads/2011/11/VAAI-big-picture.jpg" ><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-6392" title="VAAI big picture" src="http://static.fosketts.net/wp-content/uploads/2011/11/VAAI-big-picture.jpg" alt="" width="217" height="407" /></a>The difference between virtualization and cloud computing is exactly this same distinction. Hypervisors, NPV, NAT, thin provisioning, and so many other virtualization technologies exist mainly to maintain compatibility in a vacuum. In contrast, true cloud computing dispenses with the entire stack and creates a new platform for applications.</p>
<p>This is, perhaps, the reason that cloud computing is not taken off in the enterprise. Simply put, IT is not prepared to ditch everything they have ever used even in the face of a demonstrably superior alternative. Currently, the highest use of cloud is behind gateways and virtualization engines that bring it back down to earth.</p>
<p>This brings us to the stack of lies called server virtualization. Any “modern” virtualized data center is built on lie after lie, with each level telling the other what it wants to hear. The volume manager lies to the operating system; the hypervisor lies to the volume manager; and the storage array lies to the hypervisor. The same sad state of affairs allows networking and even memory to function in a virtual world.</p>
<p>But these shaky stacks of lies have difficulty adapting to motion, since no level truly “knows” the reality of the world around. The depressing truth is that a bowl of spaghetti like VXLAN is perhaps the highest form of art we can expect in a virtual data center.</p>
<h3>Stephen&#8217;s Stance</h3>
<p>As a techie, I am always drawn to clean sheet designs that offer technical elegance along with functionality. But I know that, realistically, products that assume nothing about the world around them and bend over backward to maintain compatibility are more likely to succeed. Still, I maintain hope that the issues of virtual machine mobility will be solved in an elegant way, rather than adding to the “stack of lies”.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2011/12/23/announcing-seminar-building-virtual-infrastructure/"  rel="bookmark" class="crp_title">Announcing &#8220;Building Virtual Infrastructure&#8221;, My New Seminar Series With Truth in IT</a></li><li><a href="http://blog.fosketts.net/2012/01/16/virtual-machine-mobility-state/"  rel="bookmark" class="crp_title">Virtual Machine Mobility: Of What, and to Where and in What State?</a></li><li><a href="http://blog.fosketts.net/2011/09/01/falconstor-nss-vmware-vaai/"  rel="bookmark" class="crp_title">FalconStor Brings VAAI Support To Every Storage Array</a></li><li><a href="http://blog.fosketts.net/2012/01/05/unresolved-questions-fcoe/"  rel="bookmark" class="crp_title">Eight Unresolved Questions About FCoE</a></li><li><a href="http://blog.fosketts.net/2011/03/04/introducing-storage-virtual-environments-seminar/"  rel="bookmark" class="crp_title">Introducing Storage for Virtual Environments (From My Seminar)</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2011/12/22/terrifying-true-story-virtual-machine-mobility/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2011. |
<a href="http://blog.fosketts.net/2011/12/22/terrifying-true-story-virtual-machine-mobility/">The Terrifying True Story Of Virtual Machine Mobility</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/features/" title="View all posts in Features" rel="category tag">Features</a>, <a href="http://blog.fosketts.net/category/gestaltit/" title="View all posts in Gestalt IT" rel="category tag">Gestalt IT</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2011/12/22/terrifying-true-story-virtual-machine-mobility/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Eleven Tech Trends To Watch In 2011</title>
		<link>http://blog.fosketts.net/2010/11/30/eleven-tech-trends-watch-2011/</link>
		<comments>http://blog.fosketts.net/2010/11/30/eleven-tech-trends-watch-2011/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 15:38:11 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computer History]]></category>
		<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Everything]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[4G]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[AOL]]></category>
		<category><![CDATA[BGP]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[connectivity]]></category>
		<category><![CDATA[converged I/O]]></category>
		<category><![CDATA[convergence]]></category>
		<category><![CDATA[DCB]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[FCoE]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Kinect]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[mobility]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[server virtualization]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[WebOS]]></category>
		<category><![CDATA[Wii]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=4427</guid>
		<description><![CDATA[Prognostication is a perilous business, but pundits are drawn to the topic in the month of December. The fact that most predictions fall on their faces demonstrates the intoxicating mix of hope, dreams, and irrationality that mark both geniuses and fools. I am neither, so I like to make predictions after the fact! But this year I've been asked to look to the future, so I'll stick with the safe road and pick current trends rather than guessing what I hope will come.]]></description>
			<content:encoded><![CDATA[<div id="attachment_4428" class="wp-caption aligncenter" style="width: 409px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://static.fosketts.net/wp-content/uploads/2010/11/Eleven-by-Wetsun-e1291127080330.jpg" ><img class="size-full wp-image-4428" title="Eleven by Wetsun" src="http://static.fosketts.net/wp-content/uploads/2010/11/Eleven-by-Wetsun-e1291127080330.jpg" alt="" width="399" height="283" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">2011 will look pretty much like 2010 apart from the differences...</p></div>
<p>Prognostication is a perilous business, but pundits are drawn to the topic in the month of December. The fact that most predictions fall on their faces demonstrates the intoxicating mix of hope, dreams, and irrationality that mark both geniuses and fools. I am neither, so <a href="http://blog.fosketts.net/2009/12/24/2009-industry-predictions/"  target="_blank">I like to make predictions after the fact</a>! But this year I&#8217;ve been asked to look to the future, so I&#8217;ll stick with the safe road and pick current trends rather than guessing what I hope will come.</p>
<h3>Five Trends For Everyone</h3>
<h4>1 &#8211; Ubiquitous Connectivity</h4>
<p><a href="http://blog.fosketts.net/2009/03/11/ten-year-trend-mobility/"  target="_blank">I named mobility as the mega-trend of the last decade</a>, noting that it&#8217;s hard to spot a trend from the middle and harder still from the start. But I feel vindicated on that 2009 call, and will take it one further: 2011 will see ubiquitous connectivity become mainstream. With &#8220;MiFi&#8221; entering the vernacular, a <a href="http://blog.fosketts.net/2010/11/04/4g-itu-standards-relevant/"  target="_blank">proliferation of &#8220;4G&#8221; networks</a> and integrated wireless data, and free WiFi having already become passe, I&#8217;d say &#8220;online everywhere&#8221; is here. Although incredibly challenging from both a technical and business perspective, I expect everyone and everything to be online-capable.</p>
<h4>2 &#8211; The iPad and Foes</h4>
<p>Steve Jobs&#8217; bizarre claim that the overgrown iPhone tablet was <a href="http://www.pcmag.com/article2/0,2817,2363013,00.asp"  target="_blank">the most important thing he ever did</a> is starting to look prescient. A new generation is coming of age without windowing GUIs, mice, and keyboards thanks to gaming consoles, smartphones, iPods, and (finally) tablets. <a href="http://blog.fosketts.net/2010/11/04/ipad-oasis-android-tablet-wasteland/"  target="_blank">2011 will finally see serious Android, WebOS, and Windows tablets</a>, but the iPad (and forthcoming iPad 2) are the platform to beat, and Apple is firing on all cylinders. This war will be all-consuming next year.</p>
<h4>3 &#8211; Wave &#8220;Hi&#8221; to Kinect!</h4>
<p>Microsoft has <a href="http://absolutelywindows.com/blog/2010/11/20/will-or-should-microsoft-be-applauded-for-kinect-already.html"  target="_blank">a serious hit on their hands</a> with the Kinect add-on to the Xbox 360. The gaming system is the best thing to come out of Redmond in a long time, and it continues the &#8220;no controller&#8221; concept of the iPad, finally kicking the Wii to the curb. The massive success of the Xbox will lead Microsoft shareholders to abandon their calls for Ballmer&#8217;s head, instead <a href="http://www.winextra.com/archives/dont-split-the-company-split-the-brand/"  target="_blank">asking</a> for a spin-out or IPO of the gaming division. Expect PCs to include Kinect-like features in the coming years as well.</p>
<h4>4 &#8211; Facebook Is the Internet</h4>
<p>Now boasting a quarter of all web pageviews. Facebook is <a href="http://www.markevanstech.com/2010/11/27/is-facebook-the-new-aol/"  target="_blank">looking increasingly like AOL</a> for the rest of us. 2011 will see Facebook&#8217;s gravity pull in content from everywhere, and its satellites sprout all over the Internet. It will become the single sign-on, the central &#8220;like&#8221;, the address book, and the meeting place. But fear not, Facebook-phobes: Nothing is permanent, and this too shall pass.</p>
<h4>5 &#8211; The Internet Changes and No One Notices</h4>
<p>The <a href="http://etherealmind.com/scheduling-ipocalypse/"  target="_blank">IP address space is exhausted</a>, <a href="http://www.renesys.com/blog/2010/11/dns-when-governments-lie-1.shtml"  target="_blank">BGP and DNS security lapses</a> rise, and net neutrality falls by the wayside but Farmville still works so no one cares. The Internet is changing, and controversies over key components are coming coming to a head. I imagine the network engineers will be busy keeping ahead of catastrophe, but they&#8217;ll manage somehow. I&#8217;m not sure if IPv6 will finally take off or if <a href="http://www.fiberevolution.com/2010/11/the-slow-suicide-of-net-discrimination.html"  target="_blank">the carrier gambit</a> will succeed, but I&#8217;m confident we&#8217;ll still have an Internet at the heart of the technology world!</p>
<h3>Five Trends For the Datacenter</h3>
<h4>6 &#8211; Clouds Gather Quietly</h4>
<p>&#8220;Cloud&#8221; was the buzzword of the last two years, but now it&#8217;s getting down to work. Traditional IT staff still <a href="http://blog.fosketts.net/2010/04/29/techie-business-schism/"  target="_blank">won&#8217;t see much of it</a> outside of blogs and conferences, but non-traditional systems are all heading that way. Look for major uptake of cloud platforms and services from the home to enterprise applications and everywhere in between. Ironically, the &#8220;c-word&#8221; itself will soon be dropped from these successful services just as it gains acceptance <a href="http://blog.fosketts.net/2010/10/29/flexible-path-services-future/"  target="_blank">in IT shops</a>.</p>
<h4>7 &#8211; Virtual Everything</h4>
<p>The impact of server virtualization hasn&#8217;t been as great as supporters claim, but widespread acceptance of hypervisor-centric data centers is here. There&#8217;s really no reason not to deploy every datacenter server as a virtual machine and lots of resulting benefits. Expect to see mission-critical apps finally move to VMware ESX and Microsoft Hyper-V in 2011. And expect to see the resulting infrastructure called &#8220;cloud&#8221;!</p>
<h4>8 &#8211; Farewell, Fast Hard Drives</h4>
<p><a href="http://blog.fosketts.net/series/4-horsemen/"  target="_blank">Storage I/O performance is now the realm of solid state</a>, not spinning disk. SSDs have reached the level of performance, capacity, availability, and sophistication that we no longer need 15k rpm enterprise hard disk drives. You&#8217;ll use SSD if you want IOPS, but you&#8217;ll still need spinning platters for capacity and maximum throughput for a long while. Don&#8217;t expect hard disk drives to disappear, but the fastest will exit at the end of the year.</p>
<h4>9 &#8211; Not-So-Converged I/O (Yet)</h4>
<p><a href="http://www.definethecloud.net/data-center-bridging"  target="_blank">DCB ain&#8217;t ready</a>, folks. Neither is FCoE. Although Ethernet will eventually sideline InfiniBand and Fibre Channel, that&#8217;s not a 2011 topic. I expect to hear a lot of noise about converged network and storage I/O, including high-profile customer adoption stories, but we&#8217;re still a few years short of actual impact and serious market share movement. Practical application starts in 2011, though, and it&#8217;ll get major coverage and big-money action in the vendor space.</p>
<h4>10 &#8211; RAID is (Finally) Dead!</h4>
<p>There won&#8217;t be much ink spilled in memoriam outside storage blogs like this one, but conventional mirroring and parity has finally met its maker. Today&#8217;s hard disk drives are <a href="http://blog.fosketts.net/2010/10/27/4-horsemen-io/"  target="_blank">too big to rebuild</a> singly, and alternatives like wide striping, <a href="http://searchStorage.techtarget.com/tip/0,289483,sid5_gci1519386,00.html"  target="_blank">erasure coding</a>, and <a href="http://xiotech.com/ise-technology.htm"  target="_blank">touch-me-not disk packs</a> are taking over.</p>
<h3>And One More For Me</h3>
<h4>11 &#8211; The Internet is Shiva</h4>
<p>Every business will be permanently changed as Internet-enabled platforms destroy profitable monopolies and build new opportunities. Google conquered advertising and destroyed traditional publishing but enabled a flowering of democratic dialog. PayPal and Square will do the same to banking in 2011, but their own come-uppance might come sooner than they like. No matter your business, someone has their sights set on you and the Internet is their tool. The trick is to keep dancing, keep innovating, and love the paradox.<br />
The text to appear after expiration date.<br />
<em>Image Credit: Eleven by </em><a rel="nofollow" href="http://www.flickr.com/photos/wetsun/" ><em>Wetsun</em></a></p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2010/12/07/pile-interesting-links-december-3-2010/"  rel="bookmark" class="crp_title">Back From the Pile: Interesting Links, December 3, 2010</a></li><li><a href="http://blog.fosketts.net/2010/11/05/pile-interesting-links-november-5-2010/"  rel="bookmark" class="crp_title">Back From the Pile: Interesting Links,  November 5, 2010</a></li><li><a href="http://blog.fosketts.net/2010/11/25/buy-weird-cheap-offbrand-android-tablets/"  rel="bookmark" class="crp_title">Do Not Buy Weird, Cheap, Off-Brand Android Tablets!</a></li><li><a href="http://blog.fosketts.net/2009/03/11/ten-year-trend-mobility/"  rel="bookmark" class="crp_title">Ten-Year Trend: Mobility</a></li><li><a href="http://blog.fosketts.net/2010/12/10/pile-interesting-links-december-10-2010/"  rel="bookmark" class="crp_title">Back From the Pile: Interesting Links, December 10, 2010</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2010/11/30/eleven-tech-trends-watch-2011/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2010. |
<a href="http://blog.fosketts.net/2010/11/30/eleven-tech-trends-watch-2011/">Eleven Tech Trends To Watch In 2011</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/apple/" title="View all posts in Apple" rel="category tag">Apple</a>, <a href="http://blog.fosketts.net/category/everything/computerhistory/" title="View all posts in Computer History" rel="category tag">Computer History</a>, <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/" title="View all posts in Everything" rel="category tag">Everything</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2010/11/30/eleven-tech-trends-watch-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TripIt Goes Pro To Monetize Travel Itinerary Management</title>
		<link>http://blog.fosketts.net/2009/05/12/tripit-pro-monetize-travel-itinerary-management/</link>
		<comments>http://blog.fosketts.net/2009/05/12/tripit-pro-monetize-travel-itinerary-management/#comments</comments>
		<pubDate>Tue, 12 May 2009 13:55:04 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[Chicago]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[ICS]]></category>
		<category><![CDATA[invitations]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Kayak]]></category>
		<category><![CDATA[mobility]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[TripIt]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1852</guid>
		<description><![CDATA[Without a doubt, TripIt is one of the best online travel tools I&#8217;ve come across. With very little effort, TripIt creates consolidated travel itineraries including air, hotel, and car, enabling automatic calendar integration and sharing. They even introduced an iPhone app, putting the itinerary, along with helpful links to maps and flight tracking, right in [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1853" class="wp-caption alignright" style="width: 94px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://blog.fosketts.net/wp-content/uploads/2009/05/logo_84x40_trans.gif" ><img class="size-full wp-image-1853" title="logo_84x40_trans" src="http://blog.fosketts.net/wp-content/uploads/2009/05/logo_84x40_trans.gif" alt="I love using TripIt, but is Pro worth the price?" width="84" height="40" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">I love using TripIt, but is Pro worth the price?</p></div>
<p>Without a doubt, <a href="http://blog.fosketts.net/2008/03/26/three-incredible-travel-websites-you-ought-to-use/"  target="_blank">TripIt is one of the best online travel tools</a> I&#8217;ve come across. With very little effort, <a href="http://www.tripit.com/home"  target="_blank">TripIt</a> creates consolidated travel itineraries including air, hotel, and car, enabling automatic calendar integration and sharing. They even introduced <a href="http://www.tripit.com/uhp/iphone"  target="_blank">an iPhone app</a>, putting the itinerary, along with helpful links to maps and flight tracking, right in your pocket whether online or off. The company cleverly combs forwarded confirmation emails from just about every travel company and web site, extracting the pertinent bits.</p>
<p>I&#8217;ve become a TripIt ambassador, inviting all of my co-workers and close friends to join in. But free services have their limits, and I have long wondered how TripIt would monetize their business. The company has been partnering with airlines (<a href="http://blog.tripit.com/2009/05/virgin-america-partners-with-tripit.html"  target="_blank">like Virgin America</a>) and <a href="http://blog.tripit.com/2009/04/tripit-expands-partners-with-airport-shuttles.html"  target="_blank">airport shuttle services</a>, but partnerships don&#8217;t keep the lights on. Eventually the company would have to find a way to make money. </p>
<p> <span id="more-1852"></span></p>
<p>The answer arrived in my inbox this morning. TripIt is introducing an optional &#8220;<a href="http://www.tripit.com/uhp/proUpgrade"  target="_blank">TripIt Pro</a>&#8221; version which adds automatic monitoring of itineraries, notifying if your flight is delayed, for example, as well as mobile alerts. This version will cost end-users $9.95 per month (once the trial period ends).</p>
<p>Although I love TripIt, I&#8217;m not sure if this upgrade is worth nearly $120 per year. Airlines already send alerts of delayed or cancelled flights to my phone via email or SMS. I trust that TripIt&#8217;s alerts will be more uniform and helpful, but I doubt they&#8217;ll be that much better. For now, I&#8217;m holding off on TripIt Pro.</p>
<p>The company does have plans to add alternate flight options in the future, which might start adding serious value. If they can say &#8220;go to the Delta counter within the next 10 minutes to get re-booked to Boston&#8221; I&#8217;d be all over it! I&#8217;d also like to see better integration with Exchange and iPhone calendars than the current simple ICS subscription. But let&#8217;s think bigger than this.</p>
<p>As a frequent flier, I&#8217;d love it if TripIt could help manage my airline and hotel mileage accounts. What if it suggested ways of maximizing their value, keeping track of upgrade &#8220;stickers&#8221; and the like? What if the company monitored the latest mileage promotions? I&#8217;d also love it if they included airport tips, like which restaurant at Chicago O&#8217;Hare serves edible food (Maccaroni Grill near gate K2) and where to find a power outlet (in the outermost corridor between E and F). TripIt already points to <a href="http://www.seatguru.com/"  target="_blank">SeatGuru&#8217;s</a> amazing aircraft information, but how about integrating this information right into the itinerary? And I&#8217;d love to see a combination of TripIt and Kayak!</p>
<p>What do you think? What can TripIt add to make its Pro service worthwhile to the frequent flier?</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2008/03/26/three-incredible-travel-websites-you-ought-to-use/"  rel="bookmark" class="crp_title">Three Incredible Travel Websites You Ought To Use</a></li><li><a href="http://blog.fosketts.net/2008/10/10/carbon-footprint/"  rel="bookmark" class="crp_title">My Carbon Footprint</a></li><li><a href="http://blog.fosketts.net/2009/06/17/subscribe-internet-calendars-iphone-30/"  rel="bookmark" class="crp_title">How To Subscribe To Internet Calendars In iPhone OS 3.0</a></li><li><a href="http://blog.fosketts.net/2008/08/26/american-airlines-points-gun-at-foot/"  rel="bookmark" class="crp_title">American Airlines Points Gun At Foot</a></li><li><a href="http://blog.fosketts.net/2009/05/07/iphone-30-exchange-activesync-perfect/"  rel="bookmark" class="crp_title">iPhone 3.0 Exchange ActiveSync: Better But Not Perfect</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/05/12/tripit-pro-monetize-travel-itinerary-management/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/05/12/tripit-pro-monetize-travel-itinerary-management/">TripIt Goes Pro To Monetize Travel Itinerary Management</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/apple/" title="View all posts in Apple" rel="category tag">Apple</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/05/12/tripit-pro-monetize-travel-itinerary-management/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ten-Year Trend: Mobility</title>
		<link>http://blog.fosketts.net/2009/03/11/ten-year-trend-mobility/</link>
		<comments>http://blog.fosketts.net/2009/03/11/ten-year-trend-mobility/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 01:00:41 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computer History]]></category>
		<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Everything]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[802.11a]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[archiving]]></category>
		<category><![CDATA[AvantGo]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[data archive]]></category>
		<category><![CDATA[Dave Hitz]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[mobility]]></category>
		<category><![CDATA[NetApp]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Sling]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[TiVo]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1527</guid>
		<description><![CDATA[What is the megatrend of this decade? I suggest that we are witnessing a wholesale shift from information tied to place/device to information mobility. Cloud computing, server virtualization, and even flash memory are all contributors to this massive trend, along with the user-side trends of the post-PDA mobile phone, 3G data, social web services, and connected home.]]></description>
			<content:encoded><![CDATA[<div id="attachment_1533" class="wp-caption alignright" style="width: 279px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://blog.fosketts.net/wp-content/uploads/2009/03/glass-and-grass.jpg" ><img class="size-medium wp-image-1533     " title="glass-and-grass" src="http://blog.fosketts.net/wp-content/uploads/2009/03/glass-and-grass-299x300.jpg" alt="IT infrastructure is following consumer technology out of the glass house and into the wide world" width="269" height="270" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">IT infrastructure is following consumer technology out of the data center glass house and into the wide world</p></div>
<p>Dave Hitz over at NetApp poses a very interesting question: <a href="http://blogs.netapp.com/dave/2009/03/three-ten-year.html"  target="_blank">What is the ten-year trend in information technology that we are currently building to?</a> He supplies these historical examples:</p>
<ul>
<li>1982-1992: A computer on every (business) desk</li>
<li>1990s: Networking all those computers</li>
</ul>
<p>He then goes on to suggest three ten-year trends that we might currently be living through:</p>
<ol>
<li> Cloud/Outsourced Computing</li>
<li>Server Virtualization</li>
<li>Flash Memory</li>
</ol>
<p>Although I agree on the importance of these three to enterprise IT, I don&#8217;t think they&#8217;ll be seen as the megatrends of this decade in hindsight. I suggest that, more than anything, we are witnessing a wholesale shift <strong>from information tied to place/device to information mobility</strong>. Cloud computing, server virtualization, and even flash memory are all <a rel="nofollow" href="http://esgblogs.typepad.com/marks_blog/2009/03/cloud-virtualization-is-a-key-ingredient.html"  target="_blank">contributors to</a> this massive trend, along with the user-side trends of the post-PDA mobile phone, 3G data, social web services, and connected home.</p>
<p><span id="more-1527"></span></p>
<h3 class="post-subhead">What Is Mobility?</h3>
<p>The meaning of mobility, to me, is expansive. It doesn&#8217;t just refer to taking a copy of your data with you, ubiquitous connectivity, or portable devices. <strong>Mobility is a new paradigm of computing</strong>.</p>
<ul>
<li>Your data no longer &#8220;sits&#8221; in one place &#8211; <strong>your data lives out there in the network</strong>!</li>
<li>Your applications no longer &#8220;live&#8221; on this device or that &#8211; <strong>your applications live out there in the network</strong>!</li>
<li>Your productivity environment no longer requires a particular piece of hardware &#8211; you expect to be <strong>productive everywhere on every device</strong>!</li>
</ul>
<p>This doesn&#8217;t sound strange to the modern Internet user. We have completely accepted the role of Google, Facebook, Yahoo, Wikipedia and the rest in our personal lives. Just as they did in the early days of the PC, business people have transitioned these concepts into the professional world &#8211; witness Salesforce and LinkedIn! In all cases, we have endorsed the idea that <strong>certain types of information <em>want </em>to live in the cloud because it makes them better!</strong></p>
<p><strong> </strong>Once you&#8217;ve used these services, old-fashioned email, contact management, encyclopedias, maps, and the rest seem incredibly limiting. A GPS system that can&#8217;t update its maps seems antiquated, and we want it to have real-time traffic data, too. An iPod that needs to be physically connected to a PC to add music or applications is simply unacceptable. Time- and place-shifting technologies like TiVo To Go, over-the-air podcast downloads, and Slingboxes reset our expectations about availability and choice of entertainment, but they are mere symptoms of our changing perceptions. <strong>We want mobility of data, applications, and platforms, and we are getting it.</strong></p>
<p>Consider two truly revolutionary platforms: the iPhone and the netbook. In both cases, we knowingly accept limitations in the name of portability, knowing that the cloud will give us what we can&#8217;t hold in our hands. These devices are limited in ways that would seem inconceivable just a few years ago: Apple has locked their platform up tighter than any in history, and netbooks are too small, underpowered, and cheap in all senses of the word. But we love them because they get us where we want to go, which is <strong>up and out</strong>!</p>
<h3 class="post-subhead">Mobility and Enterprise IT</h3>
<p>The concept of mobile data, applications, and devices is just as applicable to enterprise IT infrastructure as it is to personal technology. Some enterprise data must be kept close to the vest, especially where privacy laws and litigation concerns are applicable. But there is certainly <strong>a vast pool of corporate data that <em>wants </em>to be out working in the field!</strong> Setting this data free is the enterprise equivalent of the mobility megatrend!</p>
<p>Cloud computing is hype. Server virtualization is hype. Flash storage is hype. XaaS is hype. Web 2.0 is hype. But once the cloud of hype passes, we will be left with solid technologies to enable mobility and <strong>transform corporate computing</strong>. Why should corporate email have to punch through your firewall? Why should the intranet be limited to internal or VPN users? Why can&#8217;t customers interact with a (limited/controlled) set of your corporate records? Salesforce showed us that roaming users (sales teams) need greater access than most IT staff were ready to build. What if we applied the same ideas to other data types?</p>
<p>Many companies are already doing this. Microsoft offers a variety of internal/external services for their customers through Live (see Connect, for example). Many companies are using mail and productivity applications in the cloud from Google, MessageOne, and Zimbra. Backup and archiving as a service to mobile users is widespread (see Iron Mountain Connected and Mozy). And more and more corporate PR relies on blogs, twitter, and social networking sites. Corporate security and legal types are worried about data &#8220;escaping&#8221; from the eggshell of control they exert, but this cat is out of the bag. Enterprise IT will never be the same!</p>
<p>It comes down to a single core question that IT folks ought to have been asking themselves all along: <strong>What should be held internally and what should be let loose?</strong> We already &#8220;outsource&#8221; many non-core corporate functions. Sometimes we do this for cost reasons. But the most effective outsourcing decision is when <strong>a third party will do a better job</strong>, offering levels of expertise or service that an internal group could never realistically reach. We already buy enterprise software to leverage outside development (remember, this was not always the case!), so why not also buy enterprise services? Corporate-grade outsourced email, groupware, sales automation, and the like is not only more robust and less expensive than internal systems, <strong>they enable a disconnected, mobile workforce</strong>.</p>
<h3 class="post-subhead">Today, I Was Angry</h3>
<p>I bought a new album from Amazon, but I forgot to sync my iPhone with my laptop, so it was sitting at home when I wanted to listen to it in the car. Then I couldn&#8217;t find a colleague&#8217;s phone number because he moved to a new company and my address book didn&#8217;t automatically update. And I couldn&#8217;t review a presentation because I needed a special account to access a corporate document system behind a firewall.</p>
<p>These little accomplishments would have seemed like miracles just a few years ago: I remember the joy I felt ten years ago when I could read a web page offline on my Palm Pilot using AvantGo; I was amazed when I first fired up 802.11a wireless networking and could work anywhere in the office; I was gleeful to be able to take 5 GB of music with me on the train. But all this is past. Today, I want to access my portable data and work anywhere. <strong>We are in the midst of a revolution in the mobility and ubiquity of computing</strong>.</p>
<blockquote><p>See my posts on <a href="http://gestaltit.com/author/stephen/"  target="_blank">Gestalt IT</a> for similar <a href="http://gestaltit.com"  target="_blank">enterprise IT infrastructure commentary</a></p>
</blockquote>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2009/05/19/lessons-cloud-computing-conference-expo-prague-2009/"  rel="bookmark" class="crp_title">Lessons From the Cloud Computing Conference and Expo Prague 2009</a></li><li><a href="http://blog.fosketts.net/2011/04/26/5292/"  rel="bookmark" class="crp_title"></a></li><li><a href="http://blog.fosketts.net/2009/03/19/sun-cloud/"  rel="bookmark" class="crp_title">Sun Launches Their Own Cloud, But For Which Market?</a></li><li><a href="http://blog.fosketts.net/about/services/"  rel="bookmark" class="crp_title">Services</a></li><li><a href="http://blog.fosketts.net/2009/09/16/cloud-services-standards/"  rel="bookmark" class="crp_title">We Don&#8217;t Need Cloud Standards (Yet)</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/03/11/ten-year-trend-mobility/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/03/11/ten-year-trend-mobility/">Ten-Year Trend: Mobility</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/apple/" title="View all posts in Apple" rel="category tag">Apple</a>, <a href="http://blog.fosketts.net/category/everything/computerhistory/" title="View all posts in Computer History" rel="category tag">Computer History</a>, <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/" title="View all posts in Everything" rel="category tag">Everything</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/03/11/ten-year-trend-mobility/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

