Section Two: Networks Flashcards
Factors that affect network performance
Bandwidth
Wired connections/wireless connections
Choice of hardware
Network topology
Bandwidth
The amount of data that can be transferred in a given time. The greater the bandwidth, the better the network can perform. Available bandwidth is shared between users of a network - too many users or heavy use may cause congestion and slow the network. You can limit the bandwidth available to individual users to address this
Wired connections
Wired connections are generally faster and more reliable than wireless.
Fibre optic cables can give much better performance than copper cables.
Wireless connections
Wireless performance depends on signal quality so is affected by the range of the device, the amount of interference from other devices and physical obstructions like thick walls in buildings.
WAN
- Wide Area Network
- A WAN connects LANs that are in different geographical locations.
- Unlike a LAN, organisations hire infrastructure from telecommunications companies, who own and manage the WAN because WANs are more expensive than LANs.
- WANs may be connected using fibre or copper telephone lines, satellite links or radio links
- The internet is one big WAN.
LAN
- Local Area Network
- Covers a small geographical area located on a single site.
- All hardware is owned by the organisation that uses it.
- Either wired or wireless
- Used in businesses, schools and universities
Why use a LAN
- Sharing files is easier - users can access the same files, work collaboratively and copy files between machines
- Share the same hardware (printers) on a LAN
- Internet connection can be shared between devices connected to a LAN
- You can install and update software on all computers at once, rather than one-by-one
- Communication with LAN users is cheap and easy (e.g with instant messaging)
- User accounts can be stored centrally, so users can log in from any device in LAN
NIC
Network Interface Controller
An internal piece of hardware that allows a device to connect to a network. These can be used on separate cards, but nowadays they’re built into the motherboard. NICs exist for both wired and wireless connections.
Switches
Switches connect devices on a LAN. Switches receive data from one device and transmit this data to the device on the network with the correct MAC address.
Routers
Routers are responsible for transmitting data between networks - they’re always connected to at least two different networks. They have a crucial role on the Internet, directing data to their destination.
Ethernet Cables
Used to connect devices in a LAN. The most common ethernet cables are CAT 5e and CAT 6. They are ‘twisted pair’ cables, containing four pairs of copper wires which are twisted together to reduce internal interference.
Coaxial cables
Made of a single copper wire surrounded by a plastic layer for insulation and a metallic mesh which provides shielding from outside interference.
Fibre Optic Cables
Fibre Optic cables transmit data as light. They are high performance (and therefore expensive) cables - they don’t suffer interference and can transmit over very large distances without loss of signal quality.
How do you transmit data wirelessly?
Wireless networks use radio waves to transmit data.
To set up a wireless network, you need a Wireless Access Point (WAP) device.
To connect, devices need wireless capability. Many modern devices have the necessary hardware built in, but devices that don’t can often still connect to a wireless network using a dongle.
Wi-Fi
Wi-Fi uses two radio frequency bands - 2.4 GHz and 5 GHz
The bands are split into numbered channels that each cover a small frequency range. The channels in the 2.4 GHz band overlap
Factors that affect Wi-Fi performance
- Interference between networks using adjacent channels.
- To avoid problems, only certain channels that are spaced apart tend to be used. - The frequency band a network uses
Advantages of 2.4 GHz
- Has a greater range, so can serve devices across a wider area
- Better at getting through solid objects/walls
Advantages of 5 GHz
- Much faster when communicating over a short distance
- There are more non-overlapping channels, so there’s less chance of interference from other devices
Client-server networks
A client-server network is managed by a server. The devices connected to the server are clients.
Files and software are usually stored centrally on the server rather than on individual client devices
Client-server relationship
Clients send requests to the server, e.g. asking for data
The server processes the request and responds
What do servers store?
Servers store user profile, passwords and access information - it may request a password before fulfilling certain requests or deny requests to users without the right access level
Pros of client-server (5)
- Easier to keep track of files as they are stored centrally
- Easier to perform backups
- Easier to install and update software
- Easier to manage network security
- Servers are very reliable and are always on
Cons of client-server (3)
- Expensive to set up and needs IT specialists to maintain the network and server
- Server dependence - if the server goes down all clients lose access to their work
- The server may become overloaded if too many clients are accessing it at once
Peer-to-Peer Network
- In Peer-to-Peer networks all devices are equal, connecting directly to each other without a server.
- You store files on individual devices and then share them with others
- You may use a P2P network at home to share files between devices, or connect devices to a printer
Pros of P2P (2)
- Easy to maintain - you don’t need any expertise or expensive hardware
- No dependence on server - if one device fails the whole network isn’t lost
Cons of P2P (4)
- No centralised management - devices need their updates and security installed individually. Backups are also more complicated.
- Copying files between devices creates duplicate files; it’s easy to lose track of what’s stored where and which files are up-to-date.
- Peer machines are less reliable and data may be lost if one fails
- Machines are prone to slow down when other devices access them.
Star topology
All the devices are connected to a central switch or server that controls the network.
The central switch allows many devices to access the server simultaneously.
Star networks may be wired or wireless