Showing posts with label Infrastructure Internet. Show all posts
Showing posts with label Infrastructure Internet. Show all posts

Friday, 20 June 2025

Understanding the Internet’s Hidden Infrastructure

Most people experience the Internet as a seamless service, but beneath that simplicity lies a multi-layered infrastructure made up of interconnected networks, routing policies, exchange points, and edge delivery platforms. These are the systems that keep global data flowing — reliably, efficiently, and at scale.

In our recent explainer video, we examine this invisible architecture by following the path of data from users to content providers and back again. The tutorial covers:

  • The hierarchical structure of Internet Service Providers (ISPs) and how they form transit chains by purchasing upstream connectivity
  • The use of Internet Exchange Points (IXPs) for settlement-free peering between networks, including the difference between public and private peering
  • The infrastructure behind Content Delivery Networks (CDNs) and the role of Netflix's Open Connect Appliances (OCAs)
  • The emerging importance of Multi-access Edge Computing (MEC) in localising compute and reducing backbone load

We also touch on real-world examples such as:

  • Swisscom’s temporary standoff with Netflix in 2016, highlighting the commercial tensions in peering agreements
  • The more recent regulatory intervention by ComCom, requiring Swisscom to establish zero-settlement peering with Init7

These cases demonstrate how infrastructure policy, competitive pressure, and traffic engineering come together to shape the performance and openness of the Internet.

Watch the video below to better understand the physical and logical structures that underpin our digital world:

Whether you're in network planning, architecture, or policy, this video offers a concise look at the building blocks that make the Internet work.

You can download the slides from here.

Related Posts

Monday, 21 August 2023

'Story of the Edge' by Akamai

People share some useful stuff on social networks that I bookmark to visit and write later. This was shared by John Francis Nolan nine months back or so. I have just managed to watch it and definitely worth a share here.

Prof. Ramesh K. Sitaraman is currently a Distinguished University Professor and the Associate Dean for Educational Programs and Teaching in the College of Information and Computer Sciences at the University of Massachusetts at Amherst.  He is best known for pioneering content delivery networks (CDNs) and edge computing services that currently deliver much of the world’s web, videos, edge applications, and online services. As a principal architect, he helped create the Akamai network, the world’s first major content delivery network (CDN) and edge computing service. He retains a part-time role as Akamai’s Chief Consulting Scientist. 

Late last year he delivered a talk 'Living on the Edge for a Quarter Century: An Akamai Retrospective' on The Networking Channel. The following is the abstract of the talk:

As Akamai and the creation of the “edge” turn 25, we look back at the key role that the edge has played in the evolution of internet services. The story of the edge starts in the late 1990s when servers were deployed worldwide to provide content delivery services for web pages and videos. The quest to move dynamic content and application logic closer to users created the first edge computing services a few years later. The growth of the edge that now spans thousands of locations has dramatically increased the scope and importance of services that critically rely on it. This has created new challenges in operating the edge at scale and securing it from sophisticated attacks. Further, as the carbon footprint of the edge grows rapidly, reimagining a sustainable “zero-carbon” edge that is powered by renewable energy poses a key direction for future research.

His talk is embedded below and the PDF copy of his presentation is available here.

You can view the author's publication page here.

Related Posts

Saturday, 22 October 2022

The Role of Border Gateway Protocol (BGP) in Making Sure Internet Works

Ever wondered how Internet works? Surely you did but did you actually figure out? Most often, people just understand it roughly how it works but sometimes details could be handy.

Plum consulting recently published a detailed study titled, "How the Internet works (and is paid for)".  It is quite a detailed study and is divided into three parts:

  • The first part explores how data and content move around the Internet, and how it is coordinated and governed;
  • The second part focuses on the economics of the Internet and how the delivery of content is paid for;
  • The third part provides cases studies of the economics of the Internet in five APAC countries: South Korea, Australia, Indonesia, Japan, and Singapore.

There is also a concise summary if that helps. 

A recent article on Ookla titled "5 Critical Services that Keep the Internet Up and Running" described how the internet works and what causes an Outage. The article explains the role of Content delivery networks (CDNs), Domain Name System (DNS), Border Gateway Protocol (BGP), Services and their Application Programming Interfaces (API) and finally Downdetector.

BGP is an important service which has been in the news regularly after some major outage. Last year when Facebook disappeared from the Internet, BGP was responsible. Facebook (Meta) Engineering published a detailed post explaining it here. Cloudflare also looked at this Facebook BGP issue here and have a simple explanation about what BGP is:

Border Gateway Protocol (BGP) is the postal service of the Internet. When someone drops a letter into a mailbox, the Postal Service processes that piece of mail and chooses a fast, efficient route to deliver that letter to its recipient. Similarly, when someone submits data via the Internet, BGP is responsible for looking at all of the available paths that data could travel and picking the best route, which usually means hopping between autonomous systems.

BGP is the protocol that makes the Internet work by enabling data routing. When a user in Singapore loads a website with origin servers in Argentina, BGP is the protocol that enables that communication to happen quickly and efficiently.

This video below is also a good simple explanation

BGP can be a serious issue when Internet is hijacked, hence even the regulators are looking at it to ensure there is no country wide Internet failure. An example from Swedish Post and Telecommunications Board (PTS) here.

Similarly, UK's National Cyber Security Centre (NCSC) has published a Technical report on "Responsible use of the Border Gateway Protocol (BGP) for ISP interworking", which explains best practices for the use of this fundamental data routing protocol.

With all these ongoing conflicts and politics in the play, it is important for the Service Providers and Mobile Operators to ensure there is no failure because of lack of understanding of the fundamentals.

Related Posts