|
|
This article has multiple issues. Please help improve it or discuss these issues on the talk page.
|
Osiris |
|
| Developer(s) | kodeware, srl |
|---|---|
| Initial release | March 17, 2010 |
| Stable release | 0.15 / February 8, 2012 |
| Development status | Current/Active |
| Written in | C++ |
| Operating system | Windows, GNU/Linux |
| Available in | Multilingual |
| Type | Peer-to-peer file sharing, Forum |
| License | Freeware |
| Website | www.osiris-sps.org |
Osiris Serverless Portal System (usually abbreviated as Osiris sps or Osiris) is a freeware program used to create web portals distributed via peer-to-peer networking (P2P) and autonomous from centralized servers. It is available for Microsoft Windows and GNU/Linux operating systems.
Unlike common tools used to publish information on the Internet, such as content management systems, Internet forums or blogs based on a centralized system, the data of an Osiris portal are shared (via P2P) between all its participants. Because all the contents necessary for navigation are replicated on every computer, the portal can be used without a central server. Thus, the portal is always accessible because it is immune to denial of service attacks, Internet service provider limitations (such as traffic shaping and censorship) and hardware failure. In this way, a web portal can be operated at very low costs and free from external control.
Contents |
The project was born following a similar initiative KeyForum. At that time, Berserker contributed to that project, but he decided to start from scratch a new project (writing entirely in C++), following a radically different strategy, in order to develop something truly indestructible and decentralized. Another reason for this new project is that he wanted to develop a software not limited to the sole component of web forum. Clodo joined the project several months later. On October 2, 2006, after 2 years of development, Osiris was officially announced. At present time the team is composed of 2 developers (Clodo & Berserker), two employees (DanielZ and Rei.Andrea) and a group of supporters/beta-testers (many of whom were already on the team KeyForum).
Starting from version 0.12, Osiris has become multi-platform, this was possible by migrating from the Visual Studio to the wxWidgets library.
Osiris has many features that make it a unique product at present; it is the result of a union between peer-to-peer (P2P) technology and web portals.
Osiris differs from classic P2P programs in that it is focused on security and distributed data management.
The Reputations system and the subsequent generation of multiple points of view of a portal is one of the most innovative aspects of the program. Unlike "traditional" systems where the computational work (calculation of statistics, indexing of content, etc ...) is always made by a central server, Osiris use a distributed approach, where the majority of the works is made by users of a portal, due to this there may be more distinct points of view of a portal, depending on used account.
Each user is free to give reputation (positive or negative) to another user according to its contribution to the portal, based on these reputations, the system processes the pages by removing the contents of users evaluated negatively (such as spammers) and importing the reputations of users considered positively. This allow the creation of a network of assessments that allows management of a portal. Note that each client processes the data independently on its machine in a process that is called stabilization of the portal.
When a user creates an Osiris portal, the user must choose between two systems of moderation, namely "anarchist" and "monarchy" and the choice cannot be changed after the portal is created. In an anarchic portal, every user can rate another user and thus influence that user's reputation among all users of the portal. In this way, a portal can be moderated without the use of a central server. The first reputation is always positive and is set to the administrator, the user who publishes the invitation link (digitally signed) to the portal. In a monarchy portal, the only users who can generate reputations are the portal administrator and moderators whom he considered positively. Thus, only they can delete or promote content on the portal.
Isis is a web gateway to Osiris portals, written in PHP 5, through which it's possible to browse a portal without installing Osiris.
The particularity of Isis is the management of the workload and the data, which don't lie on the public server that is running Isis, but is managed by the various nodes running Osiris. Isis only forwards web requests from visitors to the nodes that have become available to it, minimizing the use of resources from the server through the load-balancing of requests.
Since it's not technically possible to guarantee anonymity in this type of architecture, all accesses by Isis are read-only. This has the dual objective of ensuring the privacy of users and encourage the use of Osiris to actively participate to a portal.
Here you can share your comments or contribute with more information, content, resources or links about this topic.