SlideShare a Scribd company logo
1 of 84
Download to read offline
4.1
Chapter 4
Digital Transmission
Copyright Ā© The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
4.2
4-1 DIGITAL-TO-DIGITAL CONVERSION
In this section, we see how we can represent digital
data by using digital signals. The conversion involves
three techniques: line coding, block coding, and
scrambling. Line coding is always needed; block
coding and scrambling may or may not be needed.
Line Coding
Line Coding Schemes
Block Coding
Scrambling
Topics discussed in this section:
4.3
Line Coding
ā—¼ Line coding is the process of
converting digital data to digital signals
ā—¼ At the sender, data elements are
encoded into signal elements
ā—¼ At the receiver, signal elements are
decoded into data elements
4.4
Figure 4.1 Line coding and decoding
4.5
Characteristics of line coding
ā—¼ Data Element vs. Signal Element
ā—¼ Data Rate vs. Signal Rate
ā—¼ Bandwidth
ā—¼ Baseline Wandering
ā—¼ DC Components
ā—¼ Self-Synchronization
ā—¼ Built-in Error Detection
ā—¼ Immunity to noise and interference
ā—¼ Complexity
4.6
Signal Elements vs. Data Elements
ā—¼ A data element is the smallest entity that
can represent a piece of information (a bit)
ā—¼ A signal element is the shortest unit in
time of a digital signal (a baud)
ā—¼ Data elements are what we need to send
ā—¼ Signals elements are what we can send
ā—¼ The ratio, r, is defined as the number of
data elements carried by each signal
element
4.7
Figure 4.2 Signal element versus data element
4.8
Data Rate vs. Signal Rate
ā—¼ The data rate (or bit rate), N, is the number of
data elements (bits) sent in one second
ā—¼ The signal rate (or baud rate or pulse rate or
modulation rate), S, is the number of signal
elements (bauds) sent in one second
ā—¼ The goal is to increase the data rate (and hence
the speed of transmission) while decreasing the
signal rate (and hence the required bandwidth)
ā—¼ Where c is the case factor that depends on the
case
4.9
A signal is carrying data in which one data element is
encoded as one signal element (r = 1). If the bit rate is
100 kbps, what is the average value of the baud rate if c
is between 0 and 1?
Solution
We assume that the average value of c is 1/2 . The baud
rate is then
Example 4.1
4.10
The Bandwidth
ā—¼ As learned previously, a digital signal that carries
information is nonperiodic and its bandwidth is
continuous and infinite
ā—¼ Also, many of its components have very small
amplitude that can be ignored
ā—¼ Therefore, the ā€œeffective bandwidthā€ of the real-
life digital signal is finite
ā—¼ The bandwidth is proportional to the signal rate
ā—¼ Given N:
ā—¼ Given B:
r
N
c
B
1
min ļ‚“
ļ‚“
=
r
B
c
N ļ‚“
ļ‚“
=
1
max
4.11
The maximum data rate of a channel (see Chapter 3) is
Nmax = 2 Ɨ B Ɨ log2 L (defined by the Nyquist formula).
Does this agree with the previous formula for Nmax?
Solution
A signal with L levels actually can carry log2L bits per
level. If each level corresponds to one signal element
and we assume the average case (c = 1/2), then we have
Example 4.2
4.12
Although the actual bandwidth of a
digital signal is infinite, the effective
bandwidth is finite.
Note
4.13
Baseline Wandering
ā—¼ While decoding the received signal, the receiver,
calculates the running average of the received
signal power, called the ā€œbaselineā€
ā—¼ The incoming signal power is evaluated against
the baseline in order to determine the value of
the data element
ā—¼ Long strings of 0ā€™s or 1ā€™s can cause a drift of the
baseline, called ā€œbaseline wanderingā€, which
makes it hard for the receiver to correctly
decode the signal
ā—¼ A good line coding scheme should prevent
baseline wandering
4.14
DC Components
ā—¼ Long constant voltage levels (DC) in digital
signals create low-frequency components
ā—¼ DC components are mostly filtered out in
systems that canā€™t pass low frequencies
ā—¼ A good line coding scheme should have no
DC components
4.15
Self-synchronization
ā—¼ The sender and receiver must be exactly
synchronized in order for the received signals to
be interpreted correctly
ā—¼ Bit duration, the start, and the end of the bits
should be exactly identified by the receiver
ā—¼ If the sender and the receiver are running at
different clock rates, the bit intervals will not
match and the receiver may misinterpret the
signals
ā—¼ A good ā€œself-synchronizedā€ line coding scheme
should keep the receiver well-synchronized
4.16
Figure 4.3 Effect of lack of synchronization
4.17
In a digital transmission, the receiver clock is 0.1
percent faster than the sender clock. How many extra
bits per second does the receiver receive if the data rate
is 1 kbps? How many if the data rate is 1 Mbps?
Solution
At 1 kbps, the receiver receives 1001 bps instead of 1000
bps.
Example 4.3
At 1 Mbps, the receiver receives 1,001,000 bps instead
of 1,000,000 bps.
4.18
Figure 4.4 Line coding schemes
4.19
Figure 4.5 Unipolar NRZ (Non-Return to Zero) scheme
ā—¼ Unipolar: All signal levels at one side of the time axis
ā—¼ NRZ since the signal does not return to zero in the middle
of the bit
ā—¼ Relatively very costly scheme in terms of normalized
power
ā—¼ Hence, not a popular scheme nowadays
4.20
Figure 4.6 Polar NRZ-L (NRZ-Level) and NRZ-I (NRZ-Invert) schemes
ā—¼ Polar: The signal levels are on both sides of the time axis
ā—¼ NRZ-L: the voltage level determines the value of the bit
ā—¼ NRZ-I: the change or lack of change determines the value
ā—¼ Baseline Wandering and Synchronization problems: in
both, but twice as severe in NRZ-L
ā—¼ Both have the DC Component problem
4.21
NRZ-L and NRZ-I both have an average
signal rate of N/2 Bd.
Note
4.22
NRZ-L and NRZ-I both have a DC
component problem.
Note
4.23
A system is using NRZ-I to transfer 1 Mbps data. What
are the average signal rate and minimum bandwidth?
Solution
The average signal rate is S = N/2 = 500 kbaud. The
minimum bandwidth for this average baud rate is Bmin
= S = 500 kHz.
Example 4.4
4.24
Figure 4.7 Polar RZ (Return-to-Zero) scheme
ā—¼ RZ: the signal changes at the beginning and in middle of bit
ā—¼ Solves the synchronization problem in NRZ schemes
ā—¼ No DC Component problem
ā—¼ Needs two signal levels to encode a bit āž” more bandwidth
ā—¼ Uses 3 signal levels āž” more complex
ā—¼ Not a popular scheme
4.25
Figure 4.8 Polar biphase: Manchester and differential Manchester schemes
ā—¼ Overcome the problems of NRZ-L & NRZ-I
ā—¼ The cost is doubling the signal rate and hence the minimum
bandwidth
4.26
In Manchester and differential
Manchester encoding, the transition
at the middle of the bit is used for
synchronization.
Note
4.27
The minimum bandwidth of Manchester
and differential Manchester is 2 times
that of NRZ.
Note
4.28
In bipolar encoding, we use three levels:
positive, zero, and negative.
Note
4.29
Figure 4.9 Bipolar schemes: AMI and pseudoternary
ā—¼ AMI (Alternate Mark Inversion) = Alternate 1 Inversion
ā—¼ AMI: 0 = zero volt, 1 = alternating positive and negative
ā—¼ Pseudoternary: 1 = zero volt, 0 = alter. pos. and neg.
ā—¼ No DC component. Why?
ā—¼ What about synchronization?
4.30
Multi-Level Line Encoding Schemes (mBnL)
ā—¼ The goal is to increase the number of bits per baud by
encoding a pattern of m DEā€™s into a pattern of n SEā€™s
ā—¼ Binary data elements āž” 2m data patterns
ā—¼ L signal levels āž” Ln signal patterns
ā—¼ If 2m = Ln āž” each data pattern has a signal pattern
ā—¼ If 2m < Ln āž” data patterns form a subset of the signal
patterns
ā—¼ Extra signal patterns can be used for better synch. and error
detection
ā—¼ If 2m > Ln āž” not enough signal patterns (not allowed)
ā—¼ mBnL āž” Binary patterns of length m, signal patterns of
length n with L signal levels
ā—¼ L can be replaced by:
ā—¼ B (Binary) āž” L=2 (e.g.; 2B2B)
ā—¼ T (Ternary) āž” L=3 (e.g.; 8B6T)
ā—¼ Q (Quaternary) āž” L=4 (e.g.; 2B1Q)
4.31
In mBnL schemes, a pattern of m data
elements is encoded as a pattern of n
signal elements in which 2m ā‰¤ Ln.
Note
4.32
Figure 4.10 Multilevel: 2B1Q (2 Binary 1 Quaternary) scheme
ā—¼ Faster data rate. Why?
ā—¼ L = 4 āž” complex receiver & 22 = 41 āž” no extra signal patterns
ā—¼ What about the DC Comp.? Not balanced (scrambling used to help)
ā—¼ What about synchronization and baseline wandering? (same)
2
4.33
Figure 4.11 Multilevel: 8B6T (Eight Binary 6 Ternary) scheme
ā—¼ 36 - 28 = 473 extra signal patterns āž” good synchronization
and error detection
ā—¼ Each pattern has a weight of either 0 or +1 DC values
ā—¼ If two consecutive patterns with +1 weight, the sender
inverts the second pattern. Why?
ā—¼ How does the receiver recognize the inverted pattern?
ā—¼ Savg = Ā½ x N x 6/8 = 3N/8
4.34
Figure 4.12 Multilevel: 4D-PAM5 scheme
ā—¼ 4-dimentional five-level pulse amplitude modulation
ā—¼ Level-0 is only used for error-correction
ā—¼ Equivalent to 8B4Q scheme with Smax = N x 4/8 = N/2
ā—¼ Four signal are sent simultaneously over four different wires
ā—¼ Smax = N/8
ā—¼ Used in Gigabit LANs over 4 copper cables
4.35
Figure 4.13 Multi-transition: MLT-3 scheme
ā—¼ If next bit is 0 āž” no transition (problematic long string of 0ā€™s)
ā—¼ If next bit is 1 and current level is not zero āž” next level is 0
ā—¼ If next bit is 1 and current level is zero āž” alternate the nonzero level
ā—¼ The worst case is a periodic signal with period of 4/N
ā—¼ āž” Smax = N/4
4.36
Table 4.1 Summary of line coding schemes
4.37
Block Coding
ā—¼ The process of stuffing the bit stream
with redundant bits in order to:
ā—¼ Ensure synchronization
ā—¼ Detect errors
ā—¼ The bit stream is divided into groups of
m bits (called blocks)
ā—¼ Each group is substituted with a different
(usually larger) group of n bits (a code)
ā—¼ This is referred to as mB/nB coding
4.38
Block coding is normally referred to as
mB/nB coding;
it replaces each m-bit group with an
n-bit group.
Note
4.39
Steps in Block Coding Transformation
ā—¼ Step 1: Division
ā—¼ The bit stream is divided into groups of m bits
ā—¼ Step 2: Substitution
ā—¼ The m-bit groups are substituted with n-bit codes, where n>m
ā—¼ A number of n-bit codes are carefully chosen to ensure that the
synchronization and error detection are achieved
ā—¼ Notice that at most only one half of the n-bit codes are needed. Why?
ā—¼ Step 4: Combination
ā—¼ The n-bit groups are combined together to form a new bit stream
ā—¼ Step 3: Line Coding
ā—¼ A simple line coding scheme is used to convert the new bit stream
into signals
ā—¼ No need for a complex line coding scheme since block coding ensures
at least the synchronization
4.40
Figure 4.14 Block coding concept
4.41
Common Block Codes
ā—¼ 4B/5B Code
ā—¼ Every 4-bit block of data is substituted with a 5-bit codes
ā—¼ The 5-bit codes are line encoded with NRZ-I
ā—¼ Each code has no more than one leading 0 and no more
than two trailing 0ā€™s (i.e.; no more than 3 consecutive
0ā€™s will ever be transmitted)
ā—¼ What about consecutive 1ā€™s? Why is it not handled?
ā—¼ 20% more bauds on NRZ-I due to using redundant bits
ā—¼ Unused codes provide a kind of error detection. How?
ā—¼ What about the DC component problem with NRZ-I?
ā—¼ 8B/10B Code
ā—¼ Same as 4B/5B except for the number of bits substituted
ā—¼ More codes are available for better error detection
capability
4.42
Figure 4.15 Using block coding 4B/5B with NRZ-I line coding scheme
4.43
Figure 4.16 Substitution in 4B/5B block coding
4.44
Table 4.2 4B/5B mapping codes
4.45
We need to send data at a 1-Mbps rate. What is the
minimum required bandwidth, using a combination of
4B/5B and NRZ-I or Manchester coding?
Solution
First 4B/5B block coding increases the bit rate to 1.25
Mbps. The minimum bandwidth using NRZ-I is N/2 or
625 kHz. The Manchester scheme needs a minimum
bandwidth of 1 MHz. The first choice needs a lower
bandwidth, but has a DC component problem; the
second choice needs a higher bandwidth, but does not
have a DC component problem.
Example 4.5
4.46
Figure 4.17 8B/10B block encoding
ā—¼ It is a combination of 5B/6B and 3B/4B encoding for simpler mapping
ā—¼ The disparity controller is used prevent long consecutive 0ā€™s or 1ā€™s
ā—¼ If the bits in the current block creates a disparity that contributes to
the previous disparity, the bits in the current block are complemented
ā—¼ The coding has 210 ā€“ 28 = 768 redundant code that can be used for
disparity checking and error detection
4.47
4-2 ANALOG-TO-DIGITAL CONVERSION
We have seen in Chapter 3 that a digital signal is
superior to an analog signal. The tendency today is
to change an analog signal to digital data. In this
section we describe two techniques, pulse code
modulation and delta modulation.
Pulse Code Modulation (PCM)
Delta Modulation (DM)
Topics discussed in this section:
4.48
Figure 4.21 Components of PCM encoder
1. The analog signal is sampled
2. The sampled signal is quantized
3. The quantized values are encoded as streams of bits
4.49
4.50
4.51
Sampling: Definition and Background
ā—¼ Sampling is converting analog signals into digital by
taking samples at certain uniform intervals called
sampling interval (or sampling period), Ts
ā—¼ The inverse of the sampling interval is called sampling
rate (or sampling frequency), fs = 1/Ts
ā—¼ Sampling is also called Pulse Amplitude Modulation (PAM)
ā—¼ The idea started by telephone carriers to provide long
distance services
ā—¼ The analog voice signal loses power on long distance cables and
therefore require amplifiers
ā—¼ Amplifiers distort the signal due to their own frequency spectrum
and phase changes and they also add noise
ā—¼ Since digital signals are more immune to noise and distortion,
digitization is used
4.52
Figure 4.22 Three different sampling methods for PCM
4.53
Sampling Rate: Nyquist Theorem
ā—¼ Question: How many samples are needed to
digitally reproduce the analog signal
accurately?
ā—¼ Ideally, infinite number of samples
ā—¼ Nyquist Theorem: the sampling rate should
be at least twice the highest frequency
component in the original analog signal
4.54
According to the Nyquist theorem, the
sampling rate must be
at least 2 times the highest frequency
contained in the signal.
Note
4.55
Figure 4.23 Nyquist sampling rate for low-pass and bandpass signals
4.56
For an intuitive example of the Nyquist theorem, let us sample
a simple sine wave at three sampling rates: fs = 4f (2 times the
Nyquist rate), fs=2f (Nyquist rate), and fs = 4f/3 (a little more
than one-half the Nyquist rate). Figure 4.24 shows the
sampling and the subsequent recovery of the signal.
It can be seen that sampling at the Nyquist rate can create a
good approximation of the original sine wave (part a).
Oversampling in part b can also create the same
approximation, but it is redundant and unnecessary. Sampling
below the Nyquist rate (part c) does not produce a signal that
looks like the original sine wave.
Example 4.6
4.57
Figure 4.24 Recovery of a sampled sine wave for different sampling rates
4.58
Telephone companies digitize voice by assuming a
maximum frequency of 4000 Hz. The sampling rate
therefore is 8000 samples per second.
Example 4.9
4.59
A complex low-pass signal has a bandwidth of 200 kHz.
What is the minimum sampling rate for this signal?
Solution
The bandwidth of a low-pass signal is between 0 and f,
where f is the maximum frequency in the signal.
Therefore, we can sample this signal at 2 times the
highest frequency (200 kHz). The sampling rate is
therefore 400,000 samples per second.
Example 4.10
4.60
A complex bandpass signal has a bandwidth of 200
kHz. What is the minimum sampling rate for this
signal?
Solution
We cannot find the minimum sampling rate in this
case because we do not know where the bandwidth
starts or ends. We do not know the maximum
frequency in the signal.
Example 4.11
4.61
Quantization
ā—¼ Quantization: assigning values in a specific range of
sampled instances
ā—¼ Each value is translated into a binary equivalent number
(i.e.; Binary Encoding)
ā—¼ The binary digits are converted into digital signal using
line coding
ā—¼ Steps of quantization:
ā—¼ 1. Assume that the analog signal ranges between Vmin and Vmax
ā—¼ 2. Divide the range into L zones each of height ļ² (delta)
ā—¼ 3. Assign quantized values of 0 to L-1 to the midpoint of the zone
ā—¼ 4. Approximate the sample amplitude to the quantized value
L
V
V min
max āˆ’
=
ļ„
4.62
Figure 4.26 Quantization and encoding of a sampled signal
ā—¼ Vmin = -20 v
ā—¼ Vmax = +20 v
ā—¼ L = 8
ā—¼ ļ² = 5 v
4.63
Quantization Levels and Error
ā—¼ The number of levels, L, depends on:
ā—¼ The amplitude range of the analog signal
ā—¼ The accuracy needed in recovering the signal
ā—¼ Choosing low values of L may increase the quantization
error if the signal changes a lot
ā—¼ The quantization error for each sample is less than ļ²/2 (-
ļ²/2 ā‰¤ error ā‰¤ ļ²/2)
ā—¼ The contribution of the quantization error to the SNRdB of
the signal depends on L or nb (the number of bits per
sample)
SNRdB = 6.02 nb + 1.76 dB
4.64
What is the SNRdB in the example of Figure 4.26?
Solution
We can use the formula to find the quantization. We
have eight levels and 3 bits per sample, so
SNRdB = 6.02(3) + 1.76 = 19.82 dB
Increasing the number of levels increases the SNR.
Example 4.12
4.65
A telephone subscriber line must have an SNRdB above
40. What is the minimum number of bits per sample?
Solution
We can calculate the number of bits as
Example 4.13
Telephone companies usually assign 7 or 8 bits per
sample.
4.66
PCM Bandwidth
ā—¼ Consider a low-pass analog signal
ā—¼ Bit Rate = Sampling Rate x bits per sample
= fs x nb
= 2 x Banalog x log2 L (Nyquist Data Rate)
ā—¼ Bmin = c x N x 1/r = c x fs x nb x 1/r
= c x 2 x Banalog x nb x 1/r
ā—¼ When r=1 (for NRZ or Bipolar) and c=1/2,
Bmin = nb x Banalog
4.67
We want to digitize the human voice. What is the bit
rate, assuming 8 bits per sample?
Solution
The human voice normally contains frequencies from 0
to 4000 Hz. So the sampling rate and bit rate are
calculated as follows:
Sampling Rate = 4000 x 2 = 8000 samples per second
Bit Rate = 8000 x 8 = 64,000 bps = 64 kbps
Example 4.14
4.68
We have a low-pass analog signal of 4 kHz. If we send
the analog signal, we need a channel with a minimum
bandwidth of 4 kHz. If we digitize the signal and send 8
bits per sample, we need a channel with a minimum
bandwidth of 8 Ɨ 4 kHz = 32 kHz.
Example 4.15
4.69
Figure 4.27 Components of a PCM decoder
4.70
Delta Modulation (DM)
ā—¼ PCM is a relatively complex A-to-D technique
ā—¼ DM is a much simpler technique than PCM:
ā—¼ Finds the delta change of the current sample compared to the
previous sample
ā—¼ If the current sample is larger, it sends a 1. Otherwise, it sends a 0
Figure 4.28 The process of delta modulation
4.71
Figure 4.29 Delta modulation components
4.72
Figure 4.30 Delta demodulation components
4.73
4-3 TRANSMISSION MODES
The transmission of binary data across a link can be
accomplished in either parallel or serial mode. In
parallel mode, multiple bits are sent with each clock
tick. In serial mode, 1 bit is sent with each clock tick.
While there is only one way to send parallel data,
there are three subclasses of serial transmission:
asynchronous, synchronous, and isochronous.
Parallel Transmission
Serial Transmission
Topics discussed in this section:
4.74
Figure 4.31 Data transmission and modes
Parallel Transmission
ā—¼ Principle: use n wires to send n bits simultaneously
ā—¼ Advantage: speed (n times faster than serial transmission)
ā—¼ Disadvantage: cost and complexity due to the extra wiring
ā—¼ Usually limited to short distances
ā—¼ Devices: older Centronics printers, internal data & address buses
ā—¼ Adapters: PIA (Par. Interface Adapter), PPI (Par. Peripheral. Interface)
4.75
Figure 4.32 Parallel transmission
4.76
Figure 4.33 Serial transmission
Serial Transmission
ā—¼ Principle: use 1 wire to send 1 bit at a time
ā—¼ Advantage: cost and simplicity (almost a factor of n less than parallel)
ā—¼ Requires serial-to-parallel and parallel-to-serial conversion
ā—¼ Devices: Peripheral devices (e.g. mouse & keyboard), modems, etc.
ā—¼ Adapters: ACIA (Asynchronous Comm. Interface Adapter), UART
(Universal Asynchronous Receiver Transmitter)
Asynchronous Serial Transmission
ā—¼ The information is received and translated by agreed-upon patterns
ā—¼ Usually, patterns are based on grouping the bits into bytes
ā—¼ The sender handles each group independently
ā—¼ Each group is sent whenever it is ready without regard to a timer
ā—¼ To alert the receiver to the arrival of a new group, a ā€œstart bitā€ (usually a 0 bit) is added
to the beginning of the group
ā—¼ To let the receiver know that the byte has finished, 1 or more ā€œstop bitsā€ are appended
to the end of the group
ā—¼ Each group may be followed by a gap of random duration
ā—¼ The gap can be an idle channel or a stream of stop bits
ā—¼ The start and stop bits allow the receiver to synchronize with the data stream within the
group
ā—¼ ā€œAsynchronousā€ means that the sender and receiver do not have to be synchronized at
the group level, but at the bit level within the group
ā—¼ The receiver counts n bits after the start bit and looks for the stop bit
4.77
4.78
In asynchronous transmission, we send
1 start bit (0) at the beginning and 1 or
more stop bits (1s) at the end of each
byte. There may be a gap between
each byte.
Note
4.79
Asynchronous here means
ā€œasynchronous at the byte level,ā€
but the bits are still synchronized;
their durations are the same.
Note
4.80
Figure 4.34 Asynchronous transmission
Synchronous Serial Transmission
ā—¼ The bit stream is combined into longer ā€œframesā€
ā—¼ Each frame may contain multiple bytes without gaps
ā—¼ Mainly, the data is sent as a continuous stream of bits
ā—¼ The receiver decides how to group them (e.g.; into
bytes, characters, numbers, etc.) for decoding purposes
ā—¼ If the sender sends the data in bursts, the gap must be
filled with a special sequence of 0ā€™s & 1ā€™s (i.e.; idle)
ā—¼ Without start and stop bits, the receiver canā€™t adjust its
bit-level synchronization
ā—¼ Therefore, strict timing between the sender and the
receiver is required in order to receive the bits correctly
ā—¼ The advantage of synchronous transmission is speed as
there is no overhead of synchronization bits
4.81
4.82
In synchronous transmission, we send
bits one after another without start or
stop bits or gaps. It is the responsibility
of the receiver to group the bits.
Note
4.83
Figure 4.35 Synchronous transmission
Isochronous Serial Transmission
ā—¼ Used for real-time applications, where:
ā—¼ The synchronization between characters or bytes is
not enough but rather the synchronization of the
entire stream
ā—¼ The delay between frames must be equal or none
ā—¼ The data is received at a fixed rate
ā—¼ Examples: real-time audio and video streaming
4.84

More Related Content

Similar to Computer Networks/Computer Engineering.pdf

Data Communication And Networking - DIGITAL TRANSMISSION
Data Communication And Networking - DIGITAL TRANSMISSIONData Communication And Networking - DIGITAL TRANSMISSION
Data Communication And Networking - DIGITAL TRANSMISSIONAvijeet Negel
Ā 
line coding techniques, block coding and all type of coding
line coding techniques, block coding and all type of codingline coding techniques, block coding and all type of coding
line coding techniques, block coding and all type of codingDrZMaryLivinsaProfEC
Ā 
Ch4 Data communication and networking by neha g. kurale
Ch4 Data communication and networking by neha g. kuraleCh4 Data communication and networking by neha g. kurale
Ch4 Data communication and networking by neha g. kuraleNeha Kurale
Ā 
Data communications 4 1
Data communications 4 1Data communications 4 1
Data communications 4 1Raymond Pidor
Ā 
Chapter 4 - Digital Transmission
Chapter 4 - Digital TransmissionChapter 4 - Digital Transmission
Chapter 4 - Digital TransmissionWayne Jones Jnr
Ā 
Ch04
Ch04Ch04
Ch04H K
Ā 
Chapter2-PhysicalLayer.ppt
Chapter2-PhysicalLayer.pptChapter2-PhysicalLayer.ppt
Chapter2-PhysicalLayer.pptfaisalahmed441
Ā 
Line coding Tec hniques.pptx
Line coding Tec                 hniques.pptxLine coding Tec                 hniques.pptx
Line coding Tec hniques.pptxnaveen088888
Ā 
Data Communication & Computer Networks: Multi level, multi transition & block...
Data Communication & Computer Networks: Multi level, multi transition & block...Data Communication & Computer Networks: Multi level, multi transition & block...
Data Communication & Computer Networks: Multi level, multi transition & block...Dr Rajiv Srivastava
Ā 
Chap4 d t-d conversion
Chap4 d t-d conversionChap4 d t-d conversion
Chap4 d t-d conversionarslan_akbar90
Ā 
Data Communication & Computer Networks:Digital Signal Encoding
Data Communication & Computer Networks:Digital Signal EncodingData Communication & Computer Networks:Digital Signal Encoding
Data Communication & Computer Networks:Digital Signal EncodingDr Rajiv Srivastava
Ā 
Chapter 4 digital transmission computer_network
Chapter 4 digital transmission  computer_networkChapter 4 digital transmission  computer_network
Chapter 4 digital transmission computer_networkDhairya Joshi
Ā 

Similar to Computer Networks/Computer Engineering.pdf (20)

Data Communication And Networking - DIGITAL TRANSMISSION
Data Communication And Networking - DIGITAL TRANSMISSIONData Communication And Networking - DIGITAL TRANSMISSION
Data Communication And Networking - DIGITAL TRANSMISSION
Ā 
line coding techniques, block coding and all type of coding
line coding techniques, block coding and all type of codingline coding techniques, block coding and all type of coding
line coding techniques, block coding and all type of coding
Ā 
Ch04
Ch04Ch04
Ch04
Ā 
Dcn aasignment
Dcn aasignmentDcn aasignment
Dcn aasignment
Ā 
Ch4 Data communication and networking by neha g. kurale
Ch4 Data communication and networking by neha g. kuraleCh4 Data communication and networking by neha g. kurale
Ch4 Data communication and networking by neha g. kurale
Ā 
Data communications 4 1
Data communications 4 1Data communications 4 1
Data communications 4 1
Ā 
Chapter 4 - Digital Transmission
Chapter 4 - Digital TransmissionChapter 4 - Digital Transmission
Chapter 4 - Digital Transmission
Ā 
Chapter 4
Chapter 4Chapter 4
Chapter 4
Ā 
Ch04
Ch04Ch04
Ch04
Ā 
Chapter2-PhysicalLayer.ppt
Chapter2-PhysicalLayer.pptChapter2-PhysicalLayer.ppt
Chapter2-PhysicalLayer.ppt
Ā 
digital layer
digital layerdigital layer
digital layer
Ā 
Cs8591 Computer Networks
Cs8591 Computer NetworksCs8591 Computer Networks
Cs8591 Computer Networks
Ā 
Unit 4
Unit 4Unit 4
Unit 4
Ā 
Line coding Tec hniques.pptx
Line coding Tec                 hniques.pptxLine coding Tec                 hniques.pptx
Line coding Tec hniques.pptx
Ā 
Data Communication & Computer Networks: Multi level, multi transition & block...
Data Communication & Computer Networks: Multi level, multi transition & block...Data Communication & Computer Networks: Multi level, multi transition & block...
Data Communication & Computer Networks: Multi level, multi transition & block...
Ā 
Chap4 d t-d conversion
Chap4 d t-d conversionChap4 d t-d conversion
Chap4 d t-d conversion
Ā 
LECTURE-4 (Data Communication) ~www.fida.com.bd
LECTURE-4 (Data Communication) ~www.fida.com.bdLECTURE-4 (Data Communication) ~www.fida.com.bd
LECTURE-4 (Data Communication) ~www.fida.com.bd
Ā 
Ch04
Ch04Ch04
Ch04
Ā 
Data Communication & Computer Networks:Digital Signal Encoding
Data Communication & Computer Networks:Digital Signal EncodingData Communication & Computer Networks:Digital Signal Encoding
Data Communication & Computer Networks:Digital Signal Encoding
Ā 
Chapter 4 digital transmission computer_network
Chapter 4 digital transmission  computer_networkChapter 4 digital transmission  computer_network
Chapter 4 digital transmission computer_network
Ā 

More from abdnazar2003

laplace transform 2 .pdf
laplace transform 2                  .pdflaplace transform 2                  .pdf
laplace transform 2 .pdfabdnazar2003
Ā 
laplace transform 1 .pdf
laplace transform 1                 .pdflaplace transform 1                 .pdf
laplace transform 1 .pdfabdnazar2003
Ā 
Lecture 4 .pdf
Lecture 4                              .pdfLecture 4                              .pdf
Lecture 4 .pdfabdnazar2003
Ā 
Lecture 3 .pdf
Lecture   3                         .pdfLecture   3                         .pdf
Lecture 3 .pdfabdnazar2003
Ā 
Lecture 2 .pptx
Lecture 2                            .pptxLecture 2                            .pptx
Lecture 2 .pptxabdnazar2003
Ā 
Lecture 2 .pdf
Lecture 2                           .pdfLecture 2                           .pdf
Lecture 2 .pdfabdnazar2003
Ā 
Lecture 1 .pptx
Lecture 1                            .pptxLecture 1                            .pptx
Lecture 1 .pptxabdnazar2003
Ā 
C. N. II Lec.4.pdf h
C. N. II Lec.4.pdf                      hC. N. II Lec.4.pdf                      h
C. N. II Lec.4.pdf habdnazar2003
Ā 
Lecture 2 Connecting LANs, Backbone Networks, and Virtual LANs.ppt
Lecture 2   Connecting LANs, Backbone Networks, and Virtual LANs.pptLecture 2   Connecting LANs, Backbone Networks, and Virtual LANs.ppt
Lecture 2 Connecting LANs, Backbone Networks, and Virtual LANs.pptabdnazar2003
Ā 
Forouzan6e_ch06_PPTs_Accessible 2024.pptx
Forouzan6e_ch06_PPTs_Accessible 2024.pptxForouzan6e_ch06_PPTs_Accessible 2024.pptx
Forouzan6e_ch06_PPTs_Accessible 2024.pptxabdnazar2003
Ā 
Computer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfComputer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfabdnazar2003
Ā 
Computer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfComputer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfabdnazar2003
Ā 
Computer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfComputer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfabdnazar2003
Ā 
Computer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfComputer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfabdnazar2003
Ā 
Computer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfComputer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfabdnazar2003
Ā 
Computer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfComputer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfabdnazar2003
Ā 
Computer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfComputer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfabdnazar2003
Ā 

More from abdnazar2003 (20)

laplace transform 2 .pdf
laplace transform 2                  .pdflaplace transform 2                  .pdf
laplace transform 2 .pdf
Ā 
laplace transform 1 .pdf
laplace transform 1                 .pdflaplace transform 1                 .pdf
laplace transform 1 .pdf
Ā 
Lecture 4 .pdf
Lecture 4                              .pdfLecture 4                              .pdf
Lecture 4 .pdf
Ā 
Lecture 3 .pdf
Lecture   3                         .pdfLecture   3                         .pdf
Lecture 3 .pdf
Ā 
Lecture 2 .pptx
Lecture 2                            .pptxLecture 2                            .pptx
Lecture 2 .pptx
Ā 
Lecture 2 .pdf
Lecture 2                           .pdfLecture 2                           .pdf
Lecture 2 .pdf
Ā 
Lecture 1 .pptx
Lecture 1                            .pptxLecture 1                            .pptx
Lecture 1 .pptx
Ā 
LEC3 t.pdf
LEC3                               t.pdfLEC3                               t.pdf
LEC3 t.pdf
Ā 
LEC2 j.pdf
LEC2                               j.pdfLEC2                               j.pdf
LEC2 j.pdf
Ā 
LEC1 h.pdf
LEC1                               h.pdfLEC1                               h.pdf
LEC1 h.pdf
Ā 
C. N. II Lec.4.pdf h
C. N. II Lec.4.pdf                      hC. N. II Lec.4.pdf                      h
C. N. II Lec.4.pdf h
Ā 
Lecture 2 Connecting LANs, Backbone Networks, and Virtual LANs.ppt
Lecture 2   Connecting LANs, Backbone Networks, and Virtual LANs.pptLecture 2   Connecting LANs, Backbone Networks, and Virtual LANs.ppt
Lecture 2 Connecting LANs, Backbone Networks, and Virtual LANs.ppt
Ā 
Forouzan6e_ch06_PPTs_Accessible 2024.pptx
Forouzan6e_ch06_PPTs_Accessible 2024.pptxForouzan6e_ch06_PPTs_Accessible 2024.pptx
Forouzan6e_ch06_PPTs_Accessible 2024.pptx
Ā 
Computer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfComputer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdf
Ā 
Computer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfComputer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdf
Ā 
Computer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfComputer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdf
Ā 
Computer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfComputer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdf
Ā 
Computer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfComputer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdf
Ā 
Computer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfComputer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdf
Ā 
Computer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfComputer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdf
Ā 

Recently uploaded

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
Ā 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
Ā 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
Ā 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
Ā 
Model Call Girl in Narela Delhi reach out to us at šŸ”8264348440šŸ”
Model Call Girl in Narela Delhi reach out to us at šŸ”8264348440šŸ”Model Call Girl in Narela Delhi reach out to us at šŸ”8264348440šŸ”
Model Call Girl in Narela Delhi reach out to us at šŸ”8264348440šŸ”soniya singh
Ā 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEslot gacor bisa pakai pulsa
Ā 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
Ā 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
Ā 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
Ā 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
Ā 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
Ā 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
Ā 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
Ā 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
Ā 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
Ā 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
Ā 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
Ā 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
Ā 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
Ā 

Recently uploaded (20)

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
Ā 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
Ā 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Ā 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
Ā 
Model Call Girl in Narela Delhi reach out to us at šŸ”8264348440šŸ”
Model Call Girl in Narela Delhi reach out to us at šŸ”8264348440šŸ”Model Call Girl in Narela Delhi reach out to us at šŸ”8264348440šŸ”
Model Call Girl in Narela Delhi reach out to us at šŸ”8264348440šŸ”
Ā 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
Ā 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
Ā 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
Ā 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Ā 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
Ā 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Ā 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
Ā 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
Ā 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
Ā 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Ā 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
Ā 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
Ā 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
Ā 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
Ā 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
Ā 

Computer Networks/Computer Engineering.pdf

  • 1. 4.1 Chapter 4 Digital Transmission Copyright Ā© The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
  • 2. 4.2 4-1 DIGITAL-TO-DIGITAL CONVERSION In this section, we see how we can represent digital data by using digital signals. The conversion involves three techniques: line coding, block coding, and scrambling. Line coding is always needed; block coding and scrambling may or may not be needed. Line Coding Line Coding Schemes Block Coding Scrambling Topics discussed in this section:
  • 3. 4.3 Line Coding ā—¼ Line coding is the process of converting digital data to digital signals ā—¼ At the sender, data elements are encoded into signal elements ā—¼ At the receiver, signal elements are decoded into data elements
  • 4. 4.4 Figure 4.1 Line coding and decoding
  • 5. 4.5 Characteristics of line coding ā—¼ Data Element vs. Signal Element ā—¼ Data Rate vs. Signal Rate ā—¼ Bandwidth ā—¼ Baseline Wandering ā—¼ DC Components ā—¼ Self-Synchronization ā—¼ Built-in Error Detection ā—¼ Immunity to noise and interference ā—¼ Complexity
  • 6. 4.6 Signal Elements vs. Data Elements ā—¼ A data element is the smallest entity that can represent a piece of information (a bit) ā—¼ A signal element is the shortest unit in time of a digital signal (a baud) ā—¼ Data elements are what we need to send ā—¼ Signals elements are what we can send ā—¼ The ratio, r, is defined as the number of data elements carried by each signal element
  • 7. 4.7 Figure 4.2 Signal element versus data element
  • 8. 4.8 Data Rate vs. Signal Rate ā—¼ The data rate (or bit rate), N, is the number of data elements (bits) sent in one second ā—¼ The signal rate (or baud rate or pulse rate or modulation rate), S, is the number of signal elements (bauds) sent in one second ā—¼ The goal is to increase the data rate (and hence the speed of transmission) while decreasing the signal rate (and hence the required bandwidth) ā—¼ Where c is the case factor that depends on the case
  • 9. 4.9 A signal is carrying data in which one data element is encoded as one signal element (r = 1). If the bit rate is 100 kbps, what is the average value of the baud rate if c is between 0 and 1? Solution We assume that the average value of c is 1/2 . The baud rate is then Example 4.1
  • 10. 4.10 The Bandwidth ā—¼ As learned previously, a digital signal that carries information is nonperiodic and its bandwidth is continuous and infinite ā—¼ Also, many of its components have very small amplitude that can be ignored ā—¼ Therefore, the ā€œeffective bandwidthā€ of the real- life digital signal is finite ā—¼ The bandwidth is proportional to the signal rate ā—¼ Given N: ā—¼ Given B: r N c B 1 min ļ‚“ ļ‚“ = r B c N ļ‚“ ļ‚“ = 1 max
  • 11. 4.11 The maximum data rate of a channel (see Chapter 3) is Nmax = 2 Ɨ B Ɨ log2 L (defined by the Nyquist formula). Does this agree with the previous formula for Nmax? Solution A signal with L levels actually can carry log2L bits per level. If each level corresponds to one signal element and we assume the average case (c = 1/2), then we have Example 4.2
  • 12. 4.12 Although the actual bandwidth of a digital signal is infinite, the effective bandwidth is finite. Note
  • 13. 4.13 Baseline Wandering ā—¼ While decoding the received signal, the receiver, calculates the running average of the received signal power, called the ā€œbaselineā€ ā—¼ The incoming signal power is evaluated against the baseline in order to determine the value of the data element ā—¼ Long strings of 0ā€™s or 1ā€™s can cause a drift of the baseline, called ā€œbaseline wanderingā€, which makes it hard for the receiver to correctly decode the signal ā—¼ A good line coding scheme should prevent baseline wandering
  • 14. 4.14 DC Components ā—¼ Long constant voltage levels (DC) in digital signals create low-frequency components ā—¼ DC components are mostly filtered out in systems that canā€™t pass low frequencies ā—¼ A good line coding scheme should have no DC components
  • 15. 4.15 Self-synchronization ā—¼ The sender and receiver must be exactly synchronized in order for the received signals to be interpreted correctly ā—¼ Bit duration, the start, and the end of the bits should be exactly identified by the receiver ā—¼ If the sender and the receiver are running at different clock rates, the bit intervals will not match and the receiver may misinterpret the signals ā—¼ A good ā€œself-synchronizedā€ line coding scheme should keep the receiver well-synchronized
  • 16. 4.16 Figure 4.3 Effect of lack of synchronization
  • 17. 4.17 In a digital transmission, the receiver clock is 0.1 percent faster than the sender clock. How many extra bits per second does the receiver receive if the data rate is 1 kbps? How many if the data rate is 1 Mbps? Solution At 1 kbps, the receiver receives 1001 bps instead of 1000 bps. Example 4.3 At 1 Mbps, the receiver receives 1,001,000 bps instead of 1,000,000 bps.
  • 18. 4.18 Figure 4.4 Line coding schemes
  • 19. 4.19 Figure 4.5 Unipolar NRZ (Non-Return to Zero) scheme ā—¼ Unipolar: All signal levels at one side of the time axis ā—¼ NRZ since the signal does not return to zero in the middle of the bit ā—¼ Relatively very costly scheme in terms of normalized power ā—¼ Hence, not a popular scheme nowadays
  • 20. 4.20 Figure 4.6 Polar NRZ-L (NRZ-Level) and NRZ-I (NRZ-Invert) schemes ā—¼ Polar: The signal levels are on both sides of the time axis ā—¼ NRZ-L: the voltage level determines the value of the bit ā—¼ NRZ-I: the change or lack of change determines the value ā—¼ Baseline Wandering and Synchronization problems: in both, but twice as severe in NRZ-L ā—¼ Both have the DC Component problem
  • 21. 4.21 NRZ-L and NRZ-I both have an average signal rate of N/2 Bd. Note
  • 22. 4.22 NRZ-L and NRZ-I both have a DC component problem. Note
  • 23. 4.23 A system is using NRZ-I to transfer 1 Mbps data. What are the average signal rate and minimum bandwidth? Solution The average signal rate is S = N/2 = 500 kbaud. The minimum bandwidth for this average baud rate is Bmin = S = 500 kHz. Example 4.4
  • 24. 4.24 Figure 4.7 Polar RZ (Return-to-Zero) scheme ā—¼ RZ: the signal changes at the beginning and in middle of bit ā—¼ Solves the synchronization problem in NRZ schemes ā—¼ No DC Component problem ā—¼ Needs two signal levels to encode a bit āž” more bandwidth ā—¼ Uses 3 signal levels āž” more complex ā—¼ Not a popular scheme
  • 25. 4.25 Figure 4.8 Polar biphase: Manchester and differential Manchester schemes ā—¼ Overcome the problems of NRZ-L & NRZ-I ā—¼ The cost is doubling the signal rate and hence the minimum bandwidth
  • 26. 4.26 In Manchester and differential Manchester encoding, the transition at the middle of the bit is used for synchronization. Note
  • 27. 4.27 The minimum bandwidth of Manchester and differential Manchester is 2 times that of NRZ. Note
  • 28. 4.28 In bipolar encoding, we use three levels: positive, zero, and negative. Note
  • 29. 4.29 Figure 4.9 Bipolar schemes: AMI and pseudoternary ā—¼ AMI (Alternate Mark Inversion) = Alternate 1 Inversion ā—¼ AMI: 0 = zero volt, 1 = alternating positive and negative ā—¼ Pseudoternary: 1 = zero volt, 0 = alter. pos. and neg. ā—¼ No DC component. Why? ā—¼ What about synchronization?
  • 30. 4.30 Multi-Level Line Encoding Schemes (mBnL) ā—¼ The goal is to increase the number of bits per baud by encoding a pattern of m DEā€™s into a pattern of n SEā€™s ā—¼ Binary data elements āž” 2m data patterns ā—¼ L signal levels āž” Ln signal patterns ā—¼ If 2m = Ln āž” each data pattern has a signal pattern ā—¼ If 2m < Ln āž” data patterns form a subset of the signal patterns ā—¼ Extra signal patterns can be used for better synch. and error detection ā—¼ If 2m > Ln āž” not enough signal patterns (not allowed) ā—¼ mBnL āž” Binary patterns of length m, signal patterns of length n with L signal levels ā—¼ L can be replaced by: ā—¼ B (Binary) āž” L=2 (e.g.; 2B2B) ā—¼ T (Ternary) āž” L=3 (e.g.; 8B6T) ā—¼ Q (Quaternary) āž” L=4 (e.g.; 2B1Q)
  • 31. 4.31 In mBnL schemes, a pattern of m data elements is encoded as a pattern of n signal elements in which 2m ā‰¤ Ln. Note
  • 32. 4.32 Figure 4.10 Multilevel: 2B1Q (2 Binary 1 Quaternary) scheme ā—¼ Faster data rate. Why? ā—¼ L = 4 āž” complex receiver & 22 = 41 āž” no extra signal patterns ā—¼ What about the DC Comp.? Not balanced (scrambling used to help) ā—¼ What about synchronization and baseline wandering? (same) 2
  • 33. 4.33 Figure 4.11 Multilevel: 8B6T (Eight Binary 6 Ternary) scheme ā—¼ 36 - 28 = 473 extra signal patterns āž” good synchronization and error detection ā—¼ Each pattern has a weight of either 0 or +1 DC values ā—¼ If two consecutive patterns with +1 weight, the sender inverts the second pattern. Why? ā—¼ How does the receiver recognize the inverted pattern? ā—¼ Savg = Ā½ x N x 6/8 = 3N/8
  • 34. 4.34 Figure 4.12 Multilevel: 4D-PAM5 scheme ā—¼ 4-dimentional five-level pulse amplitude modulation ā—¼ Level-0 is only used for error-correction ā—¼ Equivalent to 8B4Q scheme with Smax = N x 4/8 = N/2 ā—¼ Four signal are sent simultaneously over four different wires ā—¼ Smax = N/8 ā—¼ Used in Gigabit LANs over 4 copper cables
  • 35. 4.35 Figure 4.13 Multi-transition: MLT-3 scheme ā—¼ If next bit is 0 āž” no transition (problematic long string of 0ā€™s) ā—¼ If next bit is 1 and current level is not zero āž” next level is 0 ā—¼ If next bit is 1 and current level is zero āž” alternate the nonzero level ā—¼ The worst case is a periodic signal with period of 4/N ā—¼ āž” Smax = N/4
  • 36. 4.36 Table 4.1 Summary of line coding schemes
  • 37. 4.37 Block Coding ā—¼ The process of stuffing the bit stream with redundant bits in order to: ā—¼ Ensure synchronization ā—¼ Detect errors ā—¼ The bit stream is divided into groups of m bits (called blocks) ā—¼ Each group is substituted with a different (usually larger) group of n bits (a code) ā—¼ This is referred to as mB/nB coding
  • 38. 4.38 Block coding is normally referred to as mB/nB coding; it replaces each m-bit group with an n-bit group. Note
  • 39. 4.39 Steps in Block Coding Transformation ā—¼ Step 1: Division ā—¼ The bit stream is divided into groups of m bits ā—¼ Step 2: Substitution ā—¼ The m-bit groups are substituted with n-bit codes, where n>m ā—¼ A number of n-bit codes are carefully chosen to ensure that the synchronization and error detection are achieved ā—¼ Notice that at most only one half of the n-bit codes are needed. Why? ā—¼ Step 4: Combination ā—¼ The n-bit groups are combined together to form a new bit stream ā—¼ Step 3: Line Coding ā—¼ A simple line coding scheme is used to convert the new bit stream into signals ā—¼ No need for a complex line coding scheme since block coding ensures at least the synchronization
  • 40. 4.40 Figure 4.14 Block coding concept
  • 41. 4.41 Common Block Codes ā—¼ 4B/5B Code ā—¼ Every 4-bit block of data is substituted with a 5-bit codes ā—¼ The 5-bit codes are line encoded with NRZ-I ā—¼ Each code has no more than one leading 0 and no more than two trailing 0ā€™s (i.e.; no more than 3 consecutive 0ā€™s will ever be transmitted) ā—¼ What about consecutive 1ā€™s? Why is it not handled? ā—¼ 20% more bauds on NRZ-I due to using redundant bits ā—¼ Unused codes provide a kind of error detection. How? ā—¼ What about the DC component problem with NRZ-I? ā—¼ 8B/10B Code ā—¼ Same as 4B/5B except for the number of bits substituted ā—¼ More codes are available for better error detection capability
  • 42. 4.42 Figure 4.15 Using block coding 4B/5B with NRZ-I line coding scheme
  • 43. 4.43 Figure 4.16 Substitution in 4B/5B block coding
  • 44. 4.44 Table 4.2 4B/5B mapping codes
  • 45. 4.45 We need to send data at a 1-Mbps rate. What is the minimum required bandwidth, using a combination of 4B/5B and NRZ-I or Manchester coding? Solution First 4B/5B block coding increases the bit rate to 1.25 Mbps. The minimum bandwidth using NRZ-I is N/2 or 625 kHz. The Manchester scheme needs a minimum bandwidth of 1 MHz. The first choice needs a lower bandwidth, but has a DC component problem; the second choice needs a higher bandwidth, but does not have a DC component problem. Example 4.5
  • 46. 4.46 Figure 4.17 8B/10B block encoding ā—¼ It is a combination of 5B/6B and 3B/4B encoding for simpler mapping ā—¼ The disparity controller is used prevent long consecutive 0ā€™s or 1ā€™s ā—¼ If the bits in the current block creates a disparity that contributes to the previous disparity, the bits in the current block are complemented ā—¼ The coding has 210 ā€“ 28 = 768 redundant code that can be used for disparity checking and error detection
  • 47. 4.47 4-2 ANALOG-TO-DIGITAL CONVERSION We have seen in Chapter 3 that a digital signal is superior to an analog signal. The tendency today is to change an analog signal to digital data. In this section we describe two techniques, pulse code modulation and delta modulation. Pulse Code Modulation (PCM) Delta Modulation (DM) Topics discussed in this section:
  • 48. 4.48 Figure 4.21 Components of PCM encoder 1. The analog signal is sampled 2. The sampled signal is quantized 3. The quantized values are encoded as streams of bits
  • 49. 4.49
  • 50. 4.50
  • 51. 4.51 Sampling: Definition and Background ā—¼ Sampling is converting analog signals into digital by taking samples at certain uniform intervals called sampling interval (or sampling period), Ts ā—¼ The inverse of the sampling interval is called sampling rate (or sampling frequency), fs = 1/Ts ā—¼ Sampling is also called Pulse Amplitude Modulation (PAM) ā—¼ The idea started by telephone carriers to provide long distance services ā—¼ The analog voice signal loses power on long distance cables and therefore require amplifiers ā—¼ Amplifiers distort the signal due to their own frequency spectrum and phase changes and they also add noise ā—¼ Since digital signals are more immune to noise and distortion, digitization is used
  • 52. 4.52 Figure 4.22 Three different sampling methods for PCM
  • 53. 4.53 Sampling Rate: Nyquist Theorem ā—¼ Question: How many samples are needed to digitally reproduce the analog signal accurately? ā—¼ Ideally, infinite number of samples ā—¼ Nyquist Theorem: the sampling rate should be at least twice the highest frequency component in the original analog signal
  • 54. 4.54 According to the Nyquist theorem, the sampling rate must be at least 2 times the highest frequency contained in the signal. Note
  • 55. 4.55 Figure 4.23 Nyquist sampling rate for low-pass and bandpass signals
  • 56. 4.56 For an intuitive example of the Nyquist theorem, let us sample a simple sine wave at three sampling rates: fs = 4f (2 times the Nyquist rate), fs=2f (Nyquist rate), and fs = 4f/3 (a little more than one-half the Nyquist rate). Figure 4.24 shows the sampling and the subsequent recovery of the signal. It can be seen that sampling at the Nyquist rate can create a good approximation of the original sine wave (part a). Oversampling in part b can also create the same approximation, but it is redundant and unnecessary. Sampling below the Nyquist rate (part c) does not produce a signal that looks like the original sine wave. Example 4.6
  • 57. 4.57 Figure 4.24 Recovery of a sampled sine wave for different sampling rates
  • 58. 4.58 Telephone companies digitize voice by assuming a maximum frequency of 4000 Hz. The sampling rate therefore is 8000 samples per second. Example 4.9
  • 59. 4.59 A complex low-pass signal has a bandwidth of 200 kHz. What is the minimum sampling rate for this signal? Solution The bandwidth of a low-pass signal is between 0 and f, where f is the maximum frequency in the signal. Therefore, we can sample this signal at 2 times the highest frequency (200 kHz). The sampling rate is therefore 400,000 samples per second. Example 4.10
  • 60. 4.60 A complex bandpass signal has a bandwidth of 200 kHz. What is the minimum sampling rate for this signal? Solution We cannot find the minimum sampling rate in this case because we do not know where the bandwidth starts or ends. We do not know the maximum frequency in the signal. Example 4.11
  • 61. 4.61 Quantization ā—¼ Quantization: assigning values in a specific range of sampled instances ā—¼ Each value is translated into a binary equivalent number (i.e.; Binary Encoding) ā—¼ The binary digits are converted into digital signal using line coding ā—¼ Steps of quantization: ā—¼ 1. Assume that the analog signal ranges between Vmin and Vmax ā—¼ 2. Divide the range into L zones each of height ļ² (delta) ā—¼ 3. Assign quantized values of 0 to L-1 to the midpoint of the zone ā—¼ 4. Approximate the sample amplitude to the quantized value L V V min max āˆ’ = ļ„
  • 62. 4.62 Figure 4.26 Quantization and encoding of a sampled signal ā—¼ Vmin = -20 v ā—¼ Vmax = +20 v ā—¼ L = 8 ā—¼ ļ² = 5 v
  • 63. 4.63 Quantization Levels and Error ā—¼ The number of levels, L, depends on: ā—¼ The amplitude range of the analog signal ā—¼ The accuracy needed in recovering the signal ā—¼ Choosing low values of L may increase the quantization error if the signal changes a lot ā—¼ The quantization error for each sample is less than ļ²/2 (- ļ²/2 ā‰¤ error ā‰¤ ļ²/2) ā—¼ The contribution of the quantization error to the SNRdB of the signal depends on L or nb (the number of bits per sample) SNRdB = 6.02 nb + 1.76 dB
  • 64. 4.64 What is the SNRdB in the example of Figure 4.26? Solution We can use the formula to find the quantization. We have eight levels and 3 bits per sample, so SNRdB = 6.02(3) + 1.76 = 19.82 dB Increasing the number of levels increases the SNR. Example 4.12
  • 65. 4.65 A telephone subscriber line must have an SNRdB above 40. What is the minimum number of bits per sample? Solution We can calculate the number of bits as Example 4.13 Telephone companies usually assign 7 or 8 bits per sample.
  • 66. 4.66 PCM Bandwidth ā—¼ Consider a low-pass analog signal ā—¼ Bit Rate = Sampling Rate x bits per sample = fs x nb = 2 x Banalog x log2 L (Nyquist Data Rate) ā—¼ Bmin = c x N x 1/r = c x fs x nb x 1/r = c x 2 x Banalog x nb x 1/r ā—¼ When r=1 (for NRZ or Bipolar) and c=1/2, Bmin = nb x Banalog
  • 67. 4.67 We want to digitize the human voice. What is the bit rate, assuming 8 bits per sample? Solution The human voice normally contains frequencies from 0 to 4000 Hz. So the sampling rate and bit rate are calculated as follows: Sampling Rate = 4000 x 2 = 8000 samples per second Bit Rate = 8000 x 8 = 64,000 bps = 64 kbps Example 4.14
  • 68. 4.68 We have a low-pass analog signal of 4 kHz. If we send the analog signal, we need a channel with a minimum bandwidth of 4 kHz. If we digitize the signal and send 8 bits per sample, we need a channel with a minimum bandwidth of 8 Ɨ 4 kHz = 32 kHz. Example 4.15
  • 69. 4.69 Figure 4.27 Components of a PCM decoder
  • 70. 4.70 Delta Modulation (DM) ā—¼ PCM is a relatively complex A-to-D technique ā—¼ DM is a much simpler technique than PCM: ā—¼ Finds the delta change of the current sample compared to the previous sample ā—¼ If the current sample is larger, it sends a 1. Otherwise, it sends a 0 Figure 4.28 The process of delta modulation
  • 71. 4.71 Figure 4.29 Delta modulation components
  • 72. 4.72 Figure 4.30 Delta demodulation components
  • 73. 4.73 4-3 TRANSMISSION MODES The transmission of binary data across a link can be accomplished in either parallel or serial mode. In parallel mode, multiple bits are sent with each clock tick. In serial mode, 1 bit is sent with each clock tick. While there is only one way to send parallel data, there are three subclasses of serial transmission: asynchronous, synchronous, and isochronous. Parallel Transmission Serial Transmission Topics discussed in this section:
  • 74. 4.74 Figure 4.31 Data transmission and modes
  • 75. Parallel Transmission ā—¼ Principle: use n wires to send n bits simultaneously ā—¼ Advantage: speed (n times faster than serial transmission) ā—¼ Disadvantage: cost and complexity due to the extra wiring ā—¼ Usually limited to short distances ā—¼ Devices: older Centronics printers, internal data & address buses ā—¼ Adapters: PIA (Par. Interface Adapter), PPI (Par. Peripheral. Interface) 4.75 Figure 4.32 Parallel transmission
  • 76. 4.76 Figure 4.33 Serial transmission Serial Transmission ā—¼ Principle: use 1 wire to send 1 bit at a time ā—¼ Advantage: cost and simplicity (almost a factor of n less than parallel) ā—¼ Requires serial-to-parallel and parallel-to-serial conversion ā—¼ Devices: Peripheral devices (e.g. mouse & keyboard), modems, etc. ā—¼ Adapters: ACIA (Asynchronous Comm. Interface Adapter), UART (Universal Asynchronous Receiver Transmitter)
  • 77. Asynchronous Serial Transmission ā—¼ The information is received and translated by agreed-upon patterns ā—¼ Usually, patterns are based on grouping the bits into bytes ā—¼ The sender handles each group independently ā—¼ Each group is sent whenever it is ready without regard to a timer ā—¼ To alert the receiver to the arrival of a new group, a ā€œstart bitā€ (usually a 0 bit) is added to the beginning of the group ā—¼ To let the receiver know that the byte has finished, 1 or more ā€œstop bitsā€ are appended to the end of the group ā—¼ Each group may be followed by a gap of random duration ā—¼ The gap can be an idle channel or a stream of stop bits ā—¼ The start and stop bits allow the receiver to synchronize with the data stream within the group ā—¼ ā€œAsynchronousā€ means that the sender and receiver do not have to be synchronized at the group level, but at the bit level within the group ā—¼ The receiver counts n bits after the start bit and looks for the stop bit 4.77
  • 78. 4.78 In asynchronous transmission, we send 1 start bit (0) at the beginning and 1 or more stop bits (1s) at the end of each byte. There may be a gap between each byte. Note
  • 79. 4.79 Asynchronous here means ā€œasynchronous at the byte level,ā€ but the bits are still synchronized; their durations are the same. Note
  • 81. Synchronous Serial Transmission ā—¼ The bit stream is combined into longer ā€œframesā€ ā—¼ Each frame may contain multiple bytes without gaps ā—¼ Mainly, the data is sent as a continuous stream of bits ā—¼ The receiver decides how to group them (e.g.; into bytes, characters, numbers, etc.) for decoding purposes ā—¼ If the sender sends the data in bursts, the gap must be filled with a special sequence of 0ā€™s & 1ā€™s (i.e.; idle) ā—¼ Without start and stop bits, the receiver canā€™t adjust its bit-level synchronization ā—¼ Therefore, strict timing between the sender and the receiver is required in order to receive the bits correctly ā—¼ The advantage of synchronous transmission is speed as there is no overhead of synchronization bits 4.81
  • 82. 4.82 In synchronous transmission, we send bits one after another without start or stop bits or gaps. It is the responsibility of the receiver to group the bits. Note
  • 84. Isochronous Serial Transmission ā—¼ Used for real-time applications, where: ā—¼ The synchronization between characters or bytes is not enough but rather the synchronization of the entire stream ā—¼ The delay between frames must be equal or none ā—¼ The data is received at a fixed rate ā—¼ Examples: real-time audio and video streaming 4.84