Jump to content

Geo-replication: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m fix template syntax
 
(36 intermediate revisions by 21 users not shown)
Line 1: Line 1:
{{more citations needed|date=February 2022}}
{{advert}}
'''Geo-replication''' systems are designed to provide improved availability and disaster tolerance by using geographically distributed data centers.<ref>{{Cite web|title=Transactional storage for geo-replicated systems|url=https://www.sigops.org/s/conferences/sosp/2011/current/2011-Cascais/printable/27-sovran.pdf|access-date=August 19, 2021}}</ref> This is intended to improve the response time for applications such as [[web portal]]s. Geo-replication can be achieved using software, hardware or a combination of the two.
{{citations needed}}
'''Geo-replication''' systems improve the distribution of data across geographically distributed data networks. This enables improved end user experience of data heavy applications such as web portals. Geo-replication can be achieved using software, hardware or a combination of the two.


== Software ==
== Geo-replication software ==
Geo-replication software is a network performance enhancing technology that is designed to provide improved access to portal or intranet content for uses at the most remote parts of large organizations. It is based on the principle of storing complete replicas of portal content on local servers, and then keeping the content on those servers up-to-date using heavily compressed data updates.
Geo-replication software is a [[network performance]]-enhancing technology that is designed to provide improved access to portal or [[intranet]] content for uses at the most remote parts of large organizations. It is based on the principle of storing complete replicas of portal content on local servers, and then keeping the content on those servers up-to-date using heavily compressed data updates.


=== Portal acceleration ===
=== Portal acceleration ===
Geo replication technologies are used to provide replication of the content of portals such as [[Microsoft SharePoint]], intranets, web applications, content and data between servers, across wide area networks [[Wide area network|WAN]] to allow users at remote sites to access central content at [[LAN]] speeds.
Geo-replication technologies are used to provide replication of the content of portals, [[intranet]]s, [[web application]]s, content and data between servers, across wide area networks [[Wide area network|WAN]] to allow users at remote sites to access central content at [[Local area network|LAN]] speeds.


Geo-replication software can dramatically increase the performance of data networks that suffer limited bandwidth, latency and periodic disconnection. Terabytes of data can be efficiently replicated over a WAN giving remote sites rapid access to web applications.
Geo-replication software can improve the performance of data networks that suffer limited [[Bandwidth (computing)|bandwidth]], [[Latency (engineering)|latency]] and periodic disconnection. [[Terabyte]]s of data can be replicated over a [[wide area network]], giving remote sites faster access to web applications.


Geo-replication software solutions use a combination of compression and content caching technologies. Differencing technologies can also be employed to dramatically reduce the volume of data that has to be transmitted to keep portal content accurate across all servers. Some geo-replication technologies are able to reduce the data transmitted to keep portal content current across a global deployment by over 90%.{{Fact|date=May 2008}} This update compression dramatically reduces the load that portal traffic inflicts on networks, and significantly improves the end user experience of a portal by accelerating its performance.
Geo-replication software uses a combination of [[data compression]] and content [[web cache|caching]] technologies. [[Delta encoding|differencing]] technologies can also be employed to reduce the volume of data that has to be transmitted to keep portal content accurate across all servers. This update compression can reduce the load that portal traffic place on networks, and improve the response time of a portal.


=== SharePoint replication ===
=== Portal replication ===
Remote users of web portals and collaboration environments such as Microsoft SharePoint will frequently experience network bandwidth and latency problems which will slow down their experience of opening and closing files, and otherwise interacting with the portal. Geo-replication technology can be deployed to accelerate the remote end user experience of a portal like SharePoint by up to 90%.{{Fact|date=May 2008}}
Remote users of web portals and collaboration environments will frequently experience network bandwidth and latency problems which will slow down their experience of opening and closing files, and otherwise interacting with the portal. Geo-replication technology is deployed to accelerate the remote end user portal performance to be equivalent to that experienced by users locally accessing the portal in the central office.


=== Differencing engine technologies ===
=== Differencing engine technologies ===
To deliver this dramatic reduction in the size of the required data updates across a portal, geo-replication systems often use differencing engine technologies, such as the Epsilon compression system<ref>[http://www.infonic.com/product_geo_replicator_technology_epsilon.php]</ref> used by [[Infonic]]. This system is able to difference the content of each portal server right down to the byte level. This knowledge of the content that is already on each server enables the system to rebuild any changes to the content on one server, across each of the other servers in the deployment from content already hosted on those other servers. This type of differencing system ensures that no content, at the byte level, is ever sent to a server twice.
To deliver this reduction in the size of the required data updates across a portal, geo-replication systems often use differencing engine technologies. These systems are able to difference the content of each portal server right down to the byte level. This knowledge of the content that is already on each server enables the system to rebuild any changes to the content on one server, across each of the other servers in the deployment from content already hosted on those other servers. This type of differencing system ensures that no content, at the byte level, is ever sent to a server twice.


=== Offline portal replication on laptops ===
=== Offline portal replication on laptops ===
Geo-replication systems can often also employ a further content caching technology called Web Virtualization<ref>[http://www.infonic.com/product_geo_replicator_technology.php#web]</ref> to enable them to create replicas of server based portal content on mobile devices such as laptops, which do not have the storage capacity to create a genuine cache of the server content. Web Virtualisation enables mobile users to have access to a full replica of their business portal on a standard laptop. This technology is employed by a large number of sales forces and combat forces to provide in the field access to portal content.{{fact|date=May 2008}}
Geo-replication systems are often extended to deliver local replication beyond the server and down to the laptop used by a single user. Server to laptop replication enables mobile users to have access to a local replica of their business portal on a standard laptop. This technology may be employed to provide in the field access to portal content by, for example, sales forces and combat forces.


== Geo-replication systems ==
== Geo-replication systems ==
{{div col|colwidth=15em}}

*[http://www.iora.com/ iOra]
{{col-begin}}
{{col-2}}
*[[Infonic]]
*[[Syntergy]]
*[[Syntergy]]
*[[Colligo]]
*[[Colligo Contributor]]
{{div col end}}

== See also ==
*[[Load balancing (computing)|Load balancing]]
*[[Round robin DNS]]


==References==
==References==
{{reflist}}
{{reflist}}


[[Category:Software]]
[[Category:Business software]]
[[Category:Geography]]
[[Category:Cloud computing]]

Latest revision as of 08:16, 23 June 2024

Geo-replication systems are designed to provide improved availability and disaster tolerance by using geographically distributed data centers.[1] This is intended to improve the response time for applications such as web portals. Geo-replication can be achieved using software, hardware or a combination of the two.

Software

[edit]

Geo-replication software is a network performance-enhancing technology that is designed to provide improved access to portal or intranet content for uses at the most remote parts of large organizations. It is based on the principle of storing complete replicas of portal content on local servers, and then keeping the content on those servers up-to-date using heavily compressed data updates.

Portal acceleration

[edit]

Geo-replication technologies are used to provide replication of the content of portals, intranets, web applications, content and data between servers, across wide area networks WAN to allow users at remote sites to access central content at LAN speeds.

Geo-replication software can improve the performance of data networks that suffer limited bandwidth, latency and periodic disconnection. Terabytes of data can be replicated over a wide area network, giving remote sites faster access to web applications.

Geo-replication software uses a combination of data compression and content caching technologies. differencing technologies can also be employed to reduce the volume of data that has to be transmitted to keep portal content accurate across all servers. This update compression can reduce the load that portal traffic place on networks, and improve the response time of a portal.

Portal replication

[edit]

Remote users of web portals and collaboration environments will frequently experience network bandwidth and latency problems which will slow down their experience of opening and closing files, and otherwise interacting with the portal. Geo-replication technology is deployed to accelerate the remote end user portal performance to be equivalent to that experienced by users locally accessing the portal in the central office.

Differencing engine technologies

[edit]

To deliver this reduction in the size of the required data updates across a portal, geo-replication systems often use differencing engine technologies. These systems are able to difference the content of each portal server right down to the byte level. This knowledge of the content that is already on each server enables the system to rebuild any changes to the content on one server, across each of the other servers in the deployment from content already hosted on those other servers. This type of differencing system ensures that no content, at the byte level, is ever sent to a server twice.

Offline portal replication on laptops

[edit]

Geo-replication systems are often extended to deliver local replication beyond the server and down to the laptop used by a single user. Server to laptop replication enables mobile users to have access to a local replica of their business portal on a standard laptop. This technology may be employed to provide in the field access to portal content by, for example, sales forces and combat forces.

Geo-replication systems

[edit]

See also

[edit]

References

[edit]
  1. ^ "Transactional storage for geo-replicated systems" (PDF). Retrieved August 19, 2021.