Test#1 Frequently Asked Questions

  1. Q: Is the test open book, or can we bring crib sheets ?
  2. A: The test is closed book, no crib sheets allowed.


  3. Q: Do you plan to put the RFC and class notes about LPD on the homepage?
  4. A: There is no RFC for lpd. The lecture was taken from the book and there were no prepared lecture notes (you need to read the book).


  5. Q: You want us to read all 70 pages of the FTP RFC?
  6. A: You don't need to memorize the complete RFC, but you should probably read most of it.

    You should have a good understanding of FTP including the connection models, request and reply formats and file transfer modes. You don't have to be able to reconstruct state diagrams of the restart or login commands, but on the other hand, you shouldn't be ignorant of their existence.


  7. Q: In what case would I want to use a FIFO but not a pipe?
  8. A: HINT: How would the requirement of using a pipe instead of a FIFO have affected your solution for project #1?


  9. Q: I'm not certain about what is meant by transfer mode, in FTP. I thought that would be ASCII versus binary, but in the RFC, it looks like the modes are stream, compressed, and block. Which way should I be thinking for the test, and how detailed do we need to know these modes?
  10. A: The transfer modes are :

    You should understand the differences and be capable of venturing a guess as to why all three modes are supported by FTP.


  11. Q: How much extra is the extra credit worth?
  12. A: Not enough to worry about.