Section 6 Chapter 32 - Network Topology Flashcards
LAN
A number of devices within a small area connected together, often confined to a single building or site
Bus topology
All computers are connected to a single cable, with both ends having either a computer or a terminator
Advantages of bus topology (2)
- Inexpensive as less cable needed and no special software needed
- New devices can be easily added
Where bus topologies are used
Small networks that do not require high speeds
Disadvantages of bus topology (4)
- If the main cable fails the whole network will go down
- Limited cable length and number of stations
- Performance degrades with heavy traffic
- Low security, all computers can see all data transmissions
Operation of a bus network
Every station receives all network traffic and all traffic has equal priority. A device wanting to communicate sends a broadcast message that all nodes see but only the designated one processes
What does CSMA/CD stand for
Carrier Sense Multiple Access with Collision Detection
How CSMA/CD works
If two nodes simultaneously transmit a carrier sensing scheme detects it. Both nodes then stop transmitting and wait a random amount of time before transmitting again
Star topology
All devices are connected to a central node which is usually either a hub or a switch
Advantages of a star topology (4)
- Easy to isolate cable problems
- Good performance due to no collisions
- More secure as messages are only sent to their recipients
- Different stations can transmit at different speeds
Disadvantages of a star topology (2)
- Costly to install due to length of wire
- If the central device goes down so does the whole network
Difference between hub and switch
A switch sends data to the specific device it is intended for whereas a hub broadcasts the message to every device on the LAN
Operation of a star network
Each node is connected to a single device, either a hub or a switch.
A hub takes an incoming signal and broadcasts it to all other nodes on the network, it is simply a junction.
A switch keeps a record of the MAC addresses of the devices and can identify which device to send to
What does NIC stand for
Network Interface Card
What does MAC stand for
Media Access Control