Computer Network University Notes
Computer Network University Notes
1. Simplex Mode
2. Half-Duplex Mode
3. Full-Duplex Mode
2) Star Topology-:
Star Topology In a star topology, each device has a dedicated point-topoint link only to a
central controller, usually called a hub. The devices are not directly linked to one another.
Unlike a mesh topology, a star topology does not allow direct traffic between devices. The
controller acts as an exchange: If one device wants to send data to another, it sends the
data to the controller, which then relays the data to the other connected device.
Advantages:
High performance and reliable (failure of one node doesn’t affect others).
Easy troubleshooting and maintenance.
Disadvantages:
Expensive (requires more cabling).
Single point of failure (if the central hub fails, the network stops working).
Example: Common in modern Ethernet networks (Wi-Fi routers use this).
3) Ring Topology-:
Ring topology is a type of network topology where each device (node) is connected to
exactly two other nodes, forming a closed-loop or ring structure. Devices are connected
in a circular loop. Data travels in a unidirectional or bidirectional manner through the
ring.
Advantages:
No collisions (predictable data flow).
Suitable for high-speed networks.
Disadvantages:
A single failure can disrupt the entire network.
More difficult to troubleshoot compared to star topology.
Example: Used in older networks and Token Ring technology.
4) Bus Topology-:
ANS. Computer networks are categorized based on their size, geographic coverage, and
purpose. The main categories of networks include:
Definition: A small network designed for personal devices within a short range.
Range: Typically 1 to 10 meters.
Devices Used: Smartphones, laptops, smartwatches, Bluetooth devices, and IoT
gadgets.
Types of PAN:
Definition: A network that connects multiple devices within a small geographical area
like a home, office, or campus.
Range: Up to a few kilometers.
Devices Used: Computers, routers, switches, printers, access points.
Characteristics:
Definition: A network that spans a large geographical area, often connecting multiple
cities, countries, or continents.
Range: 100 km to thousands of kilometers.
Devices Used: Satellites, undersea cables, leased telecommunication lines.
Characteristics:
• Lower speed compared to LAN/MAN.
• Uses public or private communication links.
Examples:
• Internet (largest WAN in the world).
• Corporate networks connecting offices in different countries.
• Banking networks (ATM connectivity).
ANS. Digital-to-digital conversion refers to the process of encoding digital data into
digital signals for transmission over a network. Since computers generate data in binary
form (0s and 1s), these data must be properly formatted and encoded before being sent
over communication channels.
There are three main types of digital-to-digital conversion techniques:
1. Line Coding
2. Block Coding
3. Scrambling
1)Line coding-:
The process of converting digital data to digital signal. It converts the
sequence of bits into digital signals.
At sender side- the bit sequence are encoded to signals.
At receiver side- the signals are decoded to bit sequence.
• All the signal level are on one side of the time axis i.e. either above(+ve) or below(-
ve)
• It uses non-return to zero techniques.
2. Block Coding
Definition: A method that adds redundancy to data by grouping bits into blocks before
transmission.
Purpose: Helps in error detection and correction.
3. Scrambling
Types of Networks
Examples of Networks