<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>European Telecom Blog</title>
	
	<link>http://mccanntelecom.com</link>
	<description>European Telecommunications Markets and Events....from the trenches</description>
	<lastBuildDate>Mon, 06 Sep 2010 14:44:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/EuropeanTelecomBlog" /><feedburner:info uri="europeantelecomblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Where is the Mobile Broadband?</title>
		<link>http://feedproxy.google.com/~r/EuropeanTelecomBlog/~3/-HFEkH9oAF8/where-is-the-mobile-broadband</link>
		<comments>http://mccanntelecom.com/where-is-the-mobile-broadband#comments</comments>
		<pubDate>Mon, 06 Sep 2010 14:44:50 +0000</pubDate>
		<dc:creator>John McCann</dc:creator>
				<category><![CDATA[Carrier Infrastructure]]></category>
		<category><![CDATA[European Market]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Backhauling]]></category>
		<category><![CDATA[Broadband]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[Latency]]></category>
		<category><![CDATA[LTE]]></category>
		<category><![CDATA[Timing]]></category>

		<guid isPermaLink="false">http://mccanntelecom.com/?p=729</guid>
		<description><![CDATA[
We&#8217;ve seen an increase in smartphones and other mobile devices in the last couple of years that has dramatically increased the amount of bandwidth each individual consumes.  This surge in mobile bandwidth is not only here to stay, it will grow at least at the rate of Moore&#8217;s Law for the forseeable future.  The challenge [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://mccanntelecom.com/where-is-the-mobile-broadband" title="Permanent link to Where is the Mobile Broadband?"><img class="post_image alignright" src="http://mccanntelecom.com/wp-content/uploads/2010/09/mobile-networks.jpg" width="325" height="216" alt="Post image for Where is the Mobile Broadband?" /></a>
</p><p>We&#8217;ve seen an increase in smartphones and other mobile devices in the last couple of years that has dramatically increased the amount of bandwidth each individual consumes.  This surge in mobile bandwidth is not only here to stay, it will grow at least at the rate of <a title="Moore's Law" href="http://en.wikipedia.org/wiki/Moore's_law" target="_blank">Moore&#8217;s Law</a> for the forseeable future.  The challenge that carriers face is that mobile subscribers are <em>already</em> paying what they are prepared to pay and the broadband surge necessitates a network infrastructure refresh every 18-24 months.</p>
<p>Carriers have turned to Ethernet as the medium to lessen the impact of this continual demand for mobile broadband.  In the US and in a good part of Asia-Pacific legacy TDM networks have been getting &#8220;Etherized&#8221; since 2007.  However the implementations in Europe have been very limited which has led to the European Marketplace relinquishing their leadership position in Mobile Broadband Access.</p>
<p><strong>How did this happen?</strong></p>
<p>The main reason is a little known but very important issue of network timing.  In order for mobile towers to hand-off a mobile call or data session from one tower to the next while you are driving they need to be &#8220;in-sync&#8221;.  This synchronization is enabled by having reliable timing at each mobile tower.  This timing has traditionally come from the TDM circuits (E1/T1, STM-1/OC-3, etc.) and the mobile tower would get their timing and thus their synchronization by assuming the timing from the TDM circuit.</p>
<p>Ethernet, on the other hand, has no inherent timing mechanism; In fact, Ethernet was specifically designed to be asynchronous because of it&#8217;s &#8220;any-to-any&#8221; communications capabilities.  To compound the challenge, the tolerances for error and timing slippage are moving downwards.  LTE standards are demanding timing accuracy that is, in some cases, a tenfold increase over where it was expected to be in TDM based networks.</p>
<p>There has been a number of efforts to add synchronization to Ethernet with the main aim of providing timing to the mobile towers.  Here is a list and a simple explanation of the methods and technologies that are being considered by mobile providers in Europe.</p>
<p><a title="Precision Time Protocol" href="http://en.wikipedia.org/wiki/Precision_Time_Protocol" target="_blank">1588v2 or PTP</a> is a technology that aims to inject timing/synchronization information into each packet that can be retrieved at each element in the network that is configured to use it.  The main strength of 1588v2 is that it can be transmitted as a normal Ethernet packet across any switch/router that handles Ethernet natively.  The main weakness is that 1588v2 isn&#8217;t accurate enough considering the decreased margin of error demanded by these LTE high-speed mobile networks.  Furthermore, accuracy decreases with each &#8220;hop&#8221; in the network.</p>
<p>Another method of having timing natively on Ethernet is to use <a title="Synchronous Ethernet" href="http://www.eetimes.com/design/other/4008244/An-introduction-to-Synchronized-Ethernet?pageNumber=1" target="_blank">Synchronous Ethernet</a> (Sync-E).  Sync-E is a method of transmitting the timing information directly on the physical wire (or fiber as it were) as another signal.  Nothing in the Ethernet frame or packet is modified.  The strength of this approach is extremely accurate timing, even more accurate than the most stringent LTE standards.  The main weakness is that new hardware is necessary to support this technology.  Most networks today are built on switches and routers that cannot support Sync-E without a hardware upgrade.</p>
<p><a title="Network Timing Protocol" href="http://en.wikipedia.org/wiki/Network_Time_Protocol" target="_blank">Network Timing Protocol (NTP)</a> is one of the oldest protocols in use and was invented to synchronize the clocks of computer systems.  NTP&#8217;s strength is that it&#8217;s an inherent IP layer protocol that is widely implemented on LANs and WANs across the globe.  The overriding weakness of NTP is it&#8217;s accuracy.  NTP has an acceptable tolerance of +/- 20 milliseconds which is significantly more than the LTE standards allow for.</p>
<p><a title="GPS Clocking" href="http://en.wikipedia.org/wiki/Global_Positioning_System" target="_blank">Global Positioning Satellites (GPS)</a> are being used in parts of the world currently as a clock source for the Mobile towers.  This is how the United States, Canada and parts of Asia-Pacific have recently been able to build very fast mobile broadband networks.  With a GPS antenna on each tower, the mobile network can synchronize without ever having to carry timing information on the backhaul Ethernet links.  The strength of this approach is the ability to use existing Ethernet infrastructure without having to worry about retrofitting it to support timing.  The weakness is cost; GPS antennae aren&#8217;t cheap and if we multiply this by the amount of mobile towers in a network (sometimes on upwards of 30,000) the business case quickly turns sour.  In addition to the cost issue there is no disaster recovery capability with GPS, however, if satellites start falling out of the sky then network synchronization will be the least of our worries.</p>
<p>So what is the answer?  Most pundits have suggested that the mobile networks will solve the synchronization issue using one of two options;</p>
<p>1.  Networks that have GPS already (such as CDMA based networks) will continue to use it despite it&#8217;s disaster recovery limitations and will enjoy a head start on their non-GPS enabled competitors.</p>
<p>2.  Sync-E and 1588v2 will be used simultaneously in non-GPS networks.  1588 will be implemented in the core and distribution layers where there is already a tremendous amount of investment in Ethernet that isn&#8217;t Sync-E capable.  And Sync-E at the access-to-tower portion of the network.</p>
<p>Considering that GPS is considered anathema in Europe (no one want&#8217;s to have their networks rely on US based satellites) I believe we will see almost exclusively option #2 in Europe.</p>
<p>Are you in this business?  Have you been working on this issue?  Let us know your experiences by commenting below!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmccanntelecom.com%2Fwhere-is-the-mobile-broadband"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmccanntelecom.com%2Fwhere-is-the-mobile-broadband&amp;source=mccanntelecom&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmccanntelecom.com%2Fwhere-is-the-mobile-broadband&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=-HFEkH9oAF8:Ym8Soqwto0Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=-HFEkH9oAF8:Ym8Soqwto0Q:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=-HFEkH9oAF8:Ym8Soqwto0Q:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=-HFEkH9oAF8:Ym8Soqwto0Q:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=-HFEkH9oAF8:Ym8Soqwto0Q:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=-HFEkH9oAF8:Ym8Soqwto0Q:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=-HFEkH9oAF8:Ym8Soqwto0Q:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=-HFEkH9oAF8:Ym8Soqwto0Q:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=-HFEkH9oAF8:Ym8Soqwto0Q:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=-HFEkH9oAF8:Ym8Soqwto0Q:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=-HFEkH9oAF8:Ym8Soqwto0Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=-HFEkH9oAF8:Ym8Soqwto0Q:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=-HFEkH9oAF8:Ym8Soqwto0Q:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EuropeanTelecomBlog/~4/-HFEkH9oAF8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mccanntelecom.com/where-is-the-mobile-broadband/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mccanntelecom.com/where-is-the-mobile-broadband</feedburner:origLink></item>
		<item>
		<title>Blackberry and the Middle East</title>
		<link>http://feedproxy.google.com/~r/EuropeanTelecomBlog/~3/Pp8P-EOdKVc/blackberry-and-the-middle-east</link>
		<comments>http://mccanntelecom.com/blackberry-and-the-middle-east#comments</comments>
		<pubDate>Wed, 04 Aug 2010 15:39:16 +0000</pubDate>
		<dc:creator>John McCann</dc:creator>
				<category><![CDATA[Middle East]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Policy]]></category>
		<category><![CDATA[Regulatory]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Voice]]></category>

		<guid isPermaLink="false">http://mccanntelecom.com/?p=720</guid>
		<description><![CDATA[
No doubt you have heard/read the recent headlines concerning the threats from governments in the Middle East to block Blackberry service.  These threats stem from the use of encryption to ensure secure transfer of data between the handheld device and the networks it connects to.  Certain governments of the Arabian Peninsula, including the Emirates, are [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://mccanntelecom.com/blackberry-and-the-middle-east" title="Permanent link to Blackberry and the Middle East"><img class="post_image alignleft" src="http://mccanntelecom.com/wp-content/uploads/2010/08/blackberry-emirates.jpg" width="400" height="284" alt="Post image for Blackberry and the Middle East" /></a>
</p><p>No doubt you have heard/read the recent headlines concerning the threats from governments in the Middle East to block Blackberry service.  These threats stem from the use of encryption to ensure secure transfer of data between the handheld device and the networks it connects to.  Certain governments of the Arabian Peninsula, including the Emirates, are claiming that RIM&#8217;s implementation of encryption on the device poses a security risk. <span id="more-720"></span> Here are some of the headlines so you can get a good idea about what the mainstream media are saying about this:</p>
<ul>
<li><a title="Blackberry Service Suspension in UAE" href="http://online.wsj.com/article/SB10001424052748704017904575409093226146722.html?mod=googlenews_wsj" target="_blank">On The Wall Street Journal</a></li>
<li><a title="US taps Blackberry Messaging already" href="http://www.reuters.com/article/idUSTRE67246V20100803" target="_blank">US Authorities able to tap Blackberry Messaging</a></li>
<li><a title="TRA Decision is Final" href="http://gulfnews.com/business/telecoms/tra-decision-to-suspend-blackberry-services-from-october-11-is-final-official-1.663303" target="_blank">Gulf News Piece on the Story</a></li>
<li><a title="Daily Express on Blackberry Service Ban in the Emirates" href="http://www.dailyexpress.co.uk/posts/view/190634/UAE-to-block-BlackBerry-features/" target="_blank">Express.co.UK from a political angle</a></li>
</ul>
<p>I hope you have taken a good look at all of those articles because they all report the same story from a different perspective.  That story is, in a nutshell:</p>
<blockquote><p>Blackberry Services are encrypted and the traffic is routed, for the most part, directly to RIM servers in Canada.  This technology could be exploited by terrorists that cannot be monitored by local authorities.  The governments of the Arabian Peninsula want the ability to monitor the traffic between the blackberry handhelds and the RIM servers and expect RIM to provide them with decryption keys similar to the keys already provided to other governments including the US and UK.</p></blockquote>
<p>That story also completely misses the point&#8230;&#8230;Let&#8217;s take a look at the real issues&#8230;.</p>
<p>First of all, the governements of the US/UK (and others who have the ability to monitor the Blackberry traffic) have very strict rules under which they are allowed to monitor.  In keeping with normal due-process, any law enforcement organization who wants to monitor a <strong><em>suspects </em></strong>traffic is only able to do so after obtaining a Court Order.  This is an important distinction as the regulatory commissions of the Emirates, Saudi Arabia, etc. are asking for the ability to decrypt traffic and monitor at will with no provisions for due-process.</p>
<p>I can understand RIM&#8217;s reluctance to give in to these demands.</p>
<p>Aside from that the real issue here isn&#8217;t security, it&#8217;s money (as usual).</p>
<p>The Telecommunications companies in that part of the world have been wrestling with the spectre of VoIP for quite awhile.  To be more specific, the threat to their bottom line posed by Skype style VoIP.  According to people I know in the Emirates some of these Carriers are claiming that 10-15% of their revenue is being &#8220;stolen&#8221; because of Skype telephony.</p>
<p>Contrary to what us technologists think, per-minute telephony charges are still a lucrative business for Carriers.</p>
<p>The Carriers&#8217; response has been to block certain types of traffic and certain domains that enable the service to work.  By identifying the traffic at the point of entry into the network, certain network-elements can then block or drop the traffic before it can be transmitted.  This of course is completely dependent on the offending traffic being identified.  What if the offending traffic were encrypted&#8230;..</p>
<p>Which brings us to the real issue.  Carriers want to protect their voice minute revenue streams in the face of their customers&#8217; tendency of making dirt-cheap and sometimes <em>free</em> phone calls.</p>
<p>To be fair, I&#8217;m sure the security argument is somewhat valid but in the end it&#8217;s all about money.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmccanntelecom.com%2Fblackberry-and-the-middle-east"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmccanntelecom.com%2Fblackberry-and-the-middle-east&amp;source=mccanntelecom&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmccanntelecom.com%2Fblackberry-and-the-middle-east&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=Pp8P-EOdKVc:lBye-9c4xIg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=Pp8P-EOdKVc:lBye-9c4xIg:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=Pp8P-EOdKVc:lBye-9c4xIg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=Pp8P-EOdKVc:lBye-9c4xIg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=Pp8P-EOdKVc:lBye-9c4xIg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=Pp8P-EOdKVc:lBye-9c4xIg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=Pp8P-EOdKVc:lBye-9c4xIg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=Pp8P-EOdKVc:lBye-9c4xIg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=Pp8P-EOdKVc:lBye-9c4xIg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=Pp8P-EOdKVc:lBye-9c4xIg:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=Pp8P-EOdKVc:lBye-9c4xIg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=Pp8P-EOdKVc:lBye-9c4xIg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=Pp8P-EOdKVc:lBye-9c4xIg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EuropeanTelecomBlog/~4/Pp8P-EOdKVc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mccanntelecom.com/blackberry-and-the-middle-east/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mccanntelecom.com/blackberry-and-the-middle-east</feedburner:origLink></item>
		<item>
		<title>Exemplar Network Launched in Ireland</title>
		<link>http://feedproxy.google.com/~r/EuropeanTelecomBlog/~3/DFnegnJOyTU/exemplar_network_launched_in_ireland</link>
		<comments>http://mccanntelecom.com/exemplar_network_launched_in_ireland#comments</comments>
		<pubDate>Mon, 19 Jul 2010 10:00:42 +0000</pubDate>
		<dc:creator>John McCann</dc:creator>
				<category><![CDATA[Broadband]]></category>
		<category><![CDATA[European Market]]></category>
		<category><![CDATA[Fixed Network]]></category>
		<category><![CDATA[Metro Networking]]></category>
		<category><![CDATA[Network Equipment Vendor]]></category>
		<category><![CDATA[Carrier Investment]]></category>
		<category><![CDATA[OBS]]></category>

		<guid isPermaLink="false">http://mccanntelecom.com/exemplar_network_launched_in_ireland</guid>
		<description><![CDATA[
Ireland telecommunications is in the spotlight due to the launch of the Exemplar Network.  The launch is currently limited to a testbed in the Dublin area but is planned for a phased nationwide roll-out by 2013.
The Irish government has invested €5 million in the development of the network and expects to invest another €5 million [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://mccanntelecom.com/exemplar_network_launched_in_ireland" title="Permanent link to Exemplar Network Launched in Ireland"><img class="post_image alignright" src="http://mccanntelecom.com/wp-content/uploads/2010/07/irish_clover_network.jpg" width="300" height="225" alt="Post image for Exemplar Network Launched in Ireland" /></a>
</p><p>Ireland telecommunications is in the spotlight due to the launch of the <a href="http://www.dcenr.gov.ie/Press+Releases/The+Irish+Government+launches+Exemplar+Network.htm" target="_blank">Exemplar Network</a>.  The launch is currently limited to a testbed in the Dublin area but is planned for a phased nationwide roll-out by 2013.</p>
<p>The <a href="http://www.dcenr.gov.ie/" target="_blank">Irish government</a> has invested €5 million in the development of the network and expects to invest another €5 million before the network is done.  This is on top of the large but undisclosed sum given to <a href="http://www.intunenetworks.com" target="_blank">InTune Networks</a>, a network vendor whose technology is showcased in the Exemplar Network.</p>
<p><a href="http://www.intunenetworks.com" target="_blank">InTune</a> is developing ultra-fast broadband communications technologies that are to be showcased in the Exemplar Network.  The technology is rumored to be a new type of WDM laser coupled with Ethernet switching and OTN to offer transport and switching in the same unit.  The product, the iVX8000, is positioned to solve the Metro-Network bandwidth bottlenecks and offer a dynamic provisioning mechanism to respond to ever-changing metropolitan demands.</p>
<p>It seems as though we&#8217;ve heard this story before.  The telecom vendor sector is littered with carcasses of companies who have tried to approach the WDM/Ethernet layers with a new technology.  The most recent one being Matisse Networks of California whose implementation of Optical Burst Switching promised but never really delivered.</p>
<p>Let&#8217;s hope the luck of the Irish is on InTune&#8217;s Side.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmccanntelecom.com%2Fexemplar_network_launched_in_ireland"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmccanntelecom.com%2Fexemplar_network_launched_in_ireland&amp;source=mccanntelecom&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmccanntelecom.com%2Fexemplar_network_launched_in_ireland&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=DFnegnJOyTU:5ssG4Qq_h5Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=DFnegnJOyTU:5ssG4Qq_h5Q:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=DFnegnJOyTU:5ssG4Qq_h5Q:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=DFnegnJOyTU:5ssG4Qq_h5Q:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=DFnegnJOyTU:5ssG4Qq_h5Q:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=DFnegnJOyTU:5ssG4Qq_h5Q:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=DFnegnJOyTU:5ssG4Qq_h5Q:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=DFnegnJOyTU:5ssG4Qq_h5Q:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=DFnegnJOyTU:5ssG4Qq_h5Q:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=DFnegnJOyTU:5ssG4Qq_h5Q:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=DFnegnJOyTU:5ssG4Qq_h5Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=DFnegnJOyTU:5ssG4Qq_h5Q:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=DFnegnJOyTU:5ssG4Qq_h5Q:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EuropeanTelecomBlog/~4/DFnegnJOyTU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mccanntelecom.com/exemplar_network_launched_in_ireland/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mccanntelecom.com/exemplar_network_launched_in_ireland</feedburner:origLink></item>
		<item>
		<title>LTE World Summit, Amsterdam</title>
		<link>http://feedproxy.google.com/~r/EuropeanTelecomBlog/~3/TszpaPHbuUU/lte-world-summit-amsterdam</link>
		<comments>http://mccanntelecom.com/lte-world-summit-amsterdam#comments</comments>
		<pubDate>Wed, 30 Jun 2010 08:56:17 +0000</pubDate>
		<dc:creator>John McCann</dc:creator>
				<category><![CDATA[European Market]]></category>
		<category><![CDATA[Future]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mobile Backhauling]]></category>
		<category><![CDATA[Mobile Infrastructure]]></category>
		<category><![CDATA[Network Equipment Vendor]]></category>
		<category><![CDATA[Backhauling]]></category>
		<category><![CDATA[Broadband]]></category>
		<category><![CDATA[LTE]]></category>

		<guid isPermaLink="false">http://mccanntelecom.com/?p=699</guid>
		<description><![CDATA[
I recently went to the LTE World Summit in Amsterdam.  The show was quite a bit smaller than I would have expected for an industry under pressure to transform itself.  There were a number of very good speakers and panels that more than made up for the apparent lack of industry participation.  Overall the show [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://mccanntelecom.com/lte-world-summit-amsterdam" title="Permanent link to LTE World Summit, Amsterdam"><img class="post_image alignleft" src="http://mccanntelecom.com/wp-content/uploads/2010/06/LTE.jpg" width="352" height="243" alt="Post image for LTE World Summit, Amsterdam" /></a>
</p><p>I recently went to the <a title="LTE World Summit" href="http://ws.lteconference.com/" target="_blank">LTE World Summit in Amsterdam</a>.  The show was quite a bit smaller than I would have expected for an industry under pressure to transform itself.  There were a number of very good speakers and panels that more than made up for the apparent lack of industry participation.  Overall the show was sufficient but it left me with the impression that the LTE/Mobile industry in Europe needs leadership, badly.</p>
<p>Currently mobile networks in Europe are at an impasse on which technologies to implement to cope with the current and (non)expected broadband data usage on their networks.  Their US and Asian counterparts have already started to implement infrastructure that can cover not only todays 100Mbit/second demands at the base station but can cover a 10x increase in case of another data explosion.</p>
<p>The LTE show should have been a place where the Vendors could show leadership in the infrastructure game by demonstrating the solutions that can solve the impending (existing!) bandwidth issues.  Instead all of the major vendors showed the same presentations and same concepts as last year.  One Vendor I didn&#8217;t see anything from was <a title="Nokia Siemens Networks" href="http://nsn.com" target="_blank">NSN</a> (Nokia Siemens Networks), though as they were hidden in a separate set of &#8220;invitation-only&#8221; showrooms.  Maybe they have a real solution but want to keep it secret&#8230;</p>
<p>A number of Carriers also presented their <a title="Long Term Evolution" href="http://en.wikipedia.org/wiki/3GPP_Long_Term_Evolution" target="_blank">LTE</a> plans and this too was disappointing.  One major global carrier stated &#8220;We are LTE ready!&#8221; and proceeded to explain their claim.  They setup a small network, configured the proper technologies for various classes of voice/video/data services and simultaneously served 5 (that&#8217;s right &#8220;five&#8221;) customers.  According to this global carrier that services millions of customers globally at any given second, they can claim &#8220;LTE readiness&#8221; by successfully completing a trial of &#8220;5&#8243; customers.</p>
<p>The only carriers I saw that could provide concrete evidence of being on the LTE path were US based.  I believe this is because of (or a lagging indicator of) the &#8220;iPhone effect&#8221; where Apple forced mobile carriers, kicking and screaming, into the 21st century.</p>
<p>Perhaps I&#8217;m being a little too hard on the Vendors and Carriers.  I would also place quite a bit of the challenges we face at the feet of the standards bodies that drive the LTE concept.  Standards are being developed and the LTE people are continually modifying how they make use of the standards in order to accommodate their charter.  You could almost say they&#8217;re &#8220;evolving&#8221; which, of course, is the &#8220;E&#8221; in <a title="Long Term Evolution" href="http://en.wikipedia.org/wiki/3GPP_Long_Term_Evolution" target="_blank">LTE</a>.</p>
<p>While there I took part in a panel that tried to provoke a discussion about the current state of mobile backhaul.  The title of the panel was &#8220;Mobile backhaul, is it fixed?&#8221;, literally meaning &#8220;<em>do we have a standard solution for mobile backhaul?&#8221;. </em>The direct answer is of course, no.  Mobile backhaul is a mess, especially in Europe where synchronization is a major issue with technological and political hurdles.  That topic, however, is meat for another blog post.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmccanntelecom.com%2Flte-world-summit-amsterdam"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmccanntelecom.com%2Flte-world-summit-amsterdam&amp;source=mccanntelecom&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmccanntelecom.com%2Flte-world-summit-amsterdam&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=TszpaPHbuUU:YRr1jt1IaTk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=TszpaPHbuUU:YRr1jt1IaTk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=TszpaPHbuUU:YRr1jt1IaTk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=TszpaPHbuUU:YRr1jt1IaTk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=TszpaPHbuUU:YRr1jt1IaTk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=TszpaPHbuUU:YRr1jt1IaTk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=TszpaPHbuUU:YRr1jt1IaTk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=TszpaPHbuUU:YRr1jt1IaTk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=TszpaPHbuUU:YRr1jt1IaTk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=TszpaPHbuUU:YRr1jt1IaTk:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=TszpaPHbuUU:YRr1jt1IaTk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=TszpaPHbuUU:YRr1jt1IaTk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=TszpaPHbuUU:YRr1jt1IaTk:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EuropeanTelecomBlog/~4/TszpaPHbuUU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mccanntelecom.com/lte-world-summit-amsterdam/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mccanntelecom.com/lte-world-summit-amsterdam</feedburner:origLink></item>
		<item>
		<title>Doing Business in Europe</title>
		<link>http://feedproxy.google.com/~r/EuropeanTelecomBlog/~3/uuKQMRYJPME/doing-business-in-europe</link>
		<comments>http://mccanntelecom.com/doing-business-in-europe#comments</comments>
		<pubDate>Tue, 15 Jun 2010 16:42:31 +0000</pubDate>
		<dc:creator>John McCann</dc:creator>
				<category><![CDATA[European Market]]></category>
		<category><![CDATA[Success in Europe]]></category>
		<category><![CDATA[White Paper]]></category>

		<guid isPermaLink="false">http://mccanntelecom.com/?p=692</guid>
		<description><![CDATA[
At the European Telecommunications Blog we focus on explaining the technologies, cultures and business traits that affect doing business in the Telecommunications sector in Europe.  We have several people in the trenches in the largest markets who daily engage Carriers, Systems Integrators and Vendors to understand the pulse of the European Telecomms sector.
Every so often [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://mccanntelecom.com/doing-business-in-europe" title="Permanent link to Doing Business in Europe"><img class="post_image alignright" src="http://mccanntelecom.com/wp-content/uploads/2010/06/white-paper.png" width="243" height="300" alt="Post image for Doing Business in Europe" /></a>
</p><p>At the <a title="European Telecom Blog" href="http://mccanntelecom.com" target="_blank">European Telecommunications Blog</a> we focus on explaining the technologies, cultures and business traits that affect doing business in the Telecommunications sector in Europe.  We have several people in the trenches in the largest markets who daily engage Carriers, Systems Integrators and Vendors to understand the pulse of the European Telecomms sector.</p>
<p>Every so often we put together a white paper that summarizes our findings and I am pleased to announce that we have just completed one.  Our latest white paper discusses &#8220;Bridging the Knowledge Gap&#8221; of doing business in Europe and is part 2 of our series on how to expand into the European Marketplace.  <a title="Register for the White Paper" href="http://protegeltd.net/white-paper-sign-up" target="_blank">Here is a link</a> to register and receive download instructions for the white paper.</p>
<p>The main point of this latest paper is to explore factors that all companies must adhere to if they wish to thrive in Europe.  The markets on this side of the Atlantic Ocean do business a bit differently.  North American and Asian companies who wish to enter these markets need to understand that their approach they&#8217;ve used so far might not be the best way to find success.  Here is a snippet of the white paper as a teaser:</p>
<blockquote><p>In order to come to market successfully in Europe the manufacturer or service provider must be mindful of the way business is conducted in Europe. To do this, the first topic we will cover is a commonly overlooked business characteristic. Understanding how relationships play a major role in day to day business dealings through Europe.</p>
<p>The second topic is assessing a product or service through the eyes of your intended customer prior to launch. This is a totally acceptable and recommended business practice. Not only does it provide critical acceptance criteria, it will also supply valuable competitive information not typically available prior to head to head competition.</p>
<p>The third topic has been difficult to adapt to.  Most companies who expand to Europe prefer to go it alone without partnerships and in some cases this direct approach is successful, however the majority of companies need relationships with VARs and large vendors to establish their value and brand. European telecommunications carriers and large network providers procured much of their equipment through these channels opposed to their counterparts in North America.</p></blockquote>
<p>I hope that this nugget of information helps you and if you feel like it then please pass it along.  As always we welcome any and all feedback, please comment below!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmccanntelecom.com%2Fdoing-business-in-europe"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmccanntelecom.com%2Fdoing-business-in-europe&amp;source=mccanntelecom&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmccanntelecom.com%2Fdoing-business-in-europe&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=uuKQMRYJPME:WjXyCfL5Z1k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=uuKQMRYJPME:WjXyCfL5Z1k:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=uuKQMRYJPME:WjXyCfL5Z1k:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=uuKQMRYJPME:WjXyCfL5Z1k:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=uuKQMRYJPME:WjXyCfL5Z1k:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=uuKQMRYJPME:WjXyCfL5Z1k:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=uuKQMRYJPME:WjXyCfL5Z1k:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=uuKQMRYJPME:WjXyCfL5Z1k:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=uuKQMRYJPME:WjXyCfL5Z1k:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=uuKQMRYJPME:WjXyCfL5Z1k:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=uuKQMRYJPME:WjXyCfL5Z1k:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=uuKQMRYJPME:WjXyCfL5Z1k:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=uuKQMRYJPME:WjXyCfL5Z1k:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EuropeanTelecomBlog/~4/uuKQMRYJPME" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mccanntelecom.com/doing-business-in-europe/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mccanntelecom.com/doing-business-in-europe</feedburner:origLink></item>
		<item>
		<title>One charge, many Internet Connections</title>
		<link>http://feedproxy.google.com/~r/EuropeanTelecomBlog/~3/pJE4_1LbZBo/one-charge-many-internet-connections</link>
		<comments>http://mccanntelecom.com/one-charge-many-internet-connections#comments</comments>
		<pubDate>Mon, 07 Jun 2010 14:40:12 +0000</pubDate>
		<dc:creator>John McCann</dc:creator>
				<category><![CDATA[Fixed Network]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Broadband]]></category>
		<category><![CDATA[Convergence]]></category>
		<category><![CDATA[Service]]></category>

		<guid isPermaLink="false">http://mccanntelecom.com/?p=682</guid>
		<description><![CDATA[
I&#8217;m an Internet Junkie….there I finally admitted it.
What I really mean is that I&#8217;m constantly connected.  Through my laptop at home, my mobile phone or even my new iPad, I&#8217;m constantly connected. The amount I&#8217;m connected is probably an order of magnitude higher than the average person as I work in the Internet industry.  Each [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://mccanntelecom.com/one-charge-many-internet-connections" title="Permanent link to One charge, many Internet Connections"><img class="post_image alignleft" src="http://mccanntelecom.com/wp-content/uploads/2010/06/Internet-Devices.jpg" width="300" height="210" alt="Post image for One charge, many Internet Connections" /></a>
</p><p>I&#8217;m an Internet Junkie….there I finally admitted it.</p>
<p>What I really mean is that I&#8217;m constantly connected.  Through my laptop at home, my mobile phone or even my new <a title="Ipad from Apple" href="http://mccanntelecom.com/ipad-international-release" target="_blank">iPad</a>, I&#8217;m constantly connected. The amount I&#8217;m connected is probably an order of magnitude higher than the average person as I work in the Internet industry.  Each one of the devices I connect with basically does the same thing; Emails, web browsing, Intranet access and even VoIP calls.  The only difference is the context in which I use them.</p>
<p>At home I have a full communications package with phone, fax and Internet connectivity from <a title="Deutsche Telekom" href="http://www.telekom.com" target="_blank">Deutsche Telekom</a>.  They are a very good provider, very few (if any) outages and the speed is always first rate.  I have <a title="T-Mobile Deutschland" href="http://www.t-mobile.de" target="_blank">T-Mobile</a> for my mobile phone and the service there is also top notch.  The mobile data speeds are better than I expect, most of the time, and the network coverage is excellent.  Recently I procured an iPad and the experience there mirrors the experience of my mobile phone.</p>
<p>With all that said, you would think that I have nothing to complain about.  On the contrary, I have an issue with the contract.  More specifically, I have an issue with paying more than once for the same service!</p>
<p>All of these various devices are a demarcation point for access to the Internet.  In the case of Deutsche Telekom, all IP traffic goes over the same network, regardless of where it&#8217;s originated.  This means <strong>all</strong> DSL, Ethernet, Business Services and Mobile IP traffic is serviced by the same routers, switches and access gear.  Once a packet…always a packet….</p>
<p>This is the same with just about every market and carrier across the planet.  The recent drive to consolidate various services onto an IP infrastructure has yielded all IP networks in nearly every Carrier on the globe.  These all IP networks  carry all types of service, Voice, Data, Internet, Intranet.  Furthermore most of these carriers have plans to streamline their business process to integrate all of their various business units into a single entity (if they haven&#8217;t done it already)</p>
<p>With this in mind I&#8217;d like to know why a company like Deutsche Telekom cannot offer me a flat rate IP service that covers all of my IP devices?  I&#8217;d like to see DT charge me a single rate for IP service regardless of the amount of devices I use to access the network……let&#8217;s just add this to the long list of wishes <img src='http://mccanntelecom.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmccanntelecom.com%2Fone-charge-many-internet-connections"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmccanntelecom.com%2Fone-charge-many-internet-connections&amp;source=mccanntelecom&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmccanntelecom.com%2Fone-charge-many-internet-connections&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=pJE4_1LbZBo:QOmeF8O7cv4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=pJE4_1LbZBo:QOmeF8O7cv4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=pJE4_1LbZBo:QOmeF8O7cv4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=pJE4_1LbZBo:QOmeF8O7cv4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=pJE4_1LbZBo:QOmeF8O7cv4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=pJE4_1LbZBo:QOmeF8O7cv4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=pJE4_1LbZBo:QOmeF8O7cv4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=pJE4_1LbZBo:QOmeF8O7cv4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=pJE4_1LbZBo:QOmeF8O7cv4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=pJE4_1LbZBo:QOmeF8O7cv4:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=pJE4_1LbZBo:QOmeF8O7cv4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=pJE4_1LbZBo:QOmeF8O7cv4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=pJE4_1LbZBo:QOmeF8O7cv4:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EuropeanTelecomBlog/~4/pJE4_1LbZBo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mccanntelecom.com/one-charge-many-internet-connections/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://mccanntelecom.com/one-charge-many-internet-connections</feedburner:origLink></item>
		<item>
		<title>iPad International Release</title>
		<link>http://feedproxy.google.com/~r/EuropeanTelecomBlog/~3/o6-Moihegtw/ipad-international-release</link>
		<comments>http://mccanntelecom.com/ipad-international-release#comments</comments>
		<pubDate>Fri, 28 May 2010 07:25:23 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[European Market]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mobile Backhauling]]></category>
		<category><![CDATA[Mobile Infrastructure]]></category>
		<category><![CDATA[Tablet]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Backhauling]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[France]]></category>
		<category><![CDATA[Germany]]></category>
		<category><![CDATA[LTE]]></category>
		<category><![CDATA[Spain]]></category>
		<category><![CDATA[Switzerland]]></category>
		<category><![CDATA[United Kingdom]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://mccanntelecom.com/?p=673</guid>
		<description><![CDATA[
Today, Apple releases the iPad in the international market.  While we have gotten used to mobile apps, emails, calendars, and the occasional web surfing on mobile devices over the 3G network, the iPad promises to place a much larger demand for content.  Average users, not just “power” users will be everywhere able to surf the [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://mccanntelecom.com/ipad-international-release" title="Permanent link to iPad International Release"><img class="post_image alignright" src="http://mccanntelecom.com/wp-content/uploads/2010/05/ipad3g.jpg" width="260" height="190" alt="Post image for iPad International Release" /></a>
</p><p>Today, Apple releases the <a href="http://www.apple.com/pr/library/2010/05/07ipad.html" target="_blank">iPad</a> in the international market.  While we have gotten used to mobile apps, emails, calendars, and the occasional web surfing on mobile devices over the 3G network, the iPad promises to place a much larger demand for content.  Average users, not just “power” users will be everywhere able to surf the web, download content, etc. with more ease than even sitting at home on their computers.  Even with devices such as the iPhone, with it’s limited browsing capabilities due to it’s small screen size, we saw a much larger demand on the 3G networks that is driving the carriers to upgrade their backhaul networks to cope.  Will the iPad have a large impact if it is as successful in the international market as it’s release in the US?  Are the carriers ready to handle this today?</p>
<p>The nine markets released today are:</p>
<ul>
<li>Australia</li>
<li>Canada</li>
<li>France</li>
<li>Germany</li>
<li>Italy</li>
<li>Japan</li>
<li>Spain</li>
<li>Switzerland</li>
<li>UK</li>
</ul>
<p>Do you have an iPad or plan to get one?  Tell us what your experience is and your likely uses for it!  Comment below.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmccanntelecom.com%2Fipad-international-release"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmccanntelecom.com%2Fipad-international-release&amp;source=mccanntelecom&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmccanntelecom.com%2Fipad-international-release&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=o6-Moihegtw:47s0VZQTtu0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=o6-Moihegtw:47s0VZQTtu0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=o6-Moihegtw:47s0VZQTtu0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=o6-Moihegtw:47s0VZQTtu0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=o6-Moihegtw:47s0VZQTtu0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=o6-Moihegtw:47s0VZQTtu0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=o6-Moihegtw:47s0VZQTtu0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=o6-Moihegtw:47s0VZQTtu0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=o6-Moihegtw:47s0VZQTtu0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=o6-Moihegtw:47s0VZQTtu0:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=o6-Moihegtw:47s0VZQTtu0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=o6-Moihegtw:47s0VZQTtu0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=o6-Moihegtw:47s0VZQTtu0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EuropeanTelecomBlog/~4/o6-Moihegtw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mccanntelecom.com/ipad-international-release/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://mccanntelecom.com/ipad-international-release</feedburner:origLink></item>
		<item>
		<title>Competing with Chinese Vendors</title>
		<link>http://feedproxy.google.com/~r/EuropeanTelecomBlog/~3/3NaptAyTWnA/competing-with-chinese-vendors</link>
		<comments>http://mccanntelecom.com/competing-with-chinese-vendors#comments</comments>
		<pubDate>Wed, 31 Mar 2010 16:53:01 +0000</pubDate>
		<dc:creator>John McCann</dc:creator>
				<category><![CDATA[European Market]]></category>
		<category><![CDATA[Network Equipment Vendor]]></category>
		<category><![CDATA[Business Operations]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[Vendor]]></category>

		<guid isPermaLink="false">http://mccanntelecom.com/?p=647</guid>
		<description><![CDATA[
If you&#8217;ve been in the telecommunications market longer than a decade you have witnessed the rise of the Chinese dragon.  Chinese firms have aggressively engaged every marketplace on the planet with a rulebook that is totally alien to incumbent vendors.  Aggressive pricing, support giveaways and a seemingly limitless supply of human capital are tactics used [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://mccanntelecom.com/competing-with-chinese-vendors" title="Permanent link to Competing with Chinese Vendors"><img class="post_image alignleft" src="http://mccanntelecom.com/wp-content/uploads/2010/03/chinese-dragon-green-25-large.jpg" width="187" height="299" alt="Post image for Competing with Chinese Vendors" /></a>
</p><p>If you&#8217;ve been in the telecommunications market longer than a decade you have witnessed the rise of the Chinese dragon.  Chinese firms have aggressively engaged every marketplace on the planet with a rulebook that is totally alien to incumbent vendors.  Aggressive pricing, support giveaways and a seemingly limitless supply of human capital are tactics used in every engagement.  <a href="http://searchtelecom.techtarget.com/news/article/0,289142,sid103_gci1376300,00.html" target="_blank">North America</a> is now the last frontier.</p>
<p>The secret to Chinese success is a very simple idea;  <em>A complex system is made up of cleverly connecting simple components together.  We can use our human capital to connect these discrete components together and build software around them  much less expensively than our western counterparts.  We will pass these cost savings along to our customers and undercut the competition</em>.</p>
<p>This model has been wildly successful at gaining marketshare in Europe.</p>
<p>Customers are in the drivers seat as they can use the threat of Huawei or ZTE to dictate pricing to almost any other vendor.  I have been many sales meetings where a customer put an offer from a chinese vendor on the table and said:</p>
<blockquote><p>&#8220;You&#8217;ve got some really interesting technology here.  Here&#8217;s the pricing from a chinese vendor, if you match it we an discuss this project further.&#8221;</p></blockquote>
<p>So, price is more important than technology differentiators.  That&#8217;s a powerful statement and contrary to how the western vendors have positioned themselves.</p>
<p>This is a headache for the western(American/European) based telecommunications vendors.  Most of them have reacted by slashing prices, discounting aggressively or offering free services to match the financial terms that the Chinese vendors have set.</p>
<p>The 400Kg gorillas of the telecoms vendor world (Cisco, Alcatel, Ericsson) have many ways to counter this threat; Relationships, long contract cycles, deep pockets and of course brand name recognition, but these models aren&#8217;t sustainable in the long run.</p>
<p><em>So how can we change the game to our advantage?</em></p>
<p>As usual, we need to turn our attention to the next-generation technology companies for an answer. Some of these small technology firms have found a way to leverage their expertise to change the rules of the game by vertically integrating technologies into silicon.  This strategy is core to obviate the labor cost burden most western vendors have today while simultaneously adding more technology differentiators for Carriers to exploit.</p>
<blockquote class="right"><p>So, price is more important than technology differentiators.  That&#8217;s a powerful statement&#8230;.</p></blockquote>
<p>As stated above, complex systems are cleverly connected discrete components.  If these components can be integrated into silicon we gain a cost reduction by obviating the need for a bunch of people to &#8220;glue components together&#8221;.  Although the initial R&amp;D cost is high, the follow-on manufacturing cost is significantly reduced.  This can result in a scenario where a company can compete with the chinese on price while maintaining a Wall St. margin expectation.</p>
<p>When components and software are tightly integrated together on silicon, a performance advantage emerges.  Consumers, businesses and Carriers have been clamoring for more bandwidth, cleverer packet handling, more services and lower cost.  Integrated Silicon, whether it&#8217;s in the form of ASICs (Application Specific Integrated Circuits) or FPGAs(Field Programmable Gate Arrays) is the foundation of ensuring network elements have the ability to provide all existing and future services at wirespeed,</p>
<p>There has also been concern regarding the software development practices of Chinese Vendors.  Issues ranging from disregard of software patents to blatant piracy have been reported.  This is only a threat of the software has code that is portable, i.e. can be run on any other machine.  When the hardware is vertically integrated and the software written specifically for this hardware then the threat of software appropriation is significantly reduced.</p>
<p>A number of companies have been very successful at this, even some of the 400Kg gorillas.  Here are a few examples of companies who have integrated silicon at the core of their product strategy:</p>
<ul>
<li><a title="Juniper Networks" href="http://www.juniper.net" target="_blank">Juniper Networks</a> &#8211; Internet Processor Family of ASICs</li>
<li><a title="Alcatel Lucent" href="http://alcatel-lucent.com" target="_blank">Timetra, later Alcatel</a> &#8211; MPLS and Ethernet chips</li>
<li><a title="Infinera" href="http://infinera.com" target="_blank">Infinera </a>- The Photonic Integrated Circuit</li>
<li><a title="Accedian Networks" href="http://accedian.com" target="_blank">Accedian Networks</a> &#8211; integration of testing, measurement and service creation</li>
<li><a title="Cyan Optics" href="http://cyanoptics.com" target="_blank">CyanOptics</a> &#8211; Vertical Integration of Lambda, Ethernet and Transport technologies.</li>
</ul>
<p>Vertical Integration of technologies is the only way forward for Western Technology companies.  If you run a high-tech company in the western hemisphere, leveraging advanced technology expertise to reduce costs, increase performance and protect Intellectual Property is the way to secure your future.</p>
<p>As always, I&#8217;d love to hear your comments, please let me know what your experiences are.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmccanntelecom.com%2Fcompeting-with-chinese-vendors"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmccanntelecom.com%2Fcompeting-with-chinese-vendors&amp;source=mccanntelecom&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmccanntelecom.com%2Fcompeting-with-chinese-vendors&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=3NaptAyTWnA:D11ROfKZXaI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=3NaptAyTWnA:D11ROfKZXaI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=3NaptAyTWnA:D11ROfKZXaI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=3NaptAyTWnA:D11ROfKZXaI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=3NaptAyTWnA:D11ROfKZXaI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=3NaptAyTWnA:D11ROfKZXaI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=3NaptAyTWnA:D11ROfKZXaI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=3NaptAyTWnA:D11ROfKZXaI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=3NaptAyTWnA:D11ROfKZXaI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=3NaptAyTWnA:D11ROfKZXaI:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=3NaptAyTWnA:D11ROfKZXaI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=3NaptAyTWnA:D11ROfKZXaI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=3NaptAyTWnA:D11ROfKZXaI:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EuropeanTelecomBlog/~4/3NaptAyTWnA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mccanntelecom.com/competing-with-chinese-vendors/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://mccanntelecom.com/competing-with-chinese-vendors</feedburner:origLink></item>
		<item>
		<title>Ericsson 2020, Shaping Ideas</title>
		<link>http://feedproxy.google.com/~r/EuropeanTelecomBlog/~3/_H_NfYwqEik/ericsson-2020-shaping-ideas</link>
		<comments>http://mccanntelecom.com/ericsson-2020-shaping-ideas#comments</comments>
		<pubDate>Wed, 24 Mar 2010 10:47:45 +0000</pubDate>
		<dc:creator>John McCann</dc:creator>
				<category><![CDATA[Future]]></category>
		<category><![CDATA[Network Equipment Vendor]]></category>
		<category><![CDATA[Ericsson]]></category>
		<category><![CDATA[lifestyle]]></category>

		<guid isPermaLink="false">http://mccanntelecom.com/?p=630</guid>
		<description><![CDATA[
Telecommunications company Ericsson has initiated a dialog about the future, specifically about how we will communicate 10 years from now.  The name of the campaign is 2020, Shaping Ideas.  Most would take a cursory look at consider it just a marketing campaign and they would be doing themselves a disservice by not investigating further.
Above all [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://mccanntelecom.com/ericsson-2020-shaping-ideas" title="Permanent link to Ericsson 2020, Shaping Ideas"><img class="post_image alignright" src="http://mccanntelecom.com/wp-content/uploads/2010/03/2020_rgb-h100.jpg" width="300" height="97" alt="Post image for Ericsson 2020, Shaping Ideas" /></a>
</p><p>Telecommunications company <a title="Ericsson" href="http://www.ericsson.com" target="_blank">Ericsson</a> has initiated a dialog about the future, specifically about how we will communicate 10 years from now.  The name of the campaign is <a title="Ericsson 2020 Shaping Ideas" href="http://www.ericsson.com/campaign/20about2020/index.html" target="_blank">2020, Shaping Ideas</a>.  Most would take a cursory look at consider it just a marketing campaign<em> </em>and they would be doing themselves a disservice by not investigating further.<span id="more-630"></span></p>
<p><a href="http://mccanntelecom.com/wp-content/uploads/2010/03/ERI_FH_rgb-h100.png"><img class="alignleft size-full wp-image-640" title="ERI_FH_rgb-h100" src="http://mccanntelecom.com/wp-content/uploads/2010/03/ERI_FH_rgb-h100.png" alt="" width="81" height="100" /></a>Above all else this campaign is a platform for discussion to shape the future of communications.  Thought-Leaders, visionaries and experts from all walks of life have been asked a few questions about how communications will shape the future; To quote directly from the campaign&#8217;s website:</p>
<blockquote><p><em> </em></p>
<p><em> </em></p>
<p><em> </em><em>What will life be like in 2020? What will consumers, enterprises and society want from communications in 2020? How will the world evolve? What habits and needs will people have? What kinds of technologies will they use to make life easier?</em></p></blockquote>
<p>These interviews have been distilled into small videos that are available to see on the <a title="Ericsson 2020 Shaping Ideas" href="http://www.ericsson.com/campaign/20about2020/index.html" target="_blank">2020 Shaping Ideas</a> site.  The topics discussed range from eliminating poverty to the dramatic rise of women in the workforce, to the next generation and how communications technology will shape those trends.  According to the site there will be a new video every week.  A List of the videos so far:</p>
<ul>
<li>Jeffrey Sachs &#8211; <a title="Jeffrey Sachs" href=" http://www.ericsson.com/campaign/20about2020/index.html#video-2" target="_blank">Fighting Poverty with Connectivity</a></li>
<li>Ian Pearson &#8211; <a title="Ian Pearson" href=" http://www.ericsson.com/campaign/20about2020/index.html#video-5" target="_blank">Twenty-Four/Seven Connected</a></li>
<li>Carlota Perez &#8211; <a title="Carlota Perez" href=" http://www.ericsson.com/campaign/20about2020/index.html#video-8" target="_blank">Golden Age or Another Crisis?</a></li>
<li>Johan Bergendahl &#8211; <a title="Johan Bergendahl" href=" http://www.ericsson.com/campaign/20about2020/index.html#video-10" target="_blank">New Demands on the Telecom Industry</a></li>
<li>Don Tapscott &#8211; <a title="Don Tapscott" href=" http://www.ericsson.com/campaign/20about2020/index.html#video-11" target="_blank">Growing Up Digital</a></li>
<li>Adrian Bowyer &#8211; <a title="Adrian Bowyer" href=" http://www.ericsson.com/campaign/20about2020/index.html#video-13" target="_blank">Download, Adjust, Print!</a></li>
<li>Anne Lise Kjaer &#8211; <a title="Anne Lise Kjaer" href=" http://www.ericsson.com/campaign/20about2020/index.html#video-18" target="_blank">Ethical Business and Female Power</a></li>
<li>Hans Rosling &#8211; <a title="Hans Rosling" href=" http://www.ericsson.com/campaign/20about2020/index.html#video-20" target="_blank">On Our Way to a Stable World</a></li>
</ul>
<p>I hope as the site evolves we will be able to see longer and unedited interviews as well as a place for those of us who are interested to participate in the discussion.  A moderated way of allowing public dialog between those if us interested and the people featured in the interviews could add another dimension to this endeavour.</p>
<p>When going through the site I was struck by the notion that Ericsson has designed this platform to have a life of its own.  This is a considerable risk as some opinions can (and probably will be) contrary to Ericsson&#8217;s vision of the future.  Obviously Ericsson has gone into this endeavour with their eyes wide open and are aware of the inherent risks.</p>
<p>The real question now is; Will Ericsson use these discussions to shape their own activity in this market?
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmccanntelecom.com%2Fericsson-2020-shaping-ideas"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmccanntelecom.com%2Fericsson-2020-shaping-ideas&amp;source=mccanntelecom&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmccanntelecom.com%2Fericsson-2020-shaping-ideas&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=_H_NfYwqEik:MesnyxHfHwo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=_H_NfYwqEik:MesnyxHfHwo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=_H_NfYwqEik:MesnyxHfHwo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=_H_NfYwqEik:MesnyxHfHwo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=_H_NfYwqEik:MesnyxHfHwo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=_H_NfYwqEik:MesnyxHfHwo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=_H_NfYwqEik:MesnyxHfHwo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=_H_NfYwqEik:MesnyxHfHwo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=_H_NfYwqEik:MesnyxHfHwo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=_H_NfYwqEik:MesnyxHfHwo:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=_H_NfYwqEik:MesnyxHfHwo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=_H_NfYwqEik:MesnyxHfHwo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=_H_NfYwqEik:MesnyxHfHwo:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EuropeanTelecomBlog/~4/_H_NfYwqEik" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mccanntelecom.com/ericsson-2020-shaping-ideas/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://mccanntelecom.com/ericsson-2020-shaping-ideas</feedburner:origLink></item>
		<item>
		<title>New Look and Feel</title>
		<link>http://feedproxy.google.com/~r/EuropeanTelecomBlog/~3/aQ7oSEHUQfM/new-look-and-feel</link>
		<comments>http://mccanntelecom.com/new-look-and-feel#comments</comments>
		<pubDate>Wed, 24 Mar 2010 00:52:48 +0000</pubDate>
		<dc:creator>John McCann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mccanntelecom.com/?p=622</guid>
		<description><![CDATA[
To take advantage of new technologies we have re-done the look and feel of this blog.  The main driver behind this was to improve the usability as well as bring it in-line with the overall Protege corporate identity (the company that makes this blog possible).
The bulk of the work was done while most of the [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://mccanntelecom.com/new-look-and-feel" title="Permanent link to New Look and Feel"><img class="post_image alignleft" src="http://mccanntelecom.com/wp-content/uploads/2010/03/underconstruction.jpg" width="300" height="246" alt="Post image for New Look and Feel" /></a>
</p><p>To take advantage of new technologies we have re-done the look and feel of this blog.  The main driver behind this was to improve the usability as well as bring it in-line with the overall <a title="Protege Ltd" href="http://protegeltd.net">Protege </a>corporate identity (the company that makes this blog possible).</p>
<p>The bulk of the work was done while most of the readers were <em>not</em> looking at the site.  However, since people from all over the world read this site a few might have seen some strange pages,  graphics or other anomalies.  We apologize for this.</p>
<p>Not all of the work has been completed yet.  There are a few tweaks that have yet to be implemented, which are cosmetic and won&#8217;t affect overall site performance.</p>
<p>Thanks for your patience and as usual, please comment below or use our <a title="Contact Us" href="http://mccanntelecom.com/contact-us">contact form</a> to let us know how we are doing or what we could be doing better.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmccanntelecom.com%2Fnew-look-and-feel"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmccanntelecom.com%2Fnew-look-and-feel&amp;source=mccanntelecom&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmccanntelecom.com%2Fnew-look-and-feel&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=aQ7oSEHUQfM:Lis7-bZzGEw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=aQ7oSEHUQfM:Lis7-bZzGEw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=aQ7oSEHUQfM:Lis7-bZzGEw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=aQ7oSEHUQfM:Lis7-bZzGEw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=aQ7oSEHUQfM:Lis7-bZzGEw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=aQ7oSEHUQfM:Lis7-bZzGEw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=aQ7oSEHUQfM:Lis7-bZzGEw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=aQ7oSEHUQfM:Lis7-bZzGEw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=aQ7oSEHUQfM:Lis7-bZzGEw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=aQ7oSEHUQfM:Lis7-bZzGEw:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=aQ7oSEHUQfM:Lis7-bZzGEw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?i=aQ7oSEHUQfM:Lis7-bZzGEw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?a=aQ7oSEHUQfM:Lis7-bZzGEw:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/EuropeanTelecomBlog?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EuropeanTelecomBlog/~4/aQ7oSEHUQfM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mccanntelecom.com/new-look-and-feel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mccanntelecom.com/new-look-and-feel</feedburner:origLink></item>
	</channel>
</rss>
