(4.9) Fundamentals of communication and networking Flashcards

1
Q

Definition of serial transmission

A

The transmission of data through a single channel a single bit at a time

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

Definition of parallel transmission

A

The transmission of data through multiple channels allowing for several bits to be transmitted at a time

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

Advantages of serial over parallel transmission

A
  • Serial transmission requires less wires and hardware, therefore less cost
  • Serial transmission doesn’t require the data to be kept synchronised across wires
  • Serial transmission doesn’t skew so better for transmission over long distances
  • No crosstalk between wires, less chance of errors
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Definition of synchronous data transmission

A

Data transmitted with a shared clock signal, ensuring synchronized timing.

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

Definition of asynchronous data transmission

A

Data transmitted intermittently between devices without the use of an external clock signal

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

The purpose of start and stop bits in asynchronous data transmission

A

Start and stop bits in asynchronous transmission mark the beginning and end of data packets, ensuring synchronization

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

Compare asynchronous and synchronous data transmission

A

Synchronous data transmission uses a clock signal for synchronization, while asynchronous relies on start and stop bits for timing

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

What is baud rate?

A

The number of times the signal in a communications channel changes state

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

What is bit rate?

A

The number of bits transmitted per unit time

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

What is bandwidth?

A

The range of frequencies at which data can be transmitted through a channel, measured in Hertz

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

What is latency?

A

The time delay between the transmitter sending the data and the recipient receiving the data

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

What are protocols?

A

A common set of rules followed during data transmission over a network to minimise inconsistencies

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

What is the difference between baud rate and bit rate?

A

Bit rate measures bits transmitted per second, while baud rate measures signal changes or symbols per second

Bit rate can be higher than baud rate if more than one bit is encoded i each signal change

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

What is the relationship between bit rate and bandwidth?

A

The greater the bandwidth, the higher the bit rate

(they are directly proportional)

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

What is the phsical star topology?

A
  • Each client has its own direct connection to a central hub
  • The hub receives packets for all of the clients and delivers them to the correct recipient
  • A server can be added to the network in the same way that clients are connected to the central hub
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Advantages and disadvantages of star topology

A

Advantages:
* Easy to add and remove clients
* Collisions don’t happen because each cable only has one device communicating over it
* Failure of one cable doesn’t affect the rest of the network

Disadvantages:
* Central hub/switch is a single point of failure
* Expensive to install because of the amount of cable required

17
Q

What is the physical bus topology?

A
  • Connects clients to a single (cable called a backbone)
  • Terminators are present at either end of the backbone
  • No need for a central hub
  • A server can be connected to the backbone just like a client
18
Q

Advantages and disadvantages of bus topology

A

Advantages:
* cheap to install
* Only requires backbone, no additional hardware

Disadvantages:
* Poor security, every client can see packets even if not intended for them
* central point of failure, the entire network becomes unstable if backbone fails

19
Q

What is logical network topology?

A

The flow of data packets within a network
* A logical bus network delivers packets to all clients on the network
* A logical star network delivers packets only to their recipient

20
Q

Mixing topologies

A

If a network is set up as a physical star, it can still behave as a logical bus

Even if physical connections follow that of the physical star topology, running a bus protocol on the hub allows it to distribute packets to all of the connected clients so as to act like a bus network

21
Q

What is peer-peer networking? (& Advantages and disadvantages)

A
  • Each computer has an equal status
  • Do not use a shared server
  • Services are provided by the clients themsleves

Advantages:
* More cost effective as no server required
* Easier to set up and maintain

Disadvantages:
* Clients have to be running to provide services
* Only works for smaller scale networks

22
Q

What is client-sever networking? (& Advantages and disadvantages)

A
  • One or more central servers provide services to clients on networks
  • Has a central point of management and security
  • Clients request services from servers, which respond to clients with requested service

Advantages:
* Can improve network security
* Can connect clients over larger distances

Disadvantages:
* Harder to set up and maintain, may require network manager
* Larger costs as servers can be expensive

23
Q

Situations where peer-peer and client-server networks would be used

A

Client-server networks:
* organisations with many computers
* situations where many computers need access to the same information
* Many schools use this type of model

Peer-peer networks:
* smaller organisations that have fewer computers
* where fewer computers need access to the same data

24
Q

The purpose of WiFi

A
  • A wireless local area network (LAN) that is based on international standards
  • Used to enable devices to connect to a network wirelessly
25
Q

Components required for wireless networking

A
  • Wireless network adapter
  • Wireless access point
26
Q

How are wireless networks secured?

A
  • Encryption of data using WPA/WPA2 (wifi protected access)
  • SSID (service set identifier) broadcast disabled
  • MAC (media access control) address allow list
27
Q

Explain the wireless protocol Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA) & the problem with it

A
  • Device listens to its communication channel to check whether it is idle
  • If so, data is transmitted
  • If not, device waits a random period of time before checking the channel again

Problem: CSMA/CA cannot overcome hidden nodes
–> when the device checking for an idle channel cannot ‘see’ some parts of the network, leading to collisions

28
Q

Explain the wireless protocol Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA) with Request to Send/Clear to Send (RTS/CTS)

A

To avoid the problem of hidden nodes, the protocol RTS/CTS is used
* Device listens to its communication channel to check whether it is idle
* If so, a ‘request to send’ message is sent to the server
* If the server is idle, it responds with a ‘clear to send’ message, and the device begins transmission
* if no ‘clear to send’ message is recieved, the server is communicating with a hidden node and transmitting device must wait before starting CSMA process again

29
Q

What are Service Set Identifiers (SSID)?

A

An SSID is a name that identifies a wireless network