network topologies Flashcards
local area network
2 or more computers connected together within a small geographical areae
example of LAN
house network
bus topology
an arrangement where nodes are connected in a daisy chain by a single central communications channel
star topology
an arrangement where a central node or hub provides a common connection point for all other nodes
what is a standalone
a computer which is not connected to any other computers
how does a bus network operate
- All nodes are connected to a single backbone cable
- Each end of the backbone is connected to either a terminator or a - computer which stops signals ‘bouncing back’
- Data is sent in one direction at a time only
- Only one computer can transmit successfully at any one time
what is CSMA/CD technology
CSMA with Collision Detection (CSMA/CD) detects two nodes attempting to transmit simultaneously
Both nodes cease transmission and wait a random amount of time before reattempting
CSMA with Collision Avoidance (CSMA/CA) is used with wireless networks
bus network topology advantages
cheap
devices can be easily added
good for small networks
bus network topology disadvantages
main cable is a point of failure
limited cable length
performance degrades with heavy use owing to data collisions
poor security
how does a star network operate
the computers are all connected directly to a central node
this is often a hub or switch
what is a switch
sends each communication to the specific computer it is intended for
what is a hub
broadcasts the message to every computer on the LAN
mac addressing
Every networked device contains a Network Interface Card (NIC)
Each NIC is attributed a unique Media Access Control (MAC) address hardcoded in manufacture
A switch holds all of the MAC addresses for each device connected to it and uses these to direct packets of data to the correct device
star network topology advantages
it is easy to isolate problems
good performance
more secure if a switch is used as data is sent only to the recipient
star network topology disadvantages
can be expensive to set up because of the length of cable required
the central device is a point of failure