Salam

Tuesday 29 May 2012

Network Equipments, Protocol and Cabling

Network Equipments
   Networking hardware includes all computers, peripherals, interface cards and other equipment needed to perform data-processing and communications within the network.


Network Hardware


File Server
In computing, a file server is a computer attached to a network that has the primary purpose of providing a location for shared disk access, i.e. shared storage of computer files (such as documents, sound files, photographs, movies, images, databases, etc.) that can be accessed by the workstations that are attached to the same computer network. The term server highlights the role of the machine in the client–server scheme, where the clients are the workstations using the storage. A file server is not intended to perform computational tasks, and does not run programs on behalf of its clients. It is designed primarily to enable the storage and retrieval of data while the computation is carried out by the workstations.


Workstation
workstation is a high-end microcomputer designed for technical or scientific applications. Intended primarily to be used by one person at a time, they are commonly connected to a local area network and run multi-user operating systems. The term workstation has also been used to refer to a mainframe computer terminal or a PC connected to a network.


Network Interface Card
In computer networking, a NIC provides the hardware interface between a computer and a network. A NIC technically is network adapter hardware in the form factor of an add-in card such as a PCI or PCMCIA card.
Some NIC cards work with wired connections while others are wireless. Most NICs support either wired Ethernet or WiFi wireless standards. Ethernet NICs plug into the system bus of the PC and include jacks for network cables, while WiFi NICs contain built-in transmitters / receivers (transceivers).



Hub


  1. The messages that are understood by the object.
  1. The arguments that these messages may be supplied with.
  1. The types of results that these messages return.
  1. The invariants that are preserved despite modifications to the state of an object.
  1. The exceptional situations that will be required to be handled by clients to the object.
Cable is the medium through which information usually moves
from one network device to another. Several types of cable are
commonly used with LANs.In some cases,a network will utilize only one type of cable, other networks will use a variety of cable types.There are four types of cables namely :
  1.      Unshielded Twiested Pair (UTP) 
  1.      Shielded Twisted Pair (STP) 
  1.      
  2. Coaxial Cable
  1.      
  2. Fiber Optic Cable
  1.      Wireless LANs

      Unshielded Twiested Pair  (UTP)

  •   four pairs of wires inside the jacket
  •    
  • each pair is twisted with different twist per   inch to help eliminate  interference from adjacent pairs and other electrical devices.










 Shielded Twisted Pair (STP) 



  •  
  • consists of two individual wires wrapped in a foil shielding to help provide a more reliable data communication. 
  • suitable for environments with electrical 
  • interference but the extra shielding can make the cables quite bulky. 
  • often used on networks using Token Ring topology.
Coaxial Cable




  • Coaxial cabling has a single copper conductor at its center. 
  • A plastic layer provides insulation between the center conductor and a braided metal shield. 
  • The metal shield helps to block any outside interference from fluorescent lights, motors, and    other computers.
  • The most common type of connector   
  • used with coaxial cables is the Bayone-Neill-Concelman (BNC) connector. 




  • Fiber Optic Cable  consists of a center glass core surrounded by several layers of protective materials and transmits light rather than electronic signals eliminating the problem of electrical interference. 
  • Fiber Optic Cable is ideal for certain environments that contain a large amount of electrical interference. 
  • It is able to transmit signals over much longer distances than coaxial and twisted pair.

A common connection point for devices in a network. Hubs are commonly used to connect segments of a LAN. A hub contains multiple ports. When a packet arrives at one port, it is copied to the other ports so that all segments of the LAN can see all packets.
Repeater

Network repeaters regenerate incoming electrical, wireless or optical signals. With physical media like Ethernet or Wi-Fi, data transmissions can only span a limited distance before the quality of the signal degrades. Repeaters attempt to preserve signal integrity and extend the distance over which data can safely travel.
Actual network devices that serve as repeaters usually have some other name. Active hubs, for example, are repeaters. Active hubs are sometimes also called "multiport repeaters," but more commonly they are just "hubs." Other types of "passive hubs" are not repeaters. In Wi-Fi, access points function as repeaters only when operating in so-called "repeater mode."

Bridges


bridge device filters data traffic at a network boundary. Bridges reduce the amount of traffic on a LAN by dividing it into two segments.
Bridges operate at the data link layer (Layer 2) of the OSI model. Bridges inspect incoming traffic and decide whether to forward or discard it. An Ethernet bridge, for example, inspects each incoming Ethernet frame - including the source and destination MAC addresses, and sometimes the frame size - in making individual forwarding decisions.
Bridges serve a similar function as switches, that also operate at Layer 2. Traditional bridges, though, support one network boundary, whereas switches usually offer four or more hardware ports. Switches are sometimes called "multi-port bridges" for this reason.
Router
router is a device that forwards data packets between computer networks, creating an overlay internetwork. A router is connected to two or more data lines from different networks. When a data packet comes in on one of the lines, the router reads the address information in the packet to determine its ultimate destination. Then, using information in its routing table or routing policy, it directs the packet to the next network on its journey. Routers perform the "traffic directing" functions on the Internet. A data packet is typically forwarded from one router to another through the networks that constitute the internetwork until it gets to its destination node
Switch
network switch or switching hub is a computer networking device that connects network segments or network devices. The term commonly refers to a multi-port network bridge that processes and routes data at the data link layer (layer 2) of the OSI model. Switches that additionally process data at the network layer (layer 3) and above are often referred to as layer-3 switches or multilayer switches.

Protocol
In object-oriented programming, a protocol or interface is a common means for unrelated objects to communicate with each other. These are definitions of methods and values which the objects agree upon in order to cooperate.
The protocol is a description of:
If the objects are fully encapsulated then the protocol will describe the only way in which objects may be accessed by other objects.

Cabling

No comments:

Post a Comment