paper 1 - section 2 Flashcards
what is a LAN?
A LAN (Local Area Network) is a network that covers a small geographical area, often located on a single sight.
who owns the hardware for a LAN?
the organization using it
Why use a LAN? (what are the positives?)
- sharing files is easier - network users can access the same files, work collaboratively on them and copy files between machines
- you can share the same hardware (like printers)
- the internet connection can be shared between every device connected to the LAN
- you can install and update software on all computers at once, rather than one-by-one
- you can communicate with all LAN users cheaply and easily, e.g. with instant messaging
- user accounts can be stored centrally, so users can log in from any device on the network
What is a WAN?
A WAN (Wide Area Network) is a network that connects LANs that are in different geographical locations. for example, a business with offices in three different countries would need a WAN for all their devices to connect together
Who owns the hardware for a WAN?
organisations hire infrastructure (e.g. communication lines) from telecommunications companies who own and manage the WAN. this is because a WAN is much more expensive to set up than a LAN.
Is the Internet a LAN or a WAN?
A WAN
Do most people have LANs or WANs in their homes?
Most people have LANs in their homes.
name 4 factors that can affect the performance of networks.
1 - Bandwidth (the amount of data that can be transferred in a given time)
2 - the amount of users (available bandwidth is shared between users of a network - too many users or heavy use may cause congestion and slow the network )
3 - mode of connection (wired connections are generally faster and more reliable than wireless)
4 - choice of hardware and network topology
What is a network interface controller (NIC)?
an internal piece of hardware that allows a device to connect to a network. they used to be on separate cards, but nowadays they’re built into the motherboard.
Do switches connect devices on a LAN or a WAN?
A LAN
Do switches transmit data in frames or packets?
frames
What address do switches use to transmit data?
a MAC address
Do routers transmit data within networks or between networks?
Between networks
Do routers direct data in frames or packets?
packets
Why are routers used in homes and offices?
to connect the LAN to the Internet
What are ethernet cables used for?
They are used to connect devices in a LAN
What are ‘twisted pair cables’?
pairs of wires that are twisted together to reduce interference.
Are ethernet cables twisted pair?
Yes
Are coaxial cables twisted pair?
No
Describe the structure of coaxial cables.
A single copper wire surrounded by a plastic layer for insulation and a metallic mesh which provides shielding from outside interference.
How do fibre optic cables transmit data?
as light
list three advantages and one disadvantage of fibre optic cables.
Advantages:
They are high performance
They don’t suffer interference
They can transmit over very large distances without loss of signal quality
Disadvantage:
They very expensive
What does a wireless connection use to transmit data?
Radio Waves
What is a WAP?
A Wireless Access Point - you need one to connect to a wireless network, and it is basically a switch that allows devices to connect wirelessly.
Advantages of a Client-server network:
- easier to keep track of files as they are stored centrally
- easier to perform back-ups
- easier to install and update software
- easier to manage network security (e.g. anti-malware software and user access levels)
- servers are very reliable and are always on
Disadvantages 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 all at once
Advantages of a peer-to-peer network:
- 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
disadvantages of peer-to-peer networks:
- no centralized management - devices need their updates and security installed individually. Backups are also more complicated
- copying files between devices creates duplicate files, so 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
describe a star network topology
all the devices are connected to a central switch or server that controls the network.
Pros of star topology:
- if a device fails or a cable is disconnected, the rest of the network is unaffected.
- it’s simple to add more devices to the network
- better performance than other setups - data goes straight to the central service so all devices can transmit data at once and there a few data collisions
Cons of star topology:
- in wired networks, every device needs a cable to connect to the central switch or server. This can be expensive, e.g. for an office building with 50 terminals
- if there is a problem with the switch/server, the whole network is affected
Is a mesh network centralised or decentralised?
decentralised
describe a mesh network.
all networking devices are either directly or indirectly connected to each other without the need for one central switch or server. Mesh networks work by sending data along the fastest route from one device to another.
What is the main advantage of a mesh network?
there is no single point where the network can fail - if one device fails then the data is sent along a different route to get to its target
what is the traditional disadvantage of mesh networks, and why is it becoming less of a problem?
they can be very expensive - you need a lot of wires to connect so many devices together. However, now that more people are using wireless technology, mesh networks are a more practical option.
what is the difference between a full mesh topology and a partial mesh topology?
in a full mesh topology, every device is connected to every other device, whereas in a partial mesh topology, not all devices are directly connected.
what address does communication on the same network use?
a MAC address
why do we have MAC addresses?
every device needs a unique identifier so it can be found on a network
How are MAC addresses assigned to a device?
MAC addresses are assigned to all network enabled devices by the manufacturer. They are unique to the device
can MAC addresses by changed?
no
how many bits do MAC addresses have? (how long is their binary number)
MAC addresses are 48 or 64 bit binary numbers (i.e. a long string of 48 or 64 0s and 1s)
what decimal system are MAC addresses converted into to make them easier to use?
hexidecimal
what are MAC addresses mainly used by?
the Ethernet protocol on LANs. LAN switches read the MAC addresses and use them to direct data to the right device
what address is used for communication between different networks?
IP address
when are IP addresses used?
when sending data between TCP/IP networks e.g. over the internet
are IP addresses linked to hardware?
no