Please enable JavaScript.
Coggle requires JavaScript to display documents.
Network Coding Techniques, Fountain Codes, Algebraic Network Coding -…
-
Fountain Codes
Generates an infinite stream of encoded packets, Rateless property, robustness against packet loss
Simple implementation, efficient for unreliable networks :check:
Lack of systematic encoding, decoding complexity :red_flag:
File sharing, content delivery systems :star:
-
-
Algebraic Network Coding
Applies algebraic operations on data packets Mathematical elegance, systematic encoding/decoding
:check: Optimal utilization of network resources, high reliability
:red_flag:Increased complexity, requires sophisticated decoding
:star: Multimedia streaming, wireless mesh networks
-
-