3.9 Fundamentals of communication Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is serial data transmission

A

Bits are sent one after another along the same data line

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

What is parallel data transmission

A

Several bits are sent simultaneously along separate channels or lines

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

What are the disadvantages with parallel data transmission (2)

A

As each individual wire has slightly different properties, bits travel at slightly different speeds along each of the wires.

This produces a problem known as skew.

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

What is meant by the problem of crosstalk (2)

A

This refers to electromagnetic interference (crosstalk) between two adjacent channels or parallel wires

It gets more pronounced as the frequency (speed of transmission) increases

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

When can parallel transmission be used

A

Parallel transmission can be used only over very short distances of up to about 2m

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

When are serial transmissions used

A

Serial transmission is reliable over very long distances at very high frequencies

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

What is an example of a serial connector

A

Serial connectors such as USB (Universal Serial Bus) connectors are much smaller and cheaper than parallel connectors

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

What are the two types of serial transmission

A

Synchronous transmission
Asynchronous transmission

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

What is synchronous transmission (3)

A

all data transfers are timed to coincide with an internal clock pulse
The data is sent as one long stream or block of data, with no gaps in the transmission
The receiver counts the bits and reconstructs bytes

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

What is asynchronous data transmission

A

each byte is sent separately the moment it is available instead of waiting for a clock signal

Each byte is preceded by a start bit and ends with a stop bit or stop ‘period’ – a short time gap between each set of bit

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

How does Asynchronous transmission operate (4)

A

The start bit starts the receiver clock ticking

The start bit causes the receiver clock to synchronise its clock to the same rate as the sender.

This means that timing of the transmission and receipt are the same on both devices.

The stop bit (or bits) indicate that the data has arrived so the processor on the receiver’s device can now handle those bits, for example, by copying them into memory.

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

When should we use asynchronous transmission

A

It is a cheap and effective form of serial transmission well suited to low-speed connections such as keyboard and mouse

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

What is latency

A

It is the time delay between the moment the first byte or packet of a communication starts and when it is received at its destination

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

What is a protocol

A

The set of rules relating to communication between devices is called a protocol

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

What are things that need to be defined within a protocol (4)

A

Standards for physical connections and cabling
The rate of transmission (bit rate or baud rate)
Data format
Whether transmission is synchronous or asynchronous
Error checking procedures, e.g. odd or even parity

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

What is meant by bit rate

A

is the number of bits (0’s and 1’s) transmitted in one second over a wired or wireless data link

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

What is baseband

A

at each signal change one bit is transmitted

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

What is baud rate

A

is the rate at which the signal in a communications channel changes state

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

How is a bit represented within a cable

A

A bit is represented by a high or low voltage in the cable

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

What is broadband

A

Broadband carries multiple signals on a fixed carrier wave. Bits are sent as variations on the wave

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

How do we calculate bit rate using baud rate and bits per signal

A

bit rate = baud rate * bit per signal

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

What is bandwidth

A

A measure of the maximum capacity of a communications channel

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

What is the purpose of the parity bit?

A

Check on the accuracy of the transmission.

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

Explain why the baud rate is always less than or equal to the bit rate but never greater.

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

What is a LAN

A

Local area network - two or more computers connected together within a small geographical area, for example, confined to one building or site.

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

what is meant by network topology

A

A network topology is the arrangement of the various computing devices which make up a computer network

27
Q

Describe a bus topology

A

an arrangement where nodes are connected in a daisy chain by a single central communications channel

28
Q

Describe a star topology

A

an arrangement where a central node or hub provides a common connection point for all other nodes

29
Q

Describe the operation of a bus network

A

All nodes are connected to a single backbone cable
Each end of the backbone is connected to either a terminator or a computer which stops signals ‘bouncing back’
Each node is passive
Data is sent in one direction at a time only
Only one computer can transmit successfully at any one time

30
Q

What are the advantages of a bus network

A

Inexpensive to set up
Less cable needed
No reliance on central node (like a star network)

31
Q

What are the disadvantages of a bus network

A

Main cable is a point of failure
Limited cable length
Performance degrades with heavy use, owing to data “collisions”
Poor security

32
Q

Describe the operation of a star network (3)

A

Computers are connected to a central node. This is often either a hub or a switch
A switch sends each communication to the specific computer it is intended for
A hub broadcasts the message to every computer on the LAN

33
Q

What is meant by MAC addressing (4)

A

Every networked device contains a Network Interface Card (NIC)
Each NIC is attributed a unique Media Access Control (MAC) address hardcoded in manufacture
A switch holds all of the MAC addresses for each device connected to it and uses these to direct packets of data to the correct device

34
Q

Advantages of a star network

A

Easy to isolate problems
If one cable fails it affects only one computer
More secure if a switch is used as data is sent only to the recipient
Good performance - different computers can transmit at different speeds

35
Q

Disadvantages of a star network

A

Can be expensive to set up because of the length of cable required
Central device is point of failure

36
Q

what is physical topology

A

The physical topology of a network defines how the devices are physically connected

37
Q

what is logical topology

A

The logical topology defines how the devices communicate across the physical topologies

38
Q

what is a WAN

A

requires third party carries to conenct together network over a large geographical area.

39
Q

What are the three hardware features bus network

A

t connectors, terminators, main cable

40
Q

what are the two types of network architecture

A

client server
peer to peer

41
Q

Describe a client server network. (2)

A

The server is a powerful computer which provides services or resources required by any of the clients

A client is a computer which requests the services or resources provided by the server

42
Q

What are terminals of the central server known as

A

Terminals are known ‘clients’ of the central server

43
Q

What is the role of the client (3)

A

The client sends requests to the server
Waits for a reply
Receives the reply

43
Q

What are the benefits of client-server networking

A

One or more computers are nominated as servers, other computers are clients
Centralised management of security and must login to access servers
Clients access resources from servers
Some processing tasks are performed by the server
Resources cannot be accessed if servers turned off
Hardware and software on servers can be optimised for providing services

44
Q

What is the role of the server (2)

A

The server waits for requests from the clients
It may need to pass the request

45
Q

why use client server in an office with a database

A

System will be storing confidential/personal data
Centralised security management
Centralised backup
Harder for users to change security/sharing settings
Running database from a server will avoid concurrency issues
Running database from server will ensure that it is always available

46
Q

What are the features of a peer to peer network

A

Each computer has equal status
No centralised management of security
The same resource can be made available or shared from multiple computers
Suitable for a small companies with fewer computers
All computers can easily access / share files on all other computers
Hardware and software on computers is general purpose

47
Q

What are examples of specialised servers

A

Web server
Print server
Mail server
File server
Database server

48
Q

Why use P2P in a house

A

Small number of users / devices
Likely that the users will trust each other
Individual users will have ability to choose which files/resources they share and with who
Will avoid additional cost of buying server
No additional expertise required to set up / manage server(s)

49
Q

How does a wireless network differ from a wired network.

A

A wireless network varies from a wired network in that it does not use cables to make physical connections between devices. Instead, data is sent using radio waves.

50
Q

Whats needed to connect to a wireless network

A

ISP (Internet Service Provider) and a modem and router (Often combined)

A wireless access point.

Device with a wireless network adapter, also known as a network interface card (NIC)

51
Q

What is a WAP

A

wireless access point:

This is a device that is either built into a router and provides the necessary hardware to allow devices to connect to the network wirelessly, or it can be a separate, standalone device that allows Wi-Fi devices to connect to the network and can be connected to the router via cable / wireless.

52
Q

what is a wireless network adapter

A

allow the device to connect to a wireless access point via radio waves.

53
Q

What is a SSID (4)

A

Service Set Identifier, used to identify network by unique name.

Must be used by all devices on network
Can be set manually or automatically
Can be hidden to make it harder to detect
Can be set to broadcast to wireless devices in range of an access point

54
Q

What are some security measures for wireless networks:

A

Hide the SSID
Using WPA or WPA2
Using a MAC address list

55
Q

what is wpa and wpa2

A

Wi-Fi Protected Access, are protocols for encrypting data so that if any data that is transmitted is intercepted it cannot be understood without the encryption key.

WPA2 is just a more advanced and complex encryption protocol.

56
Q

what is a wireless nic

A

a wireless nic is a hardware component, a computer circuit board that is installed in a computer so that it can be connected to a radio based network.

57
Q

how do mac addresses secure a network

A

MAC address allow lists ensure only approved devices can join the network

58
Q

Describe the operation of the CSMA/CA(5)

A

Carrier Sense Multiple Access with Collision Avoidance
In networks, data is sent in frames.
When a device attempts to send a frame, it will check to see if the transmission medium is idle, or if another device is using it.
If it is busy it will wait a random amount of time and try again (and repeat until sent)
On receipt of the data, an acknowledgement is sent back to the sending device to confirm the data is received.
If this is not received, it will wait a random amount of time before resending.

59
Q

Describe the hidden node problem (4)

A

The hidden node problem is when two nodes are out of range of each other and are unaware of each others presence, and both are trying to send data to the same device that is in range of both nodes. Therefore, they could both be sending data to the WAP at the same time, but would be unaware of the presence of the other device and, as a result, the WAP would not be able to receive any data due to the data collisions.

60
Q

What can we add to the CSMA/CA to fix the hidden node problem. (4)

A

RTS/CTS
Once the channel is determined to be idle, a signal is sent called Request to Send (RTS).
The answering device then sends a Clear to Send (CTS) reply to the request.
This way it knows which device asked to send first and can ensure that only that device will send its message, not responding to further RTS signals until the original sender has finished.

61
Q

What does CSMA/CA stand for

A

Carrier Sense Multiple Access with Collision Avoidance

62
Q

Explain the role of a service identifier (SSID) in wireless networking and why some network administrators turn of SSID broadcasting. (3 marks)

A

1st mark: SSID is a unique identifier
2nd mark: Wireless client needs same ssid as the one access point.
3rd mark: SSID makes public your wireless network, could be a security weakness.

63
Q

What is the purpose of the start bit in asynchronous serial transmission

A