this is my assignment (project) due in a couple hours:
I cannot get this to work right at all.
Does anyone have suggestions? I learned VB extensively 2-3 years ago.. but since then.. I have lost most of it and I forget how to do many basic things.
IF YOU DON'T KNOW... DON'T POST. I am not in the mood.. I need serious help here.
This is not even a programming class
†B†V†
Create a covert storage channel in which the sender creates a flag file
to indicate that the next bit of a message is ready. The receiver reads
the bit and then deletes the flag file. After the flag file is gone the
sender can send another bit of a message. The value (1 or 0) of the bit
sent is indicated by the presence or absence of a bit file, created and
deleted by the sender. The bit file is different from the flag file.
Neither the flag file nor the bit file can have anything written in them;
their presence or absence is all that matters.
Measure the throughput of your sender/receiver system when sending the
contents of a file. (The message transmitted probably should be several
kilobytes long.)
Then modify your programs to send and receive whole bytes at once
indicated by the presence of a subset of eight different files in place
of the bit file. Choose one particular byte to indicate "end of message."
Measure the throughput of this system.
Remember that no information is stored in any of these files.
Information is passed only through the existence or absence of files.
Turn in the following documents stapled together.
1. A listing of both sets of your send and receive programs.
2. A description of how you measured the throughput of the two systems.
3. The measurements of throughput for each system.
4. Suppose you were designing a file system and an operating system
which would resist covert storage channel attacks like the one you
just created. Tell what changes you would make in the file system
and/or operating system to sharply reduce the throughput of a covert
storage channel. How would your modification(s) affect legitimate
file activity?
I cannot get this to work right at all.
Does anyone have suggestions? I learned VB extensively 2-3 years ago.. but since then.. I have lost most of it and I forget how to do many basic things.
IF YOU DON'T KNOW... DON'T POST. I am not in the mood.. I need serious help here.
This is not even a programming class

†B†V†
Last edited:


welp I'm outta here.