Distributed high-performance web crawler based on peer-to-peer network

Fei Liu,Fanyuan Ma,Yunming Ye,Minglu Li,Jiadi Yu
DOI: https://doi.org/10.1007/978-3-540-30501-9_13
2004-01-01
Abstract:Distributing the crawling activity among multiple machines can distribute processing to reduce the analysis of web page. This paper presents the design of a distributed web crawler based on Peer-to-Peer network. The distributed crawler harnesses the excess bandwidth and computing resources of nodes in system to crawl the web. Each crawler is deployed in a computing node of P2P to analyze web page and generate indices. Control node is another node to being in charge of distributing URLs to balance the load of the crawler. Control nodes are organized as P2P network. The crawler nodes managed by the same control node is a group. According to the ID of crawler and average load of the group, crawler can decide whether transmits the URL to control node or hold itself. We present an implementation of the distributed crawler based on Igloo and simulate the environment to evaluate the balancing load on the crawlers and crawl speed.
What problem does this paper attempt to address?