Operations 10 min read

Understanding ByteDance (Douyin) Data Center Bandwidth and Server Scale

This article explains how ByteDance's Douyin platform achieves massive concurrent user capacity by operating data centers with multi‑terabit outbound bandwidth, extensive server fleets, CDN acceleration, and dual‑link designs, providing a technical overview of its infrastructure and bandwidth estimates.

Selected Java Interview Questions
Selected Java Interview Questions
Selected Java Interview Questions
Understanding ByteDance (Douyin) Data Center Bandwidth and Server Scale

Click the blue text above “Java Interview Questions Selected” to follow!

Recently I saw an interesting question: how large is Douyin's server bandwidth, and why can it support so many concurrent users? Today I will explain.

Douyin, Baidu, Alibaba Cloud, and Tencent all operate their own data centers with T‑level outbound bandwidth (total outbound bandwidth), meaning up to 1 TB = 1024 GB/s, and each has more than 200,000 servers, with Alibaba Cloud exceeding 1 million.

ByteDance's total data center bandwidth is likely around the 10 TB level, and is expected to exceed 15 TB soon.

Typically, a total outbound bandwidth of 1 TB may correspond to an actual data‑center outbound bandwidth of about 100 GB, achieved through dual (or multiple) link designs that dynamically share traffic, allowing the aggregate to reach the terabit level.

To support hundreds of millions of simultaneous users, TB‑level bandwidth, CDN acceleration, multi‑node deployment, and load balancing are all essential.

Server count at ByteDance:

In early 2017, there were 20‑30 k servers, mainly rented.

In 2018, ByteDance built its own data center in Hebei Huailai, with Phase 1 housing 50 k servers and Phase 2 90 k servers.

By the end of 2018, the combined rented and self‑built fleet reached 170 k servers.

According to a 2020 recruitment announcement, ByteDance operated 420 k servers, a 1.5× increase from 2018.

These servers primarily serve the Chinese market (Douyin, Xigua Video, Jinri Toutiao, Feishu, etc.).

In the United States, TikTok operates independently, with data stored and delivered locally; by 2020 it rented nearly 100 k servers.

Business Insider reported that in early 2020 ByteDance rented a data center in northern Virginia with a power consumption of 53 MW, capable of housing hundreds of thousands of servers over tens of thousands of square feet.

TikTok also invests in data centers in India and Singapore.

Typical outbound bandwidth for a small IDC is around 5 G; anything above 30 G indicates a sizable enterprise.

Many enterprises now use cloud hosts (Alibaba Cloud ECS, Tencent Cloud, Baidu Cloud, AWS) instead of building their own data centers.

A typical corporate website might run on a 20 M bandwidth, 4 G RAM, 100 G storage server costing a few thousand yuan per year.

Increasing bandwidth is often more expensive than adding memory or storage.

China Mobile's data center in Shijiazhuang (174 mu, 130,000 m²) plans 10 buildings, offering about 30,000 rack units and 15 T of bandwidth.

Estimating from this, 30 k racks could host 210‑360 k servers; using an average of 300 k servers yields 7‑10 TB of outbound bandwidth for ByteDance's self‑built fleet.

Dual‑exit traffic designs and multiple links can achieve an effective outbound bandwidth of 800 G‑1 T, resulting in roughly 10 TB total.

In 2009, Shanghai's total outbound bandwidth was only 1.14 TB; a decade later, a single enterprise data center can exceed 1 TB.

CDN acceleration makes Douyin video playback smooth for hundreds of millions of daily active users.

CDN (Content Delivery Network) pushes content to edge nodes close to users, reducing latency and network congestion.

In simple terms, CDN compresses pages into static files for fast delivery, allowing users to see content within 2 seconds.

Dynamic video streams are routed via intelligent paths, with protocol optimizations, long‑connection handling, and compression to remove redundancy.

Thus, ByteDance's overall server bandwidth is roughly 10 TB, supporting about 800 million daily active users across Douyin, Xigua Video, and Jinri Toutiao.

Such massive bandwidth and technical capability enable smooth video streaming for users.

Source: Internet

Backend Exclusive Technical Group

We build a high‑quality technical community; developers, recruiters, and anyone interested are welcome to join and share opportunities.

Civilized discussion, focusing on technical exchange , job referrals , and industry discussion .

Advertisements are prohibited; do not trust private messages to avoid scams.

Add me as a friend and I will invite you to the group.

operationscdndata centerByteDanceBandwidthServer Scale
Selected Java Interview Questions
Written by

Selected Java Interview Questions

A professional Java tech channel sharing common knowledge to help developers fill gaps. Follow us!

0 followers
Reader feedback

How this landed with the community

login Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.