1.3.1 Networks & Topologies

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

What is a LAN (Local Area Network)?

A network that covers a small geographical area like a school, office, or home. They are usually privately owned.

2
New cards

What is a WAN (Wide Area Network)?

A network that covers a large geographical area (e.g., across cities/countries). It is often made up of several interconnected LANs and may be under collective ownership (e.g., the Internet).

3
New cards

Name two key factors that affect the performance of a network.

Bandwidth and the Number of Devices Connected.

4
New cards

Define Bandwidth.

The maximum amount of data that can be transmitted over a network within a given time. Higher bandwidth means faster network performance.

5
New cards

How does the number of connected devices affect network performance?

As more devices use the network, the available bandwidth is shared between them, potentially slowing down everyone's connection.

6
New cards

Describe the role of a Server in a client-server network.

It controls the network and provides services and resources (like files, web pages, or printing) to the clients. It waits for and responds to client requests.

7
New cards

Describe the role of a Client in a client-server network.

A device (PC, phone) that requests and uses the services and resources provided by the server.

8
New cards

What is the key difference of a Peer-to-Peer (P2P) network?

There is no central server. Files and services are shared directly between all the devices (peers) on the network, and all devices have equal status.

9
New cards

What is the role of a Router?

To connect two or more different networks together (e.g., a home LAN to the Internet WAN) and forward data packets between them.

10
New cards

What is the role of a Switch?

Connects devices within a single network (LAN). It receives data packets and sends them only to the intended recipient device (using the MAC address).

11
New cards

What is a Wired Access Point (WAP)?

A device that uses radio transceivers to allow devices to connect wirelessly (Wi-Fi) to a wired network.

12
New cards

What is a NIC (Network Interface Controller/Card)?

A hardware component inside a device that enables it to connect to a network. It converts data into electrical signals for transmission.

13
New cards

What is the Internet?

A worldwide collection of computer networks (a WAN) that use a common set of protocols to communicate.

14
New cards

What is the role of a DNS (Domain Name System)?

It converts a URL (e.g., google.com) into its corresponding IP address (e.g., 142.250.65.100) so computers can locate the correct web server.

15
New cards

What is Hosting?

The process of storing a website's files on a server and making them available for access by users over the Internet.

16
New cards

What does "The Cloud" refer to?

Using remote servers over the Internet to provide services like storage, software (SaaS), or processing, rather than using local resources.

17
New cards

State two advantages of using The Cloud.

  1. Data is accessible from anywhere with an Internet connection.

  2. No need for the user to manage or upgrade the hardware or software.

18
New cards

State two disadvantages of using The Cloud.

  1. Requires an Internet connection to access data/services.

  2. Data may be less secure as it is stored on a third-party server.

19
New cards

Describe the Star Topology (including its central point).

All devices connect to a central switch or hub. Data travels from the device to the central point, then to the destination device.

20
New cards

Give one advantage of the Star Topology.

Easy to add or remove devices. A cable failure only affects one connection, not the whole network.

21
New cards

Give one disadvantage of the Star Topology.

If the central switch/hub fails, the entire network fails (all communication stops). It can be expensive due to the amount of cabling required.

22
New cards

Describe the Mesh Topology (including its connections).

Each device is connected directly to multiple other devices in the network. A fully connected mesh means every device is connected to every other device.

23
New cards

Give two advantages of the Mesh Topology.

  1. It is fault-tolerant/reliable because data can take an alternative route if one path fails.

  2. Data can be transferred quickly using the shortest route.

24
New cards

Give one disadvantage of the Mesh Topology.

It requires a lot of cabling and network ports, making it expensive and complex to install, especially for a fully connected mesh.