What is a computer network ?
A computer network is 2 or more computing devices that are connected together that share data and resources
What are the advantages and disadvantages of computer networks ?
Advantages:
- users can share files and resources including internet access and printers
- users can be monitored
- users can access files from any computer on the network
- increase available storage
Disadvantages:
- networks can be targeted by hackers, allowing unauthorised access to user’s files
- potential for a single point of failure
- malware and viruses can easily spread between computers
What are the main types of computer network ?
What do wired and wireless networks involve ?
networks can be wired, wireless or both
Wired networks can use different cables to connect devices:
- fibre optic - transmits data as light, high performance over large distances
- twisted copper cable - also referred to as Ethernet cable, 8 individual wires, arranged into pairs that are twisted together to reduce interference, cheaper but can only be used for short distances
Wireless networks use radio waves to transmit data:
- involves WiFi for connecting devices in LAN’s and Bluetooth for connecting devices in PAN’s
- **involves wireless access points (WAP) to allow Wi-Fi devices to join a wired network
What are the advantages and disadvantages of wired network ?
Advantages:
- they offer higher bandwidth, allowing faster data transmission between devices
- connections are more secure, since devices have to be physically connected to a network and are intercepted less easily
Disadvantages:
- lack of flexibility, adding new devices to the network requires additional hardware meaning it can be costly and difficult
- devices must be physically connected, meaning devices connected to the network are much less portable
What are the advantages and disadvantages of wireless networks
Advantages:
- New devices can easily be added since there is no additional hardware required, there is no additional cost
- wireless networks can easily be extended by adding wireless access points, no need for extra cables
Disadvantages:
- they are less secure since wireless communications can be received by any device within range, increasing the risk of interception by 3rd parties
- Radio waves can be blocked by physical objects meaning the signal has decreased strength and quality, meaning there is a limit on how far the network can reach.
What is a wired network topology ?
It is the arrangement of devices within a network
What is a bus topology ?
What is a star topology ?
What the advantages and disadvantages of bus topology ?
Advantages:
- cheaper than star networks, since there is less cable required and no need for a central switch
- easier to install, since they use less cabling
Disadvantages:
- more likely to experience data collisions, reducing transmission rates especially under heavy use
- less secure as data is broadcasted to all nodes on the network
What are the advantages and disadvantages of star topology’s ?
Advantages:
- less likely to experience data collisions, since data is only being transmitted between the 2 devices
- more secure, data is only being sent to the intended recipient
Disadvantages:
- uses more cable, therefore more expensive
- single point of failure, central switch
What is a network protocol ?
A protocol is a set of rules for how devices communicate and how data is transmitted between 2 or more devices across a network.
What is the 4 layer TPC/IP network protocol model ?
What happens at the application layer?
1)Network applications e.g web browsers, email clients operate the the application layer
2) applications create data that is sent and interpret data that is received
What are the protocols which operate at the application layer ?
What happens at the transport layer ?
The transport layer sets up communication between hosts and determines thing like the size of packets which will be sent across the network
What protocols operate at the transport layer ?
What happens at the internet layer ?
Here packets are given IP addresses, and are directed between devices by routers
What is the protocol which operates at the internet layer ?
What happens at the link layer ?
What protocols operate at the link layer ?
What is the need for network security ?
Connecting computers to a network exposes organisations to risk of:
- loss or theft of data, or unauthorised access to data by 3rd parties or insiders
- damage to data and systems through the spread of malware
What are the different methods of securing networks ?
What is authentication ?
Authentication is the process of determining who you are and what you can access through:
- usernames and passwords
- 2FA
- biometric authentication
Compares credentials to a known database of valid credentials.