Sản phẩm & thuật ngữ Products & terms
53 trang giải thích cho người mới — từ DNS, Workers, WAF đến Zero Trust. Mỗi trang có sơ đồ minh họa từ tài liệu chính thức Cloudflare khi có. 53 beginner-friendly pages — from DNS, Workers, and WAF to Zero Trust. Each includes official Cloudflare diagrams when available.
Nền tảng Foundations
- DNS DNS
DNS là hệ thống ánh xạ domain name đến server hoặc service phía sau. Hệ thống ánh xạ tên miền tới server hoặc dịch vụ phía sau. Trên Cloudflare, bạn quản lý bản ghi DNS và có thể bật proxy (đám mây cam) để traffic đi qua edge. DNS maps a domain name to the server or service behind it. Maps domain names to servers or services. On Cloudflare you manage DNS records and can enable the proxied (orange cloud) mode so traffic flows through the edge.
Đọc giải thích → Read explainer → - Edge Edge
Edge là lớp xử lý của Cloudflare gần user. Security checks, caching, routing và compute có thể diễn ra tại đây. Lớp xử lý gần người dùng (hàng trăm thành phố). Kiểm tra bảo mật, cache, Workers và routing có thể chạy tại đây thay vì chỉ ở data center của bạn. The edge is where Cloudflare processes traffic close to users. Security checks, caching, routing, and compute can happen here. Processing close to users (hundreds of cities). Security checks, cache, Workers, and routing can run here instead of only in your data center.
Đọc giải thích → Read explainer → - Origin Origin
Origin là server, application, storage hoặc backend mà Cloudflare bảo vệ hoặc kết nối đến. Server, ứng dụng, bucket hoặc backend mà Cloudflare bảo vệ, tăng tốc hoặc kết nối tới (VPS, cloud, on-prem, Workers là origin cho Pages Functions, v.v.). Origin is the server, application, storage, or backend that Cloudflare protects or connects to. The server, app, bucket, or backend Cloudflare protects, accelerates, or connects to (VPS, cloud, on-prem; Workers can be origin for Pages Functions, etc.).
Đọc giải thích → Read explainer → - Proxy (orange cloud) Proxy (orange cloud)
Khi một DNS record được proxy qua Cloudflare, traffic sẽ đi qua Cloudflare trước khi đến origin để áp dụng security/performance/routing/visibility. Khi bản ghi được proxy, mọi request HTTP/S đi qua Cloudflare trước origin — cho phép WAF, cache, routing và analytics mà không đổi IP origin công khai. When a DNS record is proxied through Cloudflare, traffic goes through Cloudflare before the origin so Cloudflare can apply security, performance, routing, and visibility. When a record is proxied, HTTP/S requests hit Cloudflare before the origin — enabling WAF, cache, routing, and analytics without exposing the origin IP.
Đọc giải thích → Read explainer →
Compute Compute
- Browser Rendering Browser Rendering
Headless browser tại edge — screenshot, PDF, scrape, test UI mà không tự host Chrome. Headless browsers at the edge — screenshots, PDFs, scraping, UI tests without hosting Chrome yourself.
Đọc giải thích → Read explainer → - Cloudflare for Platforms Cloudflare for Platforms
Cho phép khách hàng của bạn chạy script/tenant trên Workers (multi-tenant SaaS). Let your customers run scripts/tenants on Workers (multi-tenant SaaS).
Đọc giải thích → Read explainer → - Containers Containers
Chạy container image trên nền Workers — dùng khi cần runtime hoặc dependency không gói gọn trong isolate Workers. Run container images on the Workers platform — when you need runtimes or deps that do not fit a Workers isolate.
Đọc giải thích → Read explainer → - Durable Objects Durable Objects
Durable Objects dùng cho state nhất quán theo entity (chat room, session, counter, coordination). State có singleton/coordination (chat room, game session, rate limit toàn cục). Mỗi object có storage SQLite và WebSocket. Durable Objects provide consistent per-entity state for coordination (chat rooms, sessions, counters). Stateful coordination (chat rooms, game sessions, global rate limits). Each object has SQLite storage and WebSockets.
Đọc giải thích → Read explainer → - Pages Pages
Pages là nền tảng deploy website và full-stack application trên Cloudflare. Deploy site tĩnh và full-stack (Astro, React, v.v.) kèm Pages Functions. Phù hợp frontend + API nhẹ; CI từ Git. Pages is Cloudflare’s platform for deploying websites and full-stack applications. Deploy static sites and full-stack apps (Astro, React, etc.) with Pages Functions. Great for frontends and light APIs; Git CI.
Đọc giải thích → Read explainer → - Queues Queues
Hàng đợi message giữa Workers — xử lý bất đồng bộ, retry, tách producer/consumer. Message queues between Workers — async processing, retries, producer/consumer separation.
Đọc giải thích → Read explainer → - Workers Workers
Worker là serverless code chạy trên Cloudflare, thường dùng để build API, middleware, edge logic hoặc backend nhẹ. Hàm serverless chạy tại edge: API, middleware, rewrite request, cron, webhook. Ngôn ngữ JS/TS/Wasm; binding tới KV, D1, R2, AI. A Worker is serverless code on Cloudflare, used for APIs, middleware, edge logic, or lightweight backends. Edge serverless functions: APIs, middleware, request rewrites, cron, webhooks. JS/TS/Wasm; bindings to KV, D1, R2, AI.
Đọc giải thích → Read explainer → - Workflows Workflows
Workflows orchestrate job nhiều bước, durable trên Cloudflare — phù hợp pipeline dài hơn một request. Điều phối bước dài hạn, durable (human-in-the-loop, chờ API, retry có trạng thái). Workflows orchestrate multi-step durable jobs on Cloudflare — for pipelines longer than one request. Long-running, durable orchestration (human-in-the-loop, waiting on APIs, stateful retries).
Đọc giải thích → Read explainer →
AI AI
- Agents Agents
Agents SDK giúp build trợ lý có state (chat, tools) trên Workers + Durable Objects. SDK xây agent có state, tool calling, WebSocket — chạy trên Workers + Durable Objects. The Agents SDK builds stateful assistants (chat, tools) on Workers + Durable Objects. SDK for stateful agents with tool calling and WebSockets — on Workers + Durable Objects.
Đọc giải thích → Read explainer → - AI Gateway AI Gateway
AI Gateway giúp quản trị calls tới AI providers (routing, caching, observability, cost). Lớp quản trị request tới nhiều provider (OpenAI, Anthropic, …): cache, log, rate limit, chi phí. AI Gateway governs AI calls (routing, caching, observability, cost). Govern requests to multiple providers (OpenAI, Anthropic, …): cache, logs, rate limits, cost.
Đọc giải thích → Read explainer → - AI Search AI Search
Tìm kiếm có ngữ nghĩa trên tài liệu/knowledge base đã index — bổ sung cho Vectorize + Workers AI. Semantic search over indexed docs/knowledge bases — complements Vectorize + Workers AI.
Đọc giải thích → Read explainer → - Sandbox SDK Sandbox SDK
Môi trường cách ly chạy code không tin cậy (agent chạy script user) an toàn trên Workers. Isolated environments for untrusted code (agents running user scripts) safely on Workers.
Đọc giải thích → Read explainer → - Vectorize Vectorize
Vectorize là vector database để làm semantic search/RAG trên nội dung học. Vector database cho RAG / semantic search — lưu embedding, query từ Workers AI hoặc model ngoài. Vectorize is a vector database for semantic search/RAG over your learning content. Vector database for RAG / semantic search — store embeddings, query from Workers AI or external models.
Đọc giải thích → Read explainer → - Workers AI Workers AI
Workers AI chạy inference (LLM/embeddings/vision) trên Cloudflare và tích hợp qua binding. Model inference (LLM, embedding, vision) qua binding Workers — trả tiền theo usage, chạy gần user. Workers AI runs inference (LLMs/embeddings/vision) on Cloudflare and integrates via bindings. Model inference (LLM, embeddings, vision) via Workers bindings — pay per use, runs near users.
Đọc giải thích → Read explainer →
Storage & Databases Storage & Databases
- D1 D1
D1 là database SQL (SQLite) serverless của Cloudflare, phù hợp lưu dữ liệu có schema và query. SQLite serverless, replicate globally — bảng quan hệ nhỏ/vừa, workshop signup, config app. D1 is Cloudflare’s serverless SQL (SQLite) database for schema-based data and queries. Serverless SQLite, globally replicated — small/medium relational data, signups, app config.
Đọc giải thích → Read explainer → - Hyperdrive Hyperdrive
Hyperdrive tăng tốc kết nối từ Workers tới Postgres/MySQL hiện có — giữ database bạn đang dùng. Tăng tốc kết nối tới Postgres/MySQL bên ngoài từ Workers — pooling và routing gần DB. Hyperdrive speeds Workers connections to your existing Postgres/MySQL — keep your current database. Accelerate external Postgres/MySQL from Workers — pooling and routing closer to the DB.
Đọc giải thích → Read explainer → - KV KV
KV là key-value storage phù hợp cho config, feature flags, cache nhẹ (không dùng cho transactional state). Key-value eventually consistent — feature flags, cache config, session nhẹ; đọc cực nhanh tại edge. KV is key-value storage for config, feature flags, and lightweight caching (not for transactional state). Eventually consistent key-value — feature flags, config cache, light sessions; very fast edge reads.
Đọc giải thích → Read explainer → - Pipelines Pipelines
Ingest và xử lý stream dữ liệu (logs, events) vào R2 hoặc warehouse. Ingest and process data streams (logs, events) into R2 or warehouses.
Đọc giải thích → Read explainer → - R2 R2
R2 là object storage dùng lưu files (PDF, slides, assets) với pattern download/caching tốt. Object storage (S3-compatible) — ảnh, backup, asset; egress miễn phí so với nhiều cloud khác. R2 is object storage for files (PDFs, slides, assets) with good download/caching patterns. S3-compatible object storage — images, backups, assets; no egress fees vs many clouds.
Đọc giải thích → Read explainer →
Media Media
- Images Images
Resize, format (WebP/AVIF), watermark qua URL hoặc API — không cần pipeline ảnh riêng trên origin. Resize, formats (WebP/AVIF), watermarks via URL or API — no separate image pipeline on origin.
Đọc giải thích → Read explainer → - Realtime Realtime
WebRTC SFU/TURN — gọi video, streaming tương tác độ trễ thấp mà không tự vận hành media server. WebRTC SFU/TURN — low-latency calls and interactive streaming without running your own media servers.
Đọc giải thích → Read explainer → - Stream Stream
Video on-demand và live — upload, encode, player embed; phân phối qua mạng Cloudflare. On-demand and live video — upload, encode, embeddable player; delivered on Cloudflare’s network.
Đọc giải thích → Read explainer →
Application Security Application Security
- API security API security
Tập hợp kiểm soát bảo vệ API: xác thực, rate limit, schema validation, bot management, logging. Controls that protect APIs: auth, rate limits, schema validation, bot management, logging.
Đọc giải thích → Read explainer → - API Shield API Shield
Schema validation, mTLS, discovery cho API — bảo vệ endpoint machine-to-machine. Schema validation, mTLS, API discovery — protect machine-to-machine endpoints.
Đọc giải thích → Read explainer → - Bots Bots
Bot traffic là traffic tự động. Bot protection phân biệt automation có ích và automation gây hại (scraping, spam, credential stuffing). Phân loại bot tốt/xấu, challenge, block scraping và credential stuffing. Bot traffic is automated traffic. Bot protection distinguishes useful automation from harmful automation (scraping, spam, credential stuffing). Classify good vs bad bots, challenges, block scraping and credential stuffing.
Đọc giải thích → Read explainer → - DDoS Protection DDoS Protection
DDoS protection giúp hấp thụ và giảm thiểu lượng traffic tấn công lớn nhằm làm gián đoạn service. Mitigate flood L3/L4/L7 tự động — included khi proxy qua Cloudflare. DDoS protection absorbs and mitigates large attack traffic designed to disrupt services. Automatic L3/L4/L7 flood mitigation — included when traffic is proxied.
Đọc giải thích → Read explainer → - Page Shield Page Shield
Giám sát script bên thứ ba trên trang — phát hiện Magecart / supply-chain client-side. Monitor third-party scripts on pages — detect Magecart-style client-side supply-chain risk.
Đọc giải thích → Read explainer → - Rate limiting Rate limiting
Giới hạn số request theo thời gian — chặn abuse và bảo vệ API/origin khỏi bị quá tải. Caps requests per time window — stops abuse and protects APIs/origins from overload.
Đọc giải thích → Read explainer → - SSL/TLS SSL/TLS
Certificate miễn phí, TLS 1.3, HSTS, mTLS — mã hóa user ↔ edge và edge ↔ origin. Free certs, TLS 1.3, HSTS, mTLS — encrypt user ↔ edge and edge ↔ origin.
Đọc giải thích → Read explainer → - Turnstile Turnstile
Turnstile là giải pháp chống bot cho form. Token phải được verify server-side trước khi ghi DB. CAPTCHA thay thế thân thiện user — verify token server-side trên form đăng ký/login. Turnstile is bot protection for forms. Tokens must be verified server-side before writing to DB. User-friendly CAPTCHA alternative — verify tokens server-side on signup/login forms.
Đọc giải thích → Read explainer → - WAF WAF
WAF giúp chặn các kiểu tấn công web phổ biến trước khi chúng đến application. Web Application Firewall — rule OWASP, custom rule, managed ruleset chặn SQLi, XSS trước app. A WAF blocks common web attack patterns before they reach your application. Web Application Firewall — OWASP, custom and managed rulesets block SQLi, XSS before your app.
Đọc giải thích → Read explainer →
Cloudflare One Cloudflare One
- Access Access
ZTNA — xác thực user/device trước khi vào app private (SSO, policy, không mở toàn mạng). ZTNA — authenticate users/devices before private apps (SSO, policy, no full network access).
Đọc giải thích → Read explainer → - Browser Isolation Browser Isolation
Chạy trình duyệt từ xa — tách malware/web không tin cậy khỏi máy user. Remote browser execution — isolate untrusted web/malware from the user device.
Đọc giải thích → Read explainer → - CASB CASB
Cloud Access Security Broker — phát hiện và kiểm soát rủi ro khi dùng SaaS. Cloud Access Security Broker — discover and control risks across SaaS apps.
Đọc giải thích → Read explainer → - Cloudflare WAN Cloudflare WAN
Kết nối WAN hiện đại trên mạng Cloudflare — routing + security thay cho MPLS truyền thống. Modern WAN on Cloudflare’s network — routing + security instead of legacy MPLS alone.
Đọc giải thích → Read explainer → - DLP DLP
Data Loss Prevention — giảm rủi ro rò rỉ dữ liệu nhạy cảm qua web, email hoặc SaaS. Data Loss Prevention — reduces sensitive data leakage via web, email, or SaaS.
Đọc giải thích → Read explainer → - Gateway Gateway
Secure Web Gateway (SWG) — filter DNS/HTTP, malware, DLP policy khi user ra Internet. Secure Web Gateway (SWG) — filter DNS/HTTP, malware, DLP policies for Internet browsing.
Đọc giải thích → Read explainer → - SASE SASE
Secure Access Service Edge — kết hợp networking + Zero Trust để bảo vệ user và kết nối tới app/data. Secure Access Service Edge — networking + Zero Trust to protect users and reach apps/data.
Đọc giải thích → Read explainer → - SWG (Secure Web Gateway) SWG (Secure Web Gateway)
Bảo vệ người dùng khi duyệt Internet — lọc DNS/HTTP, chặn malware và áp policy. Protects users browsing the Internet — DNS/HTTP filtering, malware blocking, and policy.
Đọc giải thích → Read explainer → - Tunnel Tunnel
Tunnel outbound (`cloudflared`) kết nối app nội bộ tới Cloudflare mà không mở port inbound — tên cũ: Argo Tunnel. Kết nối outbound `cloudflared` — expose app nội bộ không mở port inbound; tên cũ Argo Tunnel. Outbound tunnel (`cloudflared`) connects internal apps to Cloudflare without inbound ports — formerly Argo Tunnel. Outbound `cloudflared` connections — expose internal apps without inbound ports; formerly Argo Tunnel.
Đọc giải thích → Read explainer → - WARP WARP
Client đưa traffic thiết bị vào Cloudflare One (VPN nhẹ, device posture). Client routes device traffic into Cloudflare One (lightweight VPN, device posture).
Đọc giải thích → Read explainer → - Zero Trust Zero Trust
Không tin mặc định — mỗi truy cập phải được xác minh theo identity, thiết bị và policy. Never trust by default — every access is verified by identity, device, and policy.
Đọc giải thích → Read explainer → - ZTNA ZTNA
Zero Trust Network Access — truy cập app nội bộ theo policy thay vì mở toàn bộ mạng như VPN. Zero Trust Network Access — policy-based private app access instead of full-network VPN.
Đọc giải thích → Read explainer →
Delivery & Performance Delivery & Performance
- Cache / CDN Cache / CDN
Cache lưu bản sao nội dung để trả lời nhanh hơn cho request sau, giảm latency và giảm tải origin. Cache tĩnh và rule tùy chỉnh — giảm hit origin, purge theo URL/tag. Cache stores copies of content to respond faster to future requests, reducing latency and origin load. Static caching and custom rules — fewer origin hits, purge by URL/tag.
Đọc giải thích → Read explainer → - CDN CDN
Mạng phân phối nội dung — phục vụ file gần người dùng để site nhanh hơn và origin nhẹ hơn. Content delivery network — serves files close to users so sites feel faster and origins stay lighter.
Đọc giải thích → Read explainer → - Load Balancing Load Balancing
Phân tải health-checked giữa nhiều origin/data center. Health-checked load distribution across origins and data centers.
Đọc giải thích → Read explainer → - Speed Speed
Minify, Brotli, Early Hints, HTTP/3 — tối ưu delivery tự động. Minify, Brotli, Early Hints, HTTP/3 — automatic delivery optimizations.
Đọc giải thích → Read explainer → - Web Analytics Web Analytics
Analytics nhẹ cho website — đo traffic và hiệu năng mà không cần script nặng trên browser. Lightweight site analytics — measure traffic and performance without heavy browser scripts.
Đọc giải thích → Read explainer → - Zaraz Zaraz
Tag manager phía server/edge — giảm script third-party chạy trên browser. Server/edge tag manager — fewer third-party scripts in the browser.
Đọc giải thích → Read explainer →