Next Article in Journal
Comparative Performance Analysis of a Simplified Curzon-Ahlborn Engine
Previous Article in Journal
Detailed Fluctuation Theorems: A Unifying Perspective
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

New Binary Locally Repairable Codes with Locality 2 and Uneven Availabilities for Hot Data

1
Samsung Electronics, Co. Ltd., Hwasung, Gyeonggi-do 18448, Korea
2
School of Electronics and Computer Engineering, Chonnam National University, Gwangju 61186, Korea
3
Department of Electrical and Computer Engineering, Institute of New Media and Communications, Seoul National University, Seoul 08826, Korea
*
Author to whom correspondence should be addressed.
Entropy 2018, 20(9), 636; https://doi.org/10.3390/e20090636
Submission received: 26 July 2018 / Revised: 18 August 2018 / Accepted: 23 August 2018 / Published: 25 August 2018
(This article belongs to the Section Information Theory, Probability and Statistics)

Abstract

:
In this paper, a new family of binary LRCs (BLRCs) with locality 2 and uneven availabilities for hot data is proposed, which has a high information symbol availability and low parity symbol availabilities for the local repair of distributed storage systems. The local repair of each information symbol for the proposed codes can be done not by accessing other information symbols but only by accessing parity symbols. The proposed BLRCs with k = 4 achieve the optimality on the information length for their given code length, minimum Hamming distance, locality, and availability in terms of the well-known theoretical upper bound.

1. Introduction

Distributed storage systems (DSSs) which efficiently store information on several distributed nodes have been proposed [1,2]. The purpose of DSSs is to ensure reliable and efficient storage of information. The first techniques for DSSs were based on replication and have been adopted in various storage systems. However, the main disadvantage of replication is the large amount of storage overhead required, resulting in serious inefficiency as the amount of stored information increases. As a means of solving this problem, erasure coding schemes were proposed to achieve reliable storage of information with very small amounts of storage overhead compared to that required by replication methods [3].
However, it is well known that traditional erasure codes, such as Reed–Solomon (RS) codes, are not optimal for DSSs, because DSSs have different performance criteria. Specifically, these erasure codes do not have the optimal performance in local repair, which is one of the important criteria for DSSs. Local repair refers to a repair process that reconstructs the original data of an erasure symbol (node) using a small number of other symbols. During the local repair process, the repair bandwidth [4], disk input/output (I/O) [5,6,7], and locality [8] are known to be the main repair cost metrics. The repair bandwidth and disk I/O represent the number of bits communicated and read during the local repair process, respectively. In addition, locality refers to the number of symbols (nodes) participating in the local repair. Each of these metrics is considered in DSSs for different purposes, and their fundamental bounds for optimality have not been completely determined yet.
In particular, locality is considered to be important in applications of erasure codes in DSSs. In order to reduce the degree of locality, various studies have been done, and codes with a small locality are commonly referred to as locally repairable codes (LRCs) [8,9,10]. Recently, as another performance criterion associated with LRCs, availability was introduced [11,12]. Availability is defined as the number of disjoint sets of symbols which can be used to repair a symbol. In DSSs with LRCs, a high availability makes local repair flexible so that hot data are loaded without lagging.
In this paper, a new family of binary LRCs (BLRCs) is proposed to enhance performance of local repair in the DSSs. The proposed BLRCs have all-symbol locality two and uneven availabilities for the local repair of LRCs in DSSs. The proposed BLRCs also have a high information symbol availability and low parity symbol availabilities, which improve performance of the DSSs, especially for information data. In addition, most local repair groups of the proposed BLRCs have one information symbol and two parity symbols and thus we do not need to access other information symbols for the local repair of each information symbol. This property is desirable for information symbols in hot data storage systems. The proposed BLRC with k = 4 can achieve optimality of the information length for a given code length and the minimum Hamming distance while maintaining the practically good locality and uneven availabilities.
The rest of the paper is organized as follows. In Section 2, for easy understanding of the conventional and the proposed LRCs, several notations, definitions, and fundamental properties are introduced. Subsequently, in Section 3, the new family of BLRCs with locality two and uneven availabilities is proposed and various characteristics of the proposed BLRCs are analyzed. Finally, conclusions are given in Section 4.

2. Preliminaries

2.1. Notations and Definitions

In this paper, all vectors and matrices are denoted with a boldface font. For vectors a and b of the same length, a   b and a b denote row-wise and column-wise concatenations of a and b , respectively. Similarly, for matrices A and B of the same column length, A   B denotes the row-wise concatenation of A and B . Also, for matrices C and D of the same row length, C D denotes the column-wise concatenation of C and D .
Suppose that a binary vector x has at least one zero element. For the given binary vector x , we define a random function Z x to convert x to a binary vector of the same length by changing a randomly selected zero element to one. Let z ( x ) denote an instance of Z ( x ) . For l 1 , we also introduce a random function Z l x as the composite function of Z x , which is recursively defined as
Z l x = Z z l 1 x .
where z 0 ( x ) is defined to be x . Then, the function Z 1 ( · ) becomes equal to Z ( · ) .
Let C be an n , k , d linear code, which encodes k information symbols to a codeword of length n, that is, c = c 0 , c 1 , , c n 1 with a minimum Hamming distance of d. A k × n generator matrix G of code C is said to be in a systematic form if
G = I k   P
where I k denotes the identity matrix of size k × k corresponding to the systematic (information) part and P denotes a k × n k matrix corresponding to the parity part. For the n , k , d binary code C , if the k × n generator matrix G is in a systematic form, the n k × k parity-check matrix H is easily obtained as
H = P T   I n k
where P T denotes the transpose of P .

2.2. Locally Repairable Codes

In this paper, an LRC of length n, information length k, locality r, availability t, and minimum Hamming distance d is referred to as an n , k , r , t , d LRC. In an n , k , r , t , d LRC, n symbols of any codeword have at least t disjoint groups, each of which includes at most r other symbols used to repair the erasure symbol. An LRC is sometimes denoted by n , k , n , k , r , or n , k , r , d LRC depending on which parameters we deal with. If an n , k , r , t , d LRC supports locality r for only k information symbols, it is referred to as an n , k , r , t , d LRC with information symbol locality. On the other hands, if it supports locality r for all n symbols of codewords, it is referred to as an n , k , r , t , d LRC with all-symbol locality. Similarly, n , k , r , t , d LRCs can be classified based on the type of availability as follows.
Definition 1 (Information-symbol availability).
If an n , k , r , d LRC supports availability t for local repair on each of k information symbols, it is referred to as an n , k , r , t , d LRC with information symbol availability.
Definition 2 (All-symbol availability).
If an n , k , r , d LRC supports availability t for all local repair of each of n symbols, it is referred to as an n , k , r , t , d LRC with all-symbol availability.
Note that Definitions 1 and 2 are valid for a case in which an n , k , r , t , d LRC achieves all-symbol locality.
Further, in order to consider a case that each symbol has different availabilities, a new definition for the availability is needed as follows.
Definition 3 (All-symbol availability profile).
For an n , k , r , d LRC C , the all-symbol availability profile of C is defined as a vector t = t 1 , t 2 , , t n of length n, where t i ( 1 ) denotes the availability for local repair of the i-th symbol of a codeword in C . The LRC C is denoted by n , k , r , t , d LRC.
If an n , k , r , d LRC C has an all-symbol availability profile t , whose elements are not all identical, it is said that C has uneven availabilities.

2.3. Bounds for Optimality of LRCs

In pioneering researches on the bound for the optimality of LRCs, it was shown that the minimum Hamming distance d of an n , k , r , d LRC C should satisfy an upper bound in Reference [8],
d n k + 2 k r ,
which is a modification of the Singleton bound, where · denotes the ceiling function. Various constructions of LRCs achieving the bound in Equation (1) have been proposed [12,13,14,15].
Subsequently, a bound for n , k , r , d LRCs was introduced [16] to additionally take the symbol size q into account compared to the bound in Equation (1). This bound indicates that the information length k of an n , k , r , d LRC C over F q has the following upper bound,
k min t Z + { t r + k opt q n t r + 1 , d }
where k opt q n , d denotes the largest possible code dimension of an n-length code for a given alphabet size q and a given minimum distance d. Note that Equation (2) represents the bound for the information length k, whereas Equation (1) indicates that for the minimum Hamming distance d. The explicit constructions of the family of BLRCs in earlier works [16,17] achieve the bound in Equation (2).
Recently, another bound for n , k , r , t , d LRCs was introduced in Reference [12]. This bound also takes both locality r and availability t into account similar to the bound in Equation (2), but it does not consider the symbol size q. It is derived for a case in which each local repair group has only one local parity symbol, where the local parity symbol denotes the parity symbol used for local repair.
d n k k t r + t + 1

3. A New Family of BLRCs

In this section, a new family of BLRCs is proposed and their locality and availability are analyzed. The proposed BLRC with the information length k = 4 is found to be optimal in terms of the bound in Equation (2) for the given code length, locality, availability, and minimum Hamming distance.

3.1. Construction of New BLRCs

In this subsection, a new family of high-rate BLRCs with locality two and uneven availabilities is proposed. The construction of the proposed BLRCs requires the following intermediate procedure. Firstly, a k-tuple binary column vector z k with Hamming weight one is generated, where the position of the nonzero element is random. Based on z k , k × k square matrices P k , l for 1 l k 1 are constructed one by one by increasing l as
P k , l = Z l z k   Z 1 l z k     Z k 1 l z k
where Z l ( z k ) is obtained for given z l 1 ( z k ) by the order of construction and Z i l z k denotes the i circularly downward-cyclic-shifted vector of Z l z k . Next, a k × k ( k 2 ) matrix P k for the parity part of the generator matrix is generated by concatenating the matrices P k , 1 , P k , 2 , ⋯, P k , k 2 as
P k = P k , 1   P k , 2 ,   , P k , k 2 .
The construction of the proposed BLRCs is based on the construction of the generator matrix as follows.
Construction 1:
Let G n , k denote the systematic generator matrix of the proposed n , k BLRC C . Then, a k × n generator matrix G n , k in the systematic form is constructed as
G n , k = I k   P k .
Note that the generator matrix G n , k has size of k × k k 1 and code rate of R = 1 / k 1 .
Example 1.
Figure 1 shows an example of the procedure of Construction 1 for the proposed n = 12 , k = 4 BLRCs. For the generator matrix G 12 , 4 , the column vector z 4 = 1   0   0   0 T is used. The example BLRC has a code length of n = 12 and a code rate of R = 1 / 3 .

3.2. Locality and Availability of the Proposed BLRCs

In this subsection, the locality r and availability profile t of the proposed BLRCs are analyzed as the main performance criteria for local repair in LRCs. As noted above, in an n , k , r , t , d LRC, the i-th symbol can be repaired using at least t i disjoint groups, each consisting of at most r other symbols. In case of an LRC with multiple locality values, there were some research results [18,19]. Our proposed BLRCs have a uniform all-symbol locality value but various values of availability. This is explained in the latter part of this subsection.
In general, the locality and availability of LRCs are easily analyzed from corresponding parity-check matrix as follows.
Lemma 1
([17]). An n , k LRC has locality r if for every index i , 1 i n , its parity-check matrix has a row vector x , which has a Hamming weight at most r + 1 and has a nonzero element in the i-th position.
Lemma 2
([12]). An n , k , r LRC has availability t if for every index i , 1 i n , there exist at least t row vectors, of which each commonly has a nonzero element in the i-th position and, disjointly, has other r nonzero elements in positions except i in its parity-check matrix.
In the proposed BLRCs, all-symbols have locality two as follows.
Theorem 1 (Locality of the proposed BLRCs).
For an n , k LRC according to Construction 1, all-symbol locality is r = 2 .
Proof. 
In the proposed BLRCs, for local repair, a parity-check matrix H modified by elementary row operations is utilized instead of the original parity-check matrix H . The modification procedure for H is as follows. The parity-check matrix in a systematic form is obtained from the generator matrix as
H = P k , 1 P k , 2 P k , k 2 I n k T .
Let the parity-check matrix be represented in another form as
H = Q k , 1 Q k , 2 Q k , k 2 T
where the sub-matrices Q k , l , 1 l k 2 , are n × k matrices. All of the row vectors of Q k , l T have Hamming weight l + 2 , of which l + 1 nonzero elements and one nonzero element are in their left sub-vector of length n k and their right sub-vector of length k, respectively. Then, the parity-check matrix is modified as
H = Q k , 1 Q k , 1 + Q k , 2 Q k , k 3 + Q k , k 2 T .
It is easily checked in Equation (6) that the row vectors in the identical positions of Q k , l T and Q k , l + 1 T , 1 l k 3 , have Hamming distance three by construction, with one occurring in their left sub-vectors of length n k and the other two occurring in their right sub-vectors of length k. Therefore, for Q k , l T + Q k , l + 1 T ,   1 l k 3 , the Hamming weight of their row vectors is three. In addition, all of the column vectors in Q k , l T + Q k , l + 1 T ,   1 l k 3 have nonzero Hamming weights. According to Lemma 1, because for all indices i , 1 i n , there exists a row vector which has Hamming weight of three and one non-zero element in the i-th position in H , the proposed BLRCs have all-symbol locality r = 2 . □
In addition, the proposed BLRCs have uneven availabilities while achieving the locality r = 2 as follows.
Theorem 2 (Availability of the proposed BLRCs).
An n , k BLRC C with Construction 1 has all-symbol availability profile represented as
t = [ k 1 , , k 1 k ,   2 , , 2 k k 3 ,   1 , , 1 k ]
for local repair with all-symbol locality r = 2 .
Proof. 
To prove this, H in Equation (8) is used again. The first k column vectors and the next k column vectors of Q k , 1 T have Hamming weights of two and one, respectively, whereas the remaining column vectors have a Hamming weight of zero. In Q k , l T + Q k , l + 1 T ,   1 l k 3 , the first k column vectors have Hamming weight one and the column vectors from the ( l k + 1 ) -th position to the ( l k + 2 k ) -th position also have Hamming weight one, whereas the remaining column vectors have a Hamming weight of zero. Therefore, the first k column vectors, the next k k 3 column vectors, and the last k column vectors have Hamming weights of k 1 , two, and one, respectively.
Now, we must show that all local repair groups which repair the same error symbol are disjoint. For every index i ,   1 i k , there are k 1 row vectors of which each has one in the i-th index and the other r ones in disjoint positions, except for the i-th position in H . In addition, for every index i ,   k + 1 i k ( k 2 ) , there are two row vectors of which each has one in the i-th position and other r ones in disjoint positions, except for the i-th position in H . Lastly, for every index i ,   k ( k 2 ) + 1 i k ( k 1 ) , there is a row vector which has one in the i-th position in H . Therefore, according to Lemma 2, the proposed BLRCs have the uneven all-symbol availability profile expressed in Equation (9). □
Note that the proposed BLRCs C have constant information symbol availability k 1 but the uneven all-symbol availabilities for local repair.
Example 2.
The proposed n = 12 , k = 4 , r = 2 BLRC C constructed in Example 1 has a parity-check matrix H and the modified form H as shown in Figure 2. It is verified in H that C has all-symbol locality r = 2 . In addition, C has the all-symbol availability profile t = 3   3   3   3   2   2   2   2   1   1   1   1 .

3.3. Optimality of the Proposed BLRCs

In this subsection, the optimality of proposed BLRCs is evaluated in terms of the bound in Equation (2) for given code length and minimum Hamming distance, while achieving high performance with regard to locality and uneven availabilities. Initially, in order to determine the minimum Hamming distance of the proposed BLRCs, the following lemma is used.
Lemma 3 (Minimum Hamming distance by parity-check matrix).
The minimum Hamming distance of a code is equal to the smallest number of column vectors of its parity check matrix, which form a linearly dependent set.
For a given information length k, the minimum Hamming distance of the proposed BLRCs is determined as shown below.
Theorem 3 (Minimum Hamming distance of the proposed BLRCs).
An n , k BLRC C with Construction 1 has a minimum Hamming distance of d = 2 k 2 for a given k.
Proof. 
It is verified in the parity check matrix H of C in Equation (6) and (7) that for a given k, two column vectors selected properly from the first k column vectors have a minimum Hamming distance of 2 k 2 and thus can be represented as 2 k 2 column vectors selected properly from the last n k column vectors. Thus, these selected 2 k 2 column vectors form a linearly dependent set, of which the cardinality is smallest in the linearly dependent sets of the column vectors in H . Therefore, the minimum Hamming distance d of C is 2 k 2 . □
Example 3.
The proposed n = 12 , k = 4 BLRC C constructed in Example 1 has the parity-check matrix H shown in Figure 2. It is easily verified in H that C has a minimum Hamming distance of d = 6 .
The proposed BLRCs achieve optimality in terms of the bound in Equation (2) for k = 4 as follows.
Theorem 4 (Optimality of the proposed BLRCs).
For k = 4 , a k k 1 ,   k ,   2 ,   1 ,   2 k 1 BLRC C with Construction 1 achieves optimality in terms of the bound in Equation (2).
Proof. 
In Reference [17], 2 m 4 ,   m ,   2 ,   1 ,   2 m 1 2 BLRCs for m 4 was proved to have the bound in Equation (2). The information length k in C corresponds to m and for k = 4 , 12 , 4 , 2 , 3 , 3 , 3 , 3 , 2 , 2 , 2 , 2 , 1 , 1 , 1 , 1 , 6 BLRCs can be constructed by Construction 1. Therefore, 12 , 4 , 2 , 3 , 3 , 3 , 3 , 2 , 2 , 2 , 2 , 1 , 1 , 1 , 1 , 6 BLRCs with Construction 1 achieve the bound in Equation (2). □
The BLRCs in two earlier studies [16,17] also achieve the bound in Equation (2) and we compare those codes with our proposed BLRCs in Table 1. S-BLRC represents the simplex code in Reference [16], A-BLRC represents the binary LRC constructed from anti-codes in Reference [17], and P-BLRC represents our proposed BLRC. Remind that S-BLRC meets the bound in Equation (2) for all k while A-BLRC does so for only 4 k 6 . Though P-BLRC meets the bound for only k = 4 , P-BLRC has a higher rate and more abundant choice of n than the others and the number of symbols with availability two or more in P-BLRC is larger than that of the others.
Remark 1.
Most of the local repair groups in the proposed BLRCs have one information symbol and two parity symbols. This means that the proposed BLRCs can access no other information symbols, but only the parity symbols for the local repair of each information. This property is desirable for hot data because the network traffic for temporal repair of an information symbol can be distributed to parity symbols so that congestion of traffic around hot information data is avoided.
Remark 2.
Despite the fact that the condition that every local repair group has only one local parity symbol is not satisfied, the proposed BLRCs with k = 4 achieve the bound in Equation (3). However, given that the local repair groups in the proposed LRCs have not only one parity symbol but also two parity symbols, an evaluation of the proposed BLRCs with regard to the optimality of the minimum Hamming distance requires stricter conditions compared to those in Equation (3). As further research, a bound tighter than that in Equation (3) should be derived to evaluate optimality for the minimum Hamming distance of the proposed BLRCs.

4. Conclusions

In this paper, a family of BLRCs is proposed, which have all-symbol locality two and a high information symbol availability and low parity symbol availabilities, that is, good uneven all-symbol availabilities for the local repair. The proposed BLRCs with k = 4 achieve optimality for the information length while maintaining high performance on locality, availability, and the minimum Hamming distance.

Author Contributions

Conceptualization, K.-S.L.; Methodology, K.-S.L., H.P., and J.-S.N.; Software, K.-S.L.; Validation, H.P. and J.-S.N.; Formal Analysis, K.-S.L. and H.P.; Investigation, J.-S.N.; Writing—Original Draft Preparation, K.-S.L.; Writing—Review & Editing, H.P. and J.-S.N.; Supervision, J.-S.N.

Funding

This research was supported by Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education (NRF-2018R1D1A1B07051108) and also funded by the Korea government (MSIP) (No. NRF-2016R1A2B2012960).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Kim, S.-H.; Lee, I.-Y. Block access token renewal scheme based on secret sharing in Apache Hadoop. Entropy 2014, 16, 4185–4198. [Google Scholar] [CrossRef]
  2. Tamura, Y.; Yamada, S. Reliability analysis based on a jump diffusion model with two Wiener processes for cloud computing with big data. Entropy 2015, 17, 4533–4546. [Google Scholar] [CrossRef]
  3. Weatherspoon, H.; Kubiatowicz, J. Erasure coding vs. replication: A quantitative comparison. In Proceedings of the 1st International Workshop on Peer-to-Peer Systems, Cambridge, MA, USA, 7–8 March 2002; pp. 328–337. [Google Scholar]
  4. Dimakis, A.G.; Godfrey, P.B.; Wu, Y.; Wainwright, M.J.; Ramchandran, K. Network coding for distributed storage systems. IEEE Trans. Inf. Theory 2010, 56, 4539–4551. [Google Scholar] [CrossRef]
  5. Rouayheb, S.E.; Ramchandran, K. Fractional repetition codes for repair in distributed storage systems. In Proceedings of the 48th Annual Allerton Conference on Communication, Control, and Computing, Monticello, IL, USA, 29 September–1 October 2010; pp. 1510–1517. [Google Scholar]
  6. Park, H.; Kim, Y.-S. Construction of fractional repetition codes with variable parameters for distributed storage systems. Entropy 2016, 18, 441. [Google Scholar] [CrossRef]
  7. Kim, Y.-S.; Park, H.; No, J.-S. Construction of new fractional repetition codes from relative difference sets with λ=1. Entropy 2017, 19, 563. [Google Scholar] [CrossRef]
  8. Gopalan, P.; Huang, C.; Simitci, H.; Yekhanin, S. On the locality of codeword symbols. IEEE Trans. Inf. Theory 2012, 58, 6925–6934. [Google Scholar] [CrossRef]
  9. Pamies-Juarez, L.; Hollmann, H.D.L.; Oggier, F. Locally Repairable Codes with Multiple Repair Alternatives. 2013. Available online: https://arxiv.org/abs/1302.5518 (accessed on 22 August 2018).
  10. Kralevska, K.; Gligoroski, D.; Øverby, H. Balanced locally repairable codes. In Proceedings of the 9th International Symposium on Turbo Codes and Iterative Information Processing, Brest, France, 5–9 September 2016; pp. 280–284. [Google Scholar]
  11. Wang, A.; Zhang, Z.; Liu, M. Achieving arbitrary locality and availability in binary codes. In Proceedings of the IEEE International Symposium on Information Theory, Hong Kong, China, 14–19 June 2015; pp. 1866–1870. [Google Scholar]
  12. Rawat, A.; Papailiopoulos, D.S.; Dimakis, A.G.; Vishwanath, S. Locality and availability in distributed storage. IEEE Trans. Inf. Theory 2016, 62, 4481–4493. [Google Scholar] [CrossRef]
  13. Tamo, I.; Barg, A. A family of optimal locally recoverable codes. IEEE Trans. Inf. Theory 2014, 60, 4661–4676. [Google Scholar] [CrossRef]
  14. Shahabinejad, M.; Khabbazian, M.; Ardakani, M. A class of binary locally repairable codes. IEEE Trans. Commun. 2016, 64, 3182–3193. [Google Scholar] [CrossRef]
  15. Nam, M.-Y.; Song, H.-Y. Binary locally repairable codes with minimum distance at least six based on partial t-spreads. IEEE Commun. Lett. 2017, 21, 1683–1686. [Google Scholar] [CrossRef]
  16. Cadambe, V.R.; Mazumdar, A. Bounds on the size of locally recoverable codes. IEEE Trans. Inf. Theory 2015, 61, 5787–5794. [Google Scholar] [CrossRef]
  17. Silberstein, N.; Zeh, A. Optimal binary locally repairable codes via anticodes. In Proceedings of the IEEE International Symposium on Information Theory, Hong Kong, China, 14–19 June 2015; pp. 1247–1251. [Google Scholar]
  18. Kadhe, S.; Sprintson, A. Codes with unequal locality. In Proceedings of the IEEE International Symposium on Information Theory, Barcelona, Spain, 10–15 July 2016; pp. 435–439. [Google Scholar]
  19. Zeh, A.; Yaakobi, E. Bounds and constructions of codes with multiple localities. In Proceedings of the IEEE International Symposium on Information Theory, Barcelona, Spain, 10–15 July 2016; pp. 640–644. [Google Scholar]
Figure 1. A generator matrix of the 12 , 4 BLRCs in Construction 1.
Figure 1. A generator matrix of the 12 , 4 BLRCs in Construction 1.
Entropy 20 00636 g001
Figure 2. An example of a parity-check matrix and its modified form in the proposed 12 , 4 , 2 , [ 3 , 3 , 3 , 3 , 2 , 2 , 2 , 2 , 1 , 1 , 1 , 1 ] , 6 BLRCs.
Figure 2. An example of a parity-check matrix and its modified form in the proposed 12 , 4 , 2 , [ 3 , 3 , 3 , 3 , 2 , 2 , 2 , 2 , 1 , 1 , 1 , 1 ] , 6 BLRCs.
Entropy 20 00636 g002
Table 1. Parameter comparison of BLRCs in References [16,17], and this paper.
Table 1. Parameter comparison of BLRCs in References [16,17], and this paper.
ParameterS-BLRC [16]A-BLRC [17]P-BLRC
Code length (n) 2 k 1 2 k 1 2 k 2 + 3 2 k 2 k 2 k
Code rate k 2 k 1 2 k 2 k + 1 k 2 + 3 k 2 1 k 1
Locality222
Number of symbols with availability 2 or more n 2 k 1 n 2 k + 1 n k
Minimum distance 2 k 1 2 k 1 ( k 1 ) 2 4 2 k 2

Share and Cite

MDPI and ACS Style

Lee, K.-S.; Park, H.; No, J.-S. New Binary Locally Repairable Codes with Locality 2 and Uneven Availabilities for Hot Data. Entropy 2018, 20, 636. https://doi.org/10.3390/e20090636

AMA Style

Lee K-S, Park H, No J-S. New Binary Locally Repairable Codes with Locality 2 and Uneven Availabilities for Hot Data. Entropy. 2018; 20(9):636. https://doi.org/10.3390/e20090636

Chicago/Turabian Style

Lee, Kang-Seok, Hosung Park, and Jong-Seon No. 2018. "New Binary Locally Repairable Codes with Locality 2 and Uneven Availabilities for Hot Data" Entropy 20, no. 9: 636. https://doi.org/10.3390/e20090636

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop