Tuesday, 3 April 2018

silver peak -path conditioning - part 2 - loss mitigation by forward error correction

3, 2, 1 = data stream
p = parity packet
x = lost packet

3,2,1----silver peak=====isp network===p,3,x,1======silver peak-----p,3,2,1

1. parity data added to data stream;
2. extra parity packet is use to reconstruct missing data;
3. similar to RAID storage array to rebuild lost data;
4. use XOR gate; XOR result 1 if both argument are different & 0 if both same;
5. (101,011,100)=(010); 010 is parity
6. ratio of FEC packet can very dynamically;

========================================================================

Sunday, 1 April 2018

silver peak - path conditioning - part 1

path condition mitigate the effect of loss & delay;

BW, latency & loss all have an impact on effective throughput;

you can calculate throughput on silver peak website;

formula is :- Avg. throughput = (MSS/RTT)*(1.2/p^0.5)
mss= packet size; RTT = round trip time; p= packet loss;

PROBLEM:- data loss & packet out of order

SYMPTOMS:- video quality is poor with pixilation & halts; VOIP calls suffer poor quality(drop & echo)

these are commonly seen on MPLS & internet based ip vpn links

SOLUTION:- path conditioning

============================================================= 

Friday, 30 March 2018

SDWAN products of silver peak & their responsibilities

product responsibility

1. unity edgeconnect:-
(a) dynamic path ctrl
(b) WAN hardening with 256 bit encryption(means a normal commuting device will take life time to perform permutation & combination )
(c) path conditioning

2. unity orchestrator:-
(a) singal screen admin
(b) automate business intent policy
(c) bandwidth cost saving report

3. unity boost, plus & saas licensing:-
(a) optional performance pack
(b) latency mitigation 

Wednesday, 28 March 2018

introduction to SDWAN

1. sdwan is not an RFC or standard;
2. every vendor's implementation is proprietary;
3. sdwan devices from different vendors will not work together to automate your wan;

silver peak -path conditioning - part 2 - loss mitigation by forward error correction

3, 2, 1 = data stream p = parity packet x = lost packet 3,2,1----silver peak=====isp network===p,3,x,1======silver peak-----p,3,2,1 1...