The distinction between a covert storage channel and a covert timing channel is not clearcut. Every timing channel can be transformed into an equivalent storage channel. Explain how this transformation could be done

What will be an ideal response?


Covert
channels
typically
require
access
to
a
shared
clock
to
time
when
bits
become
available
in
the
covert
resource
and
when
bits
can
be
replaced.
Thus,
even
with
pure
storage
channels,
there
is
an
element
of
timing.
A
covert
timing
channel
works
by
modulating
the
time
at
which
something
occurs.
But
the
something
(which
might
be
an
interrupt
or
access
to
the
CPU
or
unlocking
a
semaphore,
for
example)
is
itself
a
resource
(the
interrupt,
the
processing,
or
the
semaphore),
represented
by
a
storage
table
entry.
Thus,
the
table
entry
or
the
something
itself
becomes
the
shared
resource
visible
to
the
two
cooperating
processes
from
which
the
covert
channel
is
built.

Computer Science & Information Technology

You might also like to view...

To define a default field value, add the attribute ____.

A. size ="value" B. value="value" C. input ="value" D. value = "chars"

Computer Science & Information Technology

A computer uses an array’s ____ to calculate the array element’s address based on both the array’s starting address and the amount of storage each element uses.

a. subscript b. reference c. length d. operand

Computer Science & Information Technology

You can use a one-dimensional array's ________ property to determine the number of elements in the array.

A. ElementNumber B. ElementLength C. Length D. StringSize

Computer Science & Information Technology

Which of the following is not a helpful tip for designing great mobile user interfaces?

a. Reduce the number of keys or clicks needed. b. Try to design the default use case of each screen to require only the user’s thumb. c. Integrate tightly with other applications on the system using standardized controls. d. Only design your applications using fragments when you are targeting tablet devices.

Computer Science & Information Technology