Software architecture
Decentralized database
Sunday, 23 November 2008 17:15
Database in general can be described as a pair: data (D) and index (I). We can have this two centralized on one computer or allocated on different computers.
Decentralized control system
Friday, 21 November 2008 14:13
Control system is included in operating system and usually in each application as well. It should be striven for as much system and as little application control as possible. I present what kind of control systems we have and how they can be decentralized.
Decentralized processing
Friday, 21 November 2008 11:28
We are dealing with system of interacting processors that have to solve a common problem. There can be different degrees of interacting processors decentralization. System become mode complex with each degree.
Distributed and decentralized systems
Thursday, 20 November 2008 14:48
As computer technology advances we have to deal with resources on different locations. One of the main problems that has to be solved is how to link decentralized resources together to work as a whole. There are many different types of distributed computing systems and many challenges to overcome in successfully designing one.
Use case example UML 2
Monday, 02 June 2008 15:12
Use case example with intro text and step-by-step solution.