Lab Manual Solutions 13-1
Guide to MCSE 70-290, Enhanced
Chapter 13 Solutions
Lab 13.1 Review Question Answers
- Which of the following commands must precede the IISVDIR.VBS command from the command line?
Answer: B
- True or False? The IISVDIR.VBS command can be used to delete a web site.
Answer: False
- Which of the following commands would effectively delete a virtual directory named TEST at the root of a web site named Corporate when using the IISVDIR.VBS command?
Answer: A
- Which of the following switches is used to specify a username with the IISVDIR.VBS command?
Answer: D
- The ______, ______, and ______switches are used with the IISVDIR.VBS command to delete, create, or list virtual directories, respectively.
Answer: /delete, /create, /query
Lab 13.2 Review Question Answers
- Which of the following switches will stop an FTP site named FTP99?
Answer: B
- Which of the following switches is used in conjunction with the IISFTP.VBS /create command to specify the port on which a new FTP site will listen for requests?
Answer: B
- Which of the following switches is used in conjunction with the IISFTP.VBS /create command to specify the IP address on which a new FTP site will listen for requests?
Answer: C
- True or False? The IISFTP.VBS command can be used to create new FTP sites.
Answer: True
- Which of the following commands would be used to list all FTP sites on a remote server named Server2?
Answer: A
Lab 13.3 Review Question Answers
- Which of the following commands would be issued to create a new virtual directory named DOCS with a local path of D:\documents on an FTP site named FTPSERVER on the local machine?
Answer: A
- True or False? The IISFTPDR.VBS /query command will display the current status of the FTP site associated with a listed virtual directory.
Answer: False
- Which of the following represent switches available with the IISFTPDR.VBS command?
Answer: ABCD
- Which of the following switches is used to supply a password with the IISFTPDR.VBS command?
Answer: A
- True or False? The IISFTPDR.VBS command can be used to delete a virtual directory on an FTP site located on a remote system.
Answer: True
Lab 13.4 Review Question Answers
- From which tab in the properties of a virtual directory are IIS permissions configured?
Answer: B
- Not having the NTFS ______permission will deny a user from downloading files from a virtual directory.
Answer: Read
- Not having the NTFS ______permission will deny a user from uploading files to a virtual directory.
Answer: Write
- Which of the following commands is used to upload files using the command line FTP utility included with Windows Server 2003?
Answer: B
- True or False? Any user with the NTFS Full Control permission to a virtual directory has the ability to upload or download files regardless of the IIS permissions configured.
Answer: False
Lab 13.5 Review Question Answers
- What would be the impact of a user with the Full Control NTFS permission to a virtual directory attempting to upload a file if users have been granted both the Read and Write IIS permissions?
Answer: B
- Which of the following commands is used to change to a different directory when connected to an FTP server using the FTP client included with Windows Server 2003?
Answer: B
- On which port will an FTP response to requests by default?
Answer: B
- True or False? When NTFS and IIS permissions are combined, the most restrictive permission will apply.
Answer: True
- The ______command can be used to disconnect from an FTP session.
Answer: Bye