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

$page_title   = 'What is an IP Address? – IPv4 and IPv6 Explained';
$page_desc    = 'How does internet addressing work? IPv4, IPv6, public vs private and static vs dynamic IP addresses 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 an IP Address?</div>
  <div class="hero-sub">IPv4, IPv6 and what your IP address reveals about you</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-network"></i> What is an IP address?</div>
    <p style="font-size:13px; color:var(--text3); line-height:1.7;">An IP address (Internet Protocol Address) is a unique numerical identifier assigned to every device connected to a network. Just like a postal address, it allows data packets to be sent to the correct recipient. Without IP addresses, targeted communication on the internet would be impossible.</p>
    <p style="font-size:13px; color:var(--text3); line-height:1.7; margin-top:10px;">There are two types of IP addresses: <strong>public</strong> and <strong>private</strong>. Your public IP address is what websites see when you visit them – it is assigned by your Internet Service Provider (ISP). Your private IP address is only visible within your home network and is assigned by your router (e.g. 192.168.1.100).</p>
  </div>

  <div class="grid2">
    <div class="card">
      <div class="card-title"><i class="ti ti-network"></i> IPv4 – The classic IP address</div>
      <p style="font-size:13px; color:var(--text3); line-height:1.7;">IPv4 uses 32-bit addresses written as four numbers between 0 and 255, separated by dots – for example <strong>203.0.113.42</strong>. This allows approximately 4.3 billion unique addresses (2³²).</p>
      <p style="font-size:13px; color:var(--text3); line-height:1.7; margin-top:10px;">That sounds like a lot – but with smartphones, smart TVs, IoT devices and computers worldwide, IPv4 addresses are practically exhausted. Since 2011, the IANA has stopped issuing new IPv4 blocks to regional registries.</p>
      <div class="data-row"><span class="dk">Length</span><span class="dv mono">32 bits</span></div>
      <div class="data-row"><span class="dk">Format</span><span class="dv mono">203.0.113.42</span></div>
      <div class="data-row"><span class="dk">Total addresses</span><span class="dv">~4.3 billion</span></div>
      <div class="data-row"><span class="dk">Status</span><span class="dv" style="color:var(--orange);">Practically exhausted</span></div>
    </div>
    <div class="card">
      <div class="card-title"><i class="ti ti-network"></i> IPv6 – The successor</div>
      <p style="font-size:13px; color:var(--text3); line-height:1.7;">IPv6 uses 128-bit addresses, enabling approximately 340 undecillion unique addresses – enough for every square millimeter of the Earth's surface. An IPv6 address looks like this: <strong>2001:0db8:85a3::8a2e:0370:7334</strong>.</p>
      <p style="font-size:13px; color:var(--text3); line-height:1.7; margin-top:10px;">IPv6 also brings built-in security through IPsec, more efficient routing and no need for NAT (Network Address Translation).</p>
      <div class="data-row"><span class="dk">Length</span><span class="dv mono">128 bits</span></div>
      <div class="data-row"><span class="dk">Format</span><span class="dv mono" style="font-size:11px;">2001:db8::1</span></div>
      <div class="data-row"><span class="dk">Total addresses</span><span class="dv">340 undecillion</span></div>
      <div class="data-row"><span class="dk">Status</span><span class="dv" style="color:var(--green);">Growing adoption</span></div>
    </div>
  </div>

  <div class="card">
    <div class="card-title"><i class="ti ti-arrows-exchange"></i> Static vs Dynamic IP address</div>
    <div class="grid2" style="margin-top:8px;">
      <div>
        <div style="font-weight:600; color:var(--blue-dim); margin-bottom:8px;">Dynamic IP</div>
        <p style="font-size:13px; color:var(--text3); line-height:1.7;">Most home connections receive a dynamic IP address – it changes with each connection or after a set period. This is beneficial for privacy as it makes tracking more difficult.</p>
      </div>
      <div>
        <div style="font-weight:600; color:var(--purple-dim); margin-bottom:8px;">Static IP</div>
        <p style="font-size:13px; color:var(--text3); line-height:1.7;">Businesses and server providers often use static IP addresses that never change. This is important for services like email servers, web hosting and VPNs.</p>
      </div>
    </div>
  </div>

  <div class="card">
    <div class="card-title"><i class="ti ti-map-pin"></i> Can you be located by your IP address?</div>
    <p style="font-size:13px; color:var(--text3); line-height:1.7;">Yes – but only to a limited extent. An IP address can typically reveal your ISP, country and roughly your region (city or state). An exact street address or home location cannot be determined from an IP address alone. Law enforcement can request subscriber information from the ISP – this is not possible for regular users.</p>
    <div class="data-row"><span class="dk">Country</span><span class="dv" style="color:var(--green);">Detectable</span></div>
    <div class="data-row"><span class="dk">City / Region</span><span class="dv" style="color:var(--orange);">Approximately</span></div>
    <div class="data-row"><span class="dk">Street address</span><span class="dv" style="color:var(--red);">Not possible</span></div>
    <div class="data-row"><span class="dk">ISP</span><span class="dv" style="color:var(--green);">Detectable</span></div>
  </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/" class="btn btn-primary" style="font-size:12px; padding:6px 14px;">
        <i class="ti ti-home"></i> Show my IP
      </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/subnet.php" class="btn btn-ghost" style="font-size:12px; padding:6px 14px;">
        <i class="ti ti-calculator"></i> Subnet Calculator
      </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/"              class="tool-btn"><i class="ti ti-home"></i><span>My IP</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/ipv4.php"      class="tool-btn"><i class="ti ti-network"></i><span>IPv4 Detail</span></a>
    <a href="/en/ipv6.php"      class="tool-btn"><i class="ti ti-network"></i><span>IPv6 Detail</span></a>
  </div>

  <div class="seo-box">
    <h2>IP addresses – the foundation of the internet</h2>
    <p>Every device on the internet needs an IP address to communicate. IPv4 addresses (32-bit) are nearly exhausted, which is why the transition to IPv6 (128-bit) is underway. Your public IP address reveals your ISP and approximate location but not your exact address. Dynamic IPs change regularly, while static IPs remain constant and are used for servers and business connections.</p>
  </div>

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