Nic Expansion Slot

  

Home > Articles > Hardware

  1. Working with Network Interface Cards
Page 1 of 3Next >
This sample book chapter concentrates on the connectivity devices that define the network topology -- the most important being the network interface card. It also looks at hubs, routers, and switches.

An expansion slot is a socket on the motherboard that is used to insert an expansion card (or circuit board), which provides additional features to a computer such as video, sound, advanced graphics, Ethernet or memory. M.2 is a slot that can interface with SATA 3.0 (the cable that’s probably connected to your desktop PC’s storage drive right now), PCI Express 3.0 (the default interface for graphics cards and other major expansion devices), and even USB 3.0. Network card is also known as the Network adapter or Network interface card (NIC). NIC card has the pins at the bottom so that it can be fixed in the expansion slot on the motherboard.

This chapter is from the book
  1. Technically, a NIC is a physical card that connects to an expansion slot in a computer. Many computers and wireless devices now include an integrated networking component called a network adapter. This may be an Ethernet controller and port attached to the edge of a motherboard or a small wireless networking chip located on the motherboard.
  2. What type of expansion slot is compatible with the wireless NIC? Locate a compatible expansion slot for the wireless NIC on the motherboard. Remove the slot cover from the back of the case, if necessary. Align the wireless NIC to the expansion slot. Press down gently on the wireless NIC until the card is fully seated.
Absolute Beginner's Guide to Networking, 4th Edition

This chapter is from the book

This chapter is from the book

Absolute Beginner's Guide to Networking, 4th Edition
Nic expansion slot games

Chapter 3: Networking Hardware

In this chapter

  • Working with network interface cards
  • Selecting and installing a NIC
  • Using hubs and internetworking devices
  • Working with PC motherboards
  • Understanding processors and PC RAM
  • Working with hard drives
  • Differentiating server and client hardware

Now that we've discussed the different kinds of networks and looked at network topologies, we should spend some time discussing the hardware involved in networking. This chapter will concentrate on the connectivity devices that define the network topology—the most important being the network interface card. We will also take a look at hubs, routers, and switches.

Another important aspect of building your network is selecting the hardware for your client PCs and your network servers. There are many good primers on computer hardware—for example, the Absolute Beginner's Guide to PC Upgrades, published by Que. Also, numerous advanced books, such as Upgrading and Repairing PCs (by Scott Mueller, also from Que), are available, so we won't cover PC hardware in depth in this chapter. We will take a look at motherboards, RAM, and hard drives because of the impact these components have on server performance.

Let's start our discussion with the network interface card. We can then look at network connectivity devices and finish up with some information on PC hardware.

Working with Network Interface Cards

As far as networking is concerned, the network interface card (NIC) is one of the most important PC devices. Each computer on the network (including servers and clients) requires one, and it is the NIC that provides the connection between the PC and the network's physical medium (such as copper or fiber-optic cable, both of which are discussed in the next chapter).

Many of the new motherboards available for PCs and servers have the network interface integrated with the motherboard. Older computers or new computers that do not provide onboard network interfaces will require that a NIC be added to it (unless you buy your network clients and servers with a NIC as their standard hardware configuration, which can be integrated on the motherboard or a separate card in an expansion slot). Figure 3.1 shows a PCI NIC from 3Com, which provides the RJ-45 female port for the CAT 5 twisted-pair cable that connects the computer to a hub or switch (more about these connectivity devices later in the chapter).

Figure 3.1 Network interface cards provide the connection between the PC and the network cabling.

Not only does the NIC provide the computer with a connection to the network, but it also handles an important in the section 'Understanding the OSI Model').

TIP

The hardware address on the NIC actually provides the definitive address for a computer on the network. Different protocol stacks, such as TCP/IP, use a logical addressing system (in the case of TCP/IP, it is IP addresses). In this case, the logical address must be resolved to the NIC's hardware address before the data can actually be received.

Selecting a NIC

NICs come in different types, depending on the network architecture being used on the network (such as Ethernet or token ring, which are both discussed in the next chapter). NICs also differ in the type of motherboard slot they fit into. PCI NICs fit into a PCI slot on a motherboard. ISA NICs fit into an ISA slot. Figure 3.1 shows a PCI card (PCI cards are shorter than ISA cards, as are their respective slots on the motherboard).

When you select a NIC, it needs to be compatible with the architecture of the network. The Ethernet network is, by far, the most common network architecture type and is used for both peer-to-peer networks and large-scale corporate networks. Ethernet connectivity devices, such as hubs, are also much cheaper than the connectivity devices deployed on a token-ring network.

NOTE

Token-ring networks are typically found in larger corporations. The token-ring architecture does offer some advantages over Ethernet (particularly on high-traffic networks, where bandwidth is at a premium), which we discuss in the next chapter.

The NIC specification must also comply with the throughput on your network. For example, if you are running a Fast Ethernet network at 100Mbps, an Ethernet card designed for 10Mbps isn't going to be appropriate. You will actually find that most new NICs are autoswitchable between 10Mbps and 100Mbps speeds (accommodating both Ethernet and Fast Ethernet).

The NIC that you select must also fit in an empty expansion slot on your computer's motherboard. On an IBM or compatible PC, you may have a number of choices, such as an ISA, PCI, or EISA slot. The slots available will depend on the motherboard (motherboards are discussed later in the chapter). Figure 3.2 shows a motherboard that provides both ISA and PCI expansion slots.

Figure 3.2 Your motherboard will typically provide ISA and PCI expansion slots.

The Industry Standard Architecture (ISA) bus (a bus is the internal wiring system on the motherboard) was the standard used on the IBM PC and the IBM XT class of personal computers. This slot type supported 8-bit throughput for expansion devices. The ISA bus speed was increased to 16 bits in 1984. A large number of devices, such as modems, sound cards, and NICs, are available for this bus type. Even some newer motherboards provide ISA slots. However, a number of high-speed motherboards are now available that have PCI slots only and do not support ISA expansion cards (PCI cards are faster than ISA cards).

The PCI bus, on the other hand, was introduced by Intel in 1993 and has really become the industry standard. PCI provides a 32-bit bus, and PCI version 2.1 supports 64-bit and faster bus specifications. As with ISA, PCI cards support a large number of peripheral devices.

Although ISA NICs are generally going to be cheaper than PCI NICs, PCI NICs are obviously going to provide better overall performance because of their potential for faster throughput. You can get some other enhancements with a NIC that improve the transfer of data from the NIC to the computer's processor:

  • Buffering. Memory chips are actually placed on the NIC. This RAM is used as a buffer. It can hold data that is awaiting services provided by the computer's processor. It can also hold data waiting to be broadcast out onto the LAN medium.

  • Direct Memory Access (DMA). Computers that support DMA allow devices such as network interface cards to transfer and accept data directly from the computer's RAM. This means that the processor does not have to become involved in the process of moving data to or from the NIC and RAM.

  • Bus mastering. NICs can be designed to directly access computer RAM without using the computer's processor as an intermediary. Bus mastering (which is similar to DMA) allows the NIC to control the bus and send and receive data to and from the computer's RAM.

Nic Expansion Slot Machine

NICs that provide buffering and support DMA or bus mastering are going to be more expensive than NICs that do not. However, when selecting a NIC for a mission-critical server, you will probably want to buy one with all the performance bells and whistles.

NOTE

There is a slight chance you might run into three other computer bus architectures: EISA, VESA, and MCA. Extended Industry Standard Architecture (EISA) was developed by Compaq and other PC clone manufacturers as a suggested PC slot standard (it never became the industry standard) when IBM rolled out PCs embracing Micro Channel Architecture (which is now nothing more than a footnote in bus architecture literature). EISA provided 32-bit bus throughput as well as ISA compatibility. The Video Electronics Standards Association (VESA) bus provided support for 486 processors. This 32-bit bus system has been abandoned by motherboard manufacturers in favor of the PCI bus. Micro Channel Architecture (MCA) was a new bus system launched by IBM for its PS/2 family of computers. MCA was not compatible with ISA, and the availability of MCA peripherals was limited when the PS/2 family was first introduced. MCA expansion cards were also extremely expensive. The MCA bus was eventually abandoned by IBM in favor of the PCI bus.

Installing a NIC

You certainly don't need an engineering degree to install a network card in a PC. However, before you tackle the job, you need to be aware of one thing: You need to have a handle on a subject area that an old colleague of mine referred to as 'static awareness.' Static electricity can actually produce enough voltage to ruin a motherboard or expansion card, such as a NIC. This means that you should use some sort of antistatic wristband that attaches to the PC case or do your work while standing on an antistatic mat. The bottom line is that you should avoid working on the computer in a room that is carpeted.

You will also want to be sure you have a couple of decent screwdrivers. These screwdrivers should not have magnetized tips. Now, here are the steps to follow:

  1. Open up the case on the computer and install the NIC in an open expansion slot.

  2. Close up the case and attach the network medium (typically twisted-pair cabling).

  3. Boot up the computer. If you purchased a plug-and-play network card and are using an OS that supports plug-and-play technology, the most you will have to do is provide a disk or CD-ROM that contains the driver for the NIC.

  4. If you are using an operating system that does not detect new hardware devices, you will have to manually install the NIC. If the card came with installation software, use that software to install the necessary drivers.

Because most new computers and the operating systems that they run embrace plug-and-play technology, installing a NIC in a computer is really just a matter of placing the NIC in an empty motherboard slot and then restarting the computer. Plug-and-play NICs will be recognized by the operating system and the appropriate software driver will be loaded on the system. Figure 3.3 shows the Windows XP Professional OS identifying a plug-and-play NIC.

Slot

Figure 3.3 Operating systems like Windows XP embrace plug-and-play technology, making it easy to add a new NIC to the system.

While there are very few operating systems (client and NOS included) that do not embrace some sort of plug-and-play technology that identifies installed components such as a NIC, you should still have a basic knowledge of IRQs if you are going to work with PCs. So, what is an IRQ (or Interrupt Request)? Well, each device in your computer, including the mouse, keyboard, and NIC, is assigned an Interrupt Request line that the device uses to alert the microprocessor (CPU) that it needs data processed. Each device must be assigned a unique IRQ; otherwise, you will have an IRQ conflict. Although PCI motherboards do allow devices to share an IRQ, common practice is to have a unique IRQ for every device on the system.

In most cases, you probably won't have to assign IRQs from scratch to a device such as a NIC, but you may run into an IRQ conflict (particularly if you are running older versions of Windows). Viewing the IRQ assignments and the free IRQs on a system isn't that difficult. Each operating system has some sort of utility that you can use to vie the IRQs on the system. For example, Figure 3.4 shows the Windows XP Device Manager, which displays the IRQ assignments on the system.

Figure 3.4 Windows XP and most other operating systems allow you to examine the IRQ configuration of a computer.

Standard IRQ settings do exist for PCs. Table 3.1 lists IRQs 0–15. As you can see, a number of the IRQs are reserved for particular system devices.

Table 3.1 IRQ Settings

IRQ

Use

0

System timer

1

Keyboard

2

Cascade to secondary IRQ controller

3

COM port 2 and 4 (serial port)

4

COM port 1 and 3 (serial port)

5

LPT2 (printer port)

6

Floppy disk controller

7

LPT1 (printer port)

8

Real-time clock

9

Free

10

Primary SCSI adapter (or free)

11

Secondary SCSI adapter (or free)

12

PS/2 mouse

13

Floating-point math coprocessor

14

Primary hard disk controller

15

Secondary hard disk controller (or free)


Obviously, in cases where the computer does not have a second COM port or an LTP2 port, these IRQs will be available. Each computer's hardware configuration will vary (look back at the IRQ assignments in Figure 3.4 and compare them to Table 4.1), and so will the IRQ assignments and available IRQs on the system.

Related Resources

  • eBook (Watermarked) $44.79

Nic Expansion Slots

  • Online Video $199.99

Nic Expansion Slot Game

  • Online Video $159.99