1.3.1 Networks and topologies Flashcards

1
Q

What is a network?

A

Connections between nodes enabling shared resources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the two main types of networks?

A
  • Local Area Network (LAN)
  • Wide Area Network (WAN)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a Local Area Network (LAN)?

A

A network that connects devices close to each other, e.g. in the same house or school

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a Wide Area Network (WAN)?

A

A network over a broader geographic area, possibly in several locations, e.g. the Internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In a WAN, what is notable about the infrastructure?

A

Some infrastructure is owned by someone else, e.g. an ISP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How is the Internet classified in terms of network types?

A

A WAN made up of many individual LANs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are three common ways to measure a network’s performance?

A

Latency, Bandwidth, Error Rate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is LATENCY in network performance?

A

The delay (how fast signals travel)

LATENCY measures the time it takes for a data packet to travel from the source to the destination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does BANDWIDTH refer to in network performance?

A

The maximum rate of data transfer (bits per second, bps)

BANDWIDTH indicates the capacity of a network connection to transmit data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does the ERROR RATE measure?

A

How often data is corrupted

ERROR RATE is an important metric for assessing the reliability of a network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What type of connections are generally faster?

A

Wired connections

Wired connections typically provide higher speeds compared to wireless connections.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What happens to bandwidth in a network?

A

Bandwidth is shared across the network and can become congested

Congestion occurs when multiple devices are using the available bandwidth simultaneously.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do signals degrade in wireless transmission?

A

Signals degrade quickly over distance and may be blocked by obstacles

Thick concrete walls can significantly weaken wireless signals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What effect does interference at the same wireless frequency have?

A

It increases the error rate

Interference can cause data loss and require retransmission.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the impact of physical layout (topology) on network performance?

A

It can create bottlenecks

Poor topology can lead to inefficient data flow and reduced speed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a client-server network?

A

A network which separates computers into ‘clients’ and ‘servers’ - ‘clients’ request services from the server which the server then provides.

17
Q

What are some advantages of using servers in a network?

A

Backup and store data centrally

18
Q

What are some disadvantages of servers?

A

Can be expensive and difficult to run

19
Q

What is a Peer-to-Peer network?

A

A network configuration with no central server.

20
Q

In a Peer-to-Peer network, how are the computers configured?

A

Each computer is equal in responsibility and can work as both a client and a server.

21
Q

What is a Network Interface Controller (NIC)?

A

A device that allows a computer to connect to a network

NICs are essential for network communication.

22
Q

What is the unique identifier associated with all NICs?

A

Media Access Control (MAC) address

The MAC address ensures that each device can be uniquely identified on a network.

23
Q

How long is a MAC address?

A

6 bytes long

This length allows for a vast number of unique addresses.

24
Q

Why does every device on a network have a unique MAC address?

A

To ensure uniqueness worldwide

This prevents conflicts and allows proper routing of data.

25
What is an example of a MAC address format?
01-23-45-67-89-AC ## Footnote MAC addresses are often represented in hexadecimal format.
26
What additional information is included in a MAC address?
* Manufacturer * Unique Device Code ## Footnote This helps identify the manufacturer of the NIC.
27
Is the MAC address changeable?
No, it is hard-coded into the NIC ## Footnote This permanence is essential for consistent network identification.
28
29
What is the primary function of a switch in a network?
To forward packets to devices in other segments of the LAN ## Footnote A switch connects multiple devices within a Local Area Network (LAN) and manages the data traffic between them.
30
What type of addresses does a switch use to forward packets?
MAC addresses ## Footnote MAC (Media Access Control) addresses are unique identifiers assigned to network interfaces for communications on the physical network segment.
31
Fill in the blank: Data sent over a network is broken down into small _______.
network packets ## Footnote Network packets are units of data formatted for transmission over a network.
32
How many ports does a switch typically have?
Lots of ports ## Footnote The number of ports can vary widely depending on the switch model, allowing it to connect multiple devices.