DCN - Class - Test - 1-S-25 Model Answers
DCN - Class - Test - 1-S-25 Model Answers
Sr. no Questions
1( d)
2. Quantisation:
Sampling yields discrete form of continuous analog signal. Every discrete patter shows
the amplitude of the analog signal at that instance.
Quantisation is done between the maximum amplitude value and the minimum
amplitude value. Quantisation is approximation of the instantaneous analog value.
3. Encoding:
In encoding, each approximated value is then converted into binary format.
Components:
Core:
The innermost layer made of a transparent dielectric material (usually glass or plastic) that
carries light.
Cladding:
A layer surrounding the core with a lower refractive index, crucial for total internal reflection.
Buffer Coating:
A protective layer, often made of plastic or silicon rubber, that further shields the fiber.
Strengthening Members:
2(d) Layers, sometimes including aramid yarn or glass yarn, to protect the inner layers from
crushing and tension.
Cable Jacket:
The outermost layer, providing protection against environmental factors like moisture, UV
radiation, and physical damage.
Construction Process:
The core and cladding are drawn together to create the optical fiber.
The optical fiber is then coated with a protective buffer layer.
The strengthened members are added to protect the fiber from external forces.
Finally, a protective jacket is applied, usually made of polyethylene or PVC.
How it works:
Light enters the core of the fiber optic cable and undergoes total internal reflection at the
core-cladding interface, allowing the light to travel through the fiber without losing much
intensity.
The cladding's lower refractive index ensures that the light does not escape the core. The
protective layers ensure the fiber's structural integrity and resistance to environmental
damage.
Time division multiplexing (TDM) is a communications process that transmits two or more
streaming digital signals over a common channel.
In TDM, incoming signals are divided into equal fixed-length time slots. After multiplexing,
these signals are transmitted over a shared medium and reassembled into their original
format after de-multiplexing.
Time slot selection is directly proportional to overall system efficiency.
Time division multiplexing (TDM) is also known as a digital circuit switched.
There are two types of TDM synchronous and asynchronous.
Examples of utilizing TDM include digitally transmitting telephone conversations over the
same four-wire copper cable or fiber optical cable in a TDM telephone network; these systems
may use pulse code modulation (PCM)
Advantages:
1. TDM systems are more flexible than FDM
2. Time vision multiplexing circuitry is not complex.
3. Problem of crosstalk is not severe
4. In TDM, the user gets full bandwidth of the channel in a particular time slot.
Disadvantages:
1. Synchronisation is required in time division multiplexing.
2. It is not much suitable for continuous signals
3. In TDM extra guard time are necessary
That means only one bit in a transmitted byte will change from 1 to 0 or 0 to 1.
4. Burst errors:
If two or more bits from the data unit such as a byte change from 1 to 0 or from 0 to 1 then
burst errors are said to have occurred.
Packet switching is a method of transmitting data across a network by breaking it into smaller
units called packets.
These packets are then sent independently, and can travel different routes through the
network, eventually being reassembled at the destination. This approach allows for more
efficient use of network resources and can handle network congestion better than other
methods.
Before transmission, data is divided into small, fixed-size or variable-size packets.
Each packet contains a header with information about the source and destination addresses,
as well as the packet's sequence number. The header also includes error-checking
information to ensure data integrity.
Unlike circuit switching, which establishes a dedicated connection, packet switching allows
packets to travel independently across the network.
Packets can be routed through different paths, avoiding congestion and finding the most
efficient route.
This flexibility makes packet switching suitable for networks with variable traffic and potential
failures.
At the destination, the packets are received and reassembled in their original order based on
the sequence number in their headers.
This reassembly creates the original data, allowing it to be accessed and used by the receiving
device.
Advantages:
1. Scalability: Datagram switching is highly scalable and can handle large amounts of traffic on a
network.
2. Flexibility: Datagram switching is flexible and can support variable packet sizes and data rates.
3. Simple routing: Datagram switching does not require a pre-established path for each packet,
allowing packets to be routed dynamically.
4. Lower latency: Datagram switching typically has lower latency than virtual circuit switching,
as packets are sent immediately without any delay for setup.
Disadvantages:
1. Higher error rates: Datagram switching is more susceptible to errors than virtual circuit
switching, as there is no guaranteed delivery or error correction.
2. Lack of QoS(Quality of Service): Datagram switching does not provide any Quality of Service
guarantees, meaning that different types of traffic may be treated equally.
3. Increased network congestion: Without a pre-established path for each packet, datagram
switching can lead to increased network congestion and potential delays.