Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A mission has a byte - oriented command and parameter architecture. Command opcodes are all 1 6 bits. Certain commands include strings of characters. The

A mission has a byte-oriented command and parameter architecture. Command
opcodes are all 16 bits. Certain commands include strings of characters. The
following commands are among those defined for the mission:
FILE_LOAD destination filepath
destination: 16 bit unsigned int
filepath: null terminated string no greater than 60 bytes
START destination
destination: 16 bit unsigned int
STOP destination
destination: 16 bit unsigned int
Typical uplink sequences are placed in files and consist, on average, of 12
FILE_LOAD commands, 100 START commands, 100 STOP commands.
This problem will compare the use of variable length parameters with fixed
length parameters. Recall that fixed length strings are padded with trailing
null characters. Remember that opcodes are not parameters.
a) If *all command parameters* have a variable length with a 1 byte length field
preceding each parameter value, at what threshold of average filepath length
(including a terminator) do commands with parameters of variable length result
in smaller average sequence sizes than with fixed length commands? (Answer in
bytes). Note: we are only interested in the resulting file length, you can
ignore the CCSDS framing and packetization overhead.
b) If *only filepath command parameters* have a variable length with a 1 byte
length field preceding each parameter value, at what threshold of average
filepath length (including a terminator) do commands with parameters of variable
length result in smaller average sequence sizes than with fixed length commands?
(Answer in bytes). Note: we are only interested in the resulting file length,
you can ignore the CCSDS framing and packetization overhead.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Modeling And Design

Authors: Toby J. Teorey, Sam S. Lightstone, Tom Nadeau, H.V. Jagadish

5th Edition

0123820200, 978-0123820204

More Books

Students also viewed these Databases questions

Question

Question What is the advantage of a voluntary DBO plan?

Answered: 1 week ago

Question

Question How is life insurance used in a DBO plan?

Answered: 1 week ago