Online Book Reader

Home Category

CompTIA A_ Certification All-In-One Exam Guide, Seventh Edition - Michael Meyers [411]

By Root 1510 0
perform, and follow the prompts to complete the wizard.

* * *

NOTE If you have the option, you should save yourself potential headaches and troubleshooting woes by acquiring new, name-brand NICs for your Windows installation.

Configuring a Network Client

To establish network connectivity, you need a network client installed and configured properly. You need a client for every type of server NOS to which you plan to connect on the network. Let’s look at Microsoft’s client.

Installed as part of the OS installation, the Client for Microsoft Networks rarely needs configuration, and, in fact, few configuration options are available. To start it in Windows Vista/7, click Start; then right-click Network and select Properties. Then click Manage network connections on the left. In Windows XP, click Start, and then right-click My Network Places and select Properties. In Windows 2000, click Start | Settings | Network and Dial-up Connections.

In all versions of Windows, your next step is to double-click the Local Area Connection icon, click the Properties button, highlight Client for Microsoft Networks, and click the Properties button. Note that there’s not much to do here. Unless told to do something by a network administrator, just leave this alone.

Configuring TCP/IP


This final section on protocols covers TCP/IP, the primary protocol of most modern networks, including the Internet. For a PC to access the Internet, it must have TCP/IP loaded and configured properly. TCP/IP has become so predominant that most network folks use it even on networks that do not connect to the Internet. Although TCP/IP is powerful, it is also a bit of a challenge to set up. So whether you are installing a modem for a dial-up connection to the Internet or setting up 500 computers on their own private intranet, you must understand some TCP/IP basics. You’ll go through the following basic sections of the protocol and then you’ll look at specific steps to install and configure TCP/IP.

Network Addressing

Any network address must provide two pieces of information: it must uniquely identify the machine and it must locate that machine within the larger network. In a TCP/IP network, the IP address identifies the PC and the network on which it resides.

IP Addresses In a TCP/IP network, the systems don’t have names but rather use IP addresses. The IP address is the unique identification number for your system on the network. Part of the address identifies the network, and part identifies the local computer (host) address on the network. IP addresses consist of four sets of eight binary numbers (octets), each set separated by a period. This is called dotted-decimal notation. So, instead of a computer being called SERVER1, it gets an address like so:

202.34.16.11

Written in binary form, the address would look like this:

11001010.00100010.00010000.00001011

To make the addresses more comprehensible to users, the TCP/IP folks decided to write the decimal equivalents:

00000000 = 0

00000001 = 1

00000010 = 2

...

11111111 = 255

IP addresses are divided into class licenses that correspond with the potential size of the network: Class A, Class B, and Class C. Class A licenses were intended for huge companies and organizations, such as major multinational corporations, universities, and governmental agencies. Class B licenses were assigned to medium-size companies, and Class C licenses were designated for smaller LANs. Class A networks use the first octet to identify the network address and the remaining three octets to identify the host. Class B networks use the first two octets to identify the network address and the remaining two octets to identify the host. Class C networks use the first three octets to identify the network address and the last octet to identify the host. Table 23-2 lists range (class) assignments.

IP Address Shortage Solution

The IP addresses I’m showing you here are technically IP version 4, or IPv4 addresses, but this type of addressing has a bit of a problem—namely, that we’re running out of possible IP addresses,

Return Main Page Previous Page Next Page

®Online Book Reader