Computer Network QB_Ans
Computer Network QB_Ans
Module 1:
2Marks:
1. Explain importance of switch in network
a. A switch is crucial in networking as it efficiently directs data between devices within a LAN,
reduces collisions, enhances bandwidth usage, and ensures secure communication through
MAC address learning and filtering.
2. Compare simplex half duplex and full duplex communication.
a. Communication
i. Simplex: Data flows in one direction only (e.g., keyboard to monitor).
ii. Half-Duplex: Data flows both ways, but only one direction at a time (e.g., walkie-
talkies).
iii. Full-Duplex: Data flows in both directions simultaneously (e.g., Ethernet, VoIP calls).
3. List out several types of physical topologies
a. Types of Physical Topologies are:
i. Bus – Single backbone cable.
ii. Star – Central hub/switch connects all devices.
iii. Ring – Devices connected in a closed loop.
iv. Mesh – Every device connects to others.
v. Tree – Hierarchical star and bus combination.
4. Different types of transmission medium in Computer Network
a. Different Types of Transmission Medium in Computer Network
i. Wired: Twisted Pair, Coaxial, Fiber Optic.
ii. Wireless: Radio Waves, Microwaves, Infrared.
5. Importance of Modem in Computer Networks
a. A modem converts digital data into analog for transmission over telephone lines and vice versa,
enabling internet connectivity for homes and businesses.
6. List the advantages and disadvantages of bus topology.
a. Bus Topology
i. Advantages: Easy setup, cost-effective, requires less cable.
ii. Disadvantages: Difficult troubleshooting, limited scalability, network failure if the
backbone cable fails.
6 Marks:
1. Explain Mesh and Star topology along with merits and demerits
a. Mesh Topology is a network design where each device connects directly to every other device.
It provides multiple paths for data, ensuring high reliability. If one connection fails, data can
take another route, making it highly fault-tolerant. Mesh networks are commonly used in
mission-critical applications such as military communication and industrial control systems.
i. Merits:
1. Highly reliable due to multiple communication paths.
2. Eliminates congestion as each device has a dedicated connection.
3. Enhances security as data transmission does not rely on a single path.
ii. Demerits:
1. Requires extensive cabling, increasing cost and complexity.
2. Difficult to configure and maintain, especially in large networks.
b. Star Topology is a widely used topology where all devices connect to a central switch or hub,
which manages network traffic efficiently.
i. Merits:
1. Easy to set up and troubleshoot.
2. Network failure is minimal unless the central hub fails.
ii. Demerits:
1. The entire network fails if the central hub stops working.
2. Higher installation costs due to dependency on a switch.
2. Elaborate the role of switch in data communication and discuss operation of switch.
a. A switch is a critical network device that operates at Layer 2 (Data Link Layer) of the OSI
model, facilitating efficient data transmission within a LAN. It plays a crucial role in handling
data traffic by ensuring direct communication between devices rather than broadcasting packets
like hubs.
i. Operation of a Switch:
1. When a device sends a data packet, the switch receives it.
2. The switch examines the MAC address of the destination device.
3. It forwards the packet to the appropriate port, ensuring direct communication.
4. This process improves network performance by reducing congestion.
3. Describe the hybrid topology consisting of star, bus and ring, along with advantages and
disadvantages.
a. A hybrid topology combines different topologies, such as Star, Bus, and Ring, to optimize
network performance. This design is commonly used in large-scale enterprise networks
where different departments require specific network structures.
i. For example, an organization may use:
1. Star topology for internal LAN to connect individual computers to a switch.
2. Bus topology as a backbone to connect multiple departments.
3. Ring topology for interdepartmental communication to ensure structured
data flow.
ii. Advantages:
1. Scalability: Allows easy expansion by integrating new network segments.
2. Reliability: Combines the strengths of multiple topologies, minimizing single
points of failure.
3. Flexibility: Supports different network requirements for various departments.
iii. Disadvantages:
1. Complex installation: Requires specialized knowledge to set up and manage.
2. High cost: Needs multiple devices, switches, routers, and cables, making it
expensive.
3. Difficult troubleshooting: Diagnosing faults can be challenging due to
multiple topologies.
4. Describe the role of modem in data communication and merit and demerits.
a. A modem (Modulator-Demodulator) is a key device in data communication that converts
digital signals into analog for transmission over telephone lines and vice versa. It enables
internet access for homes and businesses, particularly in DSL and dial-up connections.
i. Role in Data Communication:
1. Modulation: Converts digital data from a computer into an analog signal for
transmission.
2. Demodulation: Converts received analog signals back into digital data for
processing.
3. Ensures compatibility: Bridges digital computers with analog transmission
lines.
ii. Merits:
1. Enables internet access via traditional phone lines.
2. Provides cost-effective long-distance data transmission.
3. Supports reliable communication in areas without fiber or broadband.
iii. Demerits:
1. Slower than fiber optic and broadband connections.
2. Prone to signal interference and noise.
3. Requires an active telephone line, which may not be available in modern
setups.
10 Marks:
1. Sketch and analyse the OSI layers and describe the role of each layer in data communication.
a. The OSI (Open Systems Interconnection) model is a seven-layer framework that
standardizes networking communication. Each layer has a specific function, ensuring
efficient data transmission.
i. OSI Model Layers and Their Roles