KAVALIPOST

Saturday 29 June 2013

NETWORK MEDIA AND TOPOLOGIES

If you are wondering what media and topologies refer to, it all starts in the wiring closet. Media is the cabling, and topologies are the shapes that cabling and data transmissions take. Twenty percent (one-fifth) of the exam will contain questions that test your understanding of the following concepts of media and topologies.
So in this section we would presents the information needed to understand the common media used and the different types of topologies used on a network. This section covers the common media standards and the popular network components such as hubs, switches, bridges, routers, and gateways.

Wiring Tools Wire Crimper Map Testers Cable Testers Tone Generator firewall proxy


wire crimper

wire crimper is a tool that you use to attach media connectors to the ends of cables. For instance, you use one type of wire crimper to attach RJ-45 connectors on Unshielded Twisted Pair (UTP) cable, and you use a different type of wire crimper to attach Bayonet Neill Concelman (BNCs) to coaxial cabling.

Wire Map Testers

wire map tester is a device that is similar in principle to the tone generator and locator, except that it tests all the wire connections in a UTP cable at once. This device also consists of two parts, which you connect to the opposite ends of a cable. The unit at one end transmits signals over all the wires, which are detected by the unit at the other end. A wire map tester can detect transposed wires, opens, and shorts, just as a tone generator and locator can, but it does all the tests simultaneously and provides you with a simple readout telling you what's wrong

Multifunction Cable Testers

Multifunction cable testers are handheld devices, that perform a variety of tests on a cable connection and compare the results to standard values that have been programmed into the unit. The result is that these are devices that anyone can use. You simply connect the unit to the cable, press a button, and the device comes up with a list of pass or fail ratings for the individual tests. Multifunction cable testers can test any of the following:
  • Length The most common method for determining the length of a cable is called time domain reflectometry (TDR), in which the tester transmits a signal over the cable and measures how long it takes for the signal's reflection to return. Using the nominal velocity of propagation (NVP) for the cable, which is the speed at which signals travel through the cable (supplied by the manufacturer) you can compute the length of the cable. This function also enables you to determine the location of a break in a cable.
  • Attenuation By comparing the strength of a signal at the far end of a cable to its strength when transmitted, the tester determines the cable's attenuation (measured in decibels).
  • Near end crosstalk (NEXT) Testing for near end crosstalk is a matter of transmitting a signal over one of a cable's wires and then detecting the strength of the signal that bleeds over into the other wires near the end of the cable where the transmitter is located.
  • Power sum NEXT (PSNEXT) This is a measurement of the crosstalk generated when three of the four wire pairs are carrying signals at one time. This test is intended for networks using technologies like Gigabit Ethernet, which transmit signals over several wire pairs simultaneously.
  • Equal level far end crosstalk (ELFEXT) This is a measurement of the crosstalk at the opposite end of the cable from the transmitter, corrected to account for the amount of attenuation in the connection.
  • Power sum ELFEXT (PSELFEXT) This is a measurement of the crosstalk generated at the far end of the cable by three signal-carrying wire pairs, corrected for attenuation.
  • Propagation delay This indicates the amount of time required for a signal to travel from one end of a cable to the other.
  • Delay skew This is the difference between the lowest and the highest propagation delay measurements for the wires in a cable. Because the wire pairs inside a UTP cable are twisted at different rates, their relative lengths can differ, and the delay skew measurement quantifies that difference.
  • Return loss This is a measurement of the accumulated signal reflection caused by variations in the cable's impedance along its length. These impedance variations are typically caused by untwisting too much of the wire pairs when making connections.

Tone Generator

tone generator
One of the most basic ways to identify and test a cable connection is to use a tone generator and locator cable tester. The tone generator is a device that you connect to a cable at one end, and which transmits a signal over the cable. The tone locator is a separate device that has a probe capable of detecting the generator's signal, either by touching it to the conductor in the cable, or simply by touching it to the insulation on theoutside of the cable. When the locator detects the generator's signal, it emits an audible tone. You can use this type of device to test an entire cable, or to test the individual wire connections inside a UTP cable.
Tone generators are most commonly used to identify the cable belonging to a particular connection.
Example:
If you're performing an internal cable installation, and you forget to label one of your cables, you can connect the tone generator at the wall plate end and touch the probe to each of the cables at the patch panel end until you find the one that produces a tone. You can also use a tone generator and locator to test the individual wire connections inside a UTP cable.
  • Connect the generator to a single wire or connector contact using alligator clips
  • Then touch the locator to each wire or contact at the other end of the cable.
Using this method, you can test for any major wiring faults that affect internal UTP cable installations.
Example:
  • If you fail to detect a signal on the contact to which you have the generator connected at the other end, you have an open circuit.
  • If you detect a signal on the wrong contact, you have punched down the wires to the wrong contacts.
  • If you detect a signal on two or more wires, you have a short.
Tone generator and locator Pros:
  • Simple to use
  • Most inexpensive type of cable tester
  • Useful for troubleshooting a single cable connection.
Tone generator and locator Cons:
  • Testing each of the wires in a UTP cable individually is time consuming
  • You also need two people to use the equipment, one at the generator end and one at the locator end (unless you don't mind running back and forth from one end of your cable connections to the other)

Purpose, benefits and characteristics of using a firewall.

A firewall is a system or group of systems that enforces an access control policy between two networks. How this is accomplished varies widely, but in principle, the firewall can be thought of as a pair of mechanisms to either block or permit traffic. Some firewalls place a greater emphasis on blocking traffic, while others emphasize permitting traffic. Probably the most important thing to recognize about a firewall is that it implements an access control policy.
Firewall techniques:
  • Packet filter looks at each packet entering or leaving the network and accepts or rejects it based on user-defined rules.
  • Application gateway applies security mechanisms to specific applications, such as FTP and Telnet servers.
  • Circuit-level gateway applies security mechanisms when a TCP or UDP connection is established. Once the connection has been made, packets can flow between the hosts without further checking.
Network layer firewalls
Network layer firewalls operate at a low level of the TCP/IP protocol stack as IP-packet filters, not allowing packets to pass through the firewall unless they match the rules. The firewall administrator may define the rules; or default built-in rules may apply. Modern firewalls can filter traffic based on many packet attributes like:
  • source IP address
  • source port
  • destination IP address or port
  • destination service like WWW or FTP
They can also filter based on protocols, TTL values, netblock of originator, domain name of the source, and many other attributes.
Application-layer firewalls
Application-layer firewalls work on the application level of the TCP/IP stack (i.e., all browser traffic, or all telnet or ftp traffic), and may intercept all packets traveling to or from an application. They block other packets without acknowledgement to the sender. Application firewalls can prevent all unwanted outside traffic from reaching protected machines.Firewalls can’t protect against attacks that don’t pass through it.
Types of firewalls
The term firewall is rather broad, because the features and effectiveness of any particular firewall vary greatly. However, firewalls in general can be classified into three basic forms, as outlined here:
  • A dedicated hardware device
  • A router with traffic filtering/firewall capabilities built in
  • A software based system normally running on a server, PC, or MAC

Purpose, benefits and characteristics of using a proxy service.

A proxy server provides numerous advantages for connecting a local area network to the Internet. Acting as an Application-Layer Gateway, the proxy provides a strong defense from the outside world. Performing the duties of a firewall, however, is just one benefit of a proxy server. The proxy can also provide caching services to increase performance, logging services to track Internet use, tools to maximize the use of precious bandwidth, and content filtering to help keep unwanted data off the local network. The proxy can also utilize multiple connection types to easily provide redundancy and automatic failover in the event of a primary line failure.
The primary security features of Proxy Server are:
  • It blocks inbound connections.
  • LAN clients can initiate connections to Internet servers, but Internet clients cannot initiate connections to LAN servers.
  • It can restrict outbound connections.

Rj-45 J Rj-11 USB MT-RJ Coaxial BNC LC Local Connector MT-RJ USB BNC connector AUI


RJ-11 (Registered Jack)

Standard telephone cable connectors, RJ-11 has 4 wires (and RJ-12 has 6 wires). RJ-11 is the acronym for Registered Jack-11, a four- or six-wire connector primarily used to connect telephone equipment.
RJ-11 PinSignal Name
1VCC (5 volts regulated)
2Power Ground
3One Wire Data
4One Wire Ground
Rj-11

RJ-45 (Registered Jack)

The acronym for Registered Jack-45 is RJ-45. The RJ-45 connector is an eight-wire connector that is commonly used to connect computers to a local area network (LAN), particularly Ethernet LANs. Although they are slightly larger than the more commonly used RJ-11 connectors, RJ-45s can be used to connect some types of telephone equipment.
Rj-45

F-Type

The F connector is a type of RF connector commonly used for cable and universally for satellite television. They are also used for the cable TV connection in DOCSIS cable modems, usually with RG-6 tri-shield cable. The F connector is inexpensive, yet has good performance up to 1 GHz. One reason for its low cost is that it uses the center wire of the coaxial cable as the pin of the male connector. The male connector body is typically crimped onto the exposed outer braid. Femaleconnectors have a 3/8-32 thread. Most male connectors have a matching threaded connecting ring, though push-on versions are also available.
F type connector

ST (Straight Tip) and SC (Subscriber Connector or Standard Connector)

Fiber network segments always require two fiber cables: one for transmitting data, and one for receiving. Each end of a fiber cable is fitted with a plug that can be inserted into a network adapter, hub, or switch. In the North America, most cables use a square SC connector (Subscriber Connector or Standard Connector) that slides and locks into place when inserted into a node or connected to another fiber cable, Europeans use a round ST connector (Straight Tip) instead.
ScUniCam-Pretium-SM-Connectors_lg 
SC connector
 ST connector
ST connector

Fiber LC (Local Connector)

These connectors are used for single-mode and multimode fiber-optic cables. FC connectors offer extremely precise positioning of the fiber-optic cable with respect to the transmitter's optical source emitter and the receiver's optical detector. FC connectors feature a position locatable notch and a threaded receptacle.
Fiber Lc Local

MT-RJ (Mechanical Transfer Registered Jack)

MT-RJ connectors are used with single-mode and multimode fiber-optic cables. The MT-RJ connectors are constructed with a plastic housing and provide for accurate alignment via their metal guide pins and plastic ferrules.
Used for Gigabit ethernet. To connect to modules with MT-RJinterfaces, use multimode fiber-optic cables.
MT-RJ MT-RJ

USB (Universal Serial Bus)

Universal Serial Bus, or USB, is a computer standard designed to eliminate the guesswork in connecting peripherals to a PC. It is expected to replace serial and parallel ports. A single USB port can be used to connect up to 127 peripheral devices, such as mice, modems, keyboards, digital camera's, printers, scanners, MP3 players and many more. USB alsosupports Plug-and-Play installation and hot plugging.
  • USB 1.1 standard supports data transfer rates of 12 Mbps.
  • USB 2.0 (Also referred to as Hi-Speed USB) specification defines a new High-speed transfer rate of 480 Mb/sec.
USB 2.0 is fully compatible with USB 1.1 and uses the same cables and connectors. USB has with two connector types. The first is Type A (on the right), This connector connects to the PC's USB port. The Type B (on the left) connector and is for connecting to the relevant peripheral. Where as the type A connector is truly standard, the Type B connector could be changed in size etc. with individual peripherals meaning they require there own unique cables.
USB connector

Cable media STP UTP SMF MMF Coaxial cable ThickNet RG-8 ThinNet RG-58

STP (Shielded Twisted Pair)

This cable has a conductive braided or foil casing for each pair and theoretically offers very good protection from interference and crosstalk. It was commonly used for token ring networks.
stp cable
Shielded Twisted Pair is rarely used due to the fact that the potential performance increase over UTP is not worth the much greater cost of STP. STP, which is limited to 100-meter lengths (the same as UTP), is used in token ring networks and for IBM mainframe and minicomputer environments. There is no standard for it. Since token ring networks do not require STP, it is used less and less. These are few reasons for this:
  • Higher cost due to greater complexity for the cabling and connectors
  • Larger size and less flexibility of the cabling
  • Longer installation time

UTP (Unshielded Twisted Pair)

UTP is the most commonly used type of networking cable. UTP cables are often called "ethernet cables" after Ethernet, the most common data networking standard that utilizes UTP cables, although not the most reliable.
utp cable
In contrast to FTP and STP cabling, UTP cable is not surrounded by any shielding. It is the primary wire type for telephone usage and is very common for computer networking, especially in patch cables or temporary network connections due to the high flexibility of the cables.

Category 3

cable, commonly known as Cat-3, is an unshielded twisted pair (UTP) cable designed to reliably carry data up to 10 Mbit/s, with a possible bandwidth of 16 MHz. It is part of a family of copper cabling standards defined jointly by the Electronic Industries Alliance and the Telecommunications Industry Association. Category 3 was a popular cabling format among computer network administrators in the early 1990s, but has since been almost entirely replaced by the very similar Cat-5 standard, which offers higher top speeds.

Category 5

Cable, commonly known as Cat 5, is an unshielded twisted pair type cable designed for high signal integrity. The actual standard defines specific electrical properties of the wire, but it is most commonly known as being rated for its Ethernet capability of 100 Mbit/s. Its specific standard designation is EIA/TIA-568. Cat 5 cable typically has three twists per inch of each twisted pair of 24 gauge copper wires within the cable. The twisting of the cable reduces electrical interference and crosstalk.
Another important characteristic is that the wires are insulated with a plastic (FEP) that has low dispersion, that is, the dielectric constant of the plastic does not depend greatly on frequency. Special attention also has to be paid to minimizing impedance mismatches at connection points.
Cat 5 cables are often used in structured cabling for computer networks such as Fast Ethernet, although they are also used to carry many other signals such as basic voice services, token ring, and ATM (at up to 155 Mbit/s, over short distances).

Category 5e

cable is an enhanced version of Cat 5 for use with 1000BASE-T (gigabit) networks, or for long-distance 100 Base-T links (350 m, compared with 100 m for Cat 5). It must meet the EIA/TIA 568A-5 specification. Virtually all cables sold as Cat 5 are actually Cat 5e. The markings on the cable itself reveal the exact type.

Category 6

A cable standard for Gigabit Ethernet and other interconnect that is backward compatible with Category 5 cable, Cat-5e and Cat-3. Cat-6 features more stringent specifications for crosstalk and system noise. The cable standard is suitable for 10BASE-T / 100BASE-TX and 1000BASE-T (Gigabit Ethernet) connections.
The cable contains four twisted copper wire pairs, just like earlier copper cable standards, although each twisted pair is made up of slightly larger 23 gauge copper wire as opposed to Cat 5's 24 gauge wire. When used as a patch cable, Cat-6 is normally terminated in RJ-45 electrical connectors. If components of the various cable standards are intermixed, the performance of the signal path will be limited to that of the lowest category. The distance without losing data is 220 m.

Category 7

(CAT7), (ISO/IEC 11801:2002 category 7/class F), is a cable standard for Ultra Fast Ethernet and other interconnect technologies that can be made to be backwards compatible with traditional CAT5 and CAT6 Ethernet cable. CAT7 features even more stringent specifications for crosstalk and system noise than CAT6. To achieve this, shielding has been added for individual wire pairs and the cable as a whole.
The CAT7 cable standard has been created to allow 10-gigabit Ethernet over 100 m of copper cabling. The cable contains four twisted copper wire pairs, just like the earlier standards. CAT7 can be terminated in RJ-45 compatible GG45 electrical connectors which incorporate the RJ-45 standard, and a new type of connection to enable a smoother migration to the new standard. When combined with GG-45 connectors, CAT7 cable is rated for transmission frequencies of up to 600 MHz.

Coaxial cable

Coaxial cable is an electrical cable consisting of a round conducting wire, surrounded by an insulating spacer, surrounded by a cylindrical conducting sheath, and usually surrounded by a final insulating layer.
coxial cable
Most common use of coax (the short form of coaxial cable) today is in standard cable TV. If you have the chance to examine a cable, you will find that it has a fairly simple design. A copper conductor lies in the center of the cable, which is surrounded by insulation. A braided or mesh outer covering surrounds the insulation. This is also a conductor.
coxial cable
A PVC plastic jacket encases the covering The cable is designed to carry a high-frequency or broadband signal, as a high-frequency transmission line. Because the electromagnetic field carrying the signal exists (ideally) only in the space between the inner and outer conductors, it cannot interfere with or suffer interference from external electromagnetic fields.

ThickNet, or RG-8,

is older and one of the first types of coaxial cable used in networks. RG-8 is strung in a physical bus topology. Its thick shielding makes it fairly immune to noise but also very rigid and difficult to work with. RG-8 requires connectors, called vampire taps, that pierce through its thick outer shielding. Both ends of the bus must be terminated with a 50-ohm resistor; without both functioning resistors, the network will fail.

ThinNet or RG-58

cable is far more flexible than ThickNet and much easier to work with. RG-58 cabling is also strung as a physical bus. It is capable of connecting a maximum of 30 devices on up to a 185-meter length of cable. ThinNet is constructed like ThickNet, except that the central conductor and the insulation are much thinner. British Naval Connectors (BNCs) are crimped onto the cable for connectivity, and 50-ohm resistors are required at each end of the cable. They used to be common for implementing computer networks, in particular Ethernet, but twisted pair cables have replaced them in most applications.

SMF (Single Mode Fiber) optic cable

Single-mode optical fiber is an optical fiber in which only the lowest order bound mode can propagate at the wavelength of interest. Single mode fibers are best at retaining the fidelity of each light pulse over longer distances and exhibit no dispersion caused by multiple spatial modes; thus more information can be transmitted per unit time giving single mode fibers a higher bandwidth in comparison with multi-mode fibers. A typical single mode optical fiber has a core radius of 5-10 micrometers and a cladding radius of 120 micrometers. Currently, data rates of up to 10 Gigabits/second are possible at distances of over 60 km with commercially available transceivers. Equipment for Single mode fiber is more expensive than equipment for Multi-mode optical fiber, but the single mode fiber itself is usually cheaper in bulk.
fiber

MMF (Multimode Fiber) optic cable

Multi-mode optical fiber (multimode fiber or MM fiber) is a type of optical fiber mostly used for communication over shorter distances, e.g. within a building. It can carry 1 Gbit/s for typical building distances; the actual maximum speed depends upon the distance. It is easier to connect to than single-mode optical fiber, but its limit on speed. Multi-mode fiber has a larger center core than single-mode fiber, which allows it to support more than one propagation mode, or path within the fiber. The equipment used for communications over multi-mode optical fiber is less expensive than that for single-mode optical fiber. Typical transmission speeds/distances limits are 100 Mbit/s up to 2 km (100BASE-FX), 1 Gbit/s for distances up to 500-600 meters (1000BASE-LX, 1000BASE-SX), and 10 Gbit/s for distances up to 300 meters (10GBASE-SR).
fiber

COMPUTER HARDWARE

In this section we would cover some essential of computer hardware. We would start from very basic and goes to some advance topics. These topics would be very handy for you to locate the problem in computer hardware. You must have some basic skills in computer hardware even if you are preparing for network administrator job.
Computer hardware refers to objects that you can actually touch, like disks, disk drives, display screens, keyboards, printers, boards, and chips. In contrast, software is untouchable. Software exists as ideas, application, concepts, and symbols, but it has no substance. A combination of hardware and software forms a usable computing system. Computer hardware is the collection of physical elements that comprise a computer system. Computer hardware refers to the physical parts or components of computer such as monitor, keyboard, hard disk, mouse, etc.

Computer hardware review and definition

Network administrator must be familiar with basic computer hardware operations. He should have adequate knowledge of computer hardware to perform day by day task. So in this article we would cover some basic computer hardware terms. This could also be helpful for interview.

What is a Computer?

  • An electronic machine
    • that can be programmed to
    • accept data (input), and
    • process it into
    • useful information (output).
  • Kept in secondary storage (storage) for safekeeping or later use.
  • The processing of input into output is directed by the software, but performed by the hardware.
  • The System Unit

    The System Unit houses the central processing unit, memory modules, expansion slots, and electronic circuitry as well as expansion cards that are all attached to the motherboard; along with disk drives, a fan or fans to keep it cool, and the powersupply.
    All other devices (monitor, keyboard, mouse, etc., are linked either directly or indirectly into the system unit.)

    The Motherboard

    The motherboard is the main circuit board of a computer. It contains the central processing unit (CPU), the Basic Input/Output System (BIOS), memory, mass storage interfaces, serial and parallel ports, expansion slots, and all the controllers for standard peripheral devices like the keyboard, disk drive and display screen.
    The chipset is a critical part of any computer, because it plays a big role in determining what sorts of features the computer 

    Hardware components

    Input devices -
    accept data or commands in a form useable by computers
    Output devices
    display the processed information - printers, monitors, speakers.
    Processing devices
    In system unit and are comprised of circuitry.
    Storage devices -
    Drives read from and write to storage media (the physical material that can store data and programs).
    Communication devices
    provide connections between computers and communication networks, allowing for exchange of information and data with other computers via transmission media such as cables, telephone lines, and satellites

No comments:

Post a Comment