Test 1                                              CIS 150                           Fall 2002

Name:_______________________________

 

  1. The FTP allows a user on any computer to get files from another computer.
  2. The network terminal protocol Telnet  allows a user to log in on any other computer on the network.
  3. What does OSI stand for Open System Interconnectivity
  4. List the Seven Layers of the OSI Model
    1. Application
    2. Presentation
    3. Session
    4. Transport
    5. Network
    6. Data Link
    7. Physical
  5. Anonymous FTP is Used by General Public to access files on a FTP server
  6. WS_FTP is a popular windows based FTP Program
  7. Open is the FTP command that connects to a FTP server
  8. get is the FTP command that retrieves file from server(download)
  9. bye or exit is the FTP command that ends an ftp program
  10.  binary is the FTP command that states the file transferred will be in binary mode
  11.  ascii is the FTP command that states the file transferred will be in text mode
  12.  SMTP stands for Simple mail Transfer Protocol
  13.  MIME stands for Multimedia Internet Mail Extension
  14.  When using an Email program the command forward allows messages you receive to be sent to others.
  15.  The Blind Carbon Copy performs what function? Information not in message header
  16.  In TCP/IP, a datagram is a collection of data that is sent as a single message
  17.  TCP stands for Transmission Control Protocol
  18.  IP stand for Internet Protocol
  19.  Checksum is a number that is computed by adding up all the octets in the datagram at both the sending and receiving end of the transmission. 
  20.  Internet addresses are 32 bits, normally written as 4 octets (in decimal), e.g. 128.6.4.7
  21.  Class B addresses use the first 2 octets for the network number
  22.  Normal hosts should never be given addresses containing 0 or 255
  23.  IP doesn't know how this datagram relates to any datagram before it or after it.
  24.  HTTP stands for Hypertext Transfer Protocol
  25.  URL stands for Uniform Resource Locator
  26.  HTTP is a Stateless because it  does not maintain any information from one transaction to another
  27.  HTTP Client requests contain 3 Sections
  28.  The HTTP Method Get is a request for information located at specific URI
  29.  The HTTP Method Head is a request for only the header information on a file or resource.
  30.  The HTTP Method Put is a request that allows data to be sent to the server in a client request
  31.  Cookies were introduced by Netscape Navigator to enable a server to store client side specific information on the client machine and use the information when a server or a particular page is accessed again by the client
  32. TCP is a Level Transport Layer OSI Model Protocol.
  33. IP is a Level Network Layer OSI Model Protocol.
  34. Router is a Network Layer OSI Model Device.
  35. NIC Card is a Data Link OSI Model Device.
  36. HUB is a Physical Layer OSI Model Device.

37.CERN releases the first Web server in 1991.