023 Final Test outline - 2003

810:023 Final Exam period 1 p.m. Tuesday, May 6th, 2003

  1. Study over this bridges old email note carefully, along with the input/output redirection and pipe material. You will notice you have a different feel for the idea of ports on bridges now, after CEEE labs. Know that ibase=2 and obase=2 bc calculator technique shown too.

  2. Review the 35 questions are on pages 168 to 173 and the topic of Chapter 4 material - Transmission Basics and Networking Media. I will have 5 to 10 short answer/fill in the blank/True-False or multiple choice questions.

  3. The quiz one study guide is valid for the final exam.

  4. Know the Windows DOS SORT command, but you would be given the output of HELP SORT on the test.

  5. E F E R A acronym.

  6. Subnet masks and IP numbers. Practice your binary. Class A, B, and C networks.

  7. Be able to show the command you would use to do a gifmerge.
    Make an animation named animate from all the gif files that begin
    with the letter P in the current directory.  Use the default speed,
    but have it run forever instead of just running once.
    
    Make an animation that is half the speed (twice the pause between frames)
    and that runs 10 times before it stops.
    
  8. Scanners basics. Review the slide show on the main web page.

  9. Know the concept and commands for directory traversal and folders on cowboy.cns.uni.edu or for the Windows DOS prompt. Use man ls or man mkdir or man cp or man mv if you need to look up anything to understand the following command sequence.
    cd ..
    cd
    cd web
    
    mkdir webMay2003backup
    cd webMay2003backup
    
    mv ~/*.txt .
    
    cp ../*.gif .
    cp ../*.htm* .
    
    ls -l
    ls -a