Computer Networks - Electronic Submission Guidelines
Assignments in this unit may be submitted electronically. Before
choosing to submit using this method, you should make sure
you understand the following requirments. If your submission doesn't
meet the conditions specified in this document, you will automatically
lose up to 3 marks on your assignment.
These Guidelines Are Currently Being Rewritten
HTML
Assignments must be written in standard HTML. If you are unable to
either write HTML "by hand", or cannot use one of the many authoring
tools available, you can not submit your assignment electronically.
Note that the requirement for "standard" HTML refers to the current
HTML 3.2 specification or better.
Your document should look similar to
an ordinary paper submission, in that it should have your name,
student number, and other relevant details given at the
top of the document.
Email Submission
Your assignment must be emailed to the special submission address for
this subject, cnsubmit@ironbark.bendigo.latrobe.edu.au, as
a MIME compatible attachment of type text/html. You do not
need to understand MIME to do this, but you do need a mail agent
which is capable of attaching a document in this way. If you wish to
submit with the minimum of fuss, you should probably use Netscape
mail. When you "attach" your HTML assignment document to a mail message,
Netscape will show
a dialogue asking if you want to attach the document as "text" or "as
is". You should choose "as is", which should cause the attachment to
have MIME type text/html. Note that Netscape version 2 used
"attach as source" in this dialogue box, rather than attach "as is".
Note also that Netscape 3 Mail has a pair of radio buttons under the
"View" menu for "Attachments as links" or "Attachments inline". I don't
think it makes any difference which of these you choose, although
"Attachments as links" is marginally easier to reply to.
The email address cnsubmit@ironbark.bendigo.latrobe.edu.au
must not be used as a ordinary address to contact your
lecturer or tutor. Mail sent to the submission address is processed
automatically by software, which also generates an email reply to inform
you that your submission was accepted. We do not actually read this mail
until it's time to mark your assignments. For the same reason, it's
best not to add any extra text other than the submission itself to
the mail message you use to submit your assignment.
If you are unsure as to whether you can submit your assignment
successfully, try sending a test HTML message to yourself using Netscape
mail to send and read it. It should appear in the mail window (or in the
browser window, if "attach as link" was checked, see
above) as a formatted document. If it appears
as HTML source code (which is notoriously difficult to read :-), you've
made a mistake somewhere.
Hyperlinks in HTML
Your assignment submission can contain "hyperlinks" to external
documents and images using HREF and IMG HTML
markup. If you use information obtained from Internet sites, I would
normally expect, as a minimum, for your "references" list to be
properly hyperlinked to the original source. For example, if you
used a particular Web page, you might have, in your reference list
<A HREF="http://www.sgi.com/">http://www.sgi.com/</a>
If you wish to include images using the IMG in-line image
HTML markup, you should ensure that they are referenced as full
URLs, not as relative files or URLs. For example, if you have an image
in your ~/public_html directory called image.gif,
and your login ID is psco99, you should include it
as something like:
<IMG SRC="http://ironbark.bendigo.latrobe.edu.au/~psco99/image.gif">
Your assignment will be read using Netscape version 3 or later, on a computer
with an Internet connection, so that references to external
documents and pages can (and probably will) be followed. You will receive
an email message informing you of the mark you received for the assignment.
If you use Netscape mail, it is crucially important that you configure
your return address correctly under "Mail and News Preferences". Check it
several times - recently some people had incorrect Reply-to addresses
which caused great difficulty with the auto-reply software.
[Computer Networks Table of Contents]
[Lectures]
[Tutorials]
[Assignments]
[Late Breaking News]
Phil Scott