Archive

Category Archives for "Networking"

IDG Contributor Network: Ayyeka Sigfox IoT sensors monitor sewage deep underground San Francisco

San Francisco depends on a thousand miles of sewers to keep the city running smoothly.The city collects up to 500 million gallons of waste water in a day when it rains. This waste water is transported to one of three treatment plants where pollutants are removed before being discharged into San Francisco Bay.Processing sewage is challenging in San Francisco because the city has the Pacific Ocean on three sides of it. During storm conditions, groundwater and storm water can overload the sewage system. Physical, chemical and biological processes remove contaminants from the waste water. This produces environmentally safe water and sewage sludge as a byproduct.To read this article in full or to leave a comment, please click here

BrandPost: DevOps at Wells Fargo

Portions of this post were originally posted on the Puppet blog, and are republished here with Puppet's permission.As one of the world's largest banks, Wells Fargo competes by innovating its IT. At the heart of its innovation is the ability to continually launch, maintain and update software. You can get some sense of the scale when you hear that the Wells Fargo IT organization manages an infrastructure that supports 1 billion transactions per day.With more than 120,000 servers, 55,000 network devices, more than 2,300 applications in production, and more than 6,000 ways to deliver change to a server, Wells Fargo IT needs a consistent way to manage infrastructure, and a consistent way to plan each application's architecture.To read this article in full or to leave a comment, please click here

MobileIron jumps into IoT market, not a moment too soon

Mobile device management vendor MobileIron announced today that it would form a dedicated IoT division and hire Intel and GE veteran Santhosh Nair to run it, in a move that analysts have been quick to praise. MobileIron’s statement said that the company plans to have a saleable IoT product on the market sometime this year, and that the IoT offering will be designed with security in mind. +ALSO ON NETWORK WORLD: How San Diego fights off 500,000 cyberattacks a day + Java and Python FTP attacks can punch holes through firewallsTo read this article in full or to leave a comment, please click here

Why Amazon is knocking $8.62 off most orders of $50-plus on Feb. 22

In case you're wondering why Amazon is suddenly offering to clip $8.62 from most purchases of $50 or more this Wednesday, Feb. 22, here's the deal...The company is patting itself on the back for ranking #1 in an annual Harris Corporate Reputation Poll (just ahead of Wegmans, Publix, Johnson & Johnson and Apple). Amazon scored an 86.27, so is discounting purchases by the similar looking $8.62.MORE: The clumsy & shocking truth about computer-related injuriesTo read this article in full or to leave a comment, please click here

Today Only, Amazon Will Discount $8.62 off All Orders $50 Or More – Deal Alert

Buy at least $50 worth of stuff on Amazon today, Feb 22, and you'll see a magical $8.62 discount applied at checkout when you enter the code BIGTHANKS. Yes -- it's free money. Amazon is offering this one-day discount to celebrate a 86.27 score they were given on a recent corporate reputation survey. If you've been putting off some purchases, today might be a good day to pull the trigger. Head over to Amazon and get your discount right now. To read this article in full or to leave a comment, please click here

QUIC

A QUIC update on Google’s experimental transport describes some of the benefits of  the QUIC (Quick UDP Internet Connections) protocol that is now the default transport when Google's Chrome browser connects to Google services (gmail, search, etc.). Given the over 50% market share of the Chrome browser (NetMarketShare) and the popularity of Google services, it is important to be aware of the QUIC protocol and to start tracking its use of network resources.

An easy way to see if you have any QUIC traffic on your network is to use the standard sFlow instrumentation built into network switches. Configure the switches to send sFlow telemetry to an sFlow collector for visibility into network traffic.

For example, use Docker to run the sFlow-RT active-flows application to analyze the sFlow data stream:
docker run -p 6343:6343/udp -p 8008:8008 -d sflow/top-flows
Access the web interface at http://localhost:8008/ and enter the following Flow Specification to monitor QUICK flows:
dns:ipsource,dns:ipdestination,quicpackettype
Note: Real-time domain name lookups describes how sFlow-RT incorporates DNS (Domain Name Service) requests in its real-time analytics pipeline so that traffic flows can be identified by domain name.

The resulting top flows table is shown in the screen capture above. Continue reading

Apple gives sneak peek of spaceship-like Apple Park that’s opening in April

Apple this week announced that its new 175-acre campus in Cupertino will be called Apple Park and is set to open in April. It will take six months to migrate 12,000 employees to the spaceship-like building, which Apple boasts runs entirely on renewable energy.Whereas Apple is generally cryptic about the locations of its facilities (the black hole that is Apple public relations, for example, recently failed to reply to our inquiry about its R&D spaces), the company is touting its new centerpiece for all things Mac and iOS. The facility, said to cost as much as $5 billion to construct, has previously been glimpsed mainly via drone fly-bys.To read this article in full or to leave a comment, please click here

IDG Contributor Network: Software development genetics, part 1: DevOps, lean, agile

In a recent blog post, Recombinant communications: The new 'genetics' of enterprise communications, I drew parallels between the impacts of genetic engineering and how the application programming interface (API) economy and as-a-service industries are changing the enterprise communications market. A set of techniques that are gaining increasing numbers of adherents among software developers in other industries is similarly providing new “genetic” material that also promises revolutionary changes. The innovation framework DevOps, microservices and containers are the tools and constituents of this new “genetic” engineering in the software world.  To read this article in full or to leave a comment, please click here

Microsoft released Adobe Flash Player fix, but didn’t patch 2 zero-days

Microsoft released MS17-005 to patch critical flaws in Adobe Flash Player, but that’s it. Microsoft didn’t release the fix for the two zero days disclosed this month.After the company said patches would be delayed in February, it clarified that security updates would instead be released on Patch Tuesday in March. Yet InfoWorld’s Woody Leonhard reported that Microsoft emailed its largest customers on Monday with a heads-up about the Flash patches for Internet Explorer and Edge.To read this article in full or to leave a comment, please click here

Microsoft releases Adobe Flash Player fix, but doesn’t patch 2 zero-day exploits

Microsoft released MS17-005 to patch critical flaws in Adobe Flash Player, but that’s it. Microsoft didn’t release the fix for the two zero-day exploits disclosed this month.After the company said patches would be delayed in February, it clarified that security updates would instead be released on Patch Tuesday in March. Yet InfoWorld’s Woody Leonhard reported that Microsoft emailed its largest customers on Monday with a heads-up about the Flash patches for Internet Explorer and Edge.To read this article in full or to leave a comment, please click here

Microsoft releases Adobe Flash Player fix, but doesn’t patch 2 zero-day exploits

Microsoft released MS17-005 to patch critical flaws in Adobe Flash Player, but that’s it. Microsoft didn’t release the fix for the two zero-day exploits disclosed this month.After the company said patches would be delayed in February, it clarified that security updates would instead be released on Patch Tuesday in March. Yet InfoWorld’s Woody Leonhard reported that Microsoft emailed its largest customers on Monday with a heads-up about the Flash patches for Internet Explorer and Edge.To read this article in full or to leave a comment, please click here

Python – Kirk Byers Course Week 4 Part 2

This post will describe the exercises and solutions for week two of Kirk Byers Python for Network Engineers.

Our next task is to parse data from show version from a device.

II. Parse the below 'show version' data and obtain the following items (vendor, model, os_version, uptime, and serial_number).  Try to make your string parsing generic i.e. it would work for other Cisco IOS devices. 

The following are reasonable strings to look for:
'Cisco IOS Software' for vendor and os_version
'bytes of memory' for model
'Processor board ID' for serial_number
' uptime is ' for uptime

Store these variables (vendor, model, os_version, uptime, and serial_number) in a dictionary.  Print the dictionary to standard output when done.
Note, "Cisco IOS Software...Version 15.0(1)M4...(fc1)" is one line.

>>>>> show version data <<<<<
Cisco IOS Software, C880 Software (C880DATA-UNIVERSALK9-M), Version 15.0(1)M4, RELEASE SOFTWARE (fc1)
Technical Support: 
Copyright (c) 1986-2010 by Cisco Systems, Inc.
Compiled Fri 29-Oct-10 00:02 by prod_rel_team
ROM: System Bootstrap, Version 12.4(22r)YB5, RELEASE SOFTWARE (fc1)

twb-sf-881 uptime is 7 weeks, 5 days, 19 hours, 23 minutes
System returned to ROM by reload at 15:33:36 PST Fri Feb 28 2014
System restarted at 15:34:09 PST Fri Feb  Continue reading