Data transmission

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

1/85

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.

86 Terms

1
New cards

What are the three directions of transmission?

Simplex, half duplex, full duplex

2
New cards

What is simplex data transmission?

Data only goes one direction - sending to or receiving from a device

3
New cards

What is half duplex data transmission?

Sending data both to and from devices (only one at a time)

4
New cards

Simplex data transmission example

Microphone, webcam to computer, computer to speaker

5
New cards

Half duplex data transmission example

Computer to printer, walkie talkie (both parties can talk but not at the same time)

6
New cards

What is full duplex data transmission?

Both directions at the same time

7
New cards

Examples of full duplex data transmission

Broadband connections (upload/download at same time), telephone (both parties can talk at once)

8
New cards

What is an interface?

A point at which 2 computer systems communicate

9
New cards

What is a serial interface?

An interface to allow serial communication between one microcontroller/microprocessor and another using a serial cable

10
New cards

How are wires arranged in a serial cable?

One wire to transmit, one wire to receive

11
New cards

What is serial communication?

the process of sending data 1 bit at a time, sequentially, over a single communication channel

12
New cards

what is synchronised serial communication

continuous stream of data and timing signals generated by internal clock to synchronise sending and receiving signals

13
New cards

what happens in synchronised serial communication

timing for when each bit is sent is synchronised to the oscillations of the clock

14
New cards

what does the receiver do in synchronised serial communication?

counts how many bits were sent and reassembles bits into bytes

15
New cards

are timing signals sent before, with or after the data in synchronised serial communication?

timing signals are sent with the data

16
New cards

why must the timing be accurate in synchronised serial communication?

no control bits are used; timing signals are sent with the data

17
New cards

which one is faster: synchronised or asynchronous serial communication

synchronised, as only data bits are sent

18
New cards

why must the receiver and transmitter both be present in synchronised serial communication?

to coordinate timing of the messages in real time

19
New cards

what is asynchronous serial communication

data is packaged and sent to another device as a packet

20
New cards

what happens to files in asynchronous serial communication?

broken up into many packets and reassembled at the receiving end

21
New cards

what is the name given to the format of a packet?

frame

22
New cards

what is a frame?

the format of a packet

23
New cards

what defines the frame format?

the protocol being used

24
New cards

what is agreed before transmission in asynchronous serial communication?

communicating devices agree a protocol before transmission

25
New cards

example of protocol agreed by communicating devices before transmission (asynchronous)

bit pattern and bit rate (bits per second)

26
New cards

typical bit rates (asynchronous)

9600bps

27
New cards

why is asynchronous slightly slower than synchronous

more bits are sent

28
New cards

Why is synchronising to a system clock not needed for asynchronous communication?

Frame format has all information required to interpret data at the receiving end

29
New cards

Example of a frame format

Start - data - parity - stop

30
New cards

What is parity?

a simple form of error checking, used in frame formats (asynchronous)

31
New cards

Example uses of serial transmission

from computer to a printer in a different room; USB

32
New cards

Why are fast connections not needed for printers?

Printers are limited by their printing speed

33
New cards

What are USBs used for?

External data transfer between devices

34
New cards

What happens when a USB device is plugged into a computer’s USB port? (part 1)

device is automatically detected

35
New cards

What happens after a USB device is detected by the computer?

device driver has to be loaded

36
New cards

What happens with known USB devices after being detected by the computer?

automatically recognised; their device driver is loaded by the OS

37
New cards

What happens if the computer doesn’t know the USB device?

OS searches its device driver; if not found, the user is prompted to download it

38
New cards

What happens if the computer doesn’t find an unknown USB’s device driver?

User is prompted to download it

39
New cards

Give 2 disadvantages of USB

Max cable length only 5 metres; Older standard (1.1) becoming obsolete)

40
New cards

Advantage of USB (Ind…)

Industry standard: lots of compatibility and support available

41
New cards

Advantage of USB (Inc..)

Incorrect connections are prevented. Old USB connectors only fit one way and newer USB C connectors fit and work both ways

42
New cards

Advantage of USB (Dif…)

Different data transmission rates are supported - some are very fast

43
New cards

Advantage of USB (Aut…)

Automatically detects if the correct driver is installed

44
New cards

Advantages of USB (Some…)

Some devices (e.g. mobile phones) can be charged and powered at the same time

45
New cards

Advantage of USB (Doesn…)

Doesn’t require wireless, so can be used if a network is down

46
New cards

Advantages of USB (Som…)

Some USB standards are backwards compatible

47
New cards

Serial vs parallel transmission speed/price

Serial is slower but cheaper

48
New cards

Why is serial slower but cheaper than parallel?

Only 1 wire or data channel is used

49
New cards

Is serial transmission reliable over long distance?

Yes

50
New cards

Why is serial transmission reliable over long distance?

less errors from interference or cross-talk between other wires/data channels so bits stay in correct order

51
New cards

why are you less likely to get skewed/unsynchronised data at the receiving end with serial transmission?

only 1 wire is used

52
New cards

is it easier to collate data after transmission with parallel or serial transmission?

serial

53
New cards

USB-C pins

symmetrically double pins

54
New cards

Does USB have more or less power than older USBs

more; often 5A

55
New cards

Advantage of USB-C

almost any modern protocol can run over it

56
New cards

how come almost any modern protocol can run over usb-c?

any device can request use of spare signals

57
New cards

What is parallel communication?

several bits being sent simultaneously over several channels in parallel with eachother

58
New cards

why is parallel faster than serial?

many bits are sent over many channels at the same time

59
New cards

disadvantage of using parallel communication

unreliable over long distances

60
New cards

where is parallel communication mainly found

printed circuit boards; internal data transfer on buses

61
New cards

why is it safe to have parallel communication on printed circuit boards?

channels fixed in position and undisturbed; distances are small

62
New cards

what provides the timing for synchronisation for bits being sent or received in parallel communication?

system clock oscillations

63
New cards

examples of the devices where you could find parallel communication

buses - inside microchips in embedded systems; in CPUs

64
New cards

are most data channels inside a CPU/IC (integrated circuit) parallel or serial?

parallel

65
New cards

how wide can buses be

8, 16, 32, 64 or 128 bits

66
New cards

why is parallel transmission good for processors

keeps them working very fast

67
New cards

give 4 reasons why parallel transmission is not used more widely

signal degradation, timing issues, more crosstalk, complex design

68
New cards

disadvantage of parallel communication (sig…)

if data travels along more wires, there is more chance of signal degradation over long distances

69
New cards

disadvantage of parallel communication (timing)

without perfect synchronisation between multiple wires, data may be wrongly aligned and unrecognisable by a receiver

70
New cards

disadvantage of parallel communication (complex)

more wires complicates the motherboard design and takes up more space

71
New cards

what is a port?

connection point/interface between computer and int/external hardware device

72
New cards

what do internal ports do?

provide connections to hard drives or dvd drives

73
New cards

what do external ports connect?

printers, mice etc.

74
New cards

what is a software port?

virtual point where network connections start and end

75
New cards

what manages a software port

the computer’s OS

76
New cards

what do all ports have in common?

each port is numbered (0-65535) and associated with a specific protocol or service

77
New cards

what do ports help computers to do?

differentiate between different kinds of traffic; understand what to do with information from other hardware

78
New cards

what is the primary use of a port number

transfer data between a computer network and an application

79
New cards

what are protocols?

sets of rules and standards for how data is transmitted and received over a network

80
New cards

give 3 examples of things protocols determine

anything from: addressing, encoding methods, error correction/detection, how packets are structured, session persistence, security

81
New cards

what protocols determine (data packets)

format and structure of data packets (frame)

82
New cards

what protocols determine (encoding methods)

how data is encoded (ACII, Unicode) or representing data (binary, hex)

83
New cards

What protocols determine (errors)

the error correction or detection method used, e.g. parity

84
New cards

what protocols determine (address)

how IP addresses are identified on a network

85
New cards

what protocols determine (session persistence)

how long before a message timeouts (if it takes too long to find the address)

86
New cards

what protocols determine (security)

what encryption or authentication methods are used