Block-Based P2P Content Distribution Protocol for Enterprise Networks

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing content distribution techniques are inefficient for large-scale file distribution in enterprise networks, as they do not account for topological and temporal correlations, leading to suboptimal distribution of files like firmware updates or operating system patches, and are prone to high failure rates due to individual transfers across multiple sites.

Innovation Solution

A block-based peer-to-peer transfer protocol that divides content into blocks, allowing peers to communicate and transfer blocks based on a file descriptor with cryptographic checksums, prioritizing full peer relationships for efficient distribution and using a distribution tree to coordinate transfers, while managing authorizations and security through an authorizations table.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If conventional device manager uses existing networking framework and topology-aware peer-to-peer protocols for file distribution, then the system can leverage network conditions to find suitable candidates, but the distribution lacks planning and results in high failure rates for enterprise firmware updates and patches

Engineering Contradiction:
Improvedistribution reliabilityVSAvoiddistribution efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system performs preliminary actions by establishing a distribution plan before actual file transfer. The controller determines which peers should receive which blocks and in what order, creating a coordinated distribution strategy that prevents conflicts and failures during the transfer process

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The controller acts as an intermediary that coordinates between the source peer and all destination peers. It manages the distribution plan, assigns blocks to specific peers, and oversees the entire distribution process to ensure reliability while maintaining efficiency

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If the system downloads entire pieces of content from peers, then the transfer process is simple, but other peers cannot simultaneously download from the same source, reducing distribution efficiency

Engineering Contradiction:
Improvedistribution speedVSAvoidprotocol complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The system segments the content into multiple blocks and further divides them into chunks. This segmentation allows different peers to simultaneously download different blocks from the same source peer, dramatically improving distribution speed. The source peer can serve multiple destinations in parallel by transferring different blocks to different peers at the same time

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system dynamically adjusts the distribution process by allowing peers to become both clients and servers. When a peer receives a complete block, it can immediately start serving that block to other peers, creating a dynamic peer-to-peer network where data flows multiple paths simultaneously, enhancing distribution efficiency

Inventive Principle:
Principle #15Dynamics

3Reliability

If peers transfer data without establishing full peer relationships, then the connection setup is faster, but the system cannot ensure authorized and reliable data exchange

Engineering Contradiction:
Improvedata exchange reliabilityVSAvoidconnection establishment time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system performs preliminary authorization checks and relationship establishment before data transfer begins. The controller determines full peer relationships in advance and establishes authorized connections before the actual block transfer, ensuring reliability without significantly impacting distribution time

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system uses cryptographic checksums to verify data integrity. Each block is accompanied by a checksum that allows receiving peers to verify the accuracy of received data without requiring complex continuous validation protocols, ensuring reliability through simple verification

Inventive Principle:
Principle #26Copying

Data Source

PatentEP3654619B1A dynamic content distribution protocol for an enterprise environment
Publication Date: 2021.06.02 PALO ALTO RESEARCH CENTER INC
  • EP3654619B1 patent drawingFigure 1A
  • EP3654619B1 patent drawingFigure 1B
  • EP3654619B1 patent drawingFigure 1C

AI summary

Embodiments described herein provide a system for facilitating dynamic content distribution in an enterprise environment. During operation, the system receives, from a controller of the enterprise environment, an instruction for downloading a piece of content from one or more peers of a peer-to-peer protocol. The instruction can include a file descriptor that indicates a set of blocks the piece of content is divided into. The system can receive an offer for a first block of the set of blocks from a first peer of the one or more peers and determine whether the system is in a full peer relationship with a second peer of the one or more peers. The full peer relationship indicates that the second peer and the system are clients and servers of each other. If the system is in a full peer relationship, the system elects, between the second peer and the system, a sender for a first request that responds to the first offer.