4.1 Networks

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/35

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

36 Terms

1
New cards

Network

An arrangement of two or more computing devices connected together in order to communicate with each other and share resources.

2
New cards

Stand-alone

A computer or device that is not connected to a network.

3
New cards

Reasons for connecting computers in a network

  1. Share data(files)and software

  2. Share hardware peripherals(such as printers)

  3. Allow communication(such as using email)

  4. Deploy/Update applications

4
New cards

What are the two types of Network?

  1. LAN(Local Area Network)

  2. WAN(Wide Area Network)

5
New cards

LAN(Local Area Network)

  • A network that connects individual devices together over a small geographic area, usually a single building or site.

  • Infrastructure is typically owned by one company (for example a school owns the hardware for its own network, a home network work is owned by the household…)

6
New cards

WAN(Wide Area Network)

  • A network that connects multiple LANs together over a large geographic area, usually several buildings or sites.

  • Infrastructure is often third party.

7
New cards

Bandwidth

The maximum volume of data that can be transmitted in one second. It is typically measured in bits per second (bps).

8
New cards

Latency

The amount of time(delay) between the data being sent and it being received.

9
New cards

Network Speed

= Data transfer rate. Measured in base 10 units.

<p>= Data transfer rate. Measured in <strong>base 10</strong> units. </p>
10
New cards

Formula to calculate the length of time it would take to transmit a file

Time = File size (in bits) / Network Speed (in bps)

11
New cards

Method for constructing an expression to calculate the length of time it would take to transmit a file

1) Covert the file size to bits.

2) Divide file size by data transfer rate(draw fraction stroke)

3) Convert data transfer rate into bits per second

12
New cards

Wired transmission of data

Devices are physically connected , e.g., using a USB or Ethernet cable.

13
New cards

Wireless transmission of data

It uses no physical connection. Instead, it used radio waves to transmit data through air, e.g. Bluetooth, AirDrop, NFC.

14
New cards

What are the 2 cables that wired transmission commonly uses?

  • copper wire(UTC)

  • fibre-optic

15
New cards

Compare copper wire with fibre-optic cable (Characteristics: Description, Range, Speed/Bandwidth, Latency, Usage)

knowt flashcard image

16
New cards

Examples of wireless transmission media

Wi-Fi, Bluetooth, Zigbee, RFID, NFC

17
New cards

Wi-Fi

A wireless technology that allows devices to connect to a network or the internet without using cables.

  • long range of up to 100 metres indoors

  • high data transfer speed/bandwidth (often over 100 Mbps), which makes it suitable for streaming, downloading, and online gaming

  • (comparatively)high power consumption, needs own power supply

  • commonly used to provide internet access in homes, schools, offices, and public places

18
New cards

Bluetooth

A short-range wireless technology used for connecting two or more nearby devices.

  • works within 10 metres (because it uses low-power signals meant for close connections).

  • medium speed (around 2–3 Mbps, which is enough for audio streaming and file sharing.

  • low power consumption, devices need their own power supply to stay connected

  • used for connecting wireless devices(fixed and mobile devices) like headphones, speakers, keyboards, and phones over short distances

19
New cards

Zigbee

A low-power wireless technology designed for communication between smart home devices.

  • range of up to 100 metres

  • low data speed of about 250 Kbps, which is enough for simple control signals and sensor data.

  • uses very little power, allowing devices like sensors to run for years on small batteries.

  • used in Home automation, medical device data collection, personal area networks, and Internet of Things

20
New cards

RFID

Uses radio waves to read information stored on tags attached to objects

  • range of up to 1m

  • very low data speed because it only transfers small amounts of data like ID numbers

  • Passive RFID tags do not need their own power, while active tags have batteries and use very little energy

  • used in retail to secure goods in outlets, in transportation to locate goods during movement, in passports to hold identification information and to identify ownership or medical needs of animals

21
New cards

NFC

very short-range wireless technology used for secure communication between devices close together

  • works only in close proximity, around 10cm which reduces the risk of interference

  • very low bandwidth because it is designed for fast, simple tasks like making payments

  • uses very little power, and passive devices like cards do not need own power supply

  • used for contactless payments

22
New cards

Exam style question: The UK uses RFID passports. The RFID chip contains biometric information used to authenticate the identity of the the passport user. Explain 3 reasons why RFID is suitable for this purpose:

  • no need for physical connection as data is transmitted wirelessly between the RFID chip and the reader

  • risk of interference by a third party is reduced because the chip and the reader must be within 1 m of each other to transfer data

  • RFID is suitable for embedding within physical objects because the chip does not need its own power supply

23
New cards

Broadband

A high-capacity transmission medium over long distances at high speeds

<p>A high-capacity transmission medium over long distances at high speeds</p><p></p>
24
New cards

FTTC

Fibre to the cabinet

A way to connect to broadband via a mix of fibre-optic and copper cables. Fibre-optic cabling runs to a green cabinet and copper cabling runs from there to the premises.

25
New cards

FTTP

A high-speed way to connect to broadband via a fibre-optic cable. Fibre-optic cabling runs all the way to the premises.

26
New cards

Wired vs Wireless LAN’s(Installation, Flexibility, Range, Bandwidth, Latency, Security)

knowt flashcard image

27
New cards

Network topology

describes how devices are physically arranged and connected together

28
New cards

How does Bus topology work?

  • All the nodes are joined to one cable, called ‘the bus’.

  • A terminator is fitted at each end to stop signals reflecting back, causing interference.

<ul><li><p><span>All the&nbsp;nodes&nbsp;are joined to one cable, called ‘the bus’.</span></p></li><li><p><span>A terminator is fitted at each end to stop signals reflecting back, causing interference.</span></p></li></ul><p></p>
29
New cards

Advantages of Bus Network

  • easy to set up

  • relatively cheap to install because only one cable is needed

  • easy to add extra devices

  • if one node fails, the others can still communicate with each other.

30
New cards

Disadvantages of Bus Network

  • if the main cable(bus) fails or gets damaged, the whole network will fail

  • Security risk - because every node on the bus receives every transmission

  • Since only one device at a time can transmit data along the cable, the more devices added, the more data collisions occur, slowing the network down.

31
New cards

How does Star topology work?

  • Each node is connected to a central device, either a ‘hub’ or a ‘switch’, which acts as a central point. All communications go through this central point.

  • A hub broadcasts messages across the whole network, whereas a switch sends the message to the intended receiver only.

<ul><li><p>Each node is connected to a central device, either a ‘hub’ or a ‘switch’, which acts as a central point. All communications go through this central point.</p></li><li><p>A hub broadcasts messages across the whole&nbsp;network, whereas a switch sends the message to the intended receiver only.</p></li></ul><p></p>
32
New cards

Advantages of Star Network

  • Each node is separately connected to the central device, so if one node fails, the others can still communicate with each other.

  • Easy to add new devices.

  • secure - Data is only sent to the intended recipient without passing through other nodes.

  • Network traffic is kept to a minimum.

33
New cards

Disadvantages of Star Topology

  • If the central node fails, the whole network stops functioning.

  • requires a lot of cables because each node is individually connected to the central device-difficult and expensive to set up

  • network performance depends on the central node, which also determines maximum number of nodes there can be

34
New cards

How does Mesh topology work?

Each node is connected to at least one other node either wired or wirelessly.

<p>Each node is connected to at least one other node either wired or wirelessly.</p><p></p>
35
New cards

Advantages of Mesh Network

  • If one node fails, data can be rerouted

  • Data can be transmitted from different devices simultaneously

  • Adding more devices will not slow data transmission

36
New cards

Disadvantages of mesh network

  • Overall cost is high because more cabling is required unless a wireless network is used.

  • Difficult to install and manage, requires more maintenance and expert supervision.