Author name: Andrew Walding

My short bio can be viewed here: https://www.evernote.com/l/AKglxPOzlV9E7LHKvPsGzgs-SY3McII8E24

Implementing AI in Network Automation While Maintaining Human Expertise

As a follow on to my article on whether AI can be used in Networking, this post dives in deeper to a question of will humans still be involved? And if so, how do we upskill that human expertise? To successfully integrate AI into network automation while ensuring human expertise is maintained, organizations and IT […]

Implementing AI in Network Automation While Maintaining Human Expertise Read More »

An update on QUIC Adoption and traffic levels

Back in 2018 (I think) I was becoming increasingly aware of the QUIC protocol in my and other’s packet captures and I immediately dug in and wrote about it. As of recent data (now Feb 2025), QUIC (Quick UDP Internet Connections) is experiencing significant adoption across the internet. Websites have implemented QUIC, with HTTP/3—built upon

An update on QUIC Adoption and traffic levels Read More »

An Example of AI being used in Network Certification Training

Before I provide the example, let’s be straight up about AI.  Relying on AI for everything is problematic because it diminishes human critical thinking, introduces biases, and creates dependency on automation that may not always be reliable. While AI excels at processing vast amounts of data and automating tasks, it lacks intuition, ethical reasoning, and

An Example of AI being used in Network Certification Training Read More »

smalllinux

A Better Linux Resource Monitor

What is btop? btop (aka btop++) is a modern and visually appealing resource monitoring tool for Linux and other operating systems. It is part of the bpytop family, created by the same developer, and is written in C++ for performance and efficiency. Like htop, btop provides detailed information about system resources, including CPU, memory, disk

A Better Linux Resource Monitor Read More »

What is the ‘nslookup’ command, and how can I use it?

The nslookup command is a built-in network administration tool available on Windows, macOS, and many Linux distributions. It is used to query DNS servers to retrieve information about domain names, IP addresses, and DNS records. Basic Syntax: nslookup [hostname] [DNS server] Components: Common Use Cases: Example Output: Query a Domain: nslookup example.com Output: Server: dns.googleAddress:

What is the ‘nslookup’ command, and how can I use it? Read More »

What is the ‘dig’ command, and how can I use it?

The dig command, short for “Domain Information Groper,” in Linux or MacOS is a command-line tool used to query Domain Name System (DNS) servers. The command is a lot like nslookup, but at the same time it is different. If you are a Windows user, you have to use nslookup. For a reference on nslookup

What is the ‘dig’ command, and how can I use it? Read More »

Scroll to Top