Grade 11Cs Class Notes Computer Networks and Data Communication
Grade 11Cs Class Notes Computer Networks and Data Communication
TYPES OF NETWORKS
Local Area Network (LAN): LANs are used to connect devices within a limited geographical
area, such as a home, office building, or campus. They offer high data transfer rates and are
typically privately owned and controlled.
Metropolitan Area Network (MAN): MANs span a larger area than LANs but are smaller than
WANs. They connect multiple LANs within a city or metropolitan area, providing high-speed
connections for organizations and institutions.
Wide Area Network (WAN): WANs cover larger areas, such as cities, countries, or even global
networks. They connect multiple LANs or other networks and use public or private
telecommunication links to facilitate long-distance communication.
Wireless Network: Wireless networks use wireless communication technologies, such as Wi-Fi,
to connect devices without the need for physical cables. They are commonly used in homes,
offices, and public spaces.
Virtual Private Network (VPN): VPNs establish secure and encrypted connections over public
networks, such as the internet. They enable remote users to access a private network securely.
Storage Area Network (SAN): SANs are dedicated networks designed to provide high-speed
access to storage devices, such as disk arrays or tape libraries. They are commonly used in data
centers and enterprise storage environments.
NETWORK TOPOLOGIES:
1. Bus Topology: In a bus topology, all devices are connected to a central cable called the
bus. Data is transmitted along the bus, and each device receives the data intended for it.
However, if the main cable fails, the entire network can be affected.
2. Star Topology: In a star topology, each device is connected to a central device, such as a
switch or hub. All data transmissions pass through the central device, which allows for
easier management and fault isolation. However, if the central device fails, the connected
devices may lose connectivity.
3. Ring Topology: In a ring topology, devices are connected in a closed loop, where data
travels from one device to the next until it reaches the destination. Each device receives
and forwards the data. Failure of any device or link can disrupt the entire network.
4. Mesh Topology: In a mesh topology, every device is connected to every other device,
forming a fully interconnected network. This allows for redundant paths and high fault
tolerance. However, it requires a large number of connections, making it costly and
complex to implement.
5. Hybrid Topology: Hybrid topologies combine two or more basic topologies to form a
more flexible and scalable network. For example, a network may have a combination of
star and bus topologies to meet specific requirements.
ANALOGUE-TO-DIGITAL CONVERTERS (ADC) AND DIGITAL-TO-ANALOGUE
CONVERTERS (DAC):
Analog-to-Digital Converters (ADC) and Digital-to-Analog Converters (DAC) are essential
components used in the conversion of analog signals to digital signals and vice versa.
ADC:
An ADC converts continuous analog signals, such as sound or voltage levels, into discrete digital
values.
It samples the analog signal at regular intervals and assigns a digital value to each sample based
on its amplitude.
The digital values are typically represented in binary form and can be processed, stored, or
transmitted by digital systems.
ADCs are used in various applications, including audio recording, sensor data acquisition, and
communication systems.
DAC:
A DAC converts digital signals back into continuous analog signals.
It takes digital values and reconstructs an analog signal with corresponding voltage levels.
The digital values are converted into a continuous waveform using various techniques, such as
pulse-width modulation (PWM) or delta-sigma modulation.
DACs are commonly used in audio playback, video encoding, control systems, and
communication systems that require analog output signals.
ADCs and DACs play a crucial role in bridging the gap between the analog and digital domains,
enabling the processing, storage, and transmission of analog signals in digital systems. Here are
some key points regarding ADCs and DACs:
ADC (Analog-to-Digital Converter):
Function: ADCs convert continuous analog signals into discrete digital representations.
Sampling: ADCs sample the analog signal at regular intervals, capturing the amplitude of the
signal at each sampling point.
Quantization: The continuous analog values are quantized into discrete digital values. The
resolution of an ADC determines the number of possible digital values and the level of detail in
the conversion process.
Encoding: The quantized values are typically encoded in binary format, representing the analog
signal in digital form.
Applications: ADCs are used in various fields, including audio recording, medical
instrumentation, industrial control systems, data acquisition, and telecommunications.
DAC (Digital-to-Analog Converter):
Function: DACs convert digital signals into continuous analog signals.
Reconstruction: DACs reconstruct the analog waveform from the discrete digital values by
converting them into corresponding voltage levels.
Output Filtering: The reconstructed analog signal may go through filtering processes to remove
any undesired components or artifacts.
Applications: DACs are used in audio playback devices, video encoding, instrumentation and
control systems, telecommunications, and any application that requires converting digital
information back into analog form.
ADCs and DACs are widely used in modern electronics and communication systems, where the
ability to convert between analog and digital signals is crucial. These components enable the
conversion, manipulation, and transmission of data, allowing for the integration of analog signals
into digital systems and vice versa.