Network Topologies: What Is A Network Topology?
Network Topologies: What Is A Network Topology?
Network Topologies: What Is A Network Topology?
There are three topology’s to think about when you get into networks. These are
the star, rind, and the bus.
Star, a ring topology features a logically closed loop. Data packets travel in a
single direction around the ring from one network device to the next. Each
network device acts as a repeater, meaning it regenerates the signal
Ring, in a star topology each node has a dedicated set of wires connecting it to a
central network hub. Since all traffic passes through the hub, the hub becomes a
central point for isolating network problems and gathering network statistics.
Bus, the bus topology, each node (computer, server, peripheral etc.) attaches
directly to a common cable. This topology most often serves as the backbone for
a network. In some instances, such as in classrooms or labs, a bus will connect
small workgroups
Collisions:
Ethernet is a shared media, so there are rules for sending packets of data to
avoid conflicts and protect data integrity. Nodes determine when the network is
available for sending packets. It is possible that two nodes at different locations
attempt to send data at the same time. When both PCs are transferring a packet
to the network at the same time, a collision will result.
Ethernet Products:
The standards and technology that have just been discussed help define the
specific products that network managers use to build Ethernet networks. The
following text discusses the key products needed to build an Ethernet LAN.
Transceivers
Transceivers are used to connect nodes to the various Ethernet media. Most
computers and network interface cards contain a built-in 10BASE-T or 10BASE2
transceiver, allowing them to be connected directly to Ethernet without requiring
an external transceiver. Many Ethernet devices provide an AUI connector to
allow the user to connect to any media type via an external transceiver. The AUI
connector consists of a 15-pin D-shell type connector, female on the computer
side, male on the transceiver side. Thickwire (10BASE5) cables also use
transceivers to allow connections.
For Fast Ethernet networks, a new interface called the MII (Media Independent
Interface) was developed to offer a flexible way to support 100 Mbps
connections. The MII is a popular way to connect 100BASE-FX links to copper-
based Fast Ethernet devices.
Network interface cards, commonly referred to as NICs, and are used to connect
a PC to a network. The NIC provides a physical connection between the
networking cable and the computer's internal bus. Different computers have
different bus architectures; PCI bus master slots are most commonly found on
486/Pentium PCs and ISA expansion slots are commonly found on 386 and older
PCs. NICs come in three basic varieties: 8-bit, 16-bit, and 32-bit. The larger the
number of bits that can be transferred to the NIC, the faster the NIC can transfer
data to the network cable.
Cards are available to support almost all networking standards, including the
latest Fast Ethernet environment. Fast Ethernet NICs are often 10/100 capable,
and will automatically set to the appropriate speed. Full duplex networking is
another option, where a dedicated connection to a switch allows a NIC to operate
at twice the speed.
Hubs/Repeaters:
Adding Speed:
While repeaters allow LANs to extend beyond normal distance limitations, they
still limit the number of nodes that can be supported. Bridges and switches,
however, allow LANs to grow significantly larger by virtue of their ability to
support full Ethernet segments on each port. Additionally, bridges and switches
selectively filter network traffic to only those packets needed on each segment -
this significantly increases throughput on each segment and on the overall
network. By providing better performance and more flexibility for network
topologies, bridges and switches will continue to gain popularity among network
managers.
Bridges:
Bridges are also called "store-and-forward" devices because they look at the
whole Ethernet packet before making filtering or forwarding decisions. Filtering
packets, and regenerating forwarded packets enable bridging technology to split
a network into separate collision domains. This allows for greater distances and
more repeaters to be used in the total network design.
Ethernet Switches:
It takes more time to examine the entire packet, but it allows the switch to catch
certain packet errors and keep them from propagating through the network. Both
cut-through and store-and-forward switches separate a network into collision
domains, allowing network design rules to be extended. Each of the segments
attached to an Ethernet switch has a full 10 Mbps of bandwidth shared by fewer
users, which results in better performance (as opposed to hubs that only allow
bandwidth sharing from a single Ethernet). Newer switches today offer high-
speed links, FDDI, Fast Ethernet or ATM. These are used to link switches
together or give added bandwidth to high-traffic servers. A network composed of
a number of switches linked together via uplinks is termed a "collapsed
backbone" network.
Routers:
Routers filter out network traffic by specific protocol rather than by packet
address. Routers also divide networks logically instead of physically. An IP router
can divide a network into various subnets so that only traffic destined for
particular IP addresses can pass between segments. Network speed often
decreases due to this type of intelligent forwarding. Such filtering takes more time
than that exercised in a switch or bridge, which only looks at the Ethernet
address. However, in more complex networks, overall efficiency is improved by
using routers.