Update glossary.md
This commit is contained in:
parent
573ba707de
commit
cbb255ee54
1 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ We encourage the submission of changes and additions to this glossary.
|
|||
|
||||
### Blob
|
||||
|
||||
A Binary Large Object (BLOB) is a collection of binary data stored as a single entity in a database management system. When files are uploaded to the LBRY peer to peer network, they are broken down into 2MB encrypted blobs which are then shared to other peers. A *manifest* blob is also created to index the multiple content blobs that were created from the file. A *stream* is the collection of all these blobs particlar to one publised file.
|
||||
A Binary Large Object (BLOB) is a collection of binary data stored as a single entity in a database management system. When files are uploaded to the LBRY peer to peer network, they are broken down into 2MB encrypted blobs which are then shared to other peers. A [[manifest]] blob is also created to index the multiple content blobs that were created from the file. A [[stream]] is the collection of all these blobs particlar to one publised file.
|
||||
|
||||
### Block
|
||||
|
||||
|
@ -192,7 +192,7 @@ Main LBRY network and its blockchain. The term is mostly used in comparison to *
|
|||
|
||||
### Manifest
|
||||
|
||||
A blob that contains information about all the other blobs in its stream (the content blobs), in JSON format. Sometimes referred to as the "Stream Descriptor (SD) Blob," this blob lists each of the other blobs in the stream, in order, along with the filename for the content, and the cryptographic key needed to decode the content blobs (the stream key).
|
||||
A blob that contains information about all the other blobs in its stream (the content blobs), in JSON format. Sometimes referred to as the [[Stream Descriptor (SD) Blob]], this blob lists each of the other blobs in the stream, in order, along with the filename for the content, and the cryptographic key needed to decode the content blobs [[the stream key]].
|
||||
|
||||
### Main Chain
|
||||
|
||||
|
@ -328,7 +328,7 @@ Streaming media is multimedia that is constantly received by and presented to an
|
|||
|
||||
### Stream Descriptor (SD) Blob
|
||||
|
||||
see *manifest* The initial blob of a stream, which contains encryption information as well as points to other blobs required for a stream.
|
||||
see [[manifest]] The initial blob of a stream, which contains encryption information as well as points to other blobs required for a stream.
|
||||
|
||||
### Stream Hash
|
||||
|
||||
|
@ -336,7 +336,7 @@ A unique hash for a [[Stream]]. It is the sha384 hash of the file.
|
|||
|
||||
### Stream Key
|
||||
|
||||
Found in the *manifest*, this is the cryptographic key needed to decode the content blobs of a stream.
|
||||
Found in the [[manifest]], this is the cryptographic key needed to decrypt the content blobs of a stream.
|
||||
|
||||
### Support (Claim Support)
|
||||
|
||||
|
|
Loading…
Reference in a new issue