Dell Technologies and AT&T also plan to speed up the release of Airship 2.0, which is expected...
Cloudflare’s global network currently spans 193 cities across 90+ countries. With over 20 million Internet properties on our network, we increase the security, performance, and reliability of large portions of the Internet every time we add a location.
So far in 2019, we’ve added a score of new locations: Amman, Antananarivo*, Arica*, Asunción, Bengaluru, Buffalo, Casablanca, Córdoba*, Cork, Curitiba, Dakar*, Dar es Salaam, Fortaleza, Göteborg, Guatemala City, Hyderabad, Kigali, Kolkata, Male*, Maputo, Nagpur, Neuquén*, Nicosia, Nouméa, Ottawa, Port-au-Prince, Porto Alegre, Querétaro, Ramallah, and Thessaloniki.
When Cloudflare launched in 2010, we focused on putting servers at the Internet’s crossroads: large data centers with key connections, like the Amsterdam Internet Exchange and Equinix Ashburn. This not only provided the most value to the most people at once but was also easier to manage by keeping our servers in the same buildings as all the local ISPs, server providers, and other people they needed to talk to streamline our services.
This is a great approach for bootstrapping a global network, but we’re obsessed with speed in general. There are over five hundred cities in the world with over one million inhabitants, but only a handful Continue reading
Rubrik released Andes 5.1, expanding its reach to include data governance, disaster recovery...
Cisco’s China revenue dropped 25% on an annualized basis in the fourth quarter.
“We are investigating whether current or former DoD officials committed misconduct relating to...
The draft order comes almost three months after Pai originally backed the deal and encouraged his...
The company explained that enterprises have increasingly become reliant on the internet, but in...
The cloud provider also added second-generation Intel Xeon scalable processor virtual machines for...
Mesosphere's recent name change and operational focus follows similar moves by Docker Inc., Pivotal...
Many people look forward to the day that they can quit the day job and become their own boss. In this episode we chat with Jody Lemoine and Bruno Wollmann, two people who have done just that, to discuss some of the lessons learned as they transitioned into independent self-employment in the networking space.
Outro Music:
Danger Storm Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0 License
http://creativecommons.org/licenses/by/3.0/
The post Going Independent appeared first on Network Collective.
Hear from Valtix CEO Vishal Jain and is his take on cloud security today, where it’s going, and...
What benefits can Internet connectivity bring to Tribal and Indigenous communities – especially when it comes to language and culture preservation? That’s the topic of our panel proposal for South by Southwest (SXSW) 2020: “How Internet Access Can Preserve Native Cultures.”
And we’re excited to announce that you can now vote for it!
SXSW, is an annual conference held in Austin, Texas, USA. The conference’s many events include a music festival, networking opportunities, and panels that focus on technology, governance, film, culture, and music. The panels featured at SXSW live within tracks that range from health and medtech to innovative applications of new technologies. All panels at SXSW are chosen through a public vote so that participants can decide what they want to discuss at the event.
That’s where we need your help!
SXSW is a platform for bringing important policy issues and initiatives to light, which is why we’ve applied. It’s an ideal forum for exposing the impact that technology can have on culture.
If accepted, our panel would discuss specific issues that Tribal and Indigenous areas face when it comes to broadband deployment, the lessons that communities can learn from one another, and how they can Continue reading
One of my readers sent me a link to an interesting L2-over-IP "design". Someone tried to connect two data centers with redundant etherip links using home-brewed redundancy mechanism and (surprise, surprise) managed to bring both of them down. The obvious fix: patch the etherip device driver.
I don't know enough about OpenBSD to figure out whether (A) it doesn't have STP at all, (B) STP doesn't work over EtherIP, (C) host routing based on ARP entries would be too much of a hassle, (D) some people don't understand the networking fundamentals, (E) everything looks like a nail once you found a hammer, or (F) all of the above. Insightful comments would be highly appreciated.
Turning to technical folks and their blogs is a good way to "not panic" when it comes to dealing with the trough of woe. In this episode, we'll talk to prolific technical blogger & VMware employee William Lam to get an insider's view of what happens to generate community-oriented content.
The post Datanauts 171: The Joy Of Engineering With William Lam appeared first on Packet Pushers.
Today, we're open-sourcing an exciting project that showcases the strengths of our Cloudflare Workers platform: workers-graphql-server
is a batteries-included Apollo GraphQL server, designed to get you up and running quickly with GraphQL.
As a full-stack developer, I’m really excited about GraphQL. I love building user interfaces with React, but as a project gets more complex, it can become really difficult to manage how your data is managed inside of an application. GraphQL makes that really easy - instead of having to recall the REST URL structure of your backend API, or remember when your backend server doesn't quite follow REST conventions - you just tell GraphQL what data you want, and it takes care of the rest.
Cloudflare Workers is uniquely suited as a platform to being an incredible place to host a GraphQL server. Because your code is running on Cloudflare's servers around the world, the average latency for your requests is extremely low, and by using Wrangler, our open-source command line tool for building and managing Workers projects, you can deploy new versions of your GraphQL server around the world within seconds.
If you'd like to try the GraphQL Continue reading
Adtran upgraded its Mosaic software-defined access suite with new features aimed at improving...
wget https://inmon.com/products/sFlow-RT/sflow-rt.tar.gzOn a system with Docker installed:
tar -xvzf sflow-rt.tar.gz
./sflow-rt/get-app.sh sflow-rt flow-trend
./sflow-rt/get-app.sh sflow-rt browse-metrics
./sflow-rt/start.sh
mkdir appThe product user interface can be accessed on port 8008. The Status page, shown at the top of this article, displays key metrics about the performance of the software.
docker run -v $PWD/app:/sflow-rt/app --entrypoint /sflow-rt/get-app.sh sflow/sflow-rt sflow-rt flow-trend
docker run -v $PWD/app:/sflow-rt/app --entrypoint /sflow-rt/get-app.sh sflow/sflow-rt sflow-rt browse-metrics
docker run -v $PWD/app:/sflow-rt/app -p 6343:6343/udp -p 8008:8008 sflow/sflow-rt
Application security is changing the role of virtual administrators and expanding their job...