FDSF
FDSF
FDSF
Circuits
● Physical Circuit - actual physical connections and hardware components that transmit
data signals
● Logical Circuit - is a conceptual or virtual pathway created within a network for data
transmission.
Communication Media
● Guided media are those in which the message flows through a physical medium such as
a twisted pair wire, coaxial cable, or fiber-optic cable; the medium “guides” the signal.
● Wireless media are those in which the message is broadcast through the air, such as
microwave or satellite.
Physical Medias:
● Twisted Pair
● Coaxial
● Fiber-Optic Cable
● Radio
● Infrared
● Microwave
● Satellite Communication
Coding
● Code/ Coding Scheme - groups of bits representing the set of characters that are
the “alphabet” of any given system
● Ex. ASCII, EBCDIC, or Unicode
Transmission Modes
● Transmission Modes defines how data is physically transmitted between devices,
specifying how bits are sent and received over communication channels
● Serial Mode - Data is sent one bit at a time sequentially over a single
communication channel. This mode is commonly used when simplicity, longer
distances, or limited bandwidth are considerations
● Parallel Mode - Data is sent multiple bits at a time over multiple parallel
communication channels. This mode allows for faster data transfer rates but can
be more complex and expensive to implement.
Digital Transmission
● is the transmission of binary electrical or light pulses in that it only has two
possible states, a 1 or a 0.
● Signaling of Bits
○ set of symbols (to define how to send a 1 and a 0) and the symbol rate
(how many symbols will be sent per second)
○ Digital Transmission Techniques:
■ Unipolar Encoding
● In Unipolar encoding, only one polarity (usually positive) is
used to represent binary digits.
● Binary 0 is represented by a signal with no voltage (e.g., 0
volts), while binary 1 is represented by a signal with a
positive voltage.
● Unipolar encoding is simple and easy to implement but is
susceptible to signal degradation and errors due to the lack
of a clear reference point.
■ Bipolar Encoding:
● Bipolar encoding uses both positive and negative voltage
polarities to represent binary digits.
● AMI, RZ, NRZ bipolar encodint types
■ Manchester Encoding:
● Manchester encoding combines clock information with the
data to be transmitted, ensuring synchronization between
the sender and receiver.
● Each bit period is divided into two halves. A high-to-low
voltage transition represents a binary 1, while a low-to-high
voltage transition represents a binary 0.
● The midpoint of each bit period serves as the clocking
reference, allowing the receiver to accurately detect the
transmitted data and synchronize with the sender.
● Manchester encoding provides better synchronization and
error detection capabilities compared to unipolar and
bipolar encoding techniques.
● Used by Ethernet Cables
Modulation
● Is the changing of shape of a wave in different ways to represent a 1 or 0
● Amplitude Modulation
○ High amplitude:1 :: Low Amplitude:0
● Frequency Modulation
○ High Frequency:1 :: Low Frequency:0
● Phase Modulation
○ Going up:1 :: Going Down:0
● Multiple Bits Simultaneously
○ 1 bit of information : 2 symbols
○ 2 bit of information : 4 symbols
○ 3 bit of information : 8 symbols
○ N bit of information : 2^n symbols
○ Multiple bits per symbol might be encoded using amplitude, frequency,
and phase modulation – e.g., PM: phase shifts of 0 deg, 90 deg, 180 deg,
and 270deg
Capacity of a Circuit
● Bit: a unit of information
● Baud: a unit of signaling speed
● Bit rate (or data rate): b
– Number of bits transmitted per second
● Baud rate or symbol rate: s
– number of symbols rtransmitted per second
● bandwidth is the difference between the highest and the lowest frequencies in a
band or se of frequencies
● Data compression can increase throughput of data over acommunication link by
literally compressing the data
○ Example: Lempel-Ziv encoding
○ – Used in V.44, the ISO standard for data compression
○ – Creates (while transmitting) a dictionary of two-, three-,and
four-character combinations in a message
○ – Anytime one of these patterns is detected, its index indictionary is sent
(instead of actual data)
○ – Average reduction: 6:1 (depends on the text)
○ Provides 6 times more data sent per second