BrandPost: When SMBs Go to the Cloud, On-Premises IT Infrastructure Is Still Necessary

Cloud technology has been incredibly beneficial for organizations of every size and type. However, as the use of cloud increases, some common misperceptions are setting the stage for substantial operational problems in the future. The first misperception, and perhaps the most notable, is the belief held by many small- and medium-sized businesses (SMBs) utilizing cloud services that they don’t have to worry about their on-premises IT equipment and ensure it is housed in a reliable and protected physical environment.The reality is that ignoring your IT infrastructure and the physical hardware that supports it is as risky for SMBs that are heavily cloud dependent as it is for those with on-premises solutions. The primary reason is that the network infrastructure to support the cloud will have substantial demands for new features/capabilities, increased bandwidth, reliability, and scalability. Similar to traditional IT architectures, the cloud also requires more than a 1990s wiring closet or a section of the break room for IT hardware. You need a modern physical infrastructure to ensure your critical network and IT hardware are highly reliable, have effective thermal management, and can scale up to meet your needs for new cloud services.To read this article in full, Continue reading

IBM launches private IoT analytics cloud platform

IBM has launched the latest effort to bring the nature of the cloud to the on-premises data center with Cloud Private for Data. It's an integrated data science, engineering and development platform designed to help companies gain insights from data sources such IoT, online commerce, and mobile data.Cloud Private for Data builds on IBM Cloud Private, a private cloud platform IBM introduced in November that brought Kubernetes into the data center. Cloud Private for Data expands on that greatly, adding IBM Streams for data ingestion, IBM Data Science Experience, Information Analyzer, Information Governance Catalogue, Data Stage, Db2, and Db2 Warehouse. All run on the Kubernetes platform, allowing services to be deployed “in minutes,” IBM claimed, and to scale up or down automatically as needed.To read this article in full, please click here

IBM launches private IoT analytics cloud platform

IBM has launched the latest effort to bring the nature of the cloud to the on-premises data center with Cloud Private for Data. It's an integrated data science, engineering and development platform designed to help companies gain insights from data sources such IoT, online commerce, and mobile data.Cloud Private for Data builds on IBM Cloud Private, a private cloud platform IBM introduced in November that brought Kubernetes into the data center. Cloud Private for Data expands on that greatly, adding IBM Streams for data ingestion, IBM Data Science Experience, Information Analyzer, Information Governance Catalogue, Data Stage, Db2, and Db2 Warehouse. All run on the Kubernetes platform, allowing services to be deployed “in minutes,” IBM claimed, and to scale up or down automatically as needed.To read this article in full, please click here

Interop ITX, Dell Technologies World, and Spousetivities

Spousetivities will be present at two additional events this year—in fact, these events are only about 6 weeks away! Both Dell Technologies World and Interop ITX are in Las Vegas the last week of April (both starting April 30), and Spousetivities is running events for both conferences.

<aside>In case you’re wondering why I blog about Spousetivities, it’s not only because my wife runs it (seriously). It’s primarily because I’m committed to supporting families, marriages, and relationships in the IT industry. IT companies ask a lot of their employees—often asking employees to give up evenings and/or weekends, or setting unfair expectations on employee responsiveness via email/Slack/IM during off-hours—so a program that enables spouses and/or significant others to join IT employees during a conference helps provide a little bit of balance, in my view.</aside>

Here’s a look at what’s planned during these two IT conferences:

  • On Monday, April 30, there’s a full-day tour of Death Valley planned. This event is leaving the Mirage at 8:00 am and includes photo opportunities at Dante’s View and Zabriskie Point, a scenic drive through the Artist’s Pallet, and a stop at Bad Water Basin—the lowest point in the Western Hemisphere!

  • On Tuesday, May 1, Spousetivities Continue reading

Huawei jumps into intent-based networks

The concept of intent-based networks (IBN) has been around for the better part of half a decade, but it’s really only come into its down in the past couple of years. The vision of a “self-driving” network had appeal but was largely science fiction.However, over the past couple of years, we have seen this vision turn into reality with several networking vendors coming to market with products that work. Many of the use cases are still fairly basic, but the foundation has now been laid and intent is where the new battleground for networking vendors will be fought.To read this article in full, please click here

Huawei jumps into intent-based networks

The concept of intent-based networks (IBN) has been around for the better part of half a decade, but it’s really only come into its down in the past couple of years. The vision of a “self-driving” network had appeal but was largely science fiction.However, over the past couple of years, we have seen this vision turn into reality with several networking vendors coming to market with products that work. Many of the use cases are still fairly basic, but the foundation has now been laid and intent is where the new battleground for networking vendors will be fought.To read this article in full, please click here

IDG Contributor Network: Cloud vs. data center: How to know what’s right for your organization

It wasn’t that long ago that Amazon CTO Werner Vogels routinely said that any strategy that included on-premises data centers and the public cloud was really just a path to public cloud. Yet today, AWS touts architectures that include both.Microsoft has gone a step further with Azure Stack so that the public cloud vs. data center experience is as seamless as possible for its customers. Google, meanwhile, continues to invest in technologies that admit that some services will stay in private data centers (but you might as well make nice APIs for them, while also making it easier for on-premises business logic to consume public cloud services).To read this article in full, please click here

IDG Contributor Network: Cloud vs. data center: How to know what’s right for your organization

It wasn’t that long ago that Amazon CTO Werner Vogels routinely said that any strategy that included on-premises data centers and the public cloud was really just a path to public cloud. Yet today, AWS touts architectures that include both.Microsoft has gone a step further with Azure Stack so that the public cloud vs. data center experience is as seamless as possible for its customers. Google, meanwhile, continues to invest in technologies that admit that some services will stay in private data centers (but you might as well make nice APIs for them, while also making it easier for on-premises business logic to consume public cloud services).To read this article in full, please click here

A Reference Architecture for NVMe over Fabrics

Cavium has raised its profile over the past several years as one of the pioneers in developing Arm-based systems-on-a-chip (SoCs) for servers, rolling out multiple generations of its ThunderX chips in hope of pushing Arm’s low-power architecture make gains in a datacenter environment that for years has been dominated by Intel and its x86-based Xeons.

However, like similar chip makers, Cavium didn’t start with the Arm server chips, but instead built to that point atop a broad array of products for other areas of the datacenter, including adapters, controllers, switches and MIPS-based processors for networking and storage devices.

A Reference Architecture for NVMe over Fabrics was written by Jeffrey Burt at The Next Platform.

IBM’s Watson, known for AI, takes on IoT

IBM’s Watson has earned fame besting Jeopardy! champions. But now the artificial intelligence (AI) platform is rolling out Watson Assistant, designed to “help bridge the information and data sharing gap between people and things.”Announced this morning at the IBM THINK 2018 conference in Las Vegas, an IBM spokesperson described Watson Assistant in an email as “an AI assistant for enterprises that can be accessed via voice or text interaction. Watson Assistant is helping businesses transform their customer experiences by bringing together data on all the places and things consumers interact with daily.” Watson Assistant is designed to be embedded in a wide variety of things, from cars to conference rooms, retail stores to banks.To read this article in full, please click here

Reviewing logins on Linux

The last command provides an easy way to review recent logins on a Linux system. It also has some useful options –- such as looking for logins for one particular user or looking for logins in an older wtmp file.The last command with no arguments will easily show you all recent logins. It pulls the information from the current wtmp (/var/log/wtmp) file and shows the logins in reverse sequential order (newest first).$ last shs pts/1 192.168.0.15 Mon Mar 19 17:48 still logged in shs tty2 /dev/tty2 Mon Mar 19 17:37 still logged in shs pts/2 192.168.0.15 Mon Mar 19 17:22 - 17:23 (00:00) jdoe pts/3 192.168.0.15 Mon Mar 19 16:51 - 17:22 (00:31) To look for logins for just one particular user, supply their username as an argument.To read this article in full, please click here

Chapterthon Wins 2018 WSIS Prize for International and Regional Cooperation

We are proud to announce that Chapterthon 2017 on Digital Schools was recognized today as the winner of a 2018 World Summit on the Information Society (WSIS) Prize under the category “International and Regional Cooperation,” awarded by the International Telecommunication Union (ITU).

For the Internet Society, this award is a strong affirmation of the valuable work that our Chapters are doing on the ground to empowering their communities through the Internet and, as so, advancing sustainable development.

Chapterthon is a global Chapters marathon, where our chapters work hard with their communities to develop a project within a timeline and budget for achieving a common goal. In 2017, the topic was Digital Schools and 30 Chapters from all 6 regions carried out specific projects to improving education by using the Internet.

Great ideas were taken into action and each project contributes to making a difference not only in their communities but also beyond them. Connecting schools to the Internet through community networks, teaching coding to girls, training teachers and parents, raising awareness about the safe use of the Internet and developing an online platform for a school were not isolated actions but part of global efforts towards improving people’s lives. Together Continue reading

Future Thinking: Wired Editor in Chief Nicholas Thompson on the Role of Media

In 2017, the Internet Society unveiled the 2017 Global Internet Report: Paths to Our Digital Future. The interactive report identifies the drivers affecting tomorrow’s Internet and their impact on Media & Society, Digital Divides, and Personal Rights & Freedoms. Last month we interviewed Nicholas Thompson, Editor in Chief of Wired, to hear his perspective on the forces shaping the Internet’s future.

Prior to joining Wired, Thompson was a journalist at The New Yorker, where he was also the editor of newyorker.com. Thompson has written about politics and technology for numerous publications, and  has spent time reporting from West Africa on the role technology plays there. He is also the author of The Hawk and the Dove: Paul Nitze, George Kennan, and the History of the Cold War.

The Internet Society: You recently published (and co-wrote) a long feature on Facebook’s difficulties over the past two years, focusing to a large extent on its role in distributing news and misinformation (or fake news) alike. As policy leaders shape future norms in this field, do you think platforms face stricter regulatory measures? How? 

Nicholas ThompsonPlatforms need to do better. They need to play a better role in Continue reading