From Wanos Wiki
Jump to: navigation, search
(How to enable Packet Loss Recovery)
Line 55: Line 55:
 
http://wanos.co/misc/wiki/assets/plrwiki/multisite_branch1.png <br />
 
http://wanos.co/misc/wiki/assets/plrwiki/multisite_branch1.png <br />
 
http://wanos.co/misc/wiki/assets/plrwiki/plr_on_branchsite1.png <br />
 
http://wanos.co/misc/wiki/assets/plrwiki/plr_on_branchsite1.png <br />
Screenshot
+
 
 +
 
 +
== Caveat ==
 +
 
 +
The IP address of the remote Wanos devices needs to be in the same MultiSite site group. To ensure this is the case, the remote ip can be added under MultiSite.
 +
http://wanos.co/wan-optimization/wp-content/uploads/2015/10/multisite-remote-ip.png

Revision as of 13:51, 27 October 2015

packet-loss-recovery-performance-plr.png

Packet Loss Recovery

Modern TCP stacks have become more efficient at dealing with latency by adding TCP Window Scaling and Selective Acknowledgements. However TCP is still vulnerable to packet loss and this has a drastic impact on network performance. To avoid the negative effects of packet loss and retransmissions, Packet Loss Recovery can be configured.

Why is Packet Loss important?

  • Loss has a severe impact on TCP performance: For example TCP throughput over a 100 Mbps link is limited to 1 Mbps at 80 ms and 2% loss.
  • More businesses are connecting their offices via low cost VPN links. These typically have 1% loss rate, which is 10 times higher than MPLS links.
  • SLA’s provide a false sense of security. A 3+% loss for an hour a day means providers can still meet a very low monthly average loss rate SLA.
  • Packet Loss is higher in emerging and developing countries. On average 2% or more.


Packet Loss Recovery

To counter the negative effects of loss on TCP throughput, Wanos can be configured to provide packet loss recovery to assist in TCP Acceleration. Below are CIFS copy speed stats over various loss and delay profiles. The first control test indicates the standard TCP throughput under these conditions. The second test is with Wanos Packet Loss Recovery enabled and compression and deduplication disabled.

packet-loss-recovery-performance-plr.png

Packet Loss Recovery Performance

Packet Loss Recovery Demo

In the illustration below compression and deduplication has been disabled. The link has a 50ms latency and 5% packet loss rate. TCP throughput on this link is below 1 Mbps. When Packet Loss Recovery is enabled, TCP Acceleration improves throughput up to 10x.

Wanos Wan Accelerator - TCP Acceleration

How to enable Packet Loss Recovery

Assuming the IP addressing scheme is setup similar to this Hyper-V guide, http://wanos.co/misc/wiki/documents/hyper-v/wanos_howto_hyper-v.html, the following steps can be used:

For Wanos-HQ

  • Login to https://192.168.1.200
  • Go to Configure > Multisite and create a new rule:
  • Remote Site Subnet: 192.168.1.0/24
  • Peer IP: 192.168.1.201
  • Description: Wanos-Branch
    multisite_hq1.png
    plr_on_hqsite1.png
    Screenshot

    For Wanos-Branch

  • Login to https://192.168.1.201
  • Go to Configure > Multisite and create a new rule:
  • Remote Site Subnet: 192.168.1.0/24
  • Peer IP: 192.168.1.200
  • Description: Wanos-HQ
    multisite_branch1.png
    plr_on_branchsite1.png

    Caveat

    The IP address of the remote Wanos devices needs to be in the same MultiSite site group. To ensure this is the case, the remote ip can be added under MultiSite.

    multisite-remote-ip.png