Topologies overview Flashcards
is a single line of devices connected together by one shared network cable. are typically drawn as a single straight line, the network cable is rarely as straight. Often the cable is passed around walls or cubicles so that each computer can be attached to the network. computers connect to the network by physically tapping into the network cable using special adapters. This allows the network cable to remain one continuous conduit while also allowing the computers to send and receive electrical signals on the cable.
bus network topology
The network in a bus topology is also referred to as a network segment because the network may be extended by adding more segments of cable to either end of the network, allowing more computers to connect to the shared network. This may seem like a good idea but can have significant negative consequences.
communicate in half-duplex mode, meaning that you can either send or receive at any given time but cannot send and receive simultaneously. Also, the network cable is a shared communications medium, meaning that all computers attached to the network will receive any and all traffic sent on the network. You can visualize a one-lane road over a bridge, where cars must take turns traveling back and forth. This type of network performs well for a small number of computers but as it becomes more populated, it becomes exponentially more difficult to communicate with each other due to the collisions that occur when two or more computers attempt to transmit at the same time.
computers on bus networks
Although a bus topology is very simple and usually inexpensive, overcrowding of devices can make the network unstable or unusable. And if the network cable is broken or cut, the entire network becomes unusable.
was created to combat one of the more challenging aspects of the bus network: traffic collisions
The ring topology
changes the way that computers know when to transmit and receive. do not have to be physically arranged in a circle or even a ringlike shape
the network cable is interrupted by each computer on the ring, and the cable is connected back to itself instead of using terminators. In a ring topology, the cable enters a “ring in” port on the network card of the computer and exits a “ring out” port on its way to the next computer in the ring. By definition, a ring is a closed-loop, and the ring topology is no exception. When building a ring topology, even if the computers are all physically arranged in a straight line, the network cable will always connect to itself. The cable exiting the “ring out” port on the last computer will be fed into the “ring in” port on the first computer, thereby closing the loop.
ring topologies
there are two sets of cables, and each computer has two network cards, one for each ring. In the event of a single cable break, the second ring can take over, allowing network traffic to continue to flow. However, its greatest benefit in the event that both rings are simultaneously cut. In this case, the two loose ends on either side of the cable break can be connected together, merging the two broken rings into one much larger, but continuous, ring, where traffic can flow. is commonly found in fiberoptic networks, such as the synchronous optical network (SONET) ring.
dual-ring topology
also known as a hub-and-spoke network, is an improvement upon the bus topology previously described. is composed of a central network device, such as an Ethernet switch, connected to various network devices, such as servers, computers, and printers, by individual network cables
Star Topolgy
The name of the topology is derived from its shape in a network diagram. When drawn, the various lines connecting the switch to the network devices appear like the spokes of a wheel or the rays of light emanating from a star in the center.
each device is only connected to the central switch. All device-to-device communication is sent through the switch at the center of the network and then forwarded by the switch to the proper destination. are the most common type of network found in local area network (LAN) & WAN environments
star networks
One key advantage of this topology is versatility. Instead of running cables from computer to computer, in a star topology, network cables are often run in the walls to a central closet
are often drawn as a web of direct connections between computers or nodes in a network
mesh topology permits nodes to communicate with each other; the topology may be either a full mesh, where every node has access to all other nodes, or a partial mesh network, where each node is only able to connect to a subset of the other nodes.
The nodes may connect using Wi-Fi or radio signals or by virtual links such as virtual private networks (VPNs)
mesh togologies
are typically used where communication within a network must be highly available and redundancy is needed
The nodes within a ___ network can communicate with each other, and these connections can be changed dynamically if one node were to fail. This behavior is often referred to as a self-healing network because the nodes in the mesh are aware of each other and can establish new connections around failed nodes as needed
mesh
Common use cases include wireless networks at home and in the office, as well as large collections of routers, such as on the internet.
Organizations use a mixture of network architectures that may include centralized,
decentralized, client/server, peer-to-peer, or wired/wireless options depending on the
application and use case.
Network Architectures
networks where computing and network power is ____ in a
large, secure data center where users log on to dumb terminals to access mainframe data and
perform tasks.
Centralized
networks that rely on the computing power in the user’s device and
enable users to operate without a network connection and be portable. Some challenges of
include storage, local security, and differences in operating systems and
Decentralized
networks offload some of the computing requirements from the data center’s
servers, allowing application designers to implement advanced user interfaces in a web-based
or terminal-based application. However, application designers are not the only ones benefitting
from client/server architecture.
Client/Server
network, client computers act as both servers and workstations because they
share files and printers while allowing use of the client computer for normal tasks.
Peer-to-Peer