Ilmu Telekomunikasi    
   
Daftar Isi
(Sebelumnya) YaccYafaRay (Berikutnya)

YaCy

YaCy
YaCy logo.png
Yacy-buscador.png
Developer(s)YaCy Community
Stable release1.2[1] / 7 November 2012; 4 months ago (2012-11-07)
Operating systemCross-platform
TypeOverlay network, Search engine
LicenseGPLv2+
WebsiteYaCy.net

YaCy (read "ya see") is a free distributed search engine, built on principles of peer-to-peer (P2P) networks.[2][3] Its core is a computer program written in Java distributed on several hundred computers, as of September 2006[update], so-called YaCy-peers. Each YaCy-peer independently crawls through the Internet, analyzes and indexes found web pages, and stores indexing results in a common database (so called index) which is shared with other YaCy-peers using principles of P2P networks.

Compared to semi-distributed search engines, the YaCy-network has a decentralised architecture. All YaCy-peers are equal and no central server exists. It can be run either in a crawling mode or as a local proxy server, indexing web pages visited by the person running YaCy on his or her computer. (Several mechanisms are provided to protect the user's privacy.)

Access to the search functions is made by a locally running web server which provides a search box to enter search terms, and returns search results in a similar format to other popular search engines.

The program is released under the GPL license.

Contents

Architecture

YaCy search engine is based on four elements:[4]

Crawler
A search robot which traverses from web page to web page and analyzes their content.
Indexer
Creates a Reverse Word Index (RWI) i.e. each word from the RWI has its list of relevant URLs and Ranking information. Words are saved in form of word hashes.
Search and Administration interface
Made as a web interface provided by a local HTTP servlet with servlet engine.
Data Storage
Used to store the Reverse Word Index Database utilizing a Distributed Hash Table.

Advantages

  • As there is no central server, the results cannot be censored, and the reliability is (at least theoretically) higher.
  • Because the engine is not owned by a company, there is no centralized advertising.
  • Because of the design of YaCy, it can be used to index the ‘hidden web’, including Tor, I2P or Freenet.
  • It is possible to achieve a high degree of privacy.
  • The YaCy protocol uses HTTP requests, which preserves transparency and discoverability, while aiding diagnosis and investigation. Performance can be increased to near that of binary-only protocols (like TCP & UDP, see Disadvantages section), with the use of compression, such as gzip.
  • Built-in support for OpenSearch

Disadvantages

  • There is no NAT traversal functionality built into YaCy, which prevents the software from being widespread as it might be since an ability to configure the local router, which is not always possible, requires some expertise to perform correctly.
  • As there is no central server and the YaCy network is open to anyone, malicious peers are (theoretically) able to insert inaccurate or commercially biased search results. In theory no search result displayed to the user can be 'wrong' since all results are verified by downloading each page from the result set to see if the searched words actually exist on the page from the search result URL. However, YaCy uses a User agent string to identify itself, meaning a web server could send down different content to a YaCy crawler than to a normal visitor.
  • The YaCy protocol uses HTTP-Requests, which can be slower than non-text (binary-only) protocols, if left uncompressed.
  • The ranking of sites is done on the YaCy client side (users are encouraged to run their own YaCy server, as using a local server is necessary to gain many of the benefits of YaCy). The ranking algorithms, although easily customized, do not have their workload distributed and are limited to the use of the YaCy word index and whatever analysis can be done on the object being ranked. Therefore, more complex ranking algorithms such as those used by Google (which analyse rank using a variety of contextual factors developed during content crawling) are not, yet, feasible in YaCy, placing limits on most users' means to retrieve more relevant results.

See also

  • Dooble; an open source Web Browser with an integrated YaCy Search Engine Tool Widget
  • Sciencenet; a search engine for scientific knowledge, based on YaCy
  • Arado.sf.net – an open source search engine & URL Database

References

  1. ^ @yacy_search (2012-11-07). "YaCy 1.2 Release with embedded Solr". Source: Twitter. http://blog.yacy-websuche.de/2012/11/ 08/yacy-1-2-plus-solr. Retrieved 2012-11-10.
  2. ^ "YaCy takes on Google with open source search engine". The Register. 2011-11-29. http://www.theregister.co.uk/2011/11/ 29/yacy_google_open_source_engine/. Retrieved 2012-04-16.
  3. ^ "YaCy: It's About Freedom, Not Beating Google". PC World. 2011-12-03. http://www.pcworld.com/businesscenter /article/245414/yacy_its_about_freedo m_not_beating_google.html. Retrieved 2012-04-16.
  4. ^ "YaCy Technology Architecture". YaCy.net. http://yacy.net/Technology.html. Retrieved 2012-02-14.

External links

(Sebelumnya) YaccYafaRay (Berikutnya)