CN Cheat Sheet
CN Cheat Sheet
2. Distributed Processing:
Concept: Distributed processing refers to the use of multiple computers to
process data. Each computer (node) works on a part of the problem
independently and communicates results with others.
Advantages:
4. Line Configuration:
Point-to-Point: A communication link between two devices (e.g., a phone call
between two phones).
Multipoint: A communication link involving multiple devices, allowing them to
communicate with one another (e.g., a conference call).
5. Topology:
Bus: All devices share a common communication medium. If the bus fails, all
devices are affected.
Star: All devices are connected to a central hub. If the hub fails, the network is
disrupted.
Ring: Devices are connected in a circular fashion. Data moves in one direction. A
failure in one device can disrupt the whole network.
Mesh: Every device is connected to every other device, providing multiple paths.
This ensures redundancy but is expensive.
Tree: A hybrid topology combining characteristics of star and bus topologies.
Often used in large networks.
6. Transmission Mode:
Simplex: One-way communication. Data flows in only one direction (e.g.,
keyboard to computer).
Half-duplex: Two-way communication, but only one direction at a time (e.g.,
walkie-talkies).
Full-duplex: Two-way communication where both directions can occur
simultaneously (e.g., telephones).
7. Categories of Networks:
LAN (Local Area Network): A network within a small geographical area, such as a
home, office, or building. Typically uses Ethernet.
MAN (Metropolitan Area Network): A network spanning a city or large campus.
It is larger than a LAN but smaller than a WAN.
WAN (Wide Area Network): A network that spans large geographical areas, such
as a country or the globe. The internet is the largest example of a WAN.
Key Differences: OSI is a theoretical model with more layers, while TCP/IP is
practical and directly implemented in the internet.
2. Unguided Media:
Wireless: Uses air or space for transmission, such as radio waves or microwaves.
Satellite: Communication through satellites in orbit, used for broadcasting,
internet, and military applications.
3. Attenuation:
Signal loss as it travels through a medium. The longer the distance, the more the
signal weakens.
4. Distortion:
The alteration of a signal's original shape due to environmental factors (e.g.,
electrical interference).
5. Noise:
Thermal Noise: Caused by the random motion of electrons in a conductor.
Interference: External signals disrupting the transmission.
6. Throughput:
The actual data transfer rate achieved in a network, often less than the maximum
capacity due to factors like congestion and error rates.
8. Wavelength:
The distance between successive peaks of a wave. In optical communication,
wavelength is crucial for determining the bandwidth and speed of transmission.
9. Shannon Capacity:
The maximum theoretical data rate of a communication channel, based on its
bandwidth and noise level, given by the Shannon-Hartley theorem.
Unit 3: Telephony
1. Multiplexing:
TDM (Time Division Multiplexing): Divides the available time into slots and
allocates each slot to a signal.
FDM (Frequency Division Multiplexing): Divides the available bandwidth into
frequency bands for each signal.
WDM (Wavelength Division Multiplexing): Uses different wavelengths (colors) of
light to transmit multiple signals simultaneously in fiber-optic networks.
2. Switching:
Circuit Switching: Dedicated communication path is established between sender
and receiver for the duration of the call (e.g., traditional telephone networks).
Packet Switching: Data is split into packets and sent independently, where each
packet can take different routes (e.g., the internet).
Message Switching: Entire message is routed and stored before being forwarded
to the next node. It is slow and less efficient.
2. Network Layer:
Routing Algorithms:
Distance Vector: Determines the best route based on the distance to the
destination.
Link State: Each router maintains a map of the network and makes routing
decisions based on the network's current state.
Congestion Control:
3. Internetworking:
The process of connecting different networks, such as LANs to WANs, using
devices like routers and gateways.
2. Session Layer:
Manages sessions or connections between two systems, providing
synchronization, checkpointing, and recovery.
3. Presentation Layer:
Responsible for data format translation, encryption, and compression to ensure
data can be understood by the receiver.
4. Application Layer:
Provides end-user services, such as email (SMTP), file transfer (FTP), web browsing
(HTTP), and domain name resolution (DNS).