Tagged articles
61 articles
Page 1 of 1
dbaplus Community
dbaplus Community
May 10, 2026 · Operations

How a Single FFmpeg Command Can Cut CDN Video Bandwidth Costs by 90%

An investigation revealed that a 1 GB MP4 video streamed to 2,500 users consumed 120 TB of CDN bandwidth because the file’s moov box was placed at the end and the audio‑video tracks were poorly interleaved, causing thousands of HTTP 206 range requests; moving the moov box to the file header with a simple ffmpeg command eliminated the excess requests and reduced bandwidth usage to the video’s actual size.

CDNbandwidthfaststart
0 likes · 12 min read
How a Single FFmpeg Command Can Cut CDN Video Bandwidth Costs by 90%
IT Services Circle
IT Services Circle
Nov 16, 2025 · Fundamentals

Why Optical Communication Beats Electrical: Speed, Latency, Power, Cost & Security

This article explains how optical communication outperforms traditional electrical transmission by offering dramatically higher bandwidth, lower latency, reduced power consumption, stronger interference immunity, lower cost, and enhanced security, all rooted in the physics of light and modern fiber‑optic technologies.

Latencybandwidthcost efficiency
0 likes · 8 min read
Why Optical Communication Beats Electrical: Speed, Latency, Power, Cost & Security
Efficient Ops
Efficient Ops
Sep 1, 2025 · Operations

Inside ByteDance’s Massive Server Fleet and TB‑Level Bandwidth

This article examines ByteDance’s enormous server inventory and data‑center export bandwidth, explaining how T‑level (terabit) connections, dual‑link designs, CDN acceleration, and global data‑center deployments enable billions of users to stream content simultaneously.

ByteDanceCDNbandwidth
0 likes · 8 min read
Inside ByteDance’s Massive Server Fleet and TB‑Level Bandwidth
MaGe Linux Operations
MaGe Linux Operations
Aug 9, 2025 · Operations

Boost Linux Network Bandwidth & Slash Latency with Proven Tuning Techniques

This article explains how operations engineers can dramatically improve Linux network performance by understanding key metrics and applying practical tuning methods—such as adjusting TCP windows, enabling TCP Fast Open, switching to BBR, optimizing kernel parameters, using high‑performance NICs, zero‑copy transfers, load balancing, and monitoring tools—to increase bandwidth and reduce latency for high‑concurrency and real‑time applications.

LatencyLinuxOperations
0 likes · 11 min read
Boost Linux Network Bandwidth & Slash Latency with Proven Tuning Techniques
Top Architecture Tech Stack
Top Architecture Tech Stack
May 22, 2025 · Operations

Understanding the Bandwidth and Server Scale of Douyin (TikTok) Data Centers

This article explains how Douyin (TikTok) and other major Chinese platforms achieve massive concurrent usage by operating data centers with hundreds of thousands of servers, employing terabit-level outbound bandwidth, dual‑link designs, CDN acceleration, and multi‑node load balancing, and provides estimates of server counts and bandwidth capacities.

CDNDouyinServer Scale
0 likes · 8 min read
Understanding the Bandwidth and Server Scale of Douyin (TikTok) Data Centers
FunTester
FunTester
May 15, 2025 · Operations

Uncovering the Eight Hidden Pitfalls That Can Crash Your Distributed System

This article dissects the classic Eight Fallacies of Distributed Computing, explaining each mistaken assumption about network reliability, latency, bandwidth, security, topology, administration, cost, and homogeneity, and provides real‑world case studies and practical recommendations to help engineers design more resilient distributed systems.

Distributed SystemsFallaciesLatency
0 likes · 16 min read
Uncovering the Eight Hidden Pitfalls That Can Crash Your Distributed System
Radish, Keep Going!
Radish, Keep Going!
Jan 6, 2025 · Information Security

How Much Data Does a Simple HTTPS Request Actually Transfer?

Using a local Go server and Wireshark, the author measured that a basic HTTPS request transmits 2,164 bytes—about ten times more than an equivalent HTTP request—revealing the bandwidth impact of TLS handshakes and suggesting when HTTP may be preferable for internal, non‑sensitive traffic.

GoHTTPSTLS
0 likes · 4 min read
How Much Data Does a Simple HTTPS Request Actually Transfer?
macrozheng
macrozheng
Nov 5, 2024 · Information Security

How TLS Handshake Makes a Tiny GET Request Eat 1.68KB and How to Cut Bandwidth

After discovering that a simple GET request consumes 1.68 KB due to the TLS handshake, the article explains the handshake’s components, calculates the resulting bandwidth demand, and demonstrates how switching to HTTP or enabling Keep‑Alive can dramatically reduce traffic and server load in high‑concurrency scenarios.

HTTPHTTPSKeep-Alive
0 likes · 5 min read
How TLS Handshake Makes a Tiny GET Request Eat 1.68KB and How to Cut Bandwidth
Architects' Tech Alliance
Architects' Tech Alliance
Oct 17, 2024 · Industry Insights

GDDR vs HBM: Choosing the Right GPU Memory in 2024

This article explains the technical differences between GDDR and HBM GPU memory, compares their bandwidth, cost, and use‑case scenarios, and helps engineers decide which memory type best fits their performance and efficiency requirements.

GDDRGPU MemoryGraphics
0 likes · 8 min read
GDDR vs HBM: Choosing the Right GPU Memory in 2024
Architecture Digest
Architecture Digest
Oct 14, 2024 · Information Security

Understanding TLS Handshake Overhead and Bandwidth Impact in High‑Concurrency Services

The article analyzes why a high‑concurrency data‑collection service quickly saturates a 100 Mbps uplink due to large TLS handshake payloads, demonstrates the bandwidth savings of switching to plain HTTP or using Keep‑Alive, and highlights practical considerations for secure versus performance‑optimized deployments.

HTTPSHandshakeKeep-Alive
0 likes · 4 min read
Understanding TLS Handshake Overhead and Bandwidth Impact in High‑Concurrency Services
Liangxu Linux
Liangxu Linux
Sep 7, 2024 · Operations

How to Use iPerf for Accurate Server-to-Server Bandwidth Testing

This guide explains how to prepare source and target servers, install iPerf, run it in server and client modes on Windows (or Linux), and use specific commands to measure TCP bandwidth, UDP jitter, packet loss, and network latency, including required firewall and security‑group settings.

LinuxTCPUDP
0 likes · 4 min read
How to Use iPerf for Accurate Server-to-Server Bandwidth Testing
Liangxu Linux
Liangxu Linux
Aug 14, 2024 · Operations

How to Use iPerf for Accurate Network Bandwidth and Latency Testing

This guide walks you through preparing the environment, installing iPerf on Windows or Linux servers, running it in server and client modes, testing TCP and UDP performance, measuring latency with ping, and checking all available options to ensure reliable network bandwidth and latency measurements.

LatencyLinuxTCP
0 likes · 5 min read
How to Use iPerf for Accurate Network Bandwidth and Latency Testing
Liangxu Linux
Liangxu Linux
Jun 17, 2024 · Fundamentals

Understanding the Four Key Network Performance Metrics: Bandwidth, Latency, Jitter, and Packet Loss

The article explains the four essential network performance indicators—bandwidth, latency, jitter, and packet loss—defining each term, describing how they are measured, illustrating their impact with examples, and clarifying related concepts such as bits versus bytes, processing, queueing, transmission, and propagation delays.

LatencyPacket LossThroughput
0 likes · 7 min read
Understanding the Four Key Network Performance Metrics: Bandwidth, Latency, Jitter, and Packet Loss
Cognitive Technology Team
Cognitive Technology Team
May 15, 2024 · Fundamentals

The Fallacies of Distributed Systems: Understanding Common Network Assumptions

This article revisits the classic “Fallacies of Distributed Systems” introduced by Peter Deutsch, explaining why assumptions such as reliable networks, zero latency, infinite bandwidth, secure and homogeneous communication are false, and offering practical strategies like retries, caching, batching, and security‑first design to build robust distributed applications.

Distributed SystemsFallaciesLatency
0 likes · 4 min read
The Fallacies of Distributed Systems: Understanding Common Network Assumptions
Architecture Digest
Architecture Digest
Feb 27, 2024 · Operations

How Large Is ByteDance’s Server Infrastructure and Bandwidth?

The article explains ByteDance’s massive data‑center fleet, detailing server counts from 2017 to 2020, estimating total outbound bandwidth in the multi‑terabit range, and describing how CDN, load‑balancing, and multi‑link designs enable billions of users to stream videos simultaneously.

ByteDancebandwidthdata center
0 likes · 7 min read
How Large Is ByteDance’s Server Infrastructure and Bandwidth?
Liangxu Linux
Liangxu Linux
Nov 19, 2023 · Fundamentals

What’s the Real Difference Between Bandwidth and Broadband? A Complete Guide

This article explains the technical distinction between bandwidth and broadband, shows how to convert bandwidth to download speed, clarifies upstream and downstream rates, discusses server bandwidth usage, and compares private and public IP addresses with practical examples and calculations.

Downloadbandwidthbroadband
0 likes · 15 min read
What’s the Real Difference Between Bandwidth and Broadband? A Complete Guide
Open Source Linux
Open Source Linux
Jun 5, 2023 · Operations

Mastering iperf: Install, Configure, and Run TCP/UDP Bandwidth Tests

This guide explains how to install iperf on Windows and Linux, configure it for TCP and UDP bandwidth testing, adjust UDP buffer settings, and interpret the resulting performance metrics, providing practical command examples and visual output for accurate network performance analysis.

LinuxTCPUDP
0 likes · 8 min read
Mastering iperf: Install, Configure, and Run TCP/UDP Bandwidth Tests
21CTO
21CTO
Sep 12, 2022 · Operations

How 50 Years of Network Evolution Are Shaping the Internet’s Future

This article reviews the dramatic shift from the massive, expensive mainframes of 1972 to today’s edge‑centric, high‑capacity, low‑latency internet, explaining how larger bandwidth, faster protocols, cheaper infrastructure, and better security have driven the evolution and what this means for the next half‑century of networking.

CDNFuture TrendsInternet infrastructure
0 likes · 22 min read
How 50 Years of Network Evolution Are Shaping the Internet’s Future
Architects' Tech Alliance
Architects' Tech Alliance
Jul 22, 2022 · Industry Insights

What to Expect from PCIe 7.0: 512 GB/s Bandwidth and Future Challenges

PCI‑SIG’s upcoming PCIe 7.0 specification, due in 2025, promises a raw 128 GT/s per lane and up to 512 GB/s bidirectional throughput on an x16 link, while introducing PAM4 signaling, shorter trace lengths, higher‑cost motherboards, and a roadmap that pushes market adoption to around 2028 for SSDs, GPUs and other devices.

High-speed interconnectIndustry standardsPAM4 signaling
0 likes · 8 min read
What to Expect from PCIe 7.0: 512 GB/s Bandwidth and Future Challenges
Programmer DD
Programmer DD
Dec 2, 2021 · Operations

Mastering QoS: How to Ensure Reliable Network Performance for Voice, Video, and Data

Quality of Service (QoS) allocates limited bandwidth among diverse network traffic, guaranteeing end‑to‑end performance for real‑time applications like voice and video, while explaining key metrics, service models, and practical deployment scenarios such as enterprise office, streaming, and hierarchical QoS solutions.

LatencyQoSTraffic Shaping
0 likes · 15 min read
Mastering QoS: How to Ensure Reliable Network Performance for Voice, Video, and Data
Architects' Tech Alliance
Architects' Tech Alliance
Nov 7, 2021 · Fundamentals

Understanding QoS Technology: Principles, Metrics, Service Models, and Enterprise Applications

This article explains the origins of QoS, its key performance metrics such as bandwidth, latency, jitter and packet loss, compares the Best‑Effort, IntServ and DiffServ service models, and describes how DiffServ components are deployed in enterprise networks to manage traffic and improve service quality.

LatencyNetworkingPacket Loss
0 likes · 15 min read
Understanding QoS Technology: Principles, Metrics, Service Models, and Enterprise Applications
Liangxu Linux
Liangxu Linux
Sep 28, 2021 · Operations

Top Linux CLI Tools for Real‑Time Network Bandwidth Monitoring

This article surveys a collection of Linux command‑line utilities that can monitor overall, per‑interface, per‑socket, and per‑process network bandwidth, explaining how each tool works, what data it reports, and how to install it on major distributions.

LinuxNetwork MonitoringOperations
0 likes · 10 min read
Top Linux CLI Tools for Real‑Time Network Bandwidth Monitoring
Liangxu Linux
Liangxu Linux
Aug 8, 2021 · Operations

Essential Linux Command‑Line Tools for Monitoring Network Bandwidth

This article introduces a collection of Linux command‑line utilities—such as nload, iftop, iptraf, nethogs, bmon, and many others—that can monitor overall and per‑process network bandwidth, explain their measurement methods, and provide installation instructions for major distributions.

LinuxNetwork MonitoringSystem Administration
0 likes · 10 min read
Essential Linux Command‑Line Tools for Monitoring Network Bandwidth
Open Source Linux
Open Source Linux
Jul 29, 2021 · Operations

Top 18 Linux Command-Line Tools to Monitor Network Bandwidth

This guide reviews a collection of Linux command-line utilities that let you track overall and per‑process network bandwidth, display inbound and outbound traffic separately, and generate real‑time or historical usage reports, helping administrators quickly identify bandwidth‑heavy processes.

LinuxNetwork MonitoringSystem Administration
0 likes · 12 min read
Top 18 Linux Command-Line Tools to Monitor Network Bandwidth
Programmer DD
Programmer DD
Jun 27, 2021 · Operations

How ByteDance Powers Billions with Multi‑Terabit Data Center Bandwidth

The article examines how ByteDance, Douyin, TikTok and other Chinese tech giants operate massive data centers with terabit‑level outbound bandwidth, millions of servers, and extensive CDN and load‑balancing architectures to support hundreds of millions of concurrent users.

ByteDanceCDNOperations
0 likes · 9 min read
How ByteDance Powers Billions with Multi‑Terabit Data Center Bandwidth
Java High-Performance Architecture
Java High-Performance Architecture
Jun 18, 2021 · Operations

How TikTok Handles Hundreds of Millions of Users: Inside Its Massive Bandwidth

The article explores how TikTok (Douyin) and its parent company ByteDance operate massive data centers with terabit‑level outbound bandwidth, thousands of servers, CDN acceleration, and multi‑link designs to support hundreds of millions of concurrent users, detailing server counts, bandwidth estimates, and the underlying networking technologies.

ByteDanceCDNData Centers
0 likes · 9 min read
How TikTok Handles Hundreds of Millions of Users: Inside Its Massive Bandwidth
Open Source Linux
Open Source Linux
May 18, 2021 · Operations

How Much Bandwidth Do ByteDance’s Data Centers Actually Have?

This article examines the massive scale of ByteDance’s data centers, detailing server counts, outbound bandwidth estimates, dual‑link designs, and the role of CDN acceleration in delivering smooth video experiences to hundreds of millions of daily users.

ByteDanceCDNInfrastructure
0 likes · 8 min read
How Much Bandwidth Do ByteDance’s Data Centers Actually Have?
Architects Research Society
Architects Research Society
Oct 18, 2020 · Operations

Top Salesforce Performance Issues and How to Mitigate Them

The article outlines five common performance problems affecting Salesforce SaaS deployments—location latency, bandwidth competition from multimedia traffic, low‑quality bandwidth, ineffective caching, and heavy plugin usage—and provides practical mitigation strategies for IT teams to ensure reliable user experiences.

PluginsSaaSSalesforce
0 likes · 9 min read
Top Salesforce Performance Issues and How to Mitigate Them
Liangxu Linux
Liangxu Linux
Aug 30, 2020 · Fundamentals

What’s the Real Difference Between Bandwidth and Broadband? A Complete Guide

This article explains the technical distinction between bandwidth and broadband, shows how to convert bandwidth to download speed, clarifies the relationship among bandwidth, network speed, and traffic, and details upstream/downstream bandwidth, server bandwidth, and the differences between private and public IP addresses.

IP addressbandwidthbroadband
0 likes · 15 min read
What’s the Real Difference Between Bandwidth and Broadband? A Complete Guide
Open Source Tech Hub
Open Source Tech Hub
May 9, 2020 · Operations

How to Optimize NGINX Settings to Slash Bandwidth Usage

This guide explains how to enable gzip compression, set cache headers, activate HTTP/2, fine‑tune logging, and apply rate‑limiting in NGINX to dramatically reduce bandwidth consumption while improving site performance and server efficiency.

HTTP2Nginxbandwidth
0 likes · 8 min read
How to Optimize NGINX Settings to Slash Bandwidth Usage
MaGe Linux Operations
MaGe Linux Operations
Oct 27, 2018 · Operations

Top 18 Linux Command-Line Tools to Monitor Network Bandwidth

This article introduces a curated list of Linux command-line utilities for monitoring network usage, detailing each tool's functionality, installation commands across major distributions, and usage examples, enabling users to track overall bandwidth, per‑process traffic, and socket‑level statistics efficiently.

LinuxNetwork MonitoringSystem Administration
0 likes · 18 min read
Top 18 Linux Command-Line Tools to Monitor Network Bandwidth
Tencent Architect
Tencent Architect
Nov 13, 2017 · Artificial Intelligence

Survey of Bandwidth Optimization Techniques in AI Accelerators

This article reviews various architectural strategies—including streaming processing, on‑chip memory optimization, bit‑width compression, sparsity techniques, on‑chip models with chip‑level interconnects, and emerging technologies such as binary networks, memristors, and HBM—to alleviate bandwidth bottlenecks in FPGA/ASIC/TPU AI accelerators.

AIASICAccelerators
0 likes · 20 min read
Survey of Bandwidth Optimization Techniques in AI Accelerators
MaGe Linux Operations
MaGe Linux Operations
Aug 7, 2016 · Operations

How to Test Your Internet Speed on Linux with Speedtest‑CLI

This guide explains why traditional Speedtest.net requires a graphical interface, introduces the command‑line tool speedtest‑cli, and provides step‑by‑step instructions for installing it on Linux, running basic tests, sharing results, listing servers, and selecting specific servers for precise bandwidth measurements.

Linuxbandwidthnetwork testing
0 likes · 4 min read
How to Test Your Internet Speed on Linux with Speedtest‑CLI