<?php
require_once __DIR__ . '/../../config.php';
require_once __DIR__ . '/../../includes/functions.php';

$page_title   = 'What is Cloudflare? – CDN, DDoS Protection and DNS Explained';
$page_desc    = 'What does Cloudflare do, how does DDoS protection work and why do millions of websites use Cloudflare? Clearly explained on ipcheck.tools.';
$page_current = 'wissen';

require_once __DIR__ . '/../../en/header.php';
?>

<div class="hero">
  <div class="hero-label">Knowledge</div>
  <div class="hero-title">What is Cloudflare?</div>
  <div class="hero-sub">CDN, DDoS protection, DNS and WAF – what Cloudflare does</div>
</div>

<div class="wrap">

  <div class="ad-slot"><ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8287576653347400" data-ad-slot="2715725452" data-ad-format="auto" data-full-width-responsive="true"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script></div>

  <div class="card card-orange">
    <div class="card-title"><i class="ti ti-cloud"></i> Cloudflare at a glance</div>
    <p style="font-size:13px; color:var(--text3); line-height:1.7;">Cloudflare is a US-based internet infrastructure company that operates one of the world's largest networks. It sits between website visitors and web servers, providing security, performance and reliability services to millions of websites worldwide.</p>
    <div class="data-row"><span class="dk">Founded</span><span class="dv">2009, San Francisco</span></div>
    <div class="data-row"><span class="dk">Network</span><span class="dv">300+ data centers in 100+ countries</span></div>
    <div class="data-row"><span class="dk">DNS (1.1.1.1)</span><span class="dv" style="color:var(--green);">Fastest public DNS resolver</span></div>
    <div class="data-row"><span class="dk">Market share</span><span class="dv">~20% of all websites</span></div>
  </div>

  <div class="grid2">
    <div class="card">
      <div class="card-title"><i class="ti ti-topology-star"></i> CDN – Content Delivery Network</div>
      <p style="font-size:13px; color:var(--text3); line-height:1.7;">Cloudflare caches website content on servers close to the visitor. Instead of loading everything from a central server in one location, content is delivered from the nearest Cloudflare data center – making websites significantly faster worldwide.</p>
    </div>
    <div class="card">
      <div class="card-title"><i class="ti ti-shield"></i> DDoS Protection</div>
      <p style="font-size:13px; color:var(--text3); line-height:1.7;">Cloudflare absorbs DDoS (Distributed Denial of Service) attacks before they reach the origin server. Its network can handle attacks of several terabits per second, making it virtually impossible to take down a Cloudflare-protected website.</p>
    </div>
    <div class="card">
      <div class="card-title"><i class="ti ti-search"></i> DNS Services</div>
      <p style="font-size:13px; color:var(--text3); line-height:1.7;">Cloudflare offers fast and reliable DNS hosting for domains. Their public DNS resolver <strong>1.1.1.1</strong> is the fastest in the world and does not log user queries. Many websites use Cloudflare as their DNS provider.</p>
    </div>
    <div class="card">
      <div class="card-title"><i class="ti ti-wall"></i> WAF – Web Application Firewall</div>
      <p style="font-size:13px; color:var(--text3); line-height:1.7;">The Cloudflare WAF blocks malicious requests before they reach the web server – including SQL injection, XSS attacks and other common attack patterns. It analyzes traffic in real time and applies security rules automatically.</p>
    </div>
  </div>

  <div class="card">
    <div class="card-title"><i class="ti ti-list"></i> Cloudflare services overview</div>
    <table class="result-table">
      <thead><tr><th>Service</th><th>Description</th><th>Free?</th></tr></thead>
      <tbody>
        <tr><td>CDN</td><td>Content delivery & caching</td><td style="color:var(--green);">Yes</td></tr>
        <tr><td>DDoS protection</td><td>Unlimited DDoS mitigation</td><td style="color:var(--green);">Yes</td></tr>
        <tr><td>DNS hosting</td><td>Fast authoritative DNS</td><td style="color:var(--green);">Yes</td></tr>
        <tr><td>SSL/TLS</td><td>Free SSL certificates</td><td style="color:var(--green);">Yes</td></tr>
        <tr><td>WAF</td><td>Web Application Firewall</td><td style="color:var(--orange);">Paid</td></tr>
        <tr><td>Workers</td><td>Serverless computing at the edge</td><td style="color:var(--orange);">Limited free</td></tr>
        <tr><td>1.1.1.1</td><td>Public DNS resolver</td><td style="color:var(--green);">Yes</td></tr>
        <tr><td>Tunnel</td><td>Secure access to internal services</td><td style="color:var(--green);">Yes</td></tr>
      </tbody>
    </table>
  </div>

  <div class="card">
    <div class="card-title"><i class="ti ti-arrow-right"></i> Related tools</div>
    <div style="display:flex; gap:8px; flex-wrap:wrap;">
      <a href="/en/dns-lookup.php" class="btn btn-primary" style="font-size:12px; padding:6px 14px;">
        <i class="ti ti-search"></i> DNS Lookup
      </a>
      <a href="/en/ssl-check.php" class="btn btn-ghost" style="font-size:12px; padding:6px 14px;">
        <i class="ti ti-lock"></i> SSL Check
      </a>
      <a href="/en/ip-lookup.php?ip=1.1.1.1" class="btn btn-ghost" style="font-size:12px; padding:6px 14px;">
        <i class="ti ti-world-search"></i> Lookup 1.1.1.1
      </a>
    </div>
  </div>

  <div class="ad-slot"><ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8287576653347400" data-ad-slot="2715725452" data-ad-format="auto" data-full-width-responsive="true"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script></div>

  <div class="tools-row">
    <a href="/en/knowledge/"     class="tool-btn"><i class="ti ti-book"></i><span>Knowledge</span></a>
    <a href="/en/dns-lookup.php" class="tool-btn"><i class="ti ti-search"></i><span>DNS Lookup</span></a>
    <a href="/en/ssl-check.php"  class="tool-btn"><i class="ti ti-lock"></i><span>SSL Check</span></a>
    <a href="/en/ip-lookup.php"  class="tool-btn"><i class="ti ti-world-search"></i><span>IP Lookup</span></a>
    <a href="/en/"               class="tool-btn"><i class="ti ti-home"></i><span>My IP</span></a>
  </div>

  <div class="seo-box">
    <h2>Cloudflare – internet infrastructure for millions of websites</h2>
    <p>Cloudflare acts as an intermediary between website visitors and web servers, providing CDN, DDoS protection, DNS, SSL and firewall services. By routing traffic through its global network of 300+ data centers, Cloudflare makes websites faster, more secure and more reliable. Its free tier makes enterprise-grade security accessible to websites of all sizes.</p>
  </div>

<?php require_once __DIR__ . '/../../en/footer.php'; ?>
