Save
Computer Science Paper 1
Chapter 9 Networks
Communication
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Samuel Olaleye
Visit profile
Cards (30)
What is a symbol in communication?
A
pattern
of
bits
represented by a
signal
View source
What does Baud rate measure?
Number of
signal changes
per second
View source
How is Baud rate defined?
1 Baud equals 1
symbol change
per
second
View source
What does bit rate refer to?
Number of
bits
transmitted per second
View source
How is bit rate calculated?
Bit rate =
Baud rate
×
bits per signal
View source
When is bit rate higher than Baud rate?
When more than one bit is sent per
signal
View source
What is Bandwidth
View source
What is the relationship between bandwidth and bit rate?
Higher bandwidth results in higher bit rate
View source
How is latency measured?
In
milliseconds
View source
What does latency indicate in communication?
Time difference between when data is sent and when data is recieved
View source
What is a protocol in communication?
A set of rules for
device
communication
View source
What are the two ways computers transmit data?
Serially
or in
parallel
View source
How does serial data transmission work?
Data is sent one
bit
at a time
View source
When is serial data transmission commonly used?
For
medium
to long distances
View source
What is the advantage of parallel data transmission?
More data can be transferred
simultaneously
View source
What issue can arise from parallel data transmission?
Skew
can cause
bits
to arrive differently
View source
What is skew in data transmission?
Bits
sent together may not be received together
View source
Why is parallel data transmission more expensive?
It uses multiple
communication lines
View source
Where is parallel data transmission most often used?
Over short distances within
components
View source
What is crosstalk in parallel data transmission?
Signals
leaking from one line to another
View source
What are the advantages of serial over parallel transmission?
More
reliable
, no
skew
or
crosstalk
View source
Where is synchronous transmission the most suitable?
Suitable for transmitting information in
real-time
systems
View source
What is synchronous transmission?
Data is sent using a shared clock signal
View source
How are signals sent in synchronous transmission?
At
regular intervals
in the
same order
View source
What is asynchronous transmission?
Using start and stop bits to indicate the
duration
of a transmission
View source
What do start and stop bits indicate?and what's a key point to make regarding each other
The duration of a transmission. A key point is that the start and stop bit should always be opposite each other
View source
What must sender and receiver synchronize in asynchronous transmission?
Their clocks for the
duration
of transmission
View source
What must the sender and receiver use in asynchronous transmission?
The same
Baud rate
View source
What are the advantages and disadvantages of synchronous and asynchronous transmission?
Synchronous:
Advantages: Timed signals, suitable for
real-time
systems
Disadvantages: Requires shared
clock signal
Asynchronous:
Advantages: No shared clock needed,
flexible
Disadvantages: Start and stop bits increase
overhead
View source
What does
Latency
indicate in
Communication
?
Time difference between when
data
is
sent
and when data is
received