Network Break 316: New CPU CEO Bids VMware Adieu; NSA Says Check Your DoH

This week's Network Break opines on the breach of Ubiquiti customer data via a third-party cloud service, Pat Gelsinger's appointment to the CEO role at Intel, and the NSA offers advice for enterprises on deploying DNS over HTTPS (DoH). We also cover how a chip shortage is stalling auto production and more tech news.

The post Network Break 316: New CPU CEO Bids VMware Adieu; NSA Says Check Your DoH appeared first on Packet Pushers.

Tools 4. Checking bandwidth between your servers, VMs, containers or even PIs and Android/Apple phone using iperf

Hello my friend,

We hope you are doing well and staying safe during this COVID times. To make your stay a bit more pleasant, we are offering you and interesting read, which will give you ideas how to test network performance between your endpoints, which can be any Server, virtual machine (VM), container, or even Raspberry PI node. Yes, we continue our troubleshooting series. Take a brew, and get started.


1
2
3
4
5
No part of this blogpost could be reproduced, stored in a
retrieval system, or transmitted in any form or by any
means, electronic, mechanical or photocopying, recording,
or otherwise, for commercial purposes without the
prior permission of the author.

Can automation help with fixing your network issues?

Automation is your extra pair of hands. Or even more than that. Capability to create the network automation solutions, from a basic scripts for info collection or simple configuration to complicated logic, which takes into account exiting environment and is integrated with your other OSS/BSS, is one of the key skills, what allows you to build a successful career in the constantly changing network field.

We have created a new training, which is focused only on the Nornir Continue reading

Is Computing A Right?

Recently, the idea of a cloud computing service delivered as a public utility was pitched to me. The idea was that computing power made available to those who would otherwise be unable to afford it would be a societal good. For example, imagine an academic group that needs compute for a research project. Or municipalities that would benefit their citizenry by leveraging a cloud-as-utility.

The post Is Computing A Right? appeared first on Packet Pushers.

The History of the Cisco TAC

The Cisco Technical Assistance Center, or TAC, was as responsible for the growth of computer networking as any technology or other organization. TAC trained the first generation of network engineers, both inside Cisco and out, creating a critical mass of talent that spread out into the networking world, created a new concept of certifications, and set a standard that every other technical support organization has sought to live up to since. Join Joe Pinto, Phil Remaker, Alistair Woodman, Donald Sharp, and Russ White as we dive into the origins of TAC.

download

Survey: Native SD-WAN monitoring tools are not enough

(Editor’s note: A recent Enterprise Management Associates survey of 303 WAN managers found that native monitoring is an important factor in choosing SD-WAN products, but many respondents say additional third-party monitoring tools are also needed. This article by EMA Vice President of Research Networking Shamus McGillicuddy explores some of the survey results  included in the report “Enterprise WAN Transformation: SD-WAN, SASE, and the Pandemic” that is based on the survey.)To read this article in full, please click here

Lessons Learned From A Regional Provider Network

Running and building a regional provider network is a challenging proposition. When your network is your profit center, every decision is made through a different lens. Add a global pandemic on top and you’re certainly going to walk away with a few lessons learned. In this episode we talk with Marek Isalski about his experiences building and operating a regional provider network in the UK.

Show Notes

    • Faelix Overview 
      • How did Faelix get started?
      • What services does Faelix offer?
      • How many people are on your team?
    • Move from Mikrotik to VyOS
      • Motivated by a few factors, including CVE-2018-19299
    • Using NetBox as a single source of truth
      • How do we do logical topology stuff, like OSPF, BGP, in netbox?
      • Have open-sourced our project for mixing saltstack + netbox + vyos
    • Recent bugs encountered:
      • FRR (RPKI crash in early 2020)
      • FRR (ospfv3 crash in late 2020)
      • Intel i40e NIC drivers (late 2020)
    • Standing up three new POPs in the height of travel restrictions of 2020
    • Presentations/Recordings
      • UKNOF:
      • NetMCR: Networkers in & around the Manchester
      • etc…

Links

Marek Isalski
Guest
Tony Efantis
Host
Jordan Martin
Host

Outro Music:
Danger Storm Kevin MacLeod (incompetech.com)
Continue reading

How to manage your power bill while adopting AI

Artificial intelligence (AI) and machine learning (ML) can be invaluable tools to spur innovation, but they have different management requirements than typical enterprise IT applications that run at moderate CPU and memory utilization rates. Because AI and ML tend to run intense calculations at very high utilization rates, power and cooling costs can consume a higher proportion of the budget than an IT group might expect.It's not a new problem, but the impact is intensifying.As more CPU-heavy applications such as data warehousing and business intelligence became prevalent, IT was often oblivious to the electric bill it was racking up – particularly since the bill usually goes to the ops department, not IT.To read this article in full, please click here

How to manage your power bill while adopting AI

Artificial intelligence (AI) and machine learning (ML) can be invaluable tools to spur innovation, but they have different management requirements than typical enterprise IT applications that run at moderate CPU and memory utilization rates. Because AI and ML tend to run intense calculations at very high utilization rates, power and cooling costs can consume a higher proportion of the budget than an IT group might expect.It's not a new problem, but the impact is intensifying.As more CPU-heavy applications such as data warehousing and business intelligence became prevalent, IT was often oblivious to the electric bill it was racking up – particularly since the bill usually goes to the ops department, not IT.To read this article in full, please click here

Repost: VMware Fault Tolerance Woes

I always claimed that VMware Fault Tolerance makes no sense. After all, the only thing it does is protect a VM against a server hardware failure… in the world where software crashes are way more common, and fat fingers cause most of the outages.

But wait, it gets worse, the whole thing is incredibly complex – you might like this description Minh Ha left as a comment to my Fifty Shades of High Availability blog post.

Repost: VMware Fault Tolerance Woes

I always claimed that VMware Fault Tolerance makes no sense. After all, the only thing it does is protect a VM against a server hardware failure… in the world where software crashes are way more common, and fat fingers cause most of the outages.

But wait, it gets worse, the whole thing is incredibly complex – you might like this description Minh Ha left as a comment to my Fifty Shades of High Availability blog post.

Add Stimulus JS to a Rails 6 app

Stimulus JS is a "A modest JavaScript framework for the HTML you already have." The aim of the project is to sprinkle your webapp with Javascript to load dynamic content as opposed to building your entire frontent with JS. In this post I will cover the process of installing and ...