Dalesa

Dalesa is a peer-to-peer web cache designed for Local Area Networks (LAN). Dalesa[1] is a free and opensource software developed by Lanka Software Foundation[2] under GPL license.

Introduction

Dalesa[3] can be used as an alternative to centralized web caches in a Local Area Network. This is done by exposing local web browser caches to the entire P2P network. This is achieved through a daemon (computer software) which act as a web proxy server in every participating node. If a web request misses the local cache then the system fail-back to multicast based lookup protocol to query the P2P network, if any other node on the network gives a positive response to this query then the web object will be fetched from that node.

Architecture

Dalesa web cache has two major components. The core of the system is libdalesa, it is the core library that acts as a group communication framework. The other component is a web cache that uses libdalesa for remote cache object lookups. libdalesa is a generic framework for group communication which currently . As an abstraction layer it is possible to encapsulate numerous group communication mechanisms like Distributed Hash Tables other than currently available IP multicasting based protocol. The protocol identifies web objects by the SHA-1 hash of their origin URLs, this approach has reduced the size of UDP datagrams multicasted over the network carrying information related to URLs which are typically quite lengthier than 160 bits these days.

Awards & Grants

Releases

Publications

Problems

References

External links

This article is issued from Wikipedia - version of the 4/2/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.