
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
    <channel>
        <title><![CDATA[ The Cloudflare Blog ]]></title>
        <description><![CDATA[ Get the latest news on how products at Cloudflare are built, technologies used, and join the teams helping to build a better Internet. ]]></description>
        <link>https://blog.cloudflare.com</link>
        <atom:link href="https://blog.cloudflare.com/" rel="self" type="application/rss+xml"/>
        <language>en-us</language>
        <image>
            <url>https://blog.cloudflare.com/favicon.png</url>
            <title>The Cloudflare Blog</title>
            <link>https://blog.cloudflare.com</link>
        </image>
        <lastBuildDate>Sun, 05 Apr 2026 13:33:21 GMT</lastBuildDate>
        <item>
            <title><![CDATA[Announcing database integrations: a few clicks to connect to Neon, PlanetScale and Supabase on Workers]]></title>
            <link>https://blog.cloudflare.com/announcing-database-integrations/</link>
            <pubDate>Tue, 16 May 2023 13:05:00 GMT</pubDate>
            <description><![CDATA[ Today we’re announcing Database Integrations  – making it seamless to connect to your database of choice on Workers.  ]]></description>
            <content:encoded><![CDATA[ <p></p><p><i>This blog post references a feature which has updated documentation. For the latest reference content, visit </i><a href="https://developers.cloudflare.com/workers/databases/third-party-integrations/"><i>https://developers.cloudflare.com/workers/databases/third-party-integrations/</i></a></p><p>One of the best feelings as a developer is seeing your idea come to life. You want to move fast and Cloudflare’s developer platform gives you the tools to take your applications from 0 to 100 within minutes.</p><p>One thing that we’ve heard slows developers down is the question: <i>“What databases can be used with Workers?”</i>. Developers stumble when it comes to things like finding the databases that Workers can connect to, the right library or driver that's compatible with Workers and translating boilerplate examples to something that can run on our developer platform.</p><p>Today we’re announcing Database Integrations  – making it seamless to connect to your database of choice on Workers. To start, we’ve added some of the most popular databases that support HTTP connections: <a href="https://neon.tech/">Neon</a>, <a href="https://planetscale.com/">PlanetScale</a> and <a href="https://supabase.com/">Supabase</a> with more (like Prisma, Fauna, MongoDB Atlas) to come!</p>
    <div>
      <h2>Focus more on code, less on config</h2>
      <a href="#focus-more-on-code-less-on-config">
        
      </a>
    </div>
    <p>Our <a href="https://www.cloudflare.com/developer-platform/products/d1/">serverless SQL database</a>, D1, launched in open alpha last year, and we’re continuing to invest in making it production ready (stay tuned for an exciting update later this week!). We also recognize that there are plenty of flavours of databases, and we want developers to have the freedom to select what’s best for them and pair it with our powerful compute offering.</p><p>On our second day of this Developer Week 2023, data is in the spotlight. We’re taking huge strides in making it possible and more performant to connect to databases from Workers (spoiler alert!):</p><ul><li><p><a href="/workers-tcp-socket-api-connect-databases">Announcing connect() — a new API for creating TCP sockets from Cloudflare Workers</a></p></li><li><p><a href="/announcing-database-integrations">Smart Placement speeds up applications by moving code close to your backend — no config needed</a></p></li></ul><p>Making it possible and performant is just the start, we also want to make connecting to databases painless. Databases have specific protocols, drivers, APIs and vendor specific features that you need to understand in order to get up and running. With Database Integrations, we want to make this process foolproof.</p><p>Whether you’re working on your first project or your hundredth project, you should be able to connect to your database of choice with your eyes closed. With Database Integrations, you can spend less time focusing on configuration and more on doing what you love – building your applications!</p>
    <div>
      <h2>What does this experience look like?</h2>
      <a href="#what-does-this-experience-look-like">
        
      </a>
    </div>
    
    <div>
      <h3>Discoverability</h3>
      <a href="#discoverability">
        
      </a>
    </div>
    <p>If you’re starting a project from scratch or want to connect Workers to an existing database, you want to know <i>“What are my options?”</i>.</p><p>Workers supports connections to a wide array of database providers over HTTP.  With newly released <a href="/workers-tcp-socket-api-connect-databases">outbound TCP support</a>, the databases that you can connect to on Workers will only grow!</p><p>In the new “Integrations” tab, you’ll be able to view all the databases that we support and add the integration to your Worker directly from here. To start, we have support for Neon, PlanetScale and Supabase with many more coming soon.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/72AInQBXAsWNkEcBr3DPeo/3c546a2d7e2cfdf403ffac91154f172a/image2-10.png" />
            
            </figure>
    <div>
      <h3>Authentication</h3>
      <a href="#authentication">
        
      </a>
    </div>
    <p>You should never have to copy and paste your database credentials or other parts of the connection string.</p><p>Once you hit “Add Integration” we take you through an OAuth2 flow that automatically gets the right configuration from your database provider and adds them as encrypted environment variables to your Worker.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/4DKr9USRBKD90foCkyPkLM/b9bedf4c535ed33c1b42bdc176f066c3/integration-flow.png" />
            
            </figure><p>Once you have credentials set up, check out our <a href="https://developers.cloudflare.com/workers/learning/integrations/databases/#native-database-integrations-beta">documentation</a> for examples on how to get started using the data platform’s client library. What’s more – we have templates coming that will allow you to get started even faster!</p><p>That’s it! With database integrations, you can connect your Worker with your database in just a few clicks. Head to your Worker &gt; Settings &gt; Integrations to try it out today.</p>
    <div>
      <h2>What’s next?</h2>
      <a href="#whats-next">
        
      </a>
    </div>
    <p>We’ve only just scratched the surface with Database Integrations and there’s a ton more coming soon!</p><p>While we’ll be continuing to add support for more popular data platforms we also know that it's impossible for us to keep up in a moving landscape. We’ve been working on an integrations platform so that any database provider can easily build their own integration with Workers. As a developer, this means that you can start tinkering with the next new database right away on Workers.</p><p>Additionally, we’re working on adding wrangler support, so you can create integrations directly from the CLI. We’ll also be adding support for account level environment variables in order for you to share integrations across the Workers in your account.</p><p>We’re really excited about the potential here and to see all the new creations from our developers! Be sure to join <a href="https://discord.gg/cloudflaredev">Cloudflare’s Developer Discord</a> and share your projects. Happy building!</p> ]]></content:encoded>
            <category><![CDATA[Developer Week]]></category>
            <category><![CDATA[Latin America]]></category>
            <category><![CDATA[SASE]]></category>
            <category><![CDATA[Cloudflare Workers]]></category>
            <category><![CDATA[Serverless]]></category>
            <category><![CDATA[Database]]></category>
            <category><![CDATA[Internet Performance]]></category>
            <category><![CDATA[Developers]]></category>
            <category><![CDATA[Developer Platform]]></category>
            <category><![CDATA[Connectivity Cloud]]></category>
            <guid isPermaLink="false">bAEI0IEwgtOSNAWKw64Zl</guid>
            <dc:creator>Shaun Persad</dc:creator>
            <dc:creator>Emily Chen</dc:creator>
            <dc:creator>Tanushree Sharma</dc:creator>
        </item>
        <item>
            <title><![CDATA[Cloudflare is faster than Netskope and Zscaler across LATAM]]></title>
            <link>https://blog.cloudflare.com/cloudflare-is-faster-than-netskope-and-zscaler-across-latam/</link>
            <pubDate>Wed, 03 May 2023 13:00:12 GMT</pubDate>
            <description><![CDATA[ With 47 data centers across Latin America and Caribbean, Cloudflare has the largest number of SASE Points of Presence across all vendors, meaning we can offer our Zero Trust services closer to the end user and reduce unwanted latency ]]></description>
            <content:encoded><![CDATA[ <p></p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/3HcaVOON1Bu8TnyylDTVYc/e77a5c264e9c6667990b50c094592083/image16.png" />
            
            </figure><p>Last CIO Week, <a href="/network-performance-update-cio-edition/">we showed you how our network stacks up against competitors across several countries.</a> We demonstrated with our tests that Cloudflare Access is 38% faster than ZScaler (ZPA) worldwide.</p><p>Today we wanted to focus on LATAM and show how our network performed against Zscaler and Netskope in Argentina, Brazil, Chile, Colombia, Costa Rica, Ecuador, Mexico, Peru, Uruguay and Venezuela.</p><p>With <b>47 data centers across Latin America and Caribbean, Cloudflare has the largest number of SASE Points of Presence across all vendors</b>, meaning we can offer our <a href="https://www.cloudflare.com/learning/security/glossary/what-is-zero-trust/">Zero Trust</a> services closer to the end user and reduce unwanted latency.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/35fJOFY293MRzX5ABBZE4f/29331bbc0a7db89fae1ce79957cd2418/Cloudflare-is-faster-than-Netskope-and-Zscaler-across-LATAM.png" />
            
            </figure><p>We’ve run a series of tests comparing our <a href="https://www.cloudflare.com/learning/access-management/what-is-ztna/">Zero Trust Network Access</a> product against Zscaler and Netskope’s comparable products.</p><p>For each of these tests, we used 95th percentile Time to First Byte and Response tests, which measure the time it takes for a user to make a request, and get the start of the response (Time to First Byte), and the end of the response (Response). These tests were designed with the goal of trying to measure performance from an end-user perspective.</p><p>In this blog we’re going to talk about why performance matters and do a deep dive on what we’re measuring to show that we’re faster.</p>
    <div>
      <h2>Why does performance matter?</h2>
      <a href="#why-does-performance-matter">
        
      </a>
    </div>
    <p>Performance matters because it impacts your employees' experience and their ability to get their job done. For example, if Anna is connecting to a <a href="https://www.cloudflare.com/developer-platform/solutions/hosting/">hosted, protected application</a> like Salesforce to complete some work, she doesn’t want to be waiting constantly for pages to load or to authenticate her requests. In an access-controlled application, the first thing you do when you connect is you log in. If that login takes a long time, you may get distracted with a random message from a coworker and even when you get authenticated, you still want your normal application experience to be snappy and smooth: users should never notice Zero Trust when it’s at its best.</p><p>If these products or experiences are slow, then something worse might happen than your users complaining: they may find ways to turn off the products or bypass them, which puts your company at risk. A Zero Trust product suite is completely ineffective if no one is using it because it’s slow.</p><p>Ensuring Zero Trust is fast is critical to the effectiveness of a Zero Trust solution: employees won’t want to turn it off and put themselves at risk if they barely know it’s there at all. Services like Zscaler or Netskope may outperform many older, antiquated solutions, but their network still fails to measure up to a highly performant, optimized network like Cloudflare’s.</p>
    <div>
      <h2>Cloudflare Access: the fastest Zero Trust proxy</h2>
      <a href="#cloudflare-access-the-fastest-zero-trust-proxy">
        
      </a>
    </div>
    <p>Access control needs to be seamless and transparent to the user: the best compliment for a Zero Trust solution is employees barely notice it’s there. Services like Cloudflare Access and Zscaler Private Access (ZPA) allow users to cache authentication information on the provider network, ensuring applications can be accessed securely and quickly to give users that seamless experience they want. So having a network that minimizes the number of logins required while also reducing the <a href="https://www.cloudflare.com/learning/performance/glossary/what-is-latency/">latency</a> of your application requests by delivering the service closer to the user will help keep your Internet experience snappy and reactive.</p><p>For these tests, Cloudflare contracted Miercom, a third party who performed a set of tests that was intended to replicate an end-user connecting to a resource protected by Cloudflare, Zscaler and Netskope. Miercom set up application instances in 14 locations around the world, and devised a test that would log into the application through various Zero Trust providers to access certain content. The test methodology is described as follows, but you can look at the full report from Miercom detailing their test methodology <a href="https://cloudflare.com/lp/miercom-report-cloudflare-vs-zscaler/">here</a>:</p><ul><li><p>User connects to the application from a browser mimicked by a Catchpoint instance - new session</p></li><li><p>User authenticates against their identity provider</p></li><li><p>User accesses resource</p></li><li><p>User refreshes the browser page and tries to access the same resource but with credentials already present - existing session</p></li></ul><p>In this test we evaluated Cloudflare against Zscaler and Netskope accessing applications hosted in two specific regions (Brazil and the US south-west). We tested the response time for an existing session, when a user has already been authenticated and that authentication information can be cached.</p><p>Here’s how this data looks for each of the 10 countries we tested across LATAM:</p>
    <div>
      <h3>Argentina</h3>
      <a href="#argentina">
        
      </a>
    </div>
    
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/4rFSVERD8l3GWtijerANdQ/a6d28200009f6ad81bab2584ad2779f0/argentina.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in Brazil)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>1,203</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>8,319</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>5,961</span></td>
  </tr>
</tbody>
</table><p>When we drill into the data, we see that Cloudflare is faster when connecting from Argentina to an app hosted in Brazil. Cloudflare’s 95th percentile time to first byte times are 75% faster than Zscaler and 85% faster than Netskope.</p><p>Cloudflare is also faster when connecting from Argentina to an app hosted in the United States (South West Region). Cloudflare’s 95th percentile time to first byte times are 70% faster than Zscaler and 68% faster than Netskope:</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/z5orID582YD4ISIrgpchu/726816b62ec0ccd455653b31d3e7ea3e/argentina2.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in US West)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>1,587</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>5,082</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>5,299</span></td>
  </tr>
</tbody>
</table>
    <div>
      <h3>Brazil</h3>
      <a href="#brazil">
        
      </a>
    </div>
    
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/3NNAPqdvbrxcj4F1Pbm8is/e973c8b75d035bb88d75d74f1106b443/unnamed-1.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in Brazil)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>1,525</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>3,799</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>3,916</span></td>
  </tr>
</tbody>
</table><p>When we drill into the data, we see that Cloudflare is faster when connecting from Brazil to an app hosted in Brazil. Cloudflare’s 95th percentile time to first byte times are 61% faster than Zscaler and 59% faster than Netskope.</p><p>Cloudflare is also faster when connecting from Brazil to an app hosted in the United States (South West Region). Cloudflare’s 95th percentile time to first byte times are 58% faster than Zscaler and 59% faster than Netskope:</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/3oBjLgdPdhXK9IBvb037Li/9fdc1feecf62258caceac87926b3b165/brazil2.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in US West)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>1,603</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>3,989</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>3,894</span></td>
  </tr>
</tbody>
</table>
    <div>
      <h3>Chile</h3>
      <a href="#chile">
        
      </a>
    </div>
    
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/5UBlnPf5Xx0Td2KkHNfnGc/08882a8ba3fb1359a2f87e65a15de411/chile.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in Brazil)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>714</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>3,000</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>3,157</span></td>
  </tr>
</tbody>
</table><p>When we drill into the data, we see that Cloudflare is faster when connecting from Chile to an app hosted in Brazil. Cloudflare’s 95th percentile time to first byte times are 77% faster than Zscaler and 76% faster than Netskope.</p><p>Cloudflare is also faster when connecting from Chile to an app hosted in the United States (South West Region). Cloudflare’s 95th percentile time to first byte times are 80% faster than Zscaler and 79% faster than Netskope:</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/6F4VRdPQC5mTl87DmVb0dw/cad8371e07f2f0f09636d4136c5170c0/chile2.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in US West)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>648</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>3,113</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>3,290</span></td>
  </tr>
</tbody>
</table>
    <div>
      <h3>Colombia</h3>
      <a href="#colombia">
        
      </a>
    </div>
    
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/1zj7Rsnv9G3WmVvVkD33LA/74c65fcd811fec342e1a0f4c2ea22ba0/colombia.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in Brazil)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>1,628</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>2,699</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>4,763</span></td>
  </tr>
</tbody>
</table><p>When we drill into the data, we see that Cloudflare is faster when connecting from Colombia to an app hosted in Brazil. Cloudflare’s 95th percentile time to first byte times are 65% faster than Zscaler and 39% faster than Netskope.</p><p>Cloudflare is also faster when connecting from Colombia to an app hosted in the United States (South West Region). Cloudflare’s 95th percentile time to first byte times are 59% faster than Zscaler and 56% faster than Netskope:</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/WudJn1az2A1OOVsjOs0gX/013b097f753e20f6131005bf865b9387/colombia2.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in US West)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>1,466</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>3,351</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>3,623</span></td>
  </tr>
</tbody>
</table>
    <div>
      <h3>Costa Rica</h3>
      <a href="#costa-rica">
        
      </a>
    </div>
    
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/1oxuXU2nWpiKbbDkzHkbir/b433ae5d5b65c0ad56692b61e862daf6/costa-rica.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in Brazil)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>1,432</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>2,036</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>2,110</span></td>
  </tr>
</tbody>
</table><p>When we drill into the data, we see that Cloudflare is faster when connecting from Costa Rica to an app hosted in Brazil. Cloudflare’s 95th percentile time to first byte times are 32% faster than Zscaler and 29% faster than Netskope.</p><p>Cloudflare is also faster when connecting from Costa Rica to an app hosted in the United States (South West Region). Cloudflare’s 95th percentile time to first byte times are 36% faster than Zscaler and 32% faster than Netskope:</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/3nQLksQpe9Lo5Wk0Py2Wse/18a3ee07fa4091982979d478615555d2/costa-rica2-1.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in US West)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>1,387</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>2,044</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>2,191</span></td>
  </tr>
</tbody>
</table>
    <div>
      <h3>Ecuador</h3>
      <a href="#ecuador">
        
      </a>
    </div>
    
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/3YNFC1QgpXPQjsYHKnBgDF/058e9bce2e77b4bf41866a9781c65d46/ecuador-1.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in Brazil)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>1,134</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>2,002</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>2,206</span></td>
  </tr>
</tbody>
</table><p>When we drill into the data, we see that Cloudflare is faster when connecting from Ecuador to an app hosted in Brazil. Cloudflare’s 95th percentile time to first byte times are 48% faster than Zscaler and 43% faster than Netskope.</p><p>Cloudflare is also faster when connecting from Ecuador to an app hosted in the United States (South West Region). Cloudflare’s 95th percentile time to first byte times are 46% faster than Zscaler and 40% faster than Netskope:</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/56UZ0JCeFBpvIoqxxW7Rqx/6887a429be728d4a97c4993eba4eeed6/ecuador2.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in US West)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>1,179</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>1,976</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>2,210</span></td>
  </tr>
</tbody>
</table>
    <div>
      <h3>Mexico</h3>
      <a href="#mexico">
        
      </a>
    </div>
    
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/5vBOzokWOjI9SuYJWGXmff/1b72a7060ceb48bd273e7601b4866adb/mexico.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in Brazil)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>2,334</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>2,882</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>3,537</span></td>
  </tr>
</tbody>
</table><p>When we drill into the data, we see that Cloudflare is faster when connecting from Mexico to an app hosted in Brazil. Cloudflare’s 95th percentile time to first byte times are 34% faster than Zscaler and 19% faster than Netskope.</p><p>Cloudflare is also faster when connecting from Mexico to an app hosted in the United States (South West Region). Cloudflare’s 95th percentile time to first byte times are 56% faster than Zscaler and 53% faster than Netskope:</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/7BCeKlVEFJRTOLAFH7NzMb/2f3415a61c8216c0ae2b081c9546d997/mexico2.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in US West)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>1,249</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>2,679</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>2,880</span></td>
  </tr>
</tbody>
</table>
    <div>
      <h3>Peru</h3>
      <a href="#peru">
        
      </a>
    </div>
    
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/6pezxzfIZ2qYpoJA8bteQZ/44946a582c61a61a103cd6000e4b3718/peru.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in Brazil)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>609</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>2,425</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>2,992</span></td>
  </tr>
</tbody>
</table><p>When we drill into the data, we see that Cloudflare is faster when connecting from Peru to an app hosted in Brazil. Cloudflare’s 95th percentile time to first byte times are 79% faster than Zscaler and 74% faster than Netskope.</p><p>Cloudflare is also faster when connecting from Peru to an app hosted in the United States (South West Region). Cloudflare’s 95th percentile time to first byte times are 80% faster than Zscaler and 73% faster than Netskope:</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/7mqwLYA1lqnTxdX6DipUwW/d39175be55dccbc291dc4337c3c4c4e7/peru2.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in US West)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>827</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>3,108</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>4,189</span></td>
  </tr>
</tbody>
</table>
    <div>
      <h3>Uruguay</h3>
      <a href="#uruguay">
        
      </a>
    </div>
    
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/5zx4wWykqGxSyPNnSak3Wd/dd5be5a4d3bf03ff43bba1b6cd74611e/uruguay.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in Brazil)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>1,242</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>3,556</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>4,467</span></td>
  </tr>
</tbody>
</table><p>When we drill into the data, we see that Cloudflare is faster when connecting from Uruguay to an app hosted in Brazil. Cloudflare’s 95th percentile time to first byte times are 72% faster than Zscaler and 65% faster than Netskope.</p><p>Cloudflare is also faster when connecting from Uruguay to an app hosted in the United States (South West Region). Cloudflare’s 95th percentile time to first byte times are 60% faster than Zscaler and 48% faster than Netskope:</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/5PGuW9PUz36ZE3aGv8aoRX/ffa35f6f5ae9887df358b0d13d88a526/uruguay2.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in US West)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>1078</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>2,101</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>2,726</span></td>
  </tr>
</tbody>
</table>
    <div>
      <h3>Venezuela</h3>
      <a href="#venezuela">
        
      </a>
    </div>
    
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/5h3Ij6UN9jFkMmeF01RqNE/aedb5a1b30063d1ebf2125f20c045662/venezuela.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in Brazil)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>1,272</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>3,451</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>3,800</span></td>
  </tr>
</tbody>
</table><p>When we drill into the data, we see that Cloudflare is faster when connecting from Venezuela to an app hosted in Brazil. Cloudflare’s 95th percentile time to first byte times are 66% faster than Zscaler and 63% faster than Netskope.</p><p>Cloudflare is also faster when connecting from Venezuela to an app hosted in the United States (South West Region). Cloudflare’s 95th percentile time to first byte times are 85% faster than Zscaler and 77% faster than Netskope:</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/6ugIPfzZR32cRMPcwKj0wB/ae7011917cad9ac90d18a3afd1a53599/venezuela2.png" />
            
            </figure>
<table>
<thead>
  <tr>
    <th></th>
    <th><span>Zero Trust Access - Time to First Byte (App in US West)</span></th>
  </tr>
</thead>
<tbody>
  <tr>
    <td></td>
    <td><span>95th Percentile (ms)</span></td>
  </tr>
  <tr>
    <td><span>Cloudflare</span></td>
    <td><span>685</span></td>
  </tr>
  <tr>
    <td><span>Netskope</span></td>
    <td><span>2,984</span></td>
  </tr>
  <tr>
    <td><span>Zscaler</span></td>
    <td><span>4,627</span></td>
  </tr>
</tbody>
</table><p></p> ]]></content:encoded>
            <category><![CDATA[Latin America]]></category>
            <category><![CDATA[SASE]]></category>
            <guid isPermaLink="false">52giKxchV4pVnO3emOpU7a</guid>
            <dc:creator>Nicholas Platais</dc:creator>
            <dc:creator>Gonzalo Chavarri</dc:creator>
            <dc:creator>David Tuber</dc:creator>
        </item>
        <item>
            <title><![CDATA[Why I joined Cloudflare in Latin America]]></title>
            <link>https://blog.cloudflare.com/why-i-joined-cloudflare-in-latin-america/</link>
            <pubDate>Fri, 06 May 2022 13:01:00 GMT</pubDate>
            <description><![CDATA[ Over the past couple of years, our reliance on the Internet has increased, and Latin America is the fourth largest region in terms of online users globally. You can see how this makes Cloudflare’s mission even more important and presents a significant opportunity in Latin America ]]></description>
            <content:encoded><![CDATA[ <p></p><p>I am excited to announce that I recently joined Cloudflare as Vice President and Managing Director for Latin America. As many of you reading this likely already know, Cloudflare is on a mission to help build a better Internet. And that’s a big part as to why I joined this team — to contribute to this in Latin America specifically and interconnect all across the world. Cloudflare has had a strong presence in Latin America for years. First investing in the region back in 2014, when it expanded its network into Latin America to be closest to the users here — to provide even faster and reliable connections without compromising security. Over the past couple of years, our reliance on the Internet has increased, and Latin America is the <a href="https://www.statista.com/statistics/265147/number-of-worldwide-internet-users-by-region/">fourth largest region in terms of online users</a> globally. You can see how this makes Cloudflare’s mission even more important and presents a significant opportunity in Latin America.</p>
    <div>
      <h3>A little about me</h3>
      <a href="#a-little-about-me">
        
      </a>
    </div>
    <p>Being in the IT industry for two decades, this has shown me the profound impact of technology on everyone's lives. Working within technology for years and seeing the industry evolve, with other companies that have been part of fueling my desire to deliver impactful results, I have already seen the impact Cloudflare has had at a massive scale, including in Latin America. Our further commitment to what's to come in the region excites me. Not only in the business world with digital transitions, but also in promoting a better Latin America through the power of a more secure, performant, and reliable Internet!</p><p>Prior to joining Cloudflare, I was director of the Small Business and Commercial Segments for Cisco Latin America, where I directed an international team, leading sales and the business development efforts by digitizing the operational processes, sales cycle, and go-to-market strategy to drive scale within the SMB market. During my career I also have had the privilege to manage Segments Sales (Enterprise, Public Sector), Product Sales Specialists Teams, and business unit organizations in Security, Collaboration, Data Center, and Enterprise Networking.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/4OjVMJ7KHrFaB7Mu4h6dGx/985a18cb122cd949c4059eac3a3ec5d8/image2.jpg" />
            
            </figure>
    <div>
      <h3>Why Cloudflare</h3>
      <a href="#why-cloudflare">
        
      </a>
    </div>
    <p>My personal mission has always been expanding into new markets, building new organizations, and developing talent to drive incremental growth to gain market share — and more importantly, to deliver value to customers. I actually started my career working for Lucent Technologies’ Bell Labs mostly building new products and helping propel innovation. That was the first time I learned the power of technology, and its impact not just in business but in transforming lives.</p><p>Today, we are living in a very digital world, where all companies, industries, and countries are being transformed by the power of technology. At Cloudflare, I see a great opportunity to make a big impact, and in supporting Latin American countries. By taking advantage of this digital transformation, organizations of all sizes in the region can become even more productive with the technologies that are now available for industries and businesses of all types! Again, Cloudflare’s mission, to help build a better Internet, is key to why I decided to join. It all circles back to this. The inspiration and energy behind this mission is something you see in the entire team here from the get go. I have certainly seen this reflected in the work Cloudflare has already done in Latin America, but there’s a lot more we’re looking forward to. We are in a unique position to deliver significant value to customers and to millions of people in Latin America and beyond.</p>
    <div>
      <h3>Growth opportunities in Latin America</h3>
      <a href="#growth-opportunities-in-latin-america">
        
      </a>
    </div>
    <p>It's often been said that Latin America has been slow to adopt digital models, compared to the United States, Europe, and some countries in Asia. The shift to the cloud has just begun. Businesses are starting to move from on-premise technologies to the cloud, and many organizations are leveraging a multi-cloud environment as the platform to help propel them.</p><p>Cloudflare is in an unparalleled position to help transform the way Latin American companies do business and make that shift. We have seen this, in helping power many organizations in the region already, from customers like El Universal, to financial services like Bidu, Bitso, and Naranja, as well as retailers like Facily, and Falabella. This includes thousands of other Latin American customers of all sizes and types. We are also in partnership with a number of organizations to extend our services even further in the region, through Alestra, Cipher, NeoSecure, SYNNEX, TIVIT, and more.</p><p>By providing security, enhancing the performance of business-critical applications, and eliminating the cost and complexity of managing individual hardware — there are no tradeoffs for organizations, with this all within Cloudflare’s global cloud infrastructure and services. To give a sense of impact in the region, on average we block nearly seven billion cyber attacks every single day in Latin America. That’s something we’re very proud of especially as we see these threats developing.</p><p>When it comes to speed and reliability, with Cloudflare’s direct connections to more service and cloud providers, our network can reach 95% of the world’s population within 50 milliseconds (the blink of an eye is 300-400 milliseconds!). Cloudflare’s network is one of the most interconnected and also the largest networks in the world — already spanning more than 270 cities globally and this includes about 40 in Latin America. Being closest in proximity to Latin American users and organizations enables even more speed and reliable connections not only within Latin America, but also in and out of the region to anywhere else in the world.</p><p>I am very much looking forward to making an impact first hand to even more customers, partners, and users in Latin America.</p><p>Through the power of technology and innovation, let’s accelerate Latin America’s digital transformation! Let's contribute to having a faster, more secure, and more reliable Internet in the region. I know a better Internet can be key to transforming Latin America and igniting productivity.</p><p>If you are interested in partnering with us, or would like to explore how we can help ensure your organization’s Internet properties are secure, fast, and reliable — reach out to me, <a>ctorales@cloudflare.com</a> anytime. Also, we are hiring, and I’m helping grow our team! If you are interested in embarking on an ambitious mission to help build a better Internet, check out our <a href="https://www.cloudflare.com/careers/jobs/?department=default&amp;location=Miami,%20FL">open positions</a>.</p> ]]></content:encoded>
            <category><![CDATA[Life at Cloudflare]]></category>
            <category><![CDATA[Latin America]]></category>
            <guid isPermaLink="false">6VfztIpe0x0tOd6xt8Amf0</guid>
            <dc:creator>Carlos Torales</dc:creator>
        </item>
        <item>
            <title><![CDATA[Mexico City, Mexico: Cloudflare Data Center #134]]></title>
            <link>https://blog.cloudflare.com/mexico-city/</link>
            <pubDate>Wed, 14 Mar 2018 21:30:00 GMT</pubDate>
            <description><![CDATA[ Mexicans! Long Live Mexico! Long Live Mexico! Long Live Mexico! No, its not the 16th of September (Mexico Independence Day). However at Cloudflare we are proud to introduce our Datacenter #134 located in Mexico City Mexico. This data center marks our entrance into the Aztec Nation.  ]]></description>
            <content:encoded><![CDATA[ <p></p><p>¡Mexicanos! ¡Viva México! ¡Viva México! ¡Viva México! No, no es el 16 de septiembre (<a href="https://en.wikipedia.org/wiki/Cry_of_Dolores">Día de la Independencia de México</a>). Sin embargo aquí en Cloudflare celebramos la introducción de nuestro Datacenter #134 en la Ciudad De México. Este Datacenter marca nuestra entrada en la nación Azteca. Anteriormente el tráfico de México era servido desde algunos de nuestros otros Datacenters (principalmente <a href="/mcallen/">McAllen, TX</a>, <a href="/alert-the-ewings-cloudflares-dallas-data-cent/">Dallas, TX</a> y <a href="/cloudflares-la-datacenter-now-online/">Los Angeles, CA</a>).</p><p><i>Mexicans! Long Live Mexico! Long Live Mexico! Long Live Mexico! No, its not the 16th of September </i><a href="https://en.wikipedia.org/wiki/CryofDolores"><i>(Mexico Independence Day)</i></a><i>. However at Cloudflare we are proud to introduce our Datacenter #134 located in Mexico City Mexico. This data center marks our entrance into the Aztec Nation. Prior to this, traffic to Mexico was served from some of our other datacenters (Primarily </i><a href="/mcallen/"><i>Mcallen, TX</i></a><i>, </i><a href="/alert-the-ewings-cloudflares-dallas-data-cent/"><i>Dallas, TX</i></a><i> and </i><a href="/cloudflares-la-datacenter-now-online/"><i>Los Angeles, CA</i></a><i>).</i></p><p>El área metropolitana de México cuenta con mas de <a href="http://worldpopulationreview.com/world-cities/mexico-city-population/">21 millones</a> de habitantes quienes desde hoy podrán difrutar más rápido acesso a más de 7 millones de Sitios y aplicaciones en Internet servidos por Cloudflare. Este sera nuestro décimo centro de datos en la region de América Latina y El Caribe.</p><p><i>The Mexico City Metropolitan Areas have more than </i><a href="http://worldpopulationreview.com/world-cities/mexico-city-population/"><i>21 million inhabitants</i></a><i>, who from today will enjoy faster access to more than 7 million websites which are served and accelerated by Cloudflare. This is our 10th Datacenter in the Latin America Region.</i></p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/266U46s0hj8ZrmGNSw7ZaS/8a5dfe42e70d7395b189be094a7eb0f5/14996870204_47142a706d_k.jpg" />
            
            </figure><p><a href="https://creativecommons.org/licenses/by-nc/2.0/">CC BY-NC 2.0</a> <a href="https://flic.kr/p/oRdT2E">image</a> by <a href="https://www.flickr.com/photos/kevin53/">kevin53</a></p><p>Para nuestro despliegue en México agradecemos a <a href="https://kionetworks.com/en/data-centers/">Kio Networks</a>. Adicionalmente muy pronto estaremos interconectando con el <a href="http://ixp.mx/">IXP México</a>. Si usted vive en Guadalajara, Monterrey o Queretaro esten al pendiente que tendremos buenas noticias para ustedes tambien.</p><p><i>For this deployment we would like to thank our partner from </i><a href="https://kionetworks.com/en/data-centers/"><i>Kio Networks</i></a><i> and we will also be interconnecting to the </i><a href="http://ixp.mx/"><i>Mexico IXP</i></a><i> If you live in Guadalajara, Monterrey or Queretaro, stay tuned more great news coming your way</i></p><p>El equipo de Cloudflare de América Latina estará presente en el evento <a href="http://www.eretailday.org/2018/">E-Retail Day</a> el 15 de marzo en el Sheraton Maria Isabel Hotel. Les invitamos a asistir y platicar con nuestro equipo.</p><p><i>The Cloudflare Latin America Team will be present in Mexico City for the </i><a href="http://www.eretailday.org/2018/"><i>E-Retail Day Event</i></a><i> the 15 of March at the Sheraton Maria Isabel Hotel. We invite you to attend and chat with our team.</i></p>
    <div>
      <h3>The Cloudflare Global Anycast Network</h3>
      <a href="#the-cloudflare-global-anycast-network">
        
      </a>
    </div>
    
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/6meaIzfhqlmOMBEoSCeMh3/6162f13a83f1c35cd93831315b9af42c/location134.png" />
            
            </figure><p>This map reflects the network as of the publish date of this blog post. For the most up to date directory of locations please refer to our <a href="https://www.cloudflare.com/network/">Network Map on the Cloudflare site</a>.</p> ]]></content:encoded>
            <category><![CDATA[March of Cloudflare]]></category>
            <category><![CDATA[Cloudflare Network]]></category>
            <category><![CDATA[Latin America]]></category>
            <category><![CDATA[Data Center]]></category>
            <category><![CDATA[Spain]]></category>
            <guid isPermaLink="false">feWJUFN6Ew4KYfbeTIyWj</guid>
            <dc:creator>Felipe Tribaldos</dc:creator>
        </item>
        <item>
            <title><![CDATA[Aquele Abraço Rio de Janeiro: Cloudflare's 116th Data Center!]]></title>
            <link>https://blog.cloudflare.com/rio-de-janeiro/</link>
            <pubDate>Wed, 19 Jul 2017 17:56:00 GMT</pubDate>
            <description><![CDATA[ Cloudflare is excited to announce our newest data center in Rio de Janeiro, Brazil. This is our eighth data center in South America, and expands the Cloudflare network to 116 cities across 57 countries. ]]></description>
            <content:encoded><![CDATA[ <p>Cloudflare is excited to announce our newest data center in Rio de Janeiro, Brazil. This is our eighth data center in South America, and expands the Cloudflare network to 116 cities across 57 countries. Our newest deployment will improve the performance and security of over six million Internet applications across Brazil, while providing redundancy to our existing <a href="/parabens-brasil-cloudflares-27th-data-center-now-live/">São Paulo</a> data center. As additional ISPs peer with us at the local internet exchange (IX.br), we’ll be able to provide even closer coverage to a growing share of Brazil Internet users.</p><p><i>A Cloudflare está muito feliz de anunciar o nosso mais recente data center: Rio de Janeiro, Brasil. Este é o nosso oitavo data center na América do Sul, e com ele a rede da Cloudflare se expande por 116 cidades em 57 países. Este lançamento vai acelerar e proteger mais de seis milhões de sites e aplicações web pelo Brasil, também provendo redundância para o nosso data center em </i><a href="(https://blog.cloudflare.com/parabens-brasil-cloudflares-27th-data-center-now-live/)"><i>São Paulo</i></a><i>. Provendo acesso à nossa rede para mais parceiros através do Ponto de Troca de Tráfego (IX-RJ), nós estamos chegando mais perto dos usuários da Internet em todo o Brasil.</i></p>
    <div>
      <h3>History</h3>
      <a href="#history">
        
      </a>
    </div>
    <p>Rio de Janeiro plays a great role in the <a href="https://pt.wikipedia.org/wiki/Hist%C3%B3ria_da_Internet_no_Brasil">history of Internet</a> in Brazil. In 1988, the National Laboratory of Scientific Computation, headquartered in Rio de Janeiro connected to the University of Maryland via Bitnet, a network to exchange messages. The next year, the Federal University of Rio de Janeiro also connected to Bitnet, becoming the third institution (with São Paulo State Foundation for Research Support) to have access to this technology.</p><p><i>O Rio de janeiro tem papel central na </i><a href="(https://pt.wikipedia.org/wiki/Hist%C3%B3ria_da_Internet_no_Brasil)"><i>história da Internet</i></a><i> no Brasil. Em 1988, o Laboratório Nacional de Computação Científica (LNCC), conectou-se à Universidade de Mariland através da Bitnet, que era uma rede que permitia o envio de e-mail entre as instituições acadêmicas. Em 1989, a Universidade Federal do Rio de Janeiro também se conectou na Bitnet através de outra universidade americana, se tornando a terceira instituição Brasileira a se conectar na Internet (a FAPESP também já estava na rede).</i></p><p>_<a href="https://creativecommons.org/licenses/by-nc/2.0/">CC BY-NC 2.0</a> <a href="https://flic.kr/p/qXR5f2">image</a> by <a href="https://www.flickr.com/photos/laura_nk/">Lau Rey</a>_</p><p>Today, the city of Rio de Janeiro is very well connected. Internet access can be found all over, and better connectivity can boost entrepreneurship. In some Favelas (slums), the residents are creating their own <a href="https://oglobo.globo.com/rio/de-carona-na-banda-larga-dupla-faz-sucesso-na-rocinha-12106175">ISPs</a>, providing Internet <a href="http://www1.folha.uol.com.br/cotidiano/2013/02/1231878-morador-de-favela-esta-super-ligado-a-internet-diz-pesquisa.shtml">access</a> to some users that big ISPs are not able to reach.</p><p><i>Hoje, a cidade do Rio de Janeiro é muito bem conectada. Acesso à </i><a href="https://oglobo.globo.com/rio/de-carona-na-banda-larga-dupla-faz-sucesso-na-rocinha-12106175"><i>internet</i></a><i> pode ser encontrado em todo lugar, inclusive incentivando o empreendedorismo. Em algumas favelas os próprios moradores criaram seus provedores de </i><a href="http://www1.folha.uol.com.br/cotidiano/2013/02/1231878-morador-de-favela-esta-super-ligado-a-internet-diz-pesquisa.shtml"><i>internet</i></a><i> via Wi-Fi, e estão proporcionando a inclusão digital em áreas onde os grandes provedores não chegam.</i></p>
    <div>
      <h3>LatAm expansion</h3>
      <a href="#latam-expansion">
        
      </a>
    </div>
    <p>We have an additional eight datacenters in progress across Latin America. If managing the many moving parts of building a large global network interest you, come join our <a href="https://www.cloudflare.com/careers/">team</a>!</p><p><i>Nós temos mais oito datacenters a caminho na América Latina. Se você se interessa em gerenciar uma rede de alcance global, </i><a href="https://www.cloudflare.com/careers/"><i>venha fazer parte do nosso time</i></a><i>!</i></p><p><i>-The Cloudflare team</i></p> ]]></content:encoded>
            <category><![CDATA[Cloudflare Network]]></category>
            <category><![CDATA[Data Center]]></category>
            <category><![CDATA[Brazil]]></category>
            <category><![CDATA[Latin America]]></category>
            <category><![CDATA[South America]]></category>
            <guid isPermaLink="false">6vl0vdpefBckcKgd2iItmN</guid>
            <dc:creator>Nitin Rao</dc:creator>
        </item>
        <item>
            <title><![CDATA[Route leak incident on October 2, 2014]]></title>
            <link>https://blog.cloudflare.com/route-leak-incident-on-october-2-2014/</link>
            <pubDate>Thu, 02 Oct 2014 16:44:37 GMT</pubDate>
            <description><![CDATA[ Today, CloudFlare suffered downtime which caused customers’ sites to be inaccessible in certain parts of the world. ]]></description>
            <content:encoded><![CDATA[ <p>Today, CloudFlare suffered downtime which caused customers’ sites to be inaccessible in certain parts of the world. We take the availability of our customers’ web properties very seriously. Incidents like this get the absolute highest priority, attention, and follow up. The pain felt by our customers is also felt deeply by the CloudFlare team in London and San Francisco.</p><p>This downtime was the result of a BGP route leak by Internexa, an ISP in Latin America. Internexa accidentally directed large amounts of traffic destined for CloudFlare data centers around the world to a single data center in Medellín, Colombia. At the same time Internexa also leaked routes belonging to Telecom Argentina causing disruption in Argentina. This was the result of Internexa announcing via BGP that their network, instead of ours, handled traffic for CloudFlare. This miscommunication caused a flood of traffic to quickly overwhelm the data center in Medellín. The incident lasted 49 minutes, from 15:08UTC to 15:57UTC.</p><p>The exact impact of the route leak to our customers’ visitors depended on the geography of the Internet. Traffic to CloudFlare’s customers sites dropped by 50% in North America and 12% in Europe. The impact on our network in Asia was isolated to China. Traffic from South America was also affected as data centers there had to cope with an influx of traffic normally handled elsewhere.</p><p>In the past, we’ve written about the <a href="/why-google-went-offline-today-and-a-bit-about/">inherent fragility</a> of the Internet’s core routing system, and the problem of “route leakage”. Throughout 2014, we’ve seen numerous high profile leaks. In April <a href="http://research.dyn.com/2014/04/indonesia-hijacks-world/">an Indonesian ISP</a> leaked routes for large swathes of the Internet for a two hour period. Then in September portions of the Internet went offline because of a route leak when a <a href="http://research.dyn.com/2014/09/why-the-internet-broke-today/">hosting company leaked 400,000 routes</a>, and back in March Google’s DNS was <a href="http://arstechnica.com/information-technology/2014/03/google-dns-briefly-hijacked-to-venezuela/">inaccessible in parts of the world</a> because of a route leak. Route leakage is a hard problem that impacts every Internet service provider with no obvious or quick solution.</p><p>Today’s incident was unrelated to our recent announcement of <a href="/introducing-universal-ssl/">Universal SSL</a>, and was not the result of an attack. We worked directly with Internexa to resolve the route leak, and all CloudFlare systems are now operating normally. For the time being, we have quarantined the Medellín data center and disabled connectivity with Internexa. CloudFlare still has plenty of capacity to continue operating our network without that data center while we work with Internexa to understand the exact cause of their route leak. We are beginning an internal post-mortem to ensure that our internal protocols were followed and to identify areas for improvement.</p><p>Finally, we plan to proactively issue service credits to accounts covered by SLAs. Any amount of downtime is completely unacceptable to us. The entire CloudFlare team remains focused on delivering the best service to customers worldwide.</p> ]]></content:encoded>
            <category><![CDATA[BGP]]></category>
            <category><![CDATA[Colombia]]></category>
            <category><![CDATA[Latin America]]></category>
            <guid isPermaLink="false">2dpDdkmHA1hJdxVSqBjRZV</guid>
            <dc:creator>John Graham-Cumming</dc:creator>
        </item>
    </channel>
</rss>