The post Tier 1 Carriers Performance Report: October, 2022 appeared first on Noction.
The big three features of the netlab release 1.4.0 are:
We also added tons of new functionality, including:
The big three features of the netlab release 1.4.0 are:
We also added tons of new functionality, including:
Floating point can be tricky. You can’t really check for equality, and
with IEEE 754 you have a bunch of fun things like values of not a
number, infinities, and positive and negative zero.
But integers are simple, right? Nope.
I’ll use “integers” to refer to all integer types. E.g. C’s int,
unsigned int, gid_t, size_t, ssize_t, unsigned long long, and Java’s
int, Integer, etc…
Let’s list some problems:
Casting an integer from one type to another changes three things:
The first is obvious, and is even safe for the language to do implicitly. Why even bother telling the human that a conversion was done?
But think about the other two for a minute. Is there any reason that you want your Continue reading
November update on upcoming shows and training. My upcoming training on Safari Books Online is here.
Mark Seery wrote a fantastic must-read article explaining why routing will never be a solved problem.
You might want to enjoy it as a relaxing antidote after a painful exposure to SD-WAN (or SD-something-else) brainwashing.
Mark Seery wrote a fantastic must-read article explaining why routing will never be a solved problem.
You might want to enjoy it as a relaxing antidote after a painful exposure to SD-WAN (or SD-something-else) brainwashing.
< MEDIUM: https://towardsaws.com/transit-gateway-a-one-stop-shop-e520d2f0afe3 >
I like Transit Gateway on so many levels, truly an NG service integrating many different points of ingress in a way with VPCs

Scenario 1 — Connect your VPCs
Interconnecting VPCs’s typically done through VPC-Peering, now while that is still valid you can easily interconnect VPCs through the transit gateway attachments feature, while VPC peering does only well VPC, transit gateway can connect VPCs, DX-Gateways and you can terminate IPSEC-VPN’s directly onto the transit gateway.
Information on how applications are identified by App-ID and following sessions and traffic flows through the firewall using the CLI.
Gone are the days when the data centers had a relatively simple network with VLANs, core switches, and a few firewalls. The network rarely changed. When a change was needed, someone who knew the network like the back of their hand had to configure those changes device per device, config line per config line. Nowadays […]
The post An Introduction To Data Center Network Automation: An Onion-Based Architecture appeared first on Packet Pushers.
Today on Heavy Networking we have a round-table discussion about Data Processing Units (DPUs). These devices let you bring networking, security, and storage capabilities closer to server workloads without burdening server CPUs. Guests Pete Lumbis and Aaron Glenn help us dissect DPUs, identify use cases, discuss adoption and operational challenges, and more.
The post Heavy Networking 654: What’s Up With DPUs? appeared first on Packet Pushers.