CINXE.COM
PeeringDB
<!DOCTYPE HTML> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>PeeringDB</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <link rel="canonical" href="https://www.peeringdb.com/about" /> <meta property="og:title" content="PeeringDB" /> <meta property="og:type" content="website" /> <meta property="og:description" content="The Interconnection Database" /> <meta property="og:url" content="https://www.peeringdb.com/about" /> <!-- open graph --> <meta property="og:image" content="https://www.peeringdb.com/s/2.66.1/pdb-logo-rect-coloured.png" /> <meta property="og:image:secure_url" content="https://www.peeringdb.com/s/2.66.1/pdb-logo-rect-coloured.png" /> <meta property="og:image:alt" content="PeeringDB" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="627" /> <!-- twitter --> <meta property="twitter:card" content="summary" /> <meta property="twitter:site" content="@PeeringDB" /> <meta property="twitter:title" content="PeeringDB" /> <meta property="twitter:description" content="The Interconnection Database" /> <meta property="twitter:url" content="https://www.peeringdb.com/about" /> <meta property="twitter:image" content="https://www.peeringdb.com/s/2.66.1/pdb-logo-square-coloured.png" /> <link rel="shortcut icon" type="image/png" href="/s/2.66.1//favicon.ico"/> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="/s/2.66.1/bootstrap/css/bootstrap.css" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <link rel="stylesheet" type="text/css" href="/s/2.66.1/autocomplete/jquery.autocomplete-light.css" /> <link rel="stylesheet" type="text/css" href="/s/2.66.1/20c/twentyc.edit.css" /> <link rel="stylesheet" type="text/css" href="/s/2.66.1/site.css" /> <script type="text/javascript"> window.STATIC_URL = "/s/2.66.1/"; </script> <script src='https://www.google.com/recaptcha/api.js'></script> <script type="text/javascript" src="/s/2.66.1/jquery/jquery.js"></script> <script type="text/javascript" src="/s/2.66.1/js-cookie/js.cookie.js"></script> <script type="text/javascript" src="/s/2.66.1/bootstrap/js/bootstrap.bundle.min.js"></script> <script type="text/javascript" src="/s/2.66.1/showdown/showdown.min.js"></script> <script type="text/javascript" src="/s/2.66.1/dom-purify/purify.min.js"></script> <script type="text/javascript" src="/s/2.66.1/base64/base64url-arraybuffer.js"></script> <script type="text/javascript" src="/s/2.66.1/django-security-keys/django-security-keys.js"></script> <script type="text/javascript" src="/s/2.66.1/20c/twentyc.core.js"></script> <script type="text/javascript" src="/s/2.66.1/20c/twentyc.edit.js"></script> <script type="text/javascript" src="/s/2.66.1/20c/twentyc.filter-field.js"></script> <script type="text/javascript" src="/s/2.66.1/20c/twentyc.sortable.js"></script> <script type="text/javascript" src="/s/2.66.1/autocomplete/jquery.autocomplete-light.min.js"></script> <script type="text/javascript" src="/jsi18n/"></script> <script type="text/javascript" src="/s/2.66.1/peeringdb.js"></script> <script type="text/javascript" language="javascript"> const is_authenticated = `False` == 'True' $(window).bind("load", function() { if(!PeeringDB.csrf) PeeringDB.csrf = '1eNBfd96ku1ndLn3qqK97EEXUgGEYJY4UlWYw5UH7Zk23xNS72ws2Tr8ZKBV22cG'; SecurityKeys.init({ url_request_registration: "/security_keys/request_registration", url_request_authentication: "/security_keys/request_authentication", csrf_token:"1eNBfd96ku1ndLn3qqK97EEXUgGEYJY4UlWYw5UH7Zk23xNS72ws2Tr8ZKBV22cG" }); $('#anon-language-preference').each(function(idx) { $(this).on("change", function() { Cookies.set('django_language', this.value, { expires: 365 }); if (is_authenticated) { var selectedLocale = this.value; var formData = new FormData(); formData.append('locale', selectedLocale); fetch('/set-user-locale', { method: 'POST', body: formData, headers: { 'X-CSRFToken': getCSRFToken() } }) .then(response => { if (response.ok) { reloadPage(); } else { console.error('Failed to set user locale'); } }) .catch(error => { console.error('Error:', error); }); } else { console.log("User is not authenticated"); reloadPage(); } }); }); function reloadPage() { window.location.href = window.location.href; window.location.reload(); // Reload the current page, without using the cache document.location.reload(true); } function getCSRFToken() { var csrfToken = document.querySelector('input[name="csrfmiddlewaretoken"]'); return csrfToken ? csrfToken.value : ''; } }); </script> </head> <body> <div class="header" id="header"> <div class="container"> <div class="row"> <div class="col-lg-3 col-md-4 col-sm-4 col-12 logo-container"> <a href="/"><img id="logo" class="logo img-fluid" src="/s/2.66.1//pdb-logo-coloured.png"/></a> </div> <div class="col-lg-5 col-md-5 col-sm-5 col-12 search-container"> <form action="/search/v2" id="quick-search" method="POST"> <input type="hidden" name="csrfmiddlewaretoken" value="1eNBfd96ku1ndLn3qqK97EEXUgGEYJY4UlWYw5UH7Zk23xNS72ws2Tr8ZKBV22cG"> <input placeholder="Search here for a network, IX, or facility." value="" class="form-control" name="term" id="search" type="text" /> </form> <div class="row"> <div class="col-6 col-sm-6"> <div class="advanced-search"> <a href="/advanced_search">Advanced Search</a> </div> </div> <div class="col-6 col-sm-6 right"> <div class="v2-search"> <a href="/search?q=">Legacy Search</a> </div> </div> </div> </div> <div class="col-lg-4 col-md-3 col-sm-3 col-12 user-container"> <div class="row"> <div class="nav right toolbar" style="justify-content: flex-end; align-items: flex-start;"> <a href="/register">Register</a> or <a href="/account/login/?next=/about" class="btn btn-default">Login</a> </div> </div> <div class="row"> <div style="justify-content: flex-end; align-items: flex-start; display: flex;"> <select name="language" id="anon-language-preference" class="form-control"> <option value="cs-cz"> Czech (česky) </option> <option value="de-de"> German (Deutsch) </option> <option value="el-gr"> Greek (Ελληνικά) </option> <option value="en" selected> English (English) </option> <option value="es-es"> Spanish (español) </option> <option value="fr-fr"> French (français) </option> <option value="it"> Italian (italiano) </option> <option value="ja-jp"> Japanese (日本語) </option> <option value="oc"> Occitan (occitan) </option> <option value="pt"> Portuguese (Português) </option> <option value="ro-ro"> Romanian (Română) </option> <option value="ru-ru"> Russian (Русский) </option> <option value="zh-cn"> Simplified Chinese (简体中文) </option> <option value="zh-tw"> Traditional Chinese (繁體中文) </option> </select> </div> </div> </div> </div> </div> </div> <div class="view_info left"> <div class="container"> <div id="inline-search-container" style="display:none"> <div id="search-result" data-campus-icon-path="/s/2.66.1/campus.svg"> <div class="row"> <div class="col-md-3 col-sm-12 col-12"> <div class="view_title">Exchanges (<span id="search-result-length-ix"></span>)</div> <div id="search-result-ix"></div> </div> <div class="col-md-3 col-sm-12 col-12"> <div class="view_title">Networks (<span id="search-result-length-net"></span>)</div> <div id="search-result-net"></div> </div> <div class="col-md-3 col-sm-12 col-12"> <div class="view_title">Facilities (<span id="search-result-length-fac"></span>)</div> <div id="search-result-fac"></div> </div> <div class="col-md-3 col-sm-12 col-12"> <div class="view_title">Organizations (<span id="search-result-length-org"></span>)</div> <div id="search-result-org"></div> </div> <div class="col-md-3 col-sm-12 col-12"> <div class="view_title">Carriers (<span id="search-result-length-unknown"></span>)</div> <div id="search-result-unknown"></div> </div> </div> </div> </div> <div id="content"> <div class="row"> <div class="col-12 col-md-3"></div> <div class="panel center col-12"> <h3>Our Culture</h3> <p>PeeringDB, as the name suggests, was set up to facilitate peering between networks and peering coordinators. In recent years, the vision of PeeringDB has developed to keep up with the speed and diverse manner in which the Internet is growing. The database is no longer just for peering and peering related information. It now includes all types of interconnection data for networks, clouds, services, and enterprise, as well as interconnection facilities that are developing at the edge of the Internet.</p> <p>We believe in, and rely on the community to grow and improve the PeeringDB database. The volunteers who run the database are passionate about security, privacy, integrity, and validation of the data in the database. Even though PeeringDB is a freely available and public tool, users strictly adhere to the acceptable use policy, which prevents the database being used for commercial purposes and discourages unsolicited communications. This is largely policed by the community and has been very effective since PeeringDB was launched.</p> <h3>I’m a network operator. How can PeeringDB help me?</h3> <p>Almost one-third of Autonomous System Numbers (ASNs) register their interconnection data in the PeeringDB database. That means, by using PeeringDB and adding your own interconnection data, you’ll be able to confidently find information about networks looking to interconnect, where and how to connect with them, and they’ll be able to find the same information about your network. Since the database is user-maintained and validated by our volunteers, you can trust that the information is accurate and up-to-date.</p> <p>This data will help you to accelerate the process of finding and connecting with other networks, while supporting a faster and more decisive deployment of your own network expansion and development plans.</p> <h3>I’m an Internet Exchange Point (IXP), data center or other interconnection facility. How can PeeringDB help me?</h3> <p>IXPs and data center facilities can add to and maintain their information in the database, increasing visibility and their appeal to new and existing customers. If you’re in the database, this makes it much easier for networks to find crucial information about your services and the other networks present at your IXP or facilities.</p> </div> </div> </div> </div> </div> </div> <div class="landing_footer"> <div class="container"> <div class="row"> <div class="col-md-3 col-sm-4 col-12"> © 2004-2025 PeeringDB <br/> All Rights Reserved. By using this service, you agree to adhere to our <a href="/aup">AUP</a>.<br/> <p class="marg-top-15"> <a href="https://github.com/peeringdb/peeringdb/issues">2.66.1</a> - <a href="https://docs.peeringdb.com/gov/misc/2017-04-02-PeeringDB_Privacy_Policy.pdf">Privacy Policy</a> </p> <p> <a target='_blank' href='https://www.facebook.com/peeringdb/'><img class="socialmedia_icon" src='/s/2.66.1//social-facebook.png' alt="Facebook"></a> <a target="_blank" href="https://github.com/peeringdb/peeringdb/issues"><img class="socialmedia_icon" src="/s/2.66.1//social-github.png" alt="GitHub"></a> <a target="_blank" href="https://www.linkedin.com/company/peeringdb"><img class="socialmedia_icon" src="/s/2.66.1//social-linkedin.png" alt="LinkedIn"></a> <a target='_blank' href='https://twitter.com/PeeringDB'><img class="socialmedia_icon" src='/s/2.66.1//social-x.png' alt="X"></a> <a target="_blank" href="https://www.youtube.com/channel/UCOrYWUg-dbL9UTFV_Lry6Wg"><img class="socialmedia_icon" src='/s/2.66.1//social-youtube.png' alt="YouTube"></a> </p> </div> <div class="col-md-3 col-sm-4 col-12"> <div> <a href="/about">About</a> </div> <div> <a href="/register">Register</a> </div> <div> <a href="/advanced_search">Search</a> </div> <div> <a href="/sponsors">Sponsors</a> </div> <p> </p> <h4><b>Resources</b></h4> <div><a href="/apidocs" target="_blank">API</a></div> <div><a href="/docs" target="_blank">Documentation</a></div> <div><a href="https://docs.peeringdb.com/release_notes/#release-notes" target="_blank">Release Notes</a></div> <div><a href="http://docs.peeringdb.com/faq/" target="_blank">FAQ</a></div> <div><a href="http://gov.peeringdb.com/" target="_blank">Governance</a></div> <div><a href="http://status.peeringdb.com/" target="_blank">Status</a></div> <div><a href="/export/kmz/" download>Google Earth KMZ</a></div> <p> </p> <h4><b>Contact Us</b></h4> <a href="mailto:support@peeringdb.com">support@peeringdb.com</a> <p></p> </div> <div class="col-md-4 col-sm-4 col-12"> <h4><b>Global System Statistics</b></h4> <div class="global_stats"> <div>1217 Exchanges</div> <div>32062 Networks</div> <div>5694 Facilities</div> <div>62 Campuses</div> <div>229 Carriers</div> <div>58263 Connections to Exchanges</div> <div>54303 Connections to Facilities</div> <div>7538 Automated Networks</div> <div>47802 Registered Users</div> <div>30658 Organizations</div> </div> </div> </div> </div> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-14LRNCMV44"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-14LRNCMV44', {cookie_flags: 'SameSite=None;Secure'}); </script> </body> </html>