|
*M => Accomplished through manual operations and/or mission-specific software. PT-SP => Packet Telemetry - Source Packet Service AOS -Path => CCSDS Advance Orbiting Systems - Path Service
Q: Won't the Reed-Solomon and other FEC capabilities of the CCSDS link provide nearly perfect delivery without the overhead of transport and file transfer protocols?
There are several parts to this answer.
a) Not all space links use such powerful error correction.
b) Even with Reed-Solomon error correction, performance is better described as "usually perfect, but with occasional gaps"-almost all data is delivered, and the delivered data is error-free, but occasionally whole messages are lost because a link layer frame is not decodable, due to weather effects or operational problems.
c) Many user data traverse multiple sub-networks-not just the space link. Data can be lost during transit over LANs in end systems or in gateways due to buffer overflow. Trying to solve a high-level problem-Did all of it get to the final destination correctly?-at lower levels is futile1. No amount of confirmation, correction, or protection on a link-by-link or subnet-by-subnet level will do the job. On the other hand, it is not possible to communicate effectively without some reliability measures at lower layers, given the link characteristics and intermittent connectivity in space operations. A balance of upper-layer, confirmed, end-to-end services supported by links good enough to avoid excessive retransmission is the optimal solution.
[FAQ's top] |