Chapter 21: Networks Flashcards
Network
An arrangement of computers or other electronic devices connected together to enable communication and share resources, data & information.
LAN
Network that covers a small geographical area-often a single site
WLAN
A LAN in which connected devices use high-frequency radio waves to communicate
WAN
Network that covers a large geographical area-connects together two or more LANs; usually under shared ownerships
PAN
Network used for data transmission over short distances by computer devices
Client-server network
Network that has at least one server to provide services to the client computers
Peer- To- Peer network
Network which doesn’t have dedicated servers-each computer can act as client & server-each computer can provide service and request service
Network topologies
Describes how devices on a network are connected together
Bus
Type of network topology in which each network device is connected to a single cable (bus), terminated at each end
Terminators
Absorb signals that reached the end of the cable; prevent messages bouncing back & causing interference
CSMA/CD
System dealing with multiple messages being sent simultaneously. Two messages sent at same time causes collision & makes messages unreadable.
CSMA/CD algorithm
Checks if bus is busy, if not then sends message & listens whether received correctly. If not, it retries sending message, else it goes back to listening
Ad. bus (2)
- Easy to add new devices
- Cheap & easy to install since 1 cable needed only
Dis. bus (4)
- If cable cut/damaged, whole network fails
- Difficulty identifying fault
- The more devices, the slower they run; only one message can be sent at a time, more frequent collisions
- All devices receive all data; security risk
Ring
Network in which the cable connects one network device to another in a closed loop/ring
Ring features (2)
- Messages travel in same direction, therefore no collisions
- Data passed around ring until it reaches its destination
Ad. ring (3)
- Easy to add new devices
- Extra devices do not affect network performance
- No collisions
Dis. ring (4)
- If cable/network device fails, whole network fails
- Difficulty identifying fault
- Adding/removing devices shuts down network temporarily
Star
Network in which each network device is connected to a central hub/switch, which receives & redirects messages to correct recipients