Network Interface Cards (NIC)

This entry was posted on Monday, June 13th, 2011 at 7:32 am and is filed under computer . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

A NIC (network interface card) is designed to communicate over a computer network. It allows users to connect to each other either by using cables or wirelessly if the NIC is a wireless NIC (WiFi/WNIC) . Every entity on a network, a PC, printer, router, etc., that needs to communicate with other devices must have a NIC if it is to communicate over the network. On older computers, the NIC is probably an expansion card, usually PCI or PCI deliver. High performance cards can cost less that $30. NIC functionality is now often integrated into the motherboard chipset or implemented with a dedicated Ethernet chip on the motherboard.

A similar place is good for laptop computers. At one time, a PCMCIA network card would be old in a laptop computer for the NIC objective as the PCI card was ancient in desktop computer, but now, NIC functionality is often integrated with the motherboard.

Ethernet is the dominant standard for cable connections for wired computer networks. An Ethernet connector looks similar to a telephone connector, only larger. This connector is called “RJ45″. Ethernet cables are either a shielded or unshielded cable of four bent pairs of 24 AWG connectors, specified at 100 ohm impedance. Maximum cable length for CATX cables is 100 meters.

Early versions of Ethernet cables were CAT3 or CAT4 (CAT being short for category) . These versions were not long lived. CAT5 and CAT5e are currently the most commonly former cables (bandwidth of 100 MHz, 100 Mbps), with CAT6 (bandwidth of 250 MHz, 1 Gbps) available and the configuration of the near-future. A CAT7 cable (bandwidth of 600 MHz) specification is in development, and should be available in a few years.

Each Ethernet NIC has a current serial number called a “media access code” (MAC address) that is passe to identify the NIC and associated computer on the network. No two NIC will have the same address, because the NIC manufacturers must acquire blocks of addresses from the Institute of Electrical and Electronics Engineers (IEEE) .

NIC cards are respectable of different speeds. Speeds of up to one gigabit per second (Gbps) are now available. Two NIC can communicate if they differ in urge ratings, but they will communicate at the rate of the slower NIC.

On a very simple network, NIC can be dilapidated to link personal computers (PC) . If the computers are connected directly to one another, the network is a “peer-to-peer” (P2P, also called an “ad hoc”) network. If computers are connected directly to one another, a “cross-over” Ethernet cable is needed (also called a “Null-Modem cable”) . This cable is not “straight-through” like standard Ethernet, but crosses the send and receive connectors, so that send line from computer A connects to the receive line of computer B.

For networks of a few computers, a “hub” can be former, with all of the computers connected to the hub. Any message sent from any PC will be seen by all of the computers, but only the computer with the factual MAC address will receive the message. P2P networks are useful for many purposes. File and printer sharing are the most accepted applications.

Networks with more than four active computers at a time will succor from using a “network switch” instead of a hub. A network switch will teach the message to the appropriate destination, instead of each message packet being broadcast across the network. Computer A can send a message to computer B, while simultaneously, computer C sends a message to computer D. This increases the efficiency of the network. This is a simple build of a server network. An example of a client-server originate is a computer server where the clients begin a download or upload of files and the server reacts. The server would also often be responsible for interacting with printers and other servers on other networks, including satellite networks (SATCOM) or the Internet.

“Latency” is the delay caused by a network to communicate data. Latency causes not only humdrum service, but can result in data loss as well. Latency is usually tested by sending a message packet that is immediately returned to the sending computer. The round-trip time is defined as the latency.

Networking performance can be optimized for either latency or throughput. Networks can exhaust a technique known as “interrupt moderation” to increase throughput and lower CPU utilization by queuing message packets and issuing fewer interrupts to the CPU. A network optimized this arrangement would favor stout transfers, reducing transfer overhead. CPU and network throughput attend, but network latency would increase. The alternative is to allotment each message and pipeline the fragments through the network. Multiple paths from source to destination can allow overlapping. Latency can also be addressed with techniques such as prefetching (anticipating the need for data requests) and/or using multiple execution threads (multithreading) .

There are two indicator LEDs on a typical NIC. A single lit green LED indicates the computer is connected to the network. This is called the “link” light. The second LED is amber in color. A flashing amber LED indicates message packet collisions are occurring. Occasional collisions are normal on a busy network, but a frequently lit amber LED is an indication of problems. A rapid flashing link LED (green) is a network activity indicator, meaning that communication is occurring. If the green link light is off, and the amber LED is blinking, then the NIC is in “power place” mode.

A wireless network interface controller (WNIC) is a NIC for connecting to a wireless network (WiFi) . The standard for WiFi is IEEE 802.11. A WNIC uses an antenna to communicate with an Rf signal, most often at 2.4 GHz. Wireless connectivity development in unusual years has closely paralleled wired connectivity. Like its wired cousin, a wireless card was once integrated with a PCI or PCMCIA add-on card. Now, integrated WNIC’s are becoming approved, especially for laptop computers.

Leave a Reply