Osborne/McGraw-Hill Template - 3/25/94

advertisement
Survey of Operating Systems 3e
Chapter 10
Solutions
Chapter 10 Textbook Solutions
Answers to Key Terms Quiz
1. public IP addresses
2. Common Internet File System (CIFS)
3. zone
4. Automatic Private IP Addressing (APIPA)
5. private IP address
6. Internet Service Provider (ISP)
7. octet
8. default gateway
9. digital subscriber line (DSL)
10. Dynamic Host Configuration Protocol (DHCP) servers
Answers to Multiple-Choice Quiz
1. Correct answer: C. private IP address because all private IP addresses begin with
192.168.
A is incorrect because this is not an example of a DNS server address although it could
be assigned to a DNS server that is only used on a private network, not an Internet DNS
name server.
B is incorrect because all IP addresses that begin with 192.168 are private IP addresses,
not public IP addresses.
D is incorrect because automatic private IP addresses begin with 169.254.
E is incorrect because this is not an example of a WINS server address, although it could
be assigned to a WINS server, as could a public IP address in the right circumstances.
10-1
Survey of Operating Systems 3e
Chapter 10
Solutions
2. Correct answer: B. It is included with Windows and installed during setup.
A is incorrect because, while it is true that the client is included with Windows, it does
not normally have to be installed after setup.
C is incorrect because the file and print client is included with Windows and you do not
have to download it from the Microsoft Web site.
D is incorrect because the file and print client for Microsoft networks cannot be found on
Novell's Web site.
E is incorrect because this client does not have to be installed, but it can be configured in
the Connection properties dialog box.
3. Correct answer: E. SDSL, or Synchronous Digital Subscriber Line, is described in the
chapter as having the same speed upstream as downstream.
A is incorrect because ADSL provides a much faster rate downstream than upstream.
B is incorrect because xDSL is simply a way of referring to any or all of the DSL
standards.
C is incorrect because VDSL or Very High-data-rate DSL is not described in the chapter
as having the same speed upstream as downstream.
D is incorrect because HDSL or High-data-rate DSL is not described in the chapter as
having the same speed upstream as downstream.
4. Correct answer: B. Dial-up because he must initiate it each time, it may terminate after a
period of inactivity, and is very slow.
A is incorrect because ISDN is rarely used for homes (in the United States).
C is incorrect because ADSL is always on, not terminated when there is a period of
inactivity, and not slow.
D is incorrect, because SDSL is always on, not terminated when there is a period of
inactivity, and not slow.
E is incorrect because Cable is always on, not terminated when there is a period of
inactivity, and not slow.
5. Correct answer: A. A connection device appears in the Connect Using box in the
connection properties dialog box.
B is incorrect because this is not where an ISP name will appear.
10-2
Survey of Operating Systems 3e
Chapter 10
Solutions
C is incorrect because this is not where a user name will appear.
D is incorrect because this is not where a password will appear.
E is incorrect, because this is not where a phone number will appear.
6. Correct answer: C. 172.300.256.100 because one or more of the values in the octets is
outside of the range of 0 to 255.
A, B, D, and E are all correct because all are valid IP addresses; all values are within the
correct range of 0 to 255.
7. Correct answer: A. Control Panel | Internet Options | Programs
B is incorrect because Control Panel | Network Connections is not where you configure
Windows to use one of them as your default e-mail client.
C is incorrect because Start | Run | CMD is not where you configure Windows to use one
of them as your default e-mail client.
D is incorrect because Control Panel | Internet Options | Advanced is not where you
configure Windows to use one of them as your default e-mail client.
E is incorrect because Start | All Programs | Outlook Express is not where you configure
Windows to use one of them as your default e-mail client.
8. Correct answer: D. NETSTAT is the command you use to view the status of current
connections, including the IP address and protocol used for each connection.
A is incorrect because IPCONFIG displays the IP configuration, not the current
connection status, including the IP address and protocol used for each connection.
B is incorrect because CMD brings up the command prompt itself and does not display
the current connection status, including the IP address and protocol used for each
connection.
C is incorrect because PING is used to test connectivity between two hosts, not to display
the current connection status, including the IP address and protocol used for each
connection.
E is incorrect because TRACERT traces a route to a destination; it does not display the
current connection status, including the IP address and protocol used for each connection.
9. Correct answer: D. Server Message Block (SMB) is Microsoft’s original file and print
sharing protocol.
10-3
Survey of Operating Systems 3e
Chapter 10
Solutions
A is incorrect because Common Internet File System (CIFS is a newer file and print
sharing protocol used by Microsoft.
B is incorrect because NetWare Core Protocol (NCP) is an older file and print sharing
protocol used by Novell.
C is incorrect because network file system (NFS) is a very old file system used by Linux,
UNIX, and other operating systems.
E is incorrect because file and print sharing is just a generic term for this feature.
10. Correct answer: B. NSLOOKUP is the command to use to test to see if a DNS server will
respond to a request to resolve a name.
A is incorrect because PING is used to test for connectivity between two computers.
C is incorrect, because IPCONFIG is used to display the IP configuration of the network
adapters on a computer.
D is incorrect because NETSTAT displays the status of the network connections,
including current connections, IP address of the destination, and protocol used on each
connection.
E is incorrect because TRACERT tests the route to a destination.
11. Correct answer: B. Subnet mask is the IPv4 configuration setting that defines the two
parts of an IP address: the Host ID and the Net ID.
A is incorrect because the gateway is the address of the local router, not a setting that
defines the two parts on an IP address.
C is incorrect because DNS is the address of a DNS name server.
D is incorrect because DHCP is not, in itself an IP configuration setting.
E is incorrect because host name is not an IPv4 configuration setting that defines the two
parts of an IP address.
12. Correct answer: D. The Advanced Privacy Settings dialog box contains the settings for
managing cookies. It is accessed via the Advanced button on the Privacy page.
A is incorrect because the General page is not where you can configure how IE manages
cookies.
B is incorrect because the Security page is not where you can configure how IE manages
cookies.
10-4
Survey of Operating Systems 3e
Chapter 10
Solutions
C is incorrect because the Tabs page does not exist in Internet Options, it is a page in the
Firefox Options dialog box.
E is incorrect because the Exceptions button is not where you can configure how IE
manages cookies.
13. Correct answer: C. Dial-up, because this should be the least expensive, and your neighbor
will not need a faster service just for e-mail.
A is incorrect because your neighbor does not seem to need the speed of cable, which is
usually more expensive than dial-up.
B is incorrect because your neighbor does not seem to need the speed of ISDN, which is
more expensive than dial-up.
D is incorrect because your neighbor does not seem to need the speed of DSL, which is
more expensive than dial-up.
E is incorrect because your neighbor does not seem to need the speed of satellite, which
is more expensive than dial-up.
14. Correct answer: E. The ifconfig command is the command you would use from a $
prompt if you wanted to see the IP configuration.
A is incorrect because ipconfig does not work from the $ prompt. It is a Windows
command prompt command.
B is incorrect because netstat will not display the IP configuration.
C is incorrect because nslookup will not display the IP configuration.
D is incorrect because ping will not display the IP configuration.
15. Correct answer: E. Transmission Control Protocol (TCP), one of the two main protocols
in the TCP/IP suite, is responsible for the accurate delivery of messages, verifying and
resending pieces that fail to make the trip from source to destination.
A is incorrect because Internet Protocol (IP) has a different set of responsibilities in the
TCP/IP suite.
B is incorrect because Transmit Control Protocol is not a protocol in the TCP/IP suite.
C is incorrect because Secure Sockets Layer (SSL) is a security protocol with different
responsibilities.
10-5
Survey of Operating Systems 3e
Chapter 10
Solutions
D is incorrect because file transfer protocol (FTP) is a protocol/service for transferring
files and actually relies on TCP.
Answers to Essay Quiz
Answers will vary, since some of the questions are looking for opinion, and all answers
are expected to be in the student's own words.
1.
To test connectivity of a new network connection on a computer that connects to the
Internet through a LAN I would first use the IPCONFIG (Windows) or ifconfig
(Linux or Mac OS X) command to discover the local IP address and default gateway
(router). Then I would PING the local address. If that were successful, I would PING
the router, and then PING a computer on the Internet. If I do not have an IP address of
a computer on the Internet, I would ping a FQDN, like www.google.com.
2.
I would use an FTP client program rather than a Web browser because the client
program would save the site information, username, and password, and I would not
have to enter them every time I needed to connect to the site.
3.
The best type of connection for the mobile units is a satellite data connection. The socalled ground station would consist of a dish attached to a special mount on the roof
of a vehicle. The mount allows for moving the dish to align on the satellite, thus the
dish can easily be repositioned every time the mobile unit moves to a new location.
4.
Homegroup, new in Windows 7, is an easy-to-configure implementation of
Microsoft’s file and print sharing, with only a single password protecting the
Homegroup shares on all Windows 7 computers that join a HomeGroup.
5.
A subnet mask is required for an IP address in order to define which part of the
address identifies the network (the Net ID) and which part of the address identifies
the host on the network (the Host ID).
Solution to Lab Project 10.1
The results of the survey will vary. The responses to questions and discussion based on
the survey will also vary.
10-6
Survey of Operating Systems 3e
Chapter 10
Solutions
Solution to Lab Project 10.2
Answers will vary, but students must demonstrate the use of tools to discover some of the
information. They may also discover some of the answers by asking questions of people
responsible for the lab network.
Solution to Lab Project 10.3
Answers will vary.
10-7
Download