<?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/"
	>

<channel>
	<title>google Archives - ICT News</title>
	<atom:link href="https://www.ict-news.org/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ict-news.org</link>
	<description>Information &#38; Communication technology world news</description>
	<lastBuildDate>Thu, 20 Apr 2017 08:53:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.3</generator>

<image>
	<url>https://www.ict-news.org/wp-content/uploads/2018/03/ICT-icon-3.png</url>
	<title>google Archives - ICT News</title>
	<link>https://www.ict-news.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Microsoft tools coalesce for serverless computing</title>
		<link>https://www.ict-news.org/microsoft-tools-coalesce-serverless-computing/</link>
					<comments>https://www.ict-news.org/microsoft-tools-coalesce-serverless-computing/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Thu, 20 Apr 2017 08:53:04 +0000</pubDate>
				<category><![CDATA[google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Application Development]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[PaaS]]></category>
		<guid isPermaLink="false">https://www.ict-news.org/?p=7736</guid>

					<description><![CDATA[<p>Microsoft tools coalesce for serverless computing Azure Functions, Logic Apps, Azure Stack, and .Net come together for the next stage of PaaS both in the cloud and on-premises Microsoft’s adoption of serverless computing is a big piece of Azure maturing as a platform. There’s a lot going on here, as architectures and services evolve to take advantage of the unique [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/microsoft-tools-coalesce-serverless-computing/">Microsoft tools coalesce for serverless computing</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>Microsoft tools coalesce for serverless computing</h1>
<h2>Azure Functions, Logic Apps, Azure Stack, and .Net come together for the next stage of PaaS both in the cloud and on-premises</h2>
<p>Microsoft’s adoption of <a href="http://www.infoworld.com/article/3175761/serverless-computing-freedom-for-devs-at-last.html">serverless computing</a> is a big piece of Azure maturing as a platform. There’s a lot going on here, as architectures and services evolve to take advantage of the unique capabilities of the <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> and we as users and developers migrate away from traditional server architectures.</p>
<p>Mark Russinovich, Microsoft’s CTO of Azure, has a distinct view on the evolution of <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> as a platform. “Infrastructure as a service [IaaS] is table stakes,” he said at an Azure Serverless computing event at Microsoft’s Redmond, Wash., headquarters last week, “Platform as a service [PaaS] is the next step, offering runtimes and developing on them, an API and an endpoint, where you consume services.” That’s where we are today, where we still define the resources we use when we build cloud applications.</p>
<aside class="fakesidebar"><strong>[ A developer’s guide: <a href="http://www.infoworld.com/article/3175761/cloud-computing/serverless-computing-freedom-for-devs-at-last.html#tk.ifw-infsb">Get started with serverless computing</a>. | <a href="http://www.infoworld.com/article/3161191/paas/microsoft-azure-functions-locks-in-on-serverless-computing.html#tk.ifw-infsb">Microsoft Azure Functions locks in on serverless computing</a>. | <a href="http://www.infoworld.com/article/3165484/build-em-now-5-uses-for-serverless-frameworks.html#tk.ifw-infsb">Build ’em now! 5 uses for serverless frameworks</a>. ]</strong></aside>
<p>Then comes serverless <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">computing</span></span>. “Serverless is the next generation of computing, the point of maximum value,” Russinovich said.</p>
<p>What he’s talking about is abstracting applications from the underlying servers, where code is event-driven and scales on demand, charged by the operation rather than by the resources used. As he said, “I don’t have to worry about the servers. The platform gives me the resources as I need them.” That’s the real definition of serverless computing: The servers and OS are still there, but as a user and a developer you don’t need to care about them.</p>
<aside class="nativo-promo smartphone"></aside>
<h3>Serverless computing is the next phase of virtualization</h3>
<p>You can look at it as a logical evolution of virtualization. As the public cloud has matured, it’s gone from one relatively simple type of virtual machine and one specific type of underlying hardware to specialized servers that can support IaaS implementations for all kinds of use cases, such as high-performance computing servers with massive GPUs for parallel processing and for scientific computing working with numerical methods, or such as arrays of hundreds of tiny servers powering massive web presences.</p>
<p>That same underlying flexibility powers the current generation of PaaS, where applications and code run independently of the underlying hardware while still requiring you to know what the underlying servers can do. To get the most out of PaaS (that is, to get the right fit for your code), you still need to choose servers and storage.</p>
<p>With serverless computing, you can go a step further, concentrating on only the code you’re running, knowing that it’s ephemeral and you’re using it to process and route data from one source to another application. Microsoft’s serverless implementations have an explicit lifespan, so you don’t rely on them being persistent, only on them being there when you need them. If you try to use a specific instance outside that limited life, you get an error message because the application and its hosting container will be gone.</p>
<h3>Three serverless computing models</h3>
<p>Nir Mashkowski, principal group manager for Azure App Service, noted three usage patterns for Azure’s serverless offerings.</p>
<aside class="nativo-promo tablet desktop"></aside>
<p>The first, and most common, pattern is what he calls “brownfield” implementations. They are put together by enterprises as part of an overall cloud application strategy, using <a href="http://www.infoworld.com/article/3161191/microsoft-azure-functions-locks-in-on-serverless-computing.html">Azure Functions</a> and Logic Apps as an integration tool, linking old apps and new and on-premises systems and cloud.</p>
<p>The second pattern is greenfield implementations, which are typically the province of startups, using Azure Functions as part of a back-end platform—that is, as switches and routers moving data from one part of an application to another.</p>
<p>The third pattern is for internet of things applications. It is a combination of the two, using Azure Functions to handle signals from <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">devices</span></span>, triggering actions in response to specific inputs.</p>
<p>For enterprises wanting a quick on-ramp to serverless <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">computing</span></span>, Azure Functions’ closely related sibling Logic Apps is an intriguing alternative. Drawing on the same low-code foundations as the more <a href="http://www.infoworld.com/article/3185748/business-analysts-go-no-code-with-microsoft-powerapps.html">business-focused Flow</a>, it gives you a visual designer with support for conditional expressions and loops. (You can even can run the designer inside Visual Studio.)</p>
<p>Like Azure Functions, Logic Apps is event-triggered and can be used to coordinate a sequence of Azure functions. Wrapping serverless code in a workflow adds more control, especially if it’s used to apply conditions to a trigger—for example, launching one function if a trigger is at the low end of a range of values, another if it’s at the high end.</p>
<h3>In the cloud and on-premises: Portable serverless computing</h3>
<p>Russinovich described three organizations working with serverless computing:</p>
<ul>
<li>Accuweather uses it to handle its server logs, replicating them between datacenters and handing them off to analysis tools.</li>
<li>Similarly, Plexure, a marketing company, uses it to handle feeds from point-of-sale systems, replacing a complex stack of tools with a workflow that drives information from one service to the next.</li>
<li>At the other end of the scale, the Missing Children Society of Canada used Logic Apps to build a bot that could bring research about missing kids together from various sources, including social media, in a project that took a mere four days to deliver.</li>
</ul>
<p>One of the more interesting aspects of both Azure Functions and Logic Apps is that they’re not limited to running purely in the cloud. Functions themselves can be developed and tested locally, with full support in Visual Studio, and both Azure Functions and Logic Apps will be supported by on-premises Azure Stack hybrid cloud systems.</p>
<p>Inside the Azure datacenters, its serverless options are all containerized for rapid deployment. That same <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">model</span></span> will come to your own servers, with Azure Functions able to run on any server, taking advantage of containers for rapid deployment.</p>
<p>Currently, Azure Functions is based on the full .Net Framework release, so there’s a minimum requirement of Windows <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">Server</span></span> Core as a host. But that’s going to change over the next few months with an open source release based on <a href="http://www.infoworld.com/article/3180478/net-framework-or-net-core-when-to-use-which.html">.Net Core and the upcoming .Net Standard 2.0</a> libraries. With those in hand, you’ll be able to run Azure Functions in containers based on Windows Server Nano, as well as on .Net Core running on Linux. You’ll be able to migrate code from on-premises to hybrid <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> and to the public cloud depending on the workload and on the billing model you choose.</p>
<p>Such a cross-platform serverless solution that runs locally and in the cloud starts looking very interesting, giving you the tools to build and test on-premises,then scale up to running on Azure (or even on Linux servers running on Amazon Web Services).</p>
<p>There’s a lot to be said for portability, and by working with REST and JSON as generic input and output bindings, Microsoft’s containerized serverless implementation appears to avoid the cloud lock-in of its AWS and Google competitors while still giving you direct links to Azure services.</p>
<p>&nbsp;</p>
<p>By <a href="http://www.infoworld.com/author/Simon-Bisson/" rel="author">Simon Bisson</a>, source by <a href="http://www.infoworld.com/">InfoWorld</a></p>
<p>Visit <a href="https://www.ict-hardware.com/">ICT Hardware</a> website to get more info about <a href="https://www.ict-hardware.com/">Microsoft Products</a></p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/microsoft-tools-coalesce-serverless-computing/">Microsoft tools coalesce for serverless computing</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ict-news.org/microsoft-tools-coalesce-serverless-computing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>While Microsoft stacks the cloud, Google readies its next play</title>
		<link>https://www.ict-news.org/microsoft-stacks-cloud-google-readies-next-play/</link>
					<comments>https://www.ict-news.org/microsoft-stacks-cloud-google-readies-next-play/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Wed, 29 Mar 2017 08:04:33 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Hybrid Cloud]]></category>
		<guid isPermaLink="false">https://www.ict-news.org/?p=7692</guid>

					<description><![CDATA[<p>While Microsoft stacks the cloud, Google readies its next play The battle for cloud-based enterprise productivity and back office apps is heating up. All the traditional enterprise system vendors (e.g., SAP, Oracle, Salesforce, IBM) have a cloud strategy and product offerings. But not all vendors have the same vision. Recently, Google and Microsoft announced enterprise-focused offerings to lure clients to [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/microsoft-stacks-cloud-google-readies-next-play/">While Microsoft stacks the cloud, Google readies its next play</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>While Microsoft stacks the cloud, Google readies its next play</h1>
<section class="deck viewability">
<h2>The battle for cloud-based enterprise productivity and back office apps is heating up.</h2>
</section>
<div class="cat-social">
<p>All the traditional enterprise <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">system</span></span> vendors (e.g., SAP, Oracle, Salesforce, IBM) have a cloud strategy and product offerings. But not all vendors have the same vision. Recently, Google and Microsoft announced enterprise-focused offerings to lure clients to their cloud-based suites. Google and Microsoft will be fierce competitors in this space, but coming from differing backgrounds, they have divergent offerings.</p>
<p>Google for its part has always been a massive cloud player. But its focus on the consumer &#8212; even as it tried to lure <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">businesses</span></span> over the past couple of years to its web-based Office competing product, <a href="http://www.computerworld.com/article/3125623/enterprise-applications/google-rebrands-apps-for-work-as-g-suite-adds-intelligent-features.html">G-Suite</a>, and its collaboration suite, Hangouts &#8212; has been limited in success. This is primarily due to the fact that its enterprise-focused features and functions were modest at best, and the appeal for its solution was most notable in SMB. And Google lacked a true client app, relying instead on Chromebooks as a delivery mechanism.</p>
<p>But in the past 12-18 months, Google has focused on bringing about a transition in its <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">enterprise solutions</span></span> offerings. It has hired a number of execs with heavy enterprise solutions expertise, led by industry veteran Diane Greene. The company is transforming the &#8220;enterprise lite&#8221; offerings into full enterprise-class, mission-critical solutions. Although Google still has a way to go to make the full transition, the recent <a href="http://www.computerworld.com/article/3178302/cloud-computing/google-touts-its-enterprise-chops-in-cloud-keynote.html">Google Next</a> conference showed its new direction.</p>
<p>G-Suite (now called just Google Cloud) is built on Google&#8217;s Cloud Platform. Google added key enterprise-friendly features with an emphasis on enhanced security and identity management, such as data loss prevention, multi-factor authentication, automatic data discovery and information redacting of sensitive data, key management, strongly encrypted Google Vault file synching, and e-discovery for compliance requirements.</p>
<aside class="nativo-promo smartphone"></aside>
<p>Google is updating its collaboration features as well to be much more competitive with Slack and similar workgroup tools, with Hangouts Chat and Hangouts Meets. It&#8217;s even developed its own chip, called Titan, to allow an established root of trust in future cloud-based processing components, much like ARM does with its TrustZone technology.</p>
<p>While much of this expertise is built on Google&#8217;s extensive experience in managing its own internal enterprise requirements for its 75,000-plus employees (including 700 internal engineers focused on security for its public and private offerings), a good deal of this new focus is being brought about by its maturing vision of what organizations need to take Google seriously as an enterprise provider. The maturity of its new enterprise management team is showing.</p>
<p>Microsoft has a different strategy. It has been and continues to be a primary provider of corporate infrastructure for the vast majority of enterprises, with a huge installed base of on-premises solutions in <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">productivity</span></span> (Office), servers (Windows Server), CRM (Dynamics/LinkedIn) and collaboration (Lync/Skype). As companies migrated to the cloud, Microsoft&#8217;s Office 365 suite gave companies a feeling of comfort in knowing they were simply moving from on-prem to cloud deployment &#8212; although Office 365 isn&#8217;t quite equivalent to the end user device deployed version. And Azure was a relatively easy cloud migration of on-prem servers.</p>
<p>Microsoft has spent a good deal of time and effort in getting its installed base to adopt Azure as its <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> platform. Indeed, for corporate infrastructure needs, Azure leads both Google and Amazon AWS in presence in large companies (although it has a harder time competing in large cloud-oriented, consumer-focused solutions where AWS dominates). Microsoft has been focused on the enterprise for many years, so it knows well what organizations need in the way of security, manageability and services. This is one of its key competitive strengths.</p>
<aside class="nativo-promo tablet desktop"></aside>
<p>Recently, <a href="http://www.computerworld.com/article/3176105/cloud-computing/azure-stacks-third-technical-preview-arrives.html">Microsoft announced a new version of Azure Stack </a>(TP3, which will be available later this year). What&#8217;s important about this announcement is that it extends the ability of companies to make the choice to transparently place their cloud-based apps in the public or in a private cloud. Azure Stack offers compatibility in app development, tools and management capabilities, as well as ecosystem add-ons. And Microsoft has partnered with systems vendors like HP Enterprise, Lenovo and Cisco to offer turnkey on-prem turnkey solutions.</p>
<p>While competitors like Google, AWS and Salesforce concentrate on moving companies to full cloud deployment, the reality is that I expect 75%-85% of enterprises to have on-prem private cloud deployments in place for at least the next three to five years, often in parallel with public cloud solutions. Microsoft&#8217;s ability to offer a hybrid solution, either hosted on-prem or in their Azure cloud, gives Microsoft a competitive advantage over pure public cloud providers like AWS and Google.</p>
<p>Where Google does have an advantage is in leveraging the vast cloud resources and solutions it has put in place and has been refining over many years, honed for consumer needs but now being updated and repurposed for enterprise. Further, many corporate end users are familiar with Google apps from using them as consumers.</p>
<p>Nevertheless, transitioning to Google Suite apps from an <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">Office</span></span> environment may be a hard sell to many companies that require consistency and full compatibility (and that&#8217;s Office 365&#8217;s key advantage even with some of its own incompatibilities). Further, the need for a hybrid cloud strategy by most enterprises provides Microsoft a key opportunity.</p>
<p>So what&#8217;s the bottom line? I expect many more enterprises to consider Google Cloud as an alternative to Microsoft, given Google&#8217;s expanding deployments/scale, new enterprise <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">features</span></span>, aggressive pricing and widespread adoption and familiarity by users on a personal basis. This will put increasing competitive pressure on Microsoft in pricing (which it has already started to react to) and functionality.</p>
<p>But not having an on-premises equivalent to Azure Stack puts Google (and others) at a competitive disadvantage that will be hard to overcome. While I am very positive on Google&#8217;s new enterprise direction, and expect it to continue to expand, out-competing Microsoft at many <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">companies</span></span> will be a challenge.</p>
<p>By <a href="http://www.computerworld.com/author/Jack-Gold/" rel="author">Jack Gold</a>, source by <a href="http://www.computerworld.com">ComputerWorld</a></p>
<p>Visit <a href="https://www.ict-hardware.com/">ICT Hardware</a> website to get more info about <a href="https://www.ict-hardware.com/">Microsoft Products</a></p>
</div>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/microsoft-stacks-cloud-google-readies-next-play/">While Microsoft stacks the cloud, Google readies its next play</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ict-news.org/microsoft-stacks-cloud-google-readies-next-play/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>IBM chases Google, Microsoft with Kubernetes in the cloud</title>
		<link>https://www.ict-news.org/ibm-chases-google-microsoft-kubernetes-cloud/</link>
					<comments>https://www.ict-news.org/ibm-chases-google-microsoft-kubernetes-cloud/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Wed, 22 Mar 2017 09:24:18 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Application Development]]></category>
		<category><![CDATA[Application Virtualization]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<guid isPermaLink="false">https://www.ict-news.org/?p=7672</guid>

					<description><![CDATA[<p>IBM chases Google, Microsoft with Kubernetes in the cloud IBM follows Google and Microsoft in offering hosted Kubernetes as a service, with direct access to the container orchestration system&#8217;s APIs It&#8217;s only a matter of time before every major cloud vendor offers a version of Kubernetes as a service. Now it’s IBM’s turn. This morning IBM announced the next logical [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/ibm-chases-google-microsoft-kubernetes-cloud/">IBM chases Google, Microsoft with Kubernetes in the cloud</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>IBM chases Google, Microsoft with Kubernetes in the cloud</h1>
<h2>IBM follows Google and Microsoft in offering hosted Kubernetes as a service, with direct access to the container orchestration system&#8217;s APIs</h2>
<p>It&#8217;s only a matter of time before every major <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> vendor offers a version of Kubernetes as a service. Now it’s IBM’s turn.</p>
<p>This morning IBM announced the next logical step in its <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">work</span></span> with Docker containers: <a href="https://www.ibm.com/blogs/bluemix/2017/03/kubernetes-now-available-ibm-bluemix-container-service/" target="_blank">Kubernetes support</a> on its <a href="https://www.ibm.com/blogs/bluemix/2017/03/kubernetes-now-available-ibm-bluemix-container-service/" target="_blank">Bluemix Container Service</a>. Currently available in a limited beta, its feature set should match Google&#8217;s and Microsoft&#8217;s offerings.</p>
<h3>Kubernetes, the Bluemix way</h3>
<p>Previously, the default for managing Docker containers on Bluemix Container Service was to spin them up individually by hand or to use Bluemix’s <a href="https://console.ng.bluemix.net/docs/containers/cs_classic.html" target="_blank">container groups</a> metaphor, where Bluemix directly managed multiple containers running the same image.</p>
<p>Kubernetes is meant to provide <a href="http://www.infoworld.com/article/3173266/data-center/4-reasons-you-should-use-kubernetes.html">several advantages</a> for container deployments: easier scaling, better visibility into the state of a cluster, and so on. IBM says its implementation of Kubernetes on Bluemix includes everything users would expect from a stock Kubernetes deployment, as well as some IBM-specific features.</p>
<div class="teads-inread sm-screen"></div>
<aside class="nativo-promo smartphone"></aside>
<p>For example, see how it deploys master nodes, the parts of a cluster that accept commands and delegate them to the other machines in the cluster. IBM claims master nodes in its Kubernetes implementation are “highly available and fully managed by IBM”—presumably in contrast to simply providing and supporting a VM with Kubernetes that’s spun and run by the customer.</p>
<p>Some features for Bluemix Container Service are essentially conventional Docker/Kubernetes features writ large—such as a per-organization Docker private <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">image</span></span> registry with image scanning and vulnerability detection built in, or support for <a href="https://kubernetes.io/docs/user-guide/secrets/" target="_blank">Kubernetes secrets</a> (API keys and more) when communicating with other Bluemix resources. Other features, like “binding of Bluemix services, such as Watson APIs, Blockchain, data services, or <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">internet</span></span> of things” to Kubernetes-deployed apps, more prominently promote Bluemix, allowing Kubernetes-powered apps plug into Bluemix-exclusive services.</p>
<h3>Why mess with a good thing?</h3>
<p>IBM arrives late to a party that already includes Google and Microsoft. Google has had a leg up on everyone else in offering <a href="http://www.infoworld.com/article/2843433/google-cloud/google-aims-to-do-docker-better-with-kubernetes-powered-container-engine.html">Kubernetes as a service</a> because it invented the underlying technology. It also worked to Google’s advantage that its public cloud was relatively sparse; it could provide Kubernetes support on its cloud without having to make concessions to many legacy components.</p>
<p>Microsoft late last year <a href="http://www.infoworld.com/article/3139044/hybrid-cloud/kubernetes-comes-to-azure-container-service-at-last.html">added Kubernetes</a> for its container services, after originally supporting Docker Swarm and Mesosphere DC/OS as orchestration solutions. Microsoft delayed its entry because a lot of behind-the-scenes <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">work</span></span> was needed to add Kubernetes support to Azure and to open-source that work. Kubernetes clusters themselves are provisioned and managed on Azure by way of a <a href="https://github.com/Azure/azure-quickstart-templates/blob/master/101-acs-kubernetes/docs/kubernetes.md">QuickStart template</a>, rather than a dedicated managed <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">service</span></span>.</p>
<p>Amazon&#8217;s ECS (EC2 Container Services) doesn’t have a dedicated Kubernetes service; instead it offers a more general <a href="http://www.infoworld.com/article/3145696/application-development/docker-for-aws-whos-it-really-for.html">Docker as a service</a>, with orchestration and scheduling provided by ECS itself, or through the <a href="https://blox.github.io/">Blox</a> projects.</p>
<p>Though late to the party, IBM is taking one crucial step for any cloud incarnation of an open source service: It&#8217;s allowing the user to lift the hood and plug directly into the original API set. That’s important with cloud container services like Kubernetes, since the promise of <a href="http://www.infoworld.com/article/3016021/hybrid-cloud/road-to-cloud-native-may-start-and-end-at-google.html">a cloud built from open components</a> was that workloads wouldn’t become dependent on the clouds where they&#8217;re hosted.</p>
<p>Granted, IBM—or any cloud provider—could try to make a strong case for its cloud versus someone else’s by promoting how well Kubernetes runs at scale on its cloud and works with the proprietary services to enrich those applications. But having Kubernetes at the core and in a form others know is still the most worthwhile draw.</p>
<p>&nbsp;</p>
<p>By <a href="http://www.infoworld.com/author/Serdar-Yegulalp/" rel="author">Serdar Yegulalp</a>, source by <a href="http://www.infoworld.com">InfoWorld</a></p>
<p>Visit <a href="https://www.ict-hardware.com/">ICT Hardware</a> website to get more info about <a href="https://www.ict-hardware.com/">Microsoft Products</a></p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/ibm-chases-google-microsoft-kubernetes-cloud/">IBM chases Google, Microsoft with Kubernetes in the cloud</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ict-news.org/ibm-chases-google-microsoft-kubernetes-cloud/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google’s new cloud service is a unique take on a database</title>
		<link>https://www.ict-news.org/googles-new-cloud-service-unique-take-database/</link>
					<comments>https://www.ict-news.org/googles-new-cloud-service-unique-take-database/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Wed, 15 Feb 2017 10:16:11 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Data Center]]></category>
		<guid isPermaLink="false">https://newsroom.ict-hardware.com/?p=7493</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="https://www.ict-news.org/googles-new-cloud-service-unique-take-database/">Google’s new cloud service is a unique take on a database</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<section class="container-wrap  main-color "  style="padding-top:40px;padding-bottom:40px" ><div class="section-container container"><div class="vc_row vc_row-fluid row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="kleo_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<section class="deck viewability">
<h2>Cloud Spanner provides users with a highly available database running on Google&#8217;s infrastructure</h2>
</section>
<div class="ad viewability">
<p>Google has turned a <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">database</span></span> service that it uses to run some of its mission-critical products into an offering for its public cloud customers.</p>
<p>On Tuesday, the company launched Cloud Spanner, a new fully managed database that’s supposed to provide the transactional consistency of a traditional database plus the scalability and performance of a NoSQL database. It’s based on the same <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">systems</span></span> that run the company’s own Spanner database internally.</p>
<p>Usually, businesses have to pick either a traditional or a NoSQL database, and each comes with particular <a href="http://www.computerworld.com/article/2495943/database-administration/foundationdb-aims-to-consolidate-nosql.html">trade-offs</a>. Traditional <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">databases</span></span> provide better transactional consistency, but can be hard to scale. NoSQL databases are better at scaling but sacrifice consistency.</p>
<p>Cloud Spanner is designed to reduce those trade-offs, and it&#8217;s also delivered as a fully managed service. Among other things, that means Google will manage hardware, software and replication of content for a database that can span multiple data centers.</p>
<aside class="nativo-promo smartphone"></aside>
<p>The service will be useful for companies that need millisecond-level consistency in their databases worldwide, according to Nick Heudecker, a research director at Gartner. In an interview, he called out financial services and advertising as two industries that might benefit from Cloud Spanner.</p>
<p>Heudecker did point out that the service will require <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">companies</span></span> to port existing applications, which may prove challenging. Google is working with partners to help customers move over, according to Deepti Srivastava, the product manager for Cloud Spanner.</p>
<p>Cloud Spanner has generated more interest than most new Google services, based on response to a closed alpha test, Srivastava said.</p>
<p>Cloud Spanner grew out of a project that began in 2007, when a team of Google employees set out to solve the problem of choosing between NoSQL and traditional databases. That led to a paper, published in 2012, describing the company’s Spanner database, which uses a number of novel techniques, including atomic and GPS clocks inside data centers to maintain time consistency.</p>
<aside class="nativo-promo tablet desktop"></aside>
<p>Spanner is used to operate Google services like AdWords and Google Play. According to the company, it can handle tens of millions of queries per second.</p>
<p>That pedigree is a feature of Cloud Spanner that appealed to Peter Bakkum, the platform lead at Quizlet. The education software company, which offers a popular set of study tools for students, is evaluating how to scale its database infrastructure.</p>
<p>Quizlet has been testing Cloud Spanner since the closed alpha phase and may end up using the service to replace its existing setup of MySQL databases. Refactoring Quizlet’s applications to use Cloud Spanner will require work, but that&#8217;s true of all the possible upgrade paths, Bakkum said.</p>
<p>“We need a fundamentally different architecture to do scaling, and any of those solutions have a difficult migration path,” he said.</p>
<p>Cloud Spanner’s popularity may be throttled somewhat by Google’s position in the cloud market. While the company has been aggressive in releasing new capabilities and improving its services to attract new customers, its use still lags behind that of Amazon Web Services and Microsoft Azure.</p>
<p>Using <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">Cloud</span></span> Spanner means bringing data to Google’s cloud platform and building an application that targets it. While some companies are comfortable working with multiple cloud providers, not all of them are.</p>
<p>That said, Gartner&#8217;s Heudecker said Google is the only major cloud provider offering a product like this one and it will be hard for rivals to catch up.</p>
<p>“Cloud Spanner is not just software,” Heudecker said. “It is the union of software, hardware — in the form of atomic clocks in Google’s <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">data</span></span> centers — and an incredibly robust network connecting their data centers together. So it’s not just writing code. It’s a lot of investment and a lot of operational expertise that Google excels at.”</p>
<p>Right now, <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">Cloud</span></span> Spanner instances can only exist in one of Google&#8217;s cloud regions, though they&#8217;ll be replicated across multiple availability zones inside those regions. In the future, Cloud Spanner customers will be able to have one database that&#8217;s kept in sync across multiple regions.</p>
<p>By <a href="http://www.computerworld.com/author/Blair-Hanley-Frank/" rel="author">Blair Hanley Frank</a>, source by <a href="https://www.ict-hardware.com/">Computer World</a></p>
<p>Visit <a href="https://www.ict-hardware.com/">ICT Hardware</a></p>
</div>

		</div> 
	</div> </div></div></div></div></div></section><!-- end section -->
<p>The post <a rel="nofollow" href="https://www.ict-news.org/googles-new-cloud-service-unique-take-database/">Google’s new cloud service is a unique take on a database</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ict-news.org/googles-new-cloud-service-unique-take-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>New Google Chromebooks cross laptops and tablets</title>
		<link>https://www.ict-news.org/new-google-chromebooks-cross-laptops-tablets/</link>
					<comments>https://www.ict-news.org/new-google-chromebooks-cross-laptops-tablets/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Mon, 13 Feb 2017 08:56:46 +0000</pubDate>
				<category><![CDATA[google]]></category>
		<category><![CDATA[Samsung]]></category>
		<guid isPermaLink="false">https://newsroom.ict-hardware.com/?p=7482</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="https://www.ict-news.org/new-google-chromebooks-cross-laptops-tablets/">New Google Chromebooks cross laptops and tablets</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<section class="container-wrap  main-color "  style="padding-top:40px;padding-bottom:40px" ><div class="section-container container"><div class="vc_row vc_row-fluid row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="kleo_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p>NEW YORK — Samsung is releasing two new “premium” Google Chromebooks that offer hardware and software improvements not available on most standard models. They borrow many features from Samsung’s tablets, including a touch screen, a stylus and an Android app store to extend the app offerings.</p>
<p>The hope is that the new versions will attract a broader range of consumers than the K-12 students who mostly use Chromebooks now. Currently, Chromebooks are stripped-down laptops that don’t function well in the absence of a Wi-Fi connection.</p>
<p>Here are some details on the new laptops:</p>
<p>— PRICING: Samsung’s Chromebook Plus starts selling Sunday for $449. The Chromebook Pro, with a faster processor, will come out in late April for $549. That’s cheaper than MacBooks and many Windows laptops, but still high for Chromebooks. Budget models sell for less than $200.</p>
<p>— BECOMING A TABLET: Both new Chromebooks have 360-degree hinges so that the screens can flip over into a tablet mode. This makes them similar to “2 in 1” Windows offerings, which use hinges or have detachable keyboards to turn laptops into tablets. One oddity: With the screen faceup, the keyboard is on the back. Though typing is disabled in that mode, it feels odd in your hands.</p>
<p>— A WRITING INSTRUMENT: The Chromebooks borrow a design element from Samsung’s Note phones. Fortunately, it’s not the battery found in the fire-prone Note 7 phone, but a stylus that fits into a spring-loaded slot on the side when not in use. Apple’s iPad Pro and Microsoft Surface tablets don’t have any slot, making it easy to misplace the stylus.</p>
<p>— ANDROID’S ARRIVAL: Google is bringing Android apps to Chromebooks, broadening their possible uses and allowing people to use the devices even when an internet connection isn’t available. Many Android apps are already designed to work with phones and tablets, even when offline. The Netflix Android app, for instance, supports downloads for offline viewing; Netflix on the browser requires a live internet connection. Android on Chromebooks is still in a “beta” test mode and is available only on a handful of devices. The two new Samsung models will be among them. More Chromebooks will get Android when the Pro comes out in April.</p>
<p>By <a class=" author-name" title="Posts by Anick Jesdanun" href="http://www.siliconvalley.com/author/anick-jesdanun/" rel="author">ANICK JESDANUN</a>, source by <a href="http://www.siliconvalley.com">Silicon Valley</a></p>
<p>Visit <a href="https://www.ict-hardware.com/">ICT Hardware</a> to see more <a href="https://www.ict-hardware.com/">Samsung Products</a></p>

		</div> 
	</div> </div></div></div></div></div></section><!-- end section -->
<p>The post <a rel="nofollow" href="https://www.ict-news.org/new-google-chromebooks-cross-laptops-tablets/">New Google Chromebooks cross laptops and tablets</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ict-news.org/new-google-chromebooks-cross-laptops-tablets/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google Cloud Platform finally offers key management service</title>
		<link>https://www.ict-news.org/google-cloud-platform-finally-offers-key-management-service/</link>
					<comments>https://www.ict-news.org/google-cloud-platform-finally-offers-key-management-service/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Thu, 19 Jan 2017 12:59:57 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Cloud Security]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://newsroom.ict-hardware.com/?p=7397</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="https://www.ict-news.org/google-cloud-platform-finally-offers-key-management-service/">Google Cloud Platform finally offers key management service</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<section class="container-wrap  main-color "  style="padding-top:40px;padding-bottom:40px" ><div class="section-container container"><div class="vc_row vc_row-fluid row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="kleo_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<h2>Google prides itself on its encryption efforts, but it lags behind Amazon and Microsoft in providing encryption tools for the cloud</h2>
<p>Google is finally giving administrators the ability to manage their encryption keys in Google <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">Cloud</span></span> Platform (GCP) with its Cloud Key Management Service (KMS). Google is the last of the three major cloud providers to provide the key management service, as Amazon and Microsoft already have similar offerings.</p>
<p>The Cloud KMS, currently in beta, helps administrators manage the encryption keys for their organization without having to maintain an on-premise key management system or deploy hardware <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">security</span></span> modules. With Cloud KMS, administrators can manage all the organization&#8217;s encryption keys, not only the ones used to protect data in GCP.</p>
<aside class="fakesidebar"><strong>[ <a href="http://www.infoworld.com/article/3146135/cloud-storage/the-cloud-storage-security-gap-and-how-to-close-it.html#tk.ifw-infsb">The cloud storage security gap — and how to close it</a>. | <a href="http://www.infoworld.com/article/3070753/security/5-ways-microsoft-has-improved-sharepoint-security.html#tk.ifw-infsb">5 ways Microsoft has improved SharePoint security</a>. ]</strong></aside>
<p>Administrators can create, use, rotate, and destroy AES-256 symmetric encryption keys via the Cloud KMS API. Multiple versions of a key can be active at any time for decryption, but only one primary key version can be used for encrypting new data. The rotation schedule can be defined to automatically generate a new key version at fixed time intervals. There&#8217;s also a built-in 24-hour delay when trying to destroy keys to prevent accidental or malicious loss. Cloud KMS integrates with GCP&#8217;s Cloud Identity Access Management and Cloud Audit Logging services so that administrators can manage permissions for individual keys and monitor usage.</p>
<p>Cloud KMS also provides a REST API that allows AES-256 <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">encryption</span></span> or decryption in Galois/Counter Mode, which is the same encryption library used internally to encrypt data in Google Cloud Storage. AES GCM is implemented in the BoringSSL library maintained by Google, and the company continually checks for weaknesses in the encryption library using several tools, &#8220;including tools similar to the recently open-sourced cryptographic test tool Project Wycheproof,&#8221; said Google product manager Maya Kaczorowski on the <a href="https://cloudplatform.googleblog.com/2017/01/managing-encryption-keys-in-the-cloud-introducing-Google-Cloud-Key-Management-Service.html" target="_blank">Google Cloud Platform blog</a>.</p>
<div class="teads-inread"></div>
<aside class="nativo-promo smartphone"></aside>
<p>Compared to AWS and Windows Azure, GCP has lagged in <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">encryption</span></span>. Amazon introduced customer-supplied encryption keys (CSEK) to AWS customers for its S3 service in June 2014, and it introduced the <a href="http://www.infoworld.com/article/3106503/security/aws-to-enterprises-bring-your-own-encryption.html">AWS Key Management Service</a> later that year. Microsoft added CSEK via Key Vault in January 2015. Google began offering CSEK in June 2015 and is only now rolling out Cloud KMS.</p>
<p>Google Cloud Storage manages server-side encryption by default, and administrators have to specifically select &#8220;Cloud Key Management Service&#8221; to manage the keys in the cloud service, or &#8220;Customer Supplied Encryption Keys&#8221; to manage the keys on-premise. CSEK is also available with Compute Engine.</p>
<p>Kaczorowski said organizations in regulated industries, such as <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">financial services</span></span> and health care, can benefit from hosted key management services &#8220;for the ease of use and peace of mind that they provide.&#8221; However, administrators should evaluate whether the convenience is worth the possibility that if the government has a legal order compelling Google to provide information about the keys, the company will have to comply because it has access to all the keys managed by the service.</p>
<p>There&#8217;s another potential hiccup for administrators to consider if the organization gathers personal information from Europeans. The European General Data Protection Regulation applies to European personal data, regardless of where it is stored in the world, and regulators in the past have recommended not storing encryption keys with the same cloud provider. If the key is kept securely with the organization, the cloud provider can&#8217;t do anything beyond just maintaining access to and availability of the data. Using GCP and Cloud KMS simultaneously may or may not be acceptable to European regulators.</p>
<p>&#8220;Encryption is only effective is you separate the encrypted data from the key storage. Using the same vendor, be it AWS or Google to store the keys and data still raises compliance and security challenges for many businesses,” said Pravin Kothari, founder, chairman, and CEO of cloud encryption company CipherCloud.</p>
<p>By <span class="fn"><a href="http://www.infoworld.com/author/Fahmida-Y.-Rashid/" rel="author">Fahmida Y. Rashid</a>, source by <a href="http://www.infoworld.com/">InfoWorld</a></span></p>
<p>Visit <a href="https://www.ict-hardware.com">ICT Hardware</a></p>

		</div> 
	</div> </div></div></div></div></div></section><!-- end section -->
<p>The post <a rel="nofollow" href="https://www.ict-news.org/google-cloud-platform-finally-offers-key-management-service/">Google Cloud Platform finally offers key management service</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ict-news.org/google-cloud-platform-finally-offers-key-management-service/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google News launches ‘fact check’ tab in search results just ahead of the US elections</title>
		<link>https://www.ict-news.org/google-news-launches-fact-check-tab-search-results-just-ahead-us-elections/</link>
					<comments>https://www.ict-news.org/google-news-launches-fact-check-tab-search-results-just-ahead-us-elections/#respond</comments>
		
		<dc:creator><![CDATA[Lama]]></dc:creator>
		<pubDate>Sun, 16 Oct 2016 17:35:16 +0000</pubDate>
				<category><![CDATA[google]]></category>
		<category><![CDATA[Fact Check community]]></category>
		<category><![CDATA[Google]]></category>
		<guid isPermaLink="false">https://newsroom.ict-hardware.com/?p=7249</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="https://www.ict-news.org/google-news-launches-fact-check-tab-search-results-just-ahead-us-elections/">Google News launches ‘fact check’ tab in search results just ahead of the US elections</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<section class="container-wrap  main-color "  style="padding-top:40px;padding-bottom:40px" ><div class="section-container container"><div class="vc_row vc_row-fluid row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="kleo_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p>Google has introduced a fact checking category to its news service, just ahead of the U.S. presidential elections.</p>
<p>Articles in Google News are labeled and categorized to reflect the type of story they are. For example, there is an &#8220;in-depth&#8221; and &#8220;opinion&#8221; label.</p>
<p>Now the search giant is adding &#8220;fact check&#8221; to the list &#8220;to help readers find fact checking in large news stories&#8221;.</p>
<p>An article will be flagged up in the new category if it has a certain website code and if it follows the &#8220;commonly accepted criteria for fact checks&#8221;, Google said in a blog post.</p>
<p>While Google makes no reference to the U.S. election in its blog post, the release of the fact check tag is very close to November presidential elections with journalists busy analyzing comments from all candidates.</p>
<p>&#8220;We&#8217;re excited to see the growth of the Fact Check community and to shine a light on its efforts to divine fact from fiction, wisdom from spin,&#8221; Google said.</p>
<p><img class="alignnone wp-image-7250" src="http://ict-news.org/wp-content/uploads/2016/10/101091331-Arjun_Kharpal.240x240.jpg" alt="101091331-arjun_kharpal-240x240" width="118" height="118" srcset="https://www.ict-news.org/wp-content/uploads/2016/10/101091331-Arjun_Kharpal.240x240.jpg 240w, https://www.ict-news.org/wp-content/uploads/2016/10/101091331-Arjun_Kharpal.240x240-150x150.jpg 150w" sizes="(max-width: 118px) 100vw, 118px" /> By <a href="http://www.cnbc.com/arjun-kharpal/">Ariun Kharpal</a></p>
<p>Source by <a href="http://www.cnbc.com">http://www.cnbc.com</a></p>
<h1></h1>

		</div> 
	</div> </div></div></div></div></div></section><!-- end section -->
<p>The post <a rel="nofollow" href="https://www.ict-news.org/google-news-launches-fact-check-tab-search-results-just-ahead-us-elections/">Google News launches ‘fact check’ tab in search results just ahead of the US elections</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ict-news.org/google-news-launches-fact-check-tab-search-results-just-ahead-us-elections/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
