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

$page_title   = 'What is an ASN? – Autonomous System Numbers Explained';
$page_desc    = 'ASN explained: what Autonomous System Numbers are, how BGP routing works and how to look up ASN information 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 an ASN?</div>
  <div class="hero-sub">How the internet is organized into autonomous systems</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-blue">
    <div class="card-title"><i class="ti ti-building"></i> What is an Autonomous System?</div>
    <p style="font-size:13px; color:var(--text3); line-height:1.7;">An <strong>Autonomous System (AS)</strong> is a collection of IP networks and routers under the control of a single organization that presents a common routing policy to the internet. Each AS is identified by a unique <strong>Autonomous System Number (ASN)</strong>.</p>
    <p style="font-size:13px; color:var(--text3); line-height:1.7; margin-top:10px;">Examples of organizations with their own AS include ISPs (like Deutsche Telekom – AS3320), large tech companies (Google – AS15169, Cloudflare – AS13335) and universities.</p>
    <div class="data-row"><span class="dk">Format</span><span class="dv mono">AS3320 (16-bit) or AS131072+ (32-bit)</span></div>
    <div class="data-row"><span class="dk">Total ASNs</span><span class="dv">~100,000 active worldwide</span></div>
    <div class="data-row"><span class="dk">Assigned by</span><span class="dv">RIRs (RIPE, ARIN, APNIC, LACNIC, AFRINIC)</span></div>
  </div>

  <div class="grid2">
    <div class="card">
      <div class="card-title"><i class="ti ti-arrows-exchange"></i> BGP – Border Gateway Protocol</div>
      <p style="font-size:13px; color:var(--text3); line-height:1.7;">Autonomous Systems communicate with each other using <strong>BGP (Border Gateway Protocol)</strong> – the routing protocol of the internet. BGP allows ASes to announce which IP prefixes they can reach, enabling routers worldwide to find the best path for each packet.</p>
    </div>
    <div class="card">
      <div class="card-title"><i class="ti ti-list"></i> Types of ASes</div>
      <div class="data-row"><span class="dk">Stub AS</span><span class="dv" style="font-size:12px;">Single upstream – e.g. small ISP</span></div>
      <div class="data-row"><span class="dk">Multihomed AS</span><span class="dv" style="font-size:12px;">Multiple upstreams, no transit</span></div>
      <div class="data-row"><span class="dk">Transit AS</span><span class="dv" style="font-size:12px;">Carries traffic for other ASes</span></div>
    </div>
  </div>

  <div class="card">
    <div class="card-title"><i class="ti ti-bookmark"></i> Well-known ASNs</div>
    <table class="result-table">
      <thead><tr><th>ASN</th><th>Organization</th><th>Type</th></tr></thead>
      <tbody>
        <tr><td class="mono"><a href="/en/asn.php?asn=AS3320" style="color:var(--blue-dim);">AS3320</a></td><td>Deutsche Telekom</td><td>ISP / Transit</td></tr>
        <tr><td class="mono"><a href="/en/asn.php?asn=AS15169" style="color:var(--blue-dim);">AS15169</a></td><td>Google</td><td>Tech / Transit</td></tr>
        <tr><td class="mono"><a href="/en/asn.php?asn=AS13335" style="color:var(--blue-dim);">AS13335</a></td><td>Cloudflare</td><td>CDN / Transit</td></tr>
        <tr><td class="mono"><a href="/en/asn.php?asn=AS16509" style="color:var(--blue-dim);">AS16509</a></td><td>Amazon AWS</td><td>Cloud / Transit</td></tr>
        <tr><td class="mono"><a href="/en/asn.php?asn=AS8075" style="color:var(--blue-dim);">AS8075</a></td><td>Microsoft</td><td>Tech / Transit</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/asn.php" class="btn btn-primary" style="font-size:12px; padding:6px 14px;">
        <i class="ti ti-building"></i> ASN Lookup
      </a>
      <a href="/en/ip-lookup.php" class="btn btn-ghost" style="font-size:12px; padding:6px 14px;">
        <i class="ti ti-world-search"></i> IP Lookup
      </a>
      <a href="/en/whois.php" class="btn btn-ghost" style="font-size:12px; padding:6px 14px;">
        <i class="ti ti-id"></i> WHOIS
      </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/asn.php"       class="tool-btn"><i class="ti ti-building"></i><span>ASN Lookup</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/whois.php"     class="tool-btn"><i class="ti ti-id"></i><span>WHOIS</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>Autonomous Systems – the building blocks of the internet</h2>
    <p>The internet is not a single network but a collection of thousands of autonomous systems connected by BGP. Each AS is assigned a unique ASN by a regional internet registry (RIR). ISPs, cloud providers, universities and large companies all operate their own autonomous systems. Understanding ASNs helps explain how internet traffic is routed and why certain IP addresses belong to certain organizations.</p>
  </div>

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