5 - Networks Flashcards
https://studyrocket.co.uk/revision/gcse-computer-science-aqa/written-assessment/network-protocols
What is a computer network?
2 or more computers connected to each other by wired/wireless connections to allow communication
What are some advantages of computer networks?
-sharing data is easier + faster
-shared peripheral hardware (printers)
-central management of security/updates/backups
What are the disadvantages of computer networks?
-security issues (malware can spread faster)
-cost of setup + maintenance
-if server fails the whole network fails
Describe the main types of networks:
-LAN (local area), small geographical area, managed by a single person/organisation
-WAN (wide area), large geographical area (eg the Internet), collective/distributed ownership, and it usually uses encryption
-PAN (personal area), used for temporary data transmission among very localised devices with Bluetooth
How can you connect a network?
-wired (twisted pair copper cable, fibre optics for higher bandwidth)
(coaxial too, but not used in networks as much now)
-wireless (Wi-Fi, Bluetooth)
LANs that use Wi-Fi are called a Wireless LAN (WLAN)
Why might a wireless network be worse than a wired one?
-sent by radio waves, which can be subject to interference (due to obstructions/other devices)
-susceptible to interception attacks from hackers
-slower (less bandwidth)
Give 3 advantages of wireless networks in comparison to wired networks:
-flexibility of expanding network to other users
-no need for drilling holes/installing cabling
-mobility of users and devices
What is a network topology? Describe the main types of LAN topology:
A given arrangement of all the elements you need for networking
bus:
-devices connected along one main backbone with 2 terminators at either end
star:
-devices connected to a central switch
The terminators stop signals being reflected back down the cable and causing interference
Pros and cons of a bus topology:
-cheap (less cabling)
-not dependent on a central switch
-if backbone is broken, network is all broken
-less secure, every computer sees the data being transferred
-doesn’t perform well under large amounts of traffic (frequent collisions of data)
Pros of a star topology:
-secure, data only travels to the necessary device
-break in cable means only the device which it connected to will disconnect
-performs well under heavy traffic (no collisions)
-multiple computers can connect to server at once
What are the downsides of using a star topology?
-if switch breaks, the entire network fails
-expensive (more cabling)
The first point is actually a valid answer in most cases surprisingly
What is a node?
A device on a network
What is a network protocol?
a set of rules that allow 2 devices on a network to communicate in some way
Describe the ethernet protocols:
standard set of protocols used on wired networks
Describe the Wi-Fi protocols:
trademark + standard set of protocols, used for wireless data transmission on WLANs
Wireless LANs
What is TCP, and what does it do?
-Transmission Control Protocol splits data into packets and rejoins them
-ensures packets arrive at the destination to provide error free transmission across a network
-connects users to the Internet
It uses acknowledgement messages from the receiving device, which tells the sending device which packets have been received
What is IP and what is it responsible for?
-Internet Protocol is responsible for packet switching, by defining the start and destination address of each packet, so that it gets routed to the correct place
-it relays data across network boundaries
Packet switching just means routing packets across a network
What do TCP and IP make up together?
-TCP/IP model (with 4 layers)
-controls communication over the Internet
Also known as the TCP/IP stack