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;
========================================================================
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;
========================================================================