Email the Author
You can use this page to email Jakob Jenkov about P2P Networks.
About the Book
Peer-to-peer (P2P) networks are fascinating! P2P networks can scale to thousands, millions or even billions of individual peers collaborating without a central, coordinating entity. These peers can be run by individuals or organizations - each contributing resources towards the total capacity of the network. This book explores how!
P2P networks first became popular for file sharing use cases, but this is no longer the most popular use case. P2P networks have been used successfully for chat, voice and video calls in Skype at a global scale. P2P networks are also used in blockchain networks as well as in distributed hashtables (DHTs) and NoSQL databases. P2P networks are even being used by some media technology companies to distributed content at the edge, where their own hardware might be insufficient to serve local spikes in traffic.
Despite P2P technology actually being actively used in both consumer and enterprise software, P2P technology could be far more prevalent than it is today. Browsers could be supporting P2P communication. Application tech stacks could have built-in support for P2P topologies. Middleware products could be based on P2P technology. Modern media players could be accessing content via P2P networks.
There are probably multiple reasons why P2P technology is not as widely used as it could be. One reason probably is, that P2P techniques are not that well-described in the literature today. There are a few books available about P2P networks, but they tend to be either a bit superficial, or a bit academic in their writing style. This book is trying to alleviate that issue.
Another reason probably is, that the most popular P2P topology is the uniring topology used in Chord, Kademlia, Pastry and Tapestry. This uniring topology is not that well-suited for many use cases such as multicast, broadcast or geographically local communication. In this book I present the Polymorph polyring topology which seeks to address exactly these challenges.
Whatever the reasons are, changing the current state of affairs starts by applying our creativity and effort towards this goal. This book is intended as a first step on that path.
About the Author
Jakob Jenkov is a technopreneur, software architect, veteran developer, Java Champion and writer / publisher focused on the big ideas in the software and tech industry. Jakob feels most at home in the nexus between business and technology.
Jakob pursues his interests via his company Jenkov Aps (jenkov.com). Jakob has published more than 800 technical articles which attact millions of readers every year, and produced a few videos which attract hundreds of thousands of viewers every year.
Jakob has worked with web development and enterprise software since 1998 - mostly consulting for larger companies. The later years Jakob has taken a step back from development to focus on software architecture an the business context in which it exists. Jakob prefers a scientific approach to problem solving, favouring deep analysis and evidence over shallow understanding, assumptions and opinions whenever possible.