<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Ja_SOL</title>
        <link>https://paragraph.com/@ja-sol</link>
        <description>undefined</description>
        <lastBuildDate>Sun, 19 Apr 2026 02:39:44 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Ja_SOL</title>
            <url>https://storage.googleapis.com/papyrus_images/d359e8e7624d430ad9552334722da1834787548f022a2205064952ed7cc50173.webp</url>
            <link>https://paragraph.com/@ja-sol</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Following are the main points of RLNC by optimum]]></title>
            <link>https://paragraph.com/@ja-sol/following-are-the-main-points-of-rlnc-by-optimum</link>
            <guid>Wsi0urTLCRm0olRdHzkA</guid>
            <pubDate>Sat, 10 May 2025 11:41:46 GMT</pubDate>
            <description><![CDATA[Following are the key points of the RLNC code from optimal vs Reed-Solomon & Fountain:Background and ProblemsSending data over unstable networks often results in data loss or delay.Traditional solutions such as retransmission (TCP) can worsen network congestion.Erasure codes&apos; add redundancy to recover lost data without retransmission, suitable for unreliable networks.Erasure Coding Approachesa. Block Erasure Codes:Example: Reed-Solomon (RS).Breaks data into small pieces and adds systemat...]]></description>
            <content:encoded><![CDATA[<p>Following are the key points of the RLNC code from optimal vs Reed-Solomon &amp; Fountain:</p><ol><li><p>Background and Problems</p></li></ol><ul><li><p>Sending data over unstable networks often results in data loss or delay.</p></li><li><p>Traditional solutions such as retransmission (TCP) can worsen network congestion.</p></li><li><p>Erasure codes&apos; add redundancy to recover lost data without retransmission, suitable for unreliable networks.</p></li></ul><ol><li><p>Erasure Coding Approaches</p></li></ol><p>a. Block Erasure Codes:</p><ul><li><p>Example: Reed-Solomon (RS).</p></li><li><p>Breaks data into small pieces and adds systematic redundancy.</p></li><li><p>Requires at least a certain number of fragments for data reconstruction.</p></li><li><p>Used in RAID, optical media, and QR Code.</p></li><li><p>Not suitable for dynamic networks because of rigid implementation.</p></li></ul><p>b. Fountain Codes:</p><ul><li><p>Example: LT Codes, Raptor Codes.</p></li><li><p>Produces an infinite stream of coded packets.</p></li><li><p>Suitable for scenarios with unpredictable loss rates.</p></li><li><p>Optimal for one-to-many communications such as multimedia streaming.</p></li></ul><p>c. Random Linear Network Coding (RLNC):</p><ul><li><p>Increases flexibility by choosing random coefficients in the encoding.</p></li><li><p>Packets can be regenerated without prior decoding (recoding).</p></li><li><p>Suitable for dynamic and decentralized networks such as Web3, IoT, and 5G.</p></li></ul><ol><li><p>Advantages of RLNC Compared to Other Approaches</p></li></ol><p>a. Tolerance to data loss:**</p><ul><li><p>RLNC is able to cope with cumulative loss in multi-hop networks, where block and fountain codes fail.</p></li></ul><p>b. Recoding:</p><ul><li><p>Intermediate nodes can regenerate coded packets without decoding, reducing overhead and improving efficiency.</p></li><li><p><strong>Adaptability to dynamic networks:</strong></p></li><li><p>RLNC does not require synchronization and can adapt in real-time to changing network conditions.</p></li><li><p><strong>Scalability:</strong></p></li><li><p>RLNC maintains constant throughput even as the number of hops increases, making it ideal for large and decentralized networks.</p></li></ul><ol><li><p>Conclusion</p></li></ol><ul><li><p>RLNC excels in various aspects (loss tolerance, efficiency, and adaptability) compared to block code and fountain.</p></li><li><p>Due to its scalability, RLNC is the best choice for Web3 applications and other decentralized networks.</p></li></ul>]]></content:encoded>
            <author>ja-sol@newsletter.paragraph.com (Ja_SOL)</author>
        </item>
        <item>
            <title><![CDATA[Key Points: RLNC vs. Reed-Solomon & Fountain Codes]]></title>
            <link>https://paragraph.com/@ja-sol/key-points-rlnc-vs-reed-solomon-fountain-codes</link>
            <guid>JrQrSBscJpfzGhWS4xxT</guid>
            <pubDate>Sat, 10 May 2025 11:30:48 GMT</pubDate>
            <description><![CDATA[Here are the main points of the article:Background and ProblemsSending data over unstable networks often results in data loss or delay.Traditional solutions such as retransmission (TCP) can worsen network congestion.Erasure codes&apos; add redundancy to recover lost data without retransmission, suitable for unreliable networks.Erasure Coding Approachesa. Block Erasure Codes:Example: Reed-Solomon (RS).Breaks data into small pieces and adds systematic redundancy.Requires at least a certain numb...]]></description>
            <content:encoded><![CDATA[<p>Here are the main points of the article:</p><ol><li><p>Background and Problems</p></li></ol><ul><li><p>Sending data over unstable networks often results in data loss or delay.</p></li><li><p>Traditional solutions such as retransmission (TCP) can worsen network congestion.</p></li><li><p>Erasure codes&apos; add redundancy to recover lost data without retransmission, suitable for unreliable networks.</p></li></ul><ol><li><p>Erasure Coding Approaches</p></li></ol><p>a. Block Erasure Codes:</p><ul><li><p>Example: Reed-Solomon (RS).</p></li><li><p>Breaks data into small pieces and adds systematic redundancy.</p></li><li><p>Requires at least a certain number of fragments for data reconstruction.</p></li><li><p>Used in RAID, optical media, and QR Code.</p></li><li><p>Not suitable for dynamic networks because of rigid implementation.</p></li></ul><p>b. Fountain Codes:</p><ul><li><p>Example: LT Codes, Raptor Codes.</p></li><li><p>Produces an infinite stream of coded packets.</p></li><li><p>Suitable for scenarios with unpredictable loss rates.</p></li><li><p>Optimal for one-to-many communications such as multimedia streaming.</p></li></ul><p>c. Random Linear Network Coding (RLNC):</p><ul><li><p>Increases flexibility by choosing random coefficients in the encoding.</p></li><li><p>Packets can be regenerated without prior decoding (recoding).</p></li><li><p>Suitable for dynamic and decentralized networks such as Web3, IoT, and 5G.</p></li></ul><ol><li><p>Advantages of RLNC Compared to Other Approaches</p></li></ol><p>a. Data loss tolerance:**</p><ul><li><p>RLNC is able to cope with cumulative loss in multi-hop networks, where block and fountain codes fail.</p></li></ul><p>b. Recoding:</p><ul><li><p>Intermediate nodes can regenerate coded packets without decoding, reducing overhead and improving efficiency.</p></li><li><p><strong>Adaptability to dynamic networks:</strong></p></li><li><p>RLNC does not require synchronization and can adapt in real-time to changing network conditions.</p></li><li><p><strong>Scalability:</strong></p></li><li><p>RLNC maintains constant throughput even as the number of hops increases, making it ideal for large and decentralized networks.</p></li></ul><ol><li><p>Conclusion</p></li></ol><ul><li><p>RLNC excels in various aspects (loss tolerance, efficiency, and adaptability) compared to block and fountain codes.</p></li><li><p>Due to its scalability, RLNC is the best choice for Web3 applications and other decentralized networks.</p></li></ul>]]></content:encoded>
            <author>ja-sol@newsletter.paragraph.com (Ja_SOL)</author>
        </item>
    </channel>
</rss>