Computer Networks Important Questions
Computer Networks Important Questions
Q9. What is computer network and what are the different categories
of Network?
Ans9. A computer network is a group of computers linked to each
other that enables the computer to communicate with another
computer and share their resources, data, and applications.
Advantages:
Disadvantages:
Advantages:
Disadvantages:
Disadvantages:
Ans10.
It is horizontally
It is vertically approached
Approach approached
Delivery of the
Delivery of the package is package is not
guaranteed in OSI Model guaranteed in TCP/IP
Delivery Model
Parameters OSI Model TCP/IP Model
Error Built into Data Link and Built into protocols like
Handling Transport layers TCP
Ans11.
1. Attenuation
2. Distortion
3. Noise
4. Throughput
5. Propagation speed
6. Propagation Time
7. Wave Length
8. Frequency
9. Amplitude
Ans 12.
1. Attenuation
2. Distortion
3. Noise
4. Throughput
5. Propagation Speed
6. Propagation Time
7. Wavelength
9. Amplitude
Ans13.
1. Physical Layer
3. Network Layer
5. Session Layer
6. Presentation Layer
7. Application Layer
Advantages of Multiplexing
Disadvantages of Multiplexing
1. Increased Complexity:
Requires more complex equipment and protocols for
multiplexing and demultiplexing, complicating system design
and management.
2. Potential for Interference:
Risk of crosstalk and interference between signals, which can
degrade data quality and lead to transmission errors.
3. Latency Issues:
Additional processing time may introduce delays in data
transmission, affecting real-time communication applications.
4. Single Point of Failure:
A failure in the multiplexing system can impact multiple signals,
leading to greater disruptions in communication.
5. Dependence on Standards:
Requires adherence to specific protocols, which may limit
compatibility and interoperability with different systems.
1. Simultaneous Transmission:
Allows multiple signals to be transmitted simultaneously over
the same channel without interference.
2. Efficient Bandwidth Use:
Maximizes the utilization of available bandwidth by allocating
separate frequency bands for each signal.
3. Low Latency:
Generally offers low latency in transmission since channels
operate independently.
4. Simplicity in Implementation:
FDM systems are relatively straightforward to design and
implement, especially for analog signals.
5. Good for Analog Signals:
Particularly effective for broadcasting and communication of
analog signals, like radio and television.
1. Bandwidth Limitations:
Limited by the available bandwidth; too many signals can lead
to congestion and inefficiency.
2. Interference Risk:
Potential for interference between channels if not properly
managed or filtered.
3. Complex Receiver Design:
Requires complex receivers to separate and demodulate
multiple frequency channels.
4. Guard Bands Required:
Necessitates guard bands between channels to prevent
interference, which can waste bandwidth.
5. Inefficient for Digital Signals:
Less efficient for digital communication compared to other
multiplexing methods like Time Division Multiplexing (TDM).
Disadvantages of TDM
1. Latency Issues:
Time delays may occur, especially if slots are not fully utilized,
affecting real-time applications.
2. Complexity in Synchronization:
Requires precise timing and synchronization between sender
and receiver, complicating system design.
3. Underutilization Risk:
If one signal has low data transmission, time slots can remain
unused, leading to inefficiency.
4. Fixed Bandwidth Allocation:
Once time slots are defined, they may not adapt well to
changing traffic demands.
1. High Capacity:
Significantly increases data transmission capacity by allowing
multiple wavelengths to be sent simultaneously.
2. Efficient Bandwidth Use:
Utilizes the full potential of fiber optic cables, maximizing the
amount of data transmitted.
3. Scalability:
Easily accommodates additional channels by adding more
wavelengths as needed.
4. Minimal Interference:
Each channel operates at a different wavelength, reducing the
risk of crosstalk and interference.
Disadvantages of WDM
1. Cost of Equipment:
Higher initial costs for WDM equipment and infrastructure
compared to traditional methods.
2. Complexity in Design:
More complex systems require precise wavelength
management and additional components like multiplexers and
demultiplexers.
3. Signal Degradation:
Signal quality can degrade over long distances without proper
amplification and management.
4. Limited by Fiber Characteristics:
Performance may be affected by the physical properties of the
fiber, such as attenuation and dispersion.
Q17. What are the advantages and disadvantages of circuit
switching?
1. Guaranteed Bandwidth:
Provides a constant and dedicated bandwidth for
uninterrupted communication.
2. Low Latency:
Minimizes delay due to a pre-established connection, ensuring
quick data transmission.
3. Stable Connection:
Offers a reliable and consistent connection, ideal for voice calls.
4. Simplicity:
Straightforward implementation and management with fixed
circuits for each call.
A single bit error occurs when one bit of a data unit is altered
during transmission. This can happen due to noise, interference,
or hardware malfunctions. For example, if the original data is
"101010" and it is received as "101110," the third bit has changed
from 0 to 1. Single bit errors are relatively easy to detect and
correct using error detection and correction techniques like parity
checks or checksums.
Burst Error
Ans 19.
Q20. Explain the meaning of error correction and error detection?
Meaning:
Error detection refers to the process of identifying errors in
transmitted data. It involves using algorithms or methods to check if
the received data matches the sent data. If discrepancies are found,
the system can take appropriate action, such as requesting
retransmission.
Common Techniques:
• Parity Bits: Adding a bit that makes the total number of 1s even
(even parity) or odd (odd parity).
• Checksums: Summing the data and sending the result along
with the data; the receiver recalculates the sum to check for
errors.
• Cyclic Redundancy Check (CRC): A more complex method that
uses polynomial division to detect changes to raw data.
Error Correction
Meaning:
Error correction goes a step further by not only detecting errors but
also correcting them without requiring retransmission. This process
involves using specific algorithms that can reconstruct the original
data based on the detected errors.
Common Techniques:
Ans21.
In the Stop and Wait protocol, the sender sends In the Sliding Window protocol, the sender sends
Mechanism a single frame and waits for acknowledgment multiple frames at a time and retransmits the
from the receiver. damaged frames.
Window Sender's window size in Stop and Wait Sender's window size in Sliding Window protocol
Size protocol is 1. varies from "1 to n".
Stop and Wait protocol efficiency is Sliding Window protocol efficiency is formulated as
Efficiency formulated as 1/(1+2a) where "a" is ratio of N/(1+2a) where N is no. of window frames and a is
propagation delay vs transmission delay. ratio of propagation delay vs transmission delay.
Duplex Stop and Wait protocol is half duplex in nature Sliding Window protocol is full duplex in nature.
Q22. Write a Short Note on