Osiris (software)
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Developer(s) | kodeware, srl |
---|---|
Initial release | March 17, 2010 |
Stable release | 0.15
/ February 8, 2012 |
Written in | C++ |
Operating system | Windows, GNU/Linux |
Available in | Multilingual |
Type | Peer-to-peer file sharing, Forum |
License | Freeware |
Website | www |
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.
History
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.
Key features
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.
- It allows anyone to create a web portal for free, without depending on anyone or needing special technical knowledge.
- Allows one to create content anonymously, allowing one to contribute to freedom of expression and speech.
- Osiris offers a full-text search engine that allows searching across all portals' content.
- Low resource utilization: with the increase of users in a portal there is a reduction of the workload on single nodes, as work is distributed among all network nodes.
- Uses P2P infrastructure (based on Kademlia) for the portals distribution, a field where there are few and difficult-to-use alternatives.
- Administration is based on the reputations system, which is a new way to manage users in a distributed system without using central servers.
Basic concepts
Osiris differs from classic P2P programs in that it is focused on security and distributed data management.
Security
- The system is anonymous. It's not possible to make an association between a user and their IP address, hence one cannot trace the person who created a content.
- Even with physical access to an Osiris installation it is impossible to trace the actual user without knowing his password.
- 2048-bit digital keys guarantee the authenticity of content (digitally signed in order to prevent counterfeiting) and the confidentiality of private messages (encrypted between the sender and recipient).
- To prevent the ISP from intercepting traffic, connections and data transfer to a portal (called alignment), Osiris uses random ports which are cloaked during handshake and encrypted point-to-point via 256-bit AES.
- The P2P distribution allows content to be present in multiple copies as a guarantee of survival in case of hardware failure or nodes off-line.
- As the portals are saved locally, one can read the contents even if one works off-line.
Reputations system
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.
Monarchist and anarchists portals
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 Gateway
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.
Future plans
- Currently the software is available on Linux and Windows, but the next version will support OS X.
- For the future is planned a system for managing data stored on disk, called survival engine, which automatically deletes the excess or unnecessary contents to keep the database lightweight and improve speed, reducing the time needed to stabilize the portal. Sadly, due to its complexity, this project is still under study by Osiris developers.
- Besides this the developers are working on various optimizations, focusing mainly on the system alignment and stabilization to make it faster and less resource-intensive.
- On March 18, 2010, Osiris SPS developers announced (in their kodeware.net forums) that they are planning to migrate Osiris SPS into a GPL licensed open source software project in the following months[1]
See also
References
- ^ Italian / English announcement of GPLing source code of Osiris OSS GPL forum announcement post
External links
- Official website
- Support Forum Osiris official forum