Kamis, 04 September 2014

KABEL LAN

LAN Card: Definition, Function & Types

  • Lesson
  • Quiz
  • Like?
Taught by

Szymon Machajewski

Szymon has taught Computer Science at a number of Higher Education institutions.
In this lesson, you'll be learning about LAN (or Local Area Network) cards, which is used to connect computers to networks. After the lesson, test your knowledge with a quiz.

Definition

The LAN Card is a 'door' to the network from a computer. Any type of network activity requires a LAN Card - the Internet, network printer, connecting computers together. Today many devices contain a network card: Televisions for their Internet apps, Blu-ray players, mobile phones, VoIP desk phones, even refrigerators. LAN Cards are hardware devices, which can be added to a computer or they can be integrated into the main hardware of the computer.

LAN Card Types

LAN Card sounds like a credit card, and some LAN Cards look like credit cards.
PCMCI laptop NIC LAN Card
In this image you can see a PCMCIA card, which can be used in a laptop. There are many other ways of connecting the LAN Card to a computer. Some cards are connected via the USB port, some via the PCI port inside of the computer, and some are even embedded inside of the computer. Most laptops today have integrated LAN Cards both for wired and wireless networking.
This next image shows a PCI card, which goes inside of a PC computer. The card shows an Ethernet port, which is the spot where you plug in a network cable. The LAN Card you select often determines the protocols which are used on the network. For example, an Ethernet card will allow communication via the Ethernet protocol. A coax card would allow for a bus topology network and a new set of protocols. A fiber cable would have a different cable plugin and it would likely work withWide Area Network protocols. The Ethernet port on a LAN Card looks like a phone jack, but it is wider and has more pins.
LAN Card PCI
The image below shows a typical Ethernet cable, or a network cable. This is the plugin, which goes into the LAN Card, or the Network interface controller (NIC).
network cable

Function

The purpose of a LAN Card is to create a physical connection to the network; to provide an open 'door', as it were. The first interface supported by a LAN Card is a physical interface of how the cable plugs into the card. This interface is well defined in technical documentation, which is why standard network cables fit most standard LAN cards. The second function of a LAN Card is to provide a data link. There is a theoretical model in computer networking called OSI - Open Systems Interconnection. This model, or a way of explaining networks, includes 7 layers. The first two layers are the physical layer and data link. Each layer of the OSI model allows for other layers to be independent. Upgrading or changing one layer does not affect others. This means that if plugins change for all LAN cards, other elements like the protocols don't have to change.
The data link function of a LAN Card provides hardware-level sending and receiving of network binary data. Zeros and ones flow from the network into the network card. The card can recognize this flow and it can even check for errors. When you turn on a computer with a LAN Card, it will have two lights, one green and one orange. The orange light will come on when the data link layer is activated. This means that the cable works, there is a network connected, and data bits are flowing. The second light, the green light, comes on once the next layer the network layer is activated (such as an IP network).