Networking Concepts
Networking Concepts
NETWORKS
E-Journey
• Definition of Computer Networks
Network Topologies
• A topology refers to the manner in which the cable is run
to individual workstations on the network.
– the configurations formed by the connections between
devices on a local area network (LAN) or between two
or more LANs
• There are three basic network topologies:
1. the bus
2. the star
3. the ring
Bus Topology
• A bus topology connects each computer (node) to a single segment
trunk.
– A ‘trunk’ is a communication line, typically coax cable, that is referred to
as the ‘bus.’ The signal travels from one end of the bus to the other.
– A terminator is required at each end to absorb the signal so it does not
reflect back across the bus.
• In a bus topology, signals are broadcast to all stations. Each computer
checks the address on the signal (data frame) as it passes along the bus.
If the signal’s address matches that of the computer, the computer
processes the signal. If the address doesn’t match, the computer takes
no action and the signal travels on down the bus.
• Only one computer can ‘talk’ on a network at a time. A media access
method (protocol) called CSMA/CD is used to handle the collisions
that occur when two signals are placed on the wire at the same time.
• The bus topology is passive. In other words, the computers on the bus
simply ‘listen’ for a signal; they are not responsible for moving the
signal along.
• A bus topology is normally implemented with coaxial cable.
• Advantages of bus topology:
– Easy to implement and extend
– Well suited for temporary networks that must be set up
in a hurry
– Typically the cheapest topology to implement
– Failure of one station does not affect others
• Disadvantages of bus topology:
– Difficult to administer/troubleshoot
– Limited cable length and number of stations
– A cable break can disable the entire network; no
redundancy
– Maintenance costs may be higher in the long run
– Performance degrades as additional computers are
added
Ring Topology
• All of the stations in a star topology are connected to a central unit called a hub.
– The hub offers a common connection for all stations on the network. Each station has its
own direct cable connection to the hub. In most cases, this means more cable is required
than for a bus topology. However, this makes adding or moving computers a relatively
easy task; simply plug them into a cable outlet on the wall.
• If a cable is cut, it only affects the computer that was attached to it. This eliminates
the single point of failure problem associated with the bus topology. (Unless, of
course, the hub itself goes down.)
• Star topologies are normally implemented using twisted pair cable, specifically
unshielded twisted pair (UTP). The star topology is probably the most common form
of network topology currently in use.
Star Topology