Saturday, June 15, 2019

DISTRIBUTED SYSTEMS Essay Example | Topics and Well Written Essays - 3000 words

DISTRIBUTED SYSTEMS - Essay ExampleDue to time limitation, this problem has not been resolved yet and therefore, the application still requires to be fine tuned to allow it to be run through IIS rather than involving Visual Studios internal ASP.NET Development Server.Currently, this applications backend, SQL Server 2005, does not store any data locally. It simply contains two linked servers which are called whenever the application requires carrying out some data operation viewing, inserting and updating records. Excessive communicating with linked servers may result in increase of network traffic, hence, minimizing the performance of only the application itself but of the entire corporate network as well.Therefore, it is very important to maintain some part of the data locally in SQL Server 2005 in order to reduce the network load by minimizing the intercourse with remote servers. This can be achieved through re-designing the database involving three key aspects data fragmentati on, data replication and data allocation.Data Fragmentation refers to the process of breaking up the database into logical units called fragments which can be stored at different sites. The simplest logical units are the table themselves (Padigela, n.d.).Fragmented or Partitioned refers to partitioning of database into disjoint fragments, with each fragment depute to one site (no replication). This is also called non-redundant allocation (Padigela, n.d.).Complete Replication involves maintenance of a complete copy of database at each site (no fragmentation) and therefore, storage cost and communication costs for modifys are main drawbacks of this strategy. To overcome this, snapshots a copy of the data at a given time are used to update copies of database periodically (Padigela, n.d.).It was not easy to work on this coursework as it was extremely challenging and

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.