CN105356892B - The method and system of network code - Google Patents

The method and system of network code Download PDF

Info

Publication number
CN105356892B
CN105356892B CN201510355293.XA CN201510355293A CN105356892B CN 105356892 B CN105356892 B CN 105356892B CN 201510355293 A CN201510355293 A CN 201510355293A CN 105356892 B CN105356892 B CN 105356892B
Authority
CN
China
Prior art keywords
packet
coding
code
staggeredly
shift
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201510355293.XA
Other languages
Chinese (zh)
Other versions
CN105356892A (en
Inventor
代明军
沈丹
卢泽鑫
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
HUNAN TRYINE TECHNOLOGY Co.,Ltd.
Original Assignee
Shenzhen University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen University filed Critical Shenzhen University
Priority to CN201510355293.XA priority Critical patent/CN105356892B/en
Publication of CN105356892A publication Critical patent/CN105356892A/en
Application granted granted Critical
Publication of CN105356892B publication Critical patent/CN105356892B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/03Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words
    • H03M13/05Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words using block codes, i.e. a predetermined number of check bits joined to a predetermined number of information bits
    • H03M13/13Linear codes
    • H03M13/15Cyclic codes, i.e. cyclic shifts of codewords produce other codewords, e.g. codes defined by a generator polynomial, Bose-Chaudhuri-Hocquenghem [BCH] codes
    • H03M13/151Cyclic codes, i.e. cyclic shifts of codewords produce other codewords, e.g. codes defined by a generator polynomial, Bose-Chaudhuri-Hocquenghem [BCH] codes using error location or error correction polynomials
    • H03M13/1515Reed-Solomon codes
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/61Aspects and characteristics of methods and arrangements for error correction or error detection, not provided for otherwise
    • H03M13/615Use of computational or mathematical techniques
    • H03M13/616Matrix operations, especially for generator matrices or check matrices, e.g. column or row permutations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]

Landscapes

  • Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Pure & Applied Mathematics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Algebra (AREA)
  • Theoretical Computer Science (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Computing Systems (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

The present invention provides a kind of method and system of network code, design ZD-MDS (8, the 4) code in binary field, that is, there is MDS property and zigzag to decode(ZD)Technology.Cataloged procedure includes the following steps:Raw information is divided into 4 isometric packets, uses C respectively by the first step1 C2 C3 C4It indicates, the length of each packet is L, wherein CiIn expression CiIn jth position;Second step takes systematic code frame, C1 C2 C3C4For non-coding packet.The beneficial effects of the invention are as follows:In the present invention, it by permutation matrix, staggeredly shifts, origination message is encoded in binary field, make it have MDS property, then use sawtooth pattern(zigzag)Decoding technique reduces decoding complex degree, and also making additional redundant space is 3bit.Both memory space is saved, and the overhead of each memory node is made to keep symmetrical.

Description

The method and system of network code
Technical field
The present invention relates to field of computer technology more particularly to the method and system of network code.
Background technique
With the rapid development of cloud computing, application of the network code in distributed memory system causes extensive pass Note.Network code can save memory space, reduce the network congestion of data reparation.In recent years, MDS property widely adopt by network code With and reliable and stable data storage and confrontation hard disk corruptions can be provided.
In order to which maximum capacity tolerates failure memory node quantity, the code with MDS property is widely used.Maximum distance can divide (MDS) property is that the former data that k is grouped are mapped to n (n >=k) packet data, and wherein any k is a in this n data all may be used To rebuild former n packet data completely.I.e. original information stream is split into k isometric data packets and is encoded into n data It wraps, any k in this n data packet can restore raw information.The meaning between the lines, as long as remaining intact node number is many It can restore original in k
Suo Luomen (RS) code is a kind of code with MDS property, is widely used in the distributed storage system of network code In system.The defect of RS code is that its coding-decoding operation applies the coding and decoding technology that complexity is needed in high system finite field, Need decoding time long, energy consumption is high.The decoding complex degree in high system domain is high, therefore existing extensive work all concentrates on binary network Coding and sawtooth (zigzag) decoding.
Zigzag decoding:Zigzag decodes in binary field, and the cube operation in decoding is become linear operation, Reduce computational complexity.Zigzag decode (ZD) code is exactly the zigzag decoding used in binary field, but according to him Decoding method, have the defects that as follows:(1) more memory spaces are needed, data are longer, the storage that encoding block needs Space is more, and the additional storage space needed if it is (n, k) code is (n-k) (k-1), i.e. (8,4) code needs 12 bit, expense Position is more;(2) for different memory nodes, memory space is asymmetrical, so that the designer of cloud storage is difficult distribution storage Space stores customer data.
Summary of the invention
In order to solve the problems in the prior art, the present invention provides a kind of methods of network code.
The present invention provides a kind of method of network code, cataloged procedure includes the following steps:
Raw information is divided into 4 isometric packets, uses C respectively by the first step1、C2、C3、C4It indicates, the length of each packet is L, wherein CiIn sij∈ { 0,1 } indicates CiIn jth position, i ∈ { 1,2,3,4 }, j ∈ { 0,1,2 ... L-1 };
Second step takes systematic code frame, C1、C2、C3、C4For 4 original non-coding packets, it is four verifications after coding Encode the basis of packet;
Third step, four data packets generated afterwards use C respectively5、C6、C7、C8It indicating, this 4 packets are check code packet, by C1、C2、C3、C4The code word that exclusive or obtains by turn after 4 non-coding packet displacements is constituted.
As a further improvement of the present invention, it is being set with MDS characteristic using permutation matrix to guarantee that zigzag is decoded It changes in matrix and implements staggeredly to shift, each of non-coding packet element is all moved to right into specific bit first, it then will be all these By the result element that moves to right all exclusive or by turn.
As a further improvement of the present invention, in permutation matrix, the result after the displacement of each non-coding data packet is used Staggeredly the matrix in shift replacement matrix table indicates, (i, j) a element representation wraps C to coding in matrixi+4Middle jth row element The digit of right shift is completed by this rule to Ci+4Coding, i, j ∈ { 1,2,3,4 }.
As a further improvement of the present invention, in staggeredly shift replacement matrix table, any row or column is not identical Number, it means that there is no the transfers of identical bit number, avoid un-decodable;In addition, in staggeredly shift replacement matrix table In, the element that the difference of any two column is included is all different.
As a further improvement of the present invention, staggeredly shift replacement matrix table is as follows:
0 1 3 2
2 0 1 3
3 2 0 1
1 3 2 0
The present invention also provides a kind of systems of network code, including:
Divide module and uses C respectively for raw information to be divided into 4 isometric packets1、C2、C3、C4It indicates, each packet Length is L, wherein CiIn sij∈ { 0,1 } indicates CiIn jth position, i ∈ { 1,2,3,4 }, j ∈ { 0,1,2 ... L-1 };
Processing module, for taking systematic code frame, C1、C2、C3、C4For 4 original non-coding packets, it is four after coding The basis of a verification packet code word;
Generation module generates four data packets and uses C respectively after being used for5、C6、C7、C8It indicates, this 4 packets are check code Packet, by C1、C2、C3、C4The code word that exclusive or obtains by turn after 4 non-coding packet displacements is constituted.
As a further improvement of the present invention, it is being set with MDS characteristic using permutation matrix to guarantee that zigzag is decoded It changes in matrix and implements staggeredly to shift, each of non-coding packet element is all moved to right into specific bit first, it then will be all these By the result element that moves to right all exclusive or by turn.
As a further improvement of the present invention, in permutation matrix, the result after each uncoded data packet displacement is used Staggeredly the matrix in shift replacement matrix table indicates, (i, j) a element representation wraps C to coding in matrixi+4Middle jth row element The digit of right shift is completed by this rule to Ci+4Coding, i, j ∈ { 1,2,3,4 }.
As a further improvement of the present invention, in staggeredly shift replacement matrix table, any row or column is not identical Number, it means that there is no the transfers of identical bit number, avoid un-decodable;In addition, in staggeredly shift replacement matrix table In, the element that the difference of any two column is included is all different.
As a further improvement of the present invention, staggeredly shift replacement matrix table is as follows:
0 1 3 2
2 0 1 3
3 2 0 1
1 3 2 0
The beneficial effects of the invention are as follows:In the present invention, it by permutation matrix, staggeredly shifts, to original in binary field Beginning message is encoded, and makes it have MDS property, then use sawtooth pattern (zigzag) decoding technique, reduces decoding complex degree, also So that additional redundant space is 3bit.Both memory space is saved, and makes the overhead holding pair of each memory node Claim.
Detailed description of the invention
Fig. 1 is ZD-MDS (8,4) code code pattern.
Fig. 2 is ZD-MDS (8,4) code zigzag coding/decoding method figure.
Fig. 3 is zigzag decoding principle schematic diagram.
Specific embodiment
The invention discloses a kind of method and systems of network code, and cataloged procedure includes the following steps in the method:
Raw information is divided into 4 isometric packets, uses C respectively by the first step1、C2、C3、C4It indicates, the length of each packet is L, as shown in Fig. 2, wherein CiIn sij∈ { 0,1 } indicates CiIn jth position, i ∈ { 1,2,3,4 }, j ∈ 0,1,2 ... L- 1};
Second step takes systematic code frame, C1、C2、C3、C4For 4 original non-coding packets, it is 4 verifications volumes after coding The basis of code packet code word;
Third step, four data packets generated afterwards use C respectively5、C6、C7、C8It indicating, this 4 packets are check code packet, by C1、C2、C3、C4The code word that exclusive or obtains by turn after 4 non-coding packet displacements is constituted.
Detailed code construction citing:
This part will provide and how use C1C2C3C44 basic non-coding packets constitute C5C6C7C8Detailed process.
It is in order to guarantee zigzag (sawtooth pattern) decoding and MDS characteristic, each of uncoded packet element is all right first Specific bit is moved, digit is all unequal, therefore the coding packet obtained is likely to mutually independent.Then by all these by moving to right The code word obtained afterwards is stored in check code packet after exclusive or by turn.
Matrix expression of the result in staggeredly shift replacement matrix table (table 1) after the displacement of each non-coding data packet, (i, j) a element representation wraps C to coding in matrixi+4In j-th of structural element displacement digit, pass through this rule complete pair Ci+4Coding, i, j ∈ { 1,2,3,4 }.
Such as:The first row (0,1,3,2) represents coding packet C5Middle structural element C1To C4Ring shift right 0,1,3,2 respectively, As can be seen that the element of every a line and each column is changed all in accordance with corresponding element in the matrix, therefore we claim this Matrix is permutation matrix, and for obtained coding result as shown in Figure 1, in Fig. 1, each column in coding packet represent related digit Phase exclusive or as a result, such as c5First be s1,0, second S1,1With S2,0Exclusive or as a result, successively depositing after exclusive or by turn Storage.
From in table 1, we obtain a vector as difference to any two column, wherein being interlocked without identical element using being somebody's turn to do Shift replacement matrix is encoded, and the pattern of coding is sawtooth pattern, and when decoding can be decoded using zigzag, in addition, the code has There is MDS property, is not in un-decodable situation.If two column make difference after vector element have it is identical, illustrate two column place Row relative shift of code word in coding is identical, then cannot be guaranteed sawtooth pattern in decoding, and will exist cannot decode former letter The case where breath, occurs.
0 1 3 2
2 0 1 3
3 2 0 1
1 3 2 0
Table 1
In table 1, C1To C4C is constituted by successively shifting5To C8Shift replacement matrix.In permutation matrix, displacement Number staggeredly changes.
In staggeredly shift replacement matrix table, verifies data packet more storages additionally on the basis of former non-coding packet and open Pin, it is 3 that all 4 verifications packet overhead digits, which are fixed, compares zigzag decode (ZD) (8,4) code, ZD (8,4) Expense in code is 12.
In staggeredly shift replacement matrix table, any row or column does not have identical number, it means that there is no phases Same bit number transfer, avoids un-decodable;In addition, in staggeredly shift replacement matrix table, the difference of any two column is included Element is all different, this also avoids un-decodable, ensure that zigzag is decoded.
A kind of system of network code is also disclosed, including:
Divide module and uses C respectively for raw information to be divided into 4 isometric packets1、C2、C3、C4It indicates, each packet Length is L, wherein CiIn sij∈ { 0,1 } indicates CiIn jth position, i ∈ { 1,2,3,4 }, j ∈ { 0,1,2 ... L-1 };
Processing module, for taking systematic code frame, C1、C2、C3、C4For 4 original non-coding packets, it is four after coding The basis of a verification packet code word;
Generation module generates four data packets and uses C respectively after being used for5、C6、C7、C8It indicates, this 4 packets are check code Packet, by C1、C2、C3、C4The code word that exclusive or obtains by turn after 4 non-coding packet displacements is constituted.
Within the system, implement in permutation matrix with MDS characteristic using permutation matrix to guarantee that zigzag is decoded It staggeredly shifts, each of non-coding packet element is all moved to right into specific bit first, then by all these by moving to right to obtain Result element all exclusive or by turn.
Within the system, matrix of the result in the shift replacement matrix table that interlocks after each uncoded data packet displacement It indicates, (i, j) a element representation wraps C to coding in matrixi+4The digit of middle jth row element right shift, it is complete by this rule Pairs of Ci+4Coding, i, j ∈ { 1,2,3,4 }.
Within the system, any row or column does not have identical number, it means that there is no identical bit numbers to turn It moves, avoids un-decodable;In addition, the element that the difference of any two column is included is all different in staggeredly shift replacement matrix table.
Within the system, staggeredly shift replacement matrix table is as follows:
0 1 3 2
2 0 1 3
3 2 0 1
1 3 2 0
The zigzag decoding (ZD-MDS) with MDS property is described below:
Here mainly illustrate in entire decoding process, using the property of MDS in the decoded situation of zigzag, to ZD-MDS In the visual interpretation of (8,4) code property such as Fig. 2, it is known that any 4 data packets in 8 data packets can restore all original Non-coding bag data.Here there are 4 class situations:
1,4 check code packets are unspoiled;
2,3 check code packets and 1 uncoded packet are unspoiled;
3,2 check code packets and 2 uncoded packets are unspoiled;
4,1 check code with and 3 it is uncoded packet be unspoiled;
Hereinafter, we will enumerate one of situation and explain in detail:
Type Isosorbide-5-Nitrae coding packet be it is unspoiled, be equivalent to C5To C8Be it is unspoiled, with reference to the left side Fig. 2 XOR operation only Having a unknown data markers is that oblique line fills frame, and the part is as sawtooth pattern.As long as oblique line is filled where the position of collimation mark note Coding packet is it is known that then the position decodes to come first.From left to right overstriking font digital representation successively is used in decoding order such as Fig. 2 Out.Detailed decoding process is as follows:It can be it is known that we can be by S because oblique line filling frame portion is divided into1,0With overstriking font mark It is denoted as 1, likewise, S2,0It can be from C6First in recover, with overstriking font tags be 2.Method decodes respectively according to this S out3,0And S4,0, it is 3,4 with overstriking font tags.The S come will be decoded again2,0It is updated to middle C5Second, can decode S1,2, it is 5 with overstriking font tags, other all data bit is successively finally decoded according to this method.It is observed that If known bits are substituted into certain point by us in this decoding process, each unknown position can be resumed, this mistake Journey in fact quite slow detour, therefore the referred to as i.e. zigzag decoding of sawtooth pattern decoding.Other three kinds of situations also can be solved successively Code comes out.
In the present invention, ZD-MDS (8, a 4) code is devised, (n, k)=(8,4), it possesses MDS property and zigzag Decoding.
In the present invention, C1、C2、C3、C4Referred to as non-coding packet, C5、C6、C7、C8Referred to as check code packet.
Zigzag decoding technique is described below:
As liner code, decoding process is equivalent to solution system of linear equations.It mainly include two processes:Step 1, according to first Coefficient matrix is converted into simplifying stepped matrix by equal rows operation;Step 2 retreats substitution and successively finds out according to stepped matrix Known bits position.Step 1 elapsed time is more, therefore our being encoded to of designing is steps, and without step 1, if energy Enough to decode prime information according to retrogressing substitution method, then this coding/decoding method is known as zigzag decoding (ZD).
We illustrate Zigzag decoding process with example below, if Fig. 3 is the decoding process of (4,2) code.Firstly, by former The information of beginning is divided into the data packet of two a length of L, i.e. C1And C2。CiElement S in coding packeti,j∈ { 0,1 } indicates CiIn Jth position, i ∈ { 1,2 }.The two data packets contain the bit of prime information, referred to as non-coding packet.In this example, I L be assumed to be 4.C3And C4It is for calculating non-coding packet, by constituting the displacement of non-coding packet and binary addition, referred to as Coding packet.C3It is by C1And C20 is moved to right respectively, then again by column data exclusive or by turn.C4It is by non-coding packet C1And C2Respectively 0 and 1 are moved to right, then again by column data exclusive or by turn.The C of generation3And C4Data length be respectively L=4, L=5.
Assuming that we want from C3And C4Original information is decoded in coding packet, that is, decodes C1And C2It needs as shown in the figure Zigzag decoding technique.The decoded sequence of digital representation inside bracket, it is known that C4, because of C4First with other letter No add operation is ceased, so decoding S first1,1,S1,1Bracketed indications be 1;The S that will be decoded1,1It is updated to C3In One, S1,1It is known that then XOR operation can decode S2,1Therefore S2,1Labeled as 2;S1,2It can be from C4In decode come, will S1,2Labeled as 3;Then S2,2Labeled as 4;Raw information is successively recovered according to this coding/decoding method.
Coding of the invention has following property:Binary field operation, MDS characteristic, zigzag decoding, overhead digit are symmetrical.
In the present invention, it by permutation matrix, staggeredly shifts, origination message is encoded in binary field, make it With MDS property, then sawtooth pattern (zigzag) decoding technique is used, reduces decoding complex degree, also make additional redundant space For 3bit.Both memory space is saved, and the overhead of each memory node is made to keep symmetrical.
The above content is a further detailed description of the present invention in conjunction with specific preferred embodiments, and it cannot be said that Specific implementation of the invention is only limited to these instructions.For those of ordinary skill in the art to which the present invention belongs, exist Under the premise of not departing from present inventive concept, a number of simple deductions or replacements can also be made, all shall be regarded as belonging to of the invention Protection scope.

Claims (4)

1. a kind of method of network code, which is characterized in that cataloged procedure includes the following steps:
Raw information is divided into 4 isometric packets, uses C respectively by the first step1、C2、C3、C4It indicating, the length of each packet is L, wherein CiIn sij∈ { 0,1 } indicates CiIn jth position, i ∈ { 1,2,3,4 }, j ∈ { 0,1,2 ... L-1 };
Second step takes systematic code frame, C1、C2、C3、C4For 4 original non-coding packets, it is four verification packet code words after coding Basis;
Third step, four data packets use C respectively after generation5、C6、C7、C8It indicates, this 4 data packets are check code packet, by C1、 C2、C3、C4The code word that exclusive or obtains by turn after this 4 non-coding packet displacements is constituted;
In order to guarantee zigzag decoding and MDS characteristic, using permutation matrix, implement staggeredly to shift in permutation matrix, by non-volume Each of code packet element all moves to right specific bit first, then by all these result elements moved to right that pass through all by column Exclusive or by turn;
Matrix table of the result in the shift replacement matrix table that interlocks in permutation matrix, after each uncoded data packet displacement Show, (i, j) a element representation wraps C to coding in matrixi+4The digit of middle jth row element right shift is completed by this rule To Ci+4Coding, i, j ∈ { 1,2,3,4 };
In staggeredly shift replacement matrix table, any row or column does not have identical number, it means that there is no identical Bit number transfer, avoids un-decodable;In addition, in staggeredly shift replacement matrix table, element that the difference of any two column is included It is all different.
2. the method according to claim 1, wherein staggeredly shift replacement matrix table is as follows:
3. a kind of system of network code, which is characterized in that including as follows:
Divide module and uses C respectively for raw information to be divided into 4 isometric packets1、C2、C3、C4It indicates, the length of each packet is L, wherein CiIn sij∈ { 0,1 } indicates CiIn jth position, i ∈ { 1,2,3,4 }, j ∈ { 0,1,2 ... L-1 };
Processing module, for taking systematic code frame, C1、C2、C3、C4For 4 original non-coding packets, it is four verifications after coding Encode the basis of packet;
Generation module uses C for four data packets after generating respectively5、C6、C7、C8It indicating, this 4 packets are check code packet, by C1、C2、C3、C4The code word that exclusive or obtains by turn after 4 non-coding packet displacements is constituted;
In order to guarantee the decoding of zigzag type and MDS characteristic, using permutation matrix, implement staggeredly to shift in permutation matrix, it will be non- Each of coding packet element all moves to right specific bit first, then by it is all these through the result element that moving to right all by Arrange exclusive or by turn;
Matrix table of the result in the shift replacement matrix table that interlocks in permutation matrix, after each uncoded data packet displacement Show, (i, j) a element representation wraps C to coding in matrixi+4The digit of middle jth row element right shift is completed by this rule To Ci+4Coding, i, j ∈ { 1,2,3,4 };
In staggeredly shift replacement matrix table, any row or column does not have identical number, it means that there is no identical Bit number transfer, avoids un-decodable;In addition, in staggeredly shift replacement matrix table, element that the difference of any two column is included It is all different.
4. system according to claim 3, which is characterized in that staggeredly shift replacement matrix table is as follows:
CN201510355293.XA 2015-06-24 2015-06-24 The method and system of network code Active CN105356892B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510355293.XA CN105356892B (en) 2015-06-24 2015-06-24 The method and system of network code

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510355293.XA CN105356892B (en) 2015-06-24 2015-06-24 The method and system of network code

Publications (2)

Publication Number Publication Date
CN105356892A CN105356892A (en) 2016-02-24
CN105356892B true CN105356892B (en) 2018-11-16

Family

ID=55332790

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510355293.XA Active CN105356892B (en) 2015-06-24 2015-06-24 The method and system of network code

Country Status (1)

Country Link
CN (1) CN105356892B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105703782B (en) * 2016-03-11 2019-08-06 深圳大学 A kind of network coding method and system based on incremental shift matrix
CN105871508B (en) * 2016-03-25 2020-01-07 深圳大学 Network coding and decoding method and system
CN106877975B (en) * 2016-12-30 2020-11-20 盐城云大科技有限公司 Hard decision joint decoding method in distributed storage capable of zigzag decoding
CN106877976B (en) * 2016-12-30 2020-04-10 深圳大学 High system throughput design method for sawtooth decoding in distributed multiple access network
CN107317844B (en) * 2017-06-02 2020-11-03 深圳大学 Distributed storage method and system based on minimum storage overhead of sawtooth decodable
CN115733579A (en) * 2021-08-30 2023-03-03 华为技术有限公司 Data transmission method, data receiving method and communication device
CN114629596B (en) * 2022-03-18 2023-09-22 浙江大学 Forward error correction code Zigzag round robin decoding method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102624866A (en) * 2012-01-13 2012-08-01 北京大学深圳研究生院 Data storage method, data storage device and distributed network storage system
CN103336785A (en) * 2013-06-04 2013-10-02 华中科技大学 Distributed storage method and distributed storage device based on network coding
CN103746774A (en) * 2014-01-03 2014-04-23 中国人民解放军国防科学技术大学 Error resilient coding method for high-efficiency data reading

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102624866A (en) * 2012-01-13 2012-08-01 北京大学深圳研究生院 Data storage method, data storage device and distributed network storage system
CN103336785A (en) * 2013-06-04 2013-10-02 华中科技大学 Distributed storage method and distributed storage device based on network coding
CN103746774A (en) * 2014-01-03 2014-04-23 中国人民解放军国防科学技术大学 Error resilient coding method for high-efficiency data reading

Also Published As

Publication number Publication date
CN105356892A (en) 2016-02-24

Similar Documents

Publication Publication Date Title
CN105356892B (en) The method and system of network code
CN105356968B (en) The method and system of network code based on cyclic permutation matrices
CN104052576B (en) Data recovery method based on error correcting codes in cloud storage
Sasidharan et al. A high-rate MSR code with polynomial sub-packetization level
CN105703782B (en) A kind of network coding method and system based on incremental shift matrix
Sung et al. A ZigZag-decodable code with the MDS property for distributed storage systems
Gad et al. Repair-optimal MDS array codes over GF (2)
WO2018072294A1 (en) Method for constructing check matrix and method for constructing horizontal array erasure code
CN108132854B (en) Erasure code decoding method capable of simultaneously recovering data elements and redundant elements
Hou et al. A new design of binary MDS array codes with asymptotically weak-optimal repair
CN103746774A (en) Error resilient coding method for high-efficiency data reading
CN108762978B (en) Grouping construction method of local part repeated cyclic code
CN109358980A (en) A kind of pair of data update and single disk error repairs friendly RAID6 coding method
US20150227425A1 (en) Method for encoding, data-restructuring and repairing projective self-repairing codes
Chamberland et al. Error suppression via complementary gauge choices in Reed-Muller codes
CN107153661A (en) A kind of storage, read method and its device of the data based on HDFS systems
WO2020029418A1 (en) Method for constructing repair binary code generator matrix and repair method
WO2017041232A1 (en) Encoding and decoding framework for binary cyclic code
CN109496298A (en) A kind of building method of EVENODD code
CN104782101A (en) Encoding, reconstructing, and recovering methods used for self-repairing code stored by distributed network
WO2018119976A1 (en) Efficient data layout optimization method for data warehouse system
CN107665152A (en) The interpretation method of a kind of correcting and eleting codes
WO2018029212A1 (en) Regenerating locally repairable codes for distributed storage systems
CN109257049B (en) Construction method for repairing binary array code check matrix and repairing method
Chen et al. A new Zigzag MDS code with optimal encoding and efficient decoding

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20201210

Address after: 230000 No.32 Chunjiang Road, Qingshui street, Jiujiang District, Wuhu City, Anhui Province

Patentee after: Tang Yuanzhou

Address before: 518000 No. 3688 Nanhai Road, Shenzhen, Guangdong, Nanshan District

Patentee before: SHENZHEN University

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20210421

Address after: 410000 Room 301, F4 building, luguyuyuan, No.27 Wenxuan Road, Changsha high tech Development Zone, Changsha City, Hunan Province

Patentee after: HUNAN TRYINE TECHNOLOGY Co.,Ltd.

Address before: 230000 No.32 Chunjiang Road, Qingshui street, Jiujiang District, Wuhu City, Anhui Province

Patentee before: Tang Yuanzhou

TR01 Transfer of patent right