Networking terminology:      All phases of network operations are defined in the layers of the Open Systems Interconnection (OSI) model developed by the International Standards Organization (ISO). The ISO OSI model has seven layers:
     A LAN can be connected to another LAN to form a bigger LAN. LANs can be interconnected indefinetly, but as long as they are contained within a single physical area, they remain a LAN. When LANs, or nodes, are connected over longer distances, such as miles, states, or continents, they form a wide area network (WAN). WANs are usually constructed using ISDN, leased lines, or other high-speed connections.

The three basic types of network topologies are the star, ring, and bus topologies:

Fundamental Features

     Networks have essentially five parts: nodes, NICs, cables, connectors, and a network operating system (NOS).

The Network Interface Card (NIC)

     The NIC is a physical and logical link for a PC to a network. The NIC is installed inside the computer into an unused expansion slot. The NIC is a translator that works between the network and the PC. Networks transmit data in a serial data format (one bit at a time), and the data bus of the PC moves data in a parallel format (eight bits at a time). The NIC converts the signal from serial to parallel or parallel to serial, depending on the direction. The NIC also formats the data as required by the network architecture.

Cabling

     Three basic media are used for network cables: coaxial cable, fiber-optic cable, and cables consisting of twister pairs of copper wire. You need to know each type of cable and the network architecture it is most commonly used with:
     Twisted pair cabling is defined in categories or grades that provide an increasing amount of protection for outside electrical noise and interference. Networks should be created with cat 3 cable or better, with cat 5 preferred.

Connectors

     Different types of connectors are used with different types of cable media. While serveral special connectors are used to connect network cables to NICs and other network hardware, the two most commonly used are the following:
Network Architectures

     NICs come in different varieties to match the architecture of the network to which they connect: Ethernet, token ring, or FDDI:
     The component on the NIC that handles the data transmission duties is the transceiver. Some NICs have more than one transceiver, common on Ethernet cards, with each attached to a different connector type on the card.


Ethernet Networks

     Ethernets are easily the most common network type in use. Although it is generally based on the bus topology, it can also be installed as a star. An Ethernet network can also be clustered around one or more hubs in a star design. A hub is a device that connects many devices to a server through a single line.

     Ethernet networks are passive, which means that the nodes do all the work. To avoid data collision, an Ethernet node checks the line to see whether is is in use before sending a message. The protocol used for this purpose by Ethernet devices is carrier sense multiple access with collision detection, or CSMA/CD.

Ethernet Cabling

     The IEEE 802.3 standard defines the various versions of Ethernet and its cabling. The cable systems used in Ethernet are as follows:

Token Ring Networks

     The Ethernet is a collaborative development, but Token Ring is an IBM development that is now covered by IEEE 802.5. Its basic premise is that the network's primary cable (backbone) is arranged in a ring or loop. The control mechanism used in a ring structure is called token passing.

     The token, a special packet of data, is passed from PC to PC, node to node, on the network. Any PC that wants to send a message must wait until it has the token, at which time it can send its data. Nodes connect to the loop through devices called multistation access units (MAUs). MAUs are most commonly found on large corporate mainframe sites. Token ring networks are actually configured more like a star with the MAU used as the clustering device. Becuase of its physical star configuration, any single station that breaks down has little effect on the ring, as long as the MAU can omit it from the loop.


FDDI Networks

     The FDDI (Fiber Distributed Data Interface) uses fiber-optic cabling to create a network with data transfer speeds of 100 Mbps. A FDDI can support 1,000 nodes and has the flexibility of having workstation nodes as far apart as 2 kilometers.


Networking Hardware


Protocols

Protocols
Protocol/LayerAcronymDescription
Point-to-point Protocol
(physical/data link layer)
PPPUsed to connect and manage network communications over a modem.
Transmission Control Protocol/Internet Protocol
(network/transport layer)
TCP/IPThe backbone protocol of the Internet; very popular for intranets, internal networks using the Internet, and Web work-alikes.
Internetwork Packet Exchange/Sequenced Packet Exchange
(network/transport layer)
IPX/SPXThe standard protocol of the Novell network operating systems.
NetBIOS Extended User Interface
(network/transport layer)
NetBEUIA Microsoft protocol that is used only by Windows OS for LANs with no external connections; does not support routing (addressing through a router to other networks)
File Transfer Protocol
(session/presentation layer)
FTPUsed to send and receive files in a client/server mode to or from a remote host.
Hypertext Transfer Protocol
(session/presentation layer)
HTTPUsed to send WWW documents across a network.
Network File Services
(session/presentation layer)
NFSAllows the network node to access network drives as if they were local drives, files, and data; also performs the file access and data retrieval tasks requested of the network.
Simple Mail Transfer Protocol
(session/presentation layer)
SMTPUsed to send electronic mail (e-mail) across a network.
Telnet
(session/presentation layer)
-Used to connect to a remote host and emulate a terminal that the remote server recognizes.



Servicing a Networked PC

     If you determine that the PC is part of a network, follow these steps to perform the repair:
  1. Check to see if the PC is logged on to the network.
  2. If you are working on the hard disk, make a backup of all files.
  3. Log off the PC as necessary.
  4. Disconnect the network cable from the NIC card and proceed with the repair.
  5. After the repair is complete, reconnect the network cable, verify that the network files are on the disk, and restore them if needed.
  6. Have the customer log on to the network to verify that all is well.