Section 2 - Networks Flashcards
how much area does a LAN cover?
it covers a small geographical area located on a single site
what is a LAN?
a local area network, owned by the organisation that uses it.
they can be wired (Ethernet cables) or wireless (Wi-Fi)
who owns LAN’s?
businesses, schools and universities
why do people use LAN’s?
sharing files is easier - network users can access the same files, work collaboratively on them and copy between machines
hardware can be shared
internet connection can be shared
you can install and update software on all computers at once
you can communicate with LAN users cheaply and easily
user accounts can be stored centrally, so users can log in from any device on the network
what is a WAN?
wide area network.
it connects LAN’s that are in different geographical locations. e.g. a WAN can connect offices in different countries.
the internet is 1 big WAN
do people buy WAN’s?
organisations hire infrastructure from telecommunications companies, who own and manage the WAN. WAN’s are more expensive to set up than LAN’s
how are WAN’s connected?
using fibre or copper telephone lines, satellite links or radio links
what is bandwidth?
the amount of data that can be transferred in a given time. the greater the bandwidth, the better the network can perform
how can a network become congested?
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 bandwidth available to individual users to solve this
are wired or wireless connections faster?
wired connections are generally faster and more reliable than wireless. fibre optic cables give better performance than copper cables.
what does wireless performance depend on?
signal quality, this means it is affected by the range of the device, the amount of interference from other devices and physical obstructions like thick walls in buildings. choice of hardware and network topology also have a big effect
what is a network interface controller?
an internal piece of hardware that allows a device to connect to a network. these used to be on separate cards, but now they’re built into the motherboard. they exist for both wired and wireless connections
what do switches do?
they connect devices on a LAN. they receive data (in units called frames) from 1 device and transmit this data to the device on the network with the correct MAC address
what do routers do?
they are responsible for transmitting data between networks - they’re always connected to at least 2 different networks
they direct data (in packets) to their destination.
they are used in homes and offices to connect the LAN to the internet
what are Ethernet cables used for?
to connect devices in a LAN. most common are CAT 5e and CAT 6. they are ‘twisted pair’ cables, containing 4 pairs of copper wires which are twisted together to reduce internal interference
what are coaxial cables?
they are made of a single copper wire surrounded by a plastic layer for insulation and a metallic mesh which provides shielding from outside interference
what are fibre optic cables?
they transmit data as light. they are high performance cables that don’t suffer interference and can transmit over very large distances without loss of signal quality
what devices use radio waves to transmit data?
mobile phones, TV’s and wireless networks
what is needed to set up a wireless network?
a WAP (wireless access point) device.
what are WAP’s?
its basically a switch that allows devices to connect wirelessly. they are not hotspots, which are locations where you can connect to a WAP
how can devices have wireless capability?
many modern devices have the necessary hardware built in, but devices that don’t can often use a dongle
what are USB dongles?
they can be plugged into computers to allow them to connect wirelessly to the internet
what are HDMI dongles?
they can use wireless networks to stream high-quality video to a TV
what 2 radio frequencies bands does WI-FI use?
2.4 GHz and 5 GHz
why are only certain channels used in the 2.4 GHz frequency band?
the bands are split into numbered channels that each cover a small frequency range. the channels overlap and WiFi performance is affected by interference between networks. to avoid this only certain channels that are spaced apart should be used
what are the advantages of the 2.4 GHz frequency band?
has a greater range, so can serve devices across a wider area
better at getting through solid objects/ walls
what are the advantages of the 5 GHz frequency band?
much faster when communicating over a short distance
there are more non-overlapping channels, so there’s less chance of interference from other devices
how does the client-server network work?
files and software are stored centrally.
clients send requests to the server e.g. asking for data. the server processes the request and responds
in a client server network what does the server do?
stores user profiles, passwords and access information - it may request a password before fulfilling certain requests or deny requests to users without the right access information
what are the pros of a client-server network?
easier to keep track of files as he’re stored centrally
easier to perform back-ups
easier to install and update software
easier to manage network security
servers are very reliable and are always on
what are the cons of a client-server network?
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
how do peer-to-peer networks work?
all devices are equal, connecting directly to each other without a server.
files are stored on individual devices and share them with others
they can be used at home to share files between devices, or connect devices to a printer
what are the pros of peer-to peer?
easy to maintain - you don’t need any expertise or expensive hardware
no dependence on server - if 1 device fails the network is unaffected
what are the cons of peer-to peer?
no centralised management - devices need their updates and security installed individually. backups are also more complicated
copying files between devices creates duplicate files - its easy to lose track of whats stored where and which files are up-to-date
peer machines are less reliable and data may be lost if 1 fails
machines are prone to slow down when other devices access them
what is a star topology?
all devices are connected o a central switch or server that controls the network.
the central switch allows many devices to access the server simultaneously
they can be wired and wireless
what are the pros of a star topology?
if a device fails or a cable is disconnected, the rest of the network is unaffected
its simple to add more devices to the network
better performance than other setups - data goes straight to the central device so all devices can transmit data at once and there are fewer data collisions
what are the cons of a star topology?
in wired networks, every device needs a cable to connect to the central switch or server. this can be expensive
if there is a problem with the switch/server, the whole network is affected
what is a mesh topology?
it is decentralised - networking devices are either directly or indirectly connected to every other 1 without the need for a central switch or server. they send data along the fastest route from 1 device to another
what are the advantages of mesh topology’s?
there is no single point where the network can fail, if 1 device fails data can be sent along an alternative route
what are the disadvantages of mesh topology’s?
if it is a wired network it is very expensive, but with wireless technology, they are more practical
what is a full mesh?
where every device is connected to every other device
what is a partial mesh topology?
not all devices are fully-connected
what is a protocol?
a set of rules for how devices communicate and how data is transmitted across a network
what do protocols cover?
how communication between 2 devices should start and end, how data should be organised, and what devices should do if data goes missing
what are MAC addresses?
unique addresses assigned to all network-enabled devices by the manufacturer. they can’t be changed.
how long are MAC addresses?
48 or 64-bit binary numbers, that are converted to hexadecimal
how are MAC addresses used?
they are mainly used by the Ethernet protocol on LAN’s. LAN switches read the MAC addresses and use them to direct data to the right device
when are IP addresses used?
when sending data between TCP/IP networks e.g. over the internet.
they aren’t linked to hardware, they are assigned either manually or automatically before the device can access the network
what are static IP addresses?
permanent addresses. they’re used to connect printers on a LAN, and for hosting websites on the internet - companies don’t want their IP address changing, they can be expensive and businesses pay lots of money for them.
what are dynamic IP addresses?
they are assigned when a device logs onto a network, so it may have a different address every time it connects. internet device providers (ISPs) usually use them because they are more cost effective and can be reused
how long are IP addresses?
they can be 32 bit or 128 bit binary numbers, depending on the version of IP. longer 128 bit numbers are translated into 8 hexadecimal numbers. the 32 bit ones are converted into 4 denary numbers
what do data packets have?
a header
a payload
a checksum
what is in a packets header?
the control information. the control information includes the packet’s destination, the source address and the packet number
what is the packets payload?
the thing a person is likely to read, and the whole reason the data packet has been sent in in the 1st place. it might be part of an email, document, web page or streamed video
what is the checksum of a packet?
it is a form of validation used to check that the payload data hasn’t been corrupted during transit. the sending and receiving devices both calculate a checksum by performing a function on the payload. if the values match the data has been received correctly