DCN Question Bank Solution
DCN Question Bank Solution
2 Marks
1
d) List Application Layer Protocols.
Application layer protocols help users to access network services. Common examples are:
• Hub
• Switch
• Router
• Bridge
• Repeater
• Gateway
• Modem
Each device has a specific role in data transmission and connectivity in a network.
2
4 Marks
Answer:
802.11 is the standard for wireless LANs created by IEEE. It allows devices to connect
without cables using radio waves. The main components are:
• Station (STA): Devices like laptops and smartphones with wireless cards.
• Access Point (AP): Acts as a central hub to connect all wireless stations and provide
internet.
• Basic Service Set (BSS): Group of stations using the same AP.
• Extended Service Set (ESS): Multiple BSS connected through distribution system
(like LAN).
Data transfer happens in layers such as the Physical Layer (transmits data over air) and MAC
Layer (controls access to wireless medium).
This architecture supports mobility, easy installation, and low cost, making it ideal for homes
and offices.
3
b) Compare IPv4 and IPv6.
Answer:
Answer:
The OSI (Open Systems Interconnection) model is a 7-layer architecture developed by ISO. It
explains how data travels from one device to another across a network. Each layer has a
specific function and works with the layers above and below it. From top to bottom, the
layers are:
1. Application Layer:
It is the topmost layer. It provides services directly to the user through applications
like web browsers, email, and file transfer.
2. Presentation Layer:
It formats the data for the application layer. It handles data encoding, compression,
and encryption/decryption.
3. Session Layer:
It manages sessions between devices. It helps start, maintain, and end communication
sessions.
4. Transport Layer:
It ensures reliable data delivery. It uses protocols like TCP/UDP for error checking
and flow control.
5. Network Layer:
It decides the best route for data. It uses IP addresses for logical addressing and
routing.
4
6. Data Link Layer:
It ensures error-free data transfer over the physical link using MAC addresses and
error detection.
7. Physical Layer:
It sends raw bits (0s and 1s) over physical media like cables, Wi-Fi, or fiber.
Answer:
5
e) Explain with Neat Sketch Working of Router and Switch.
Answer:
A router connects different networks (like home LAN to the internet). It checks IP addresses
and sends data to the correct path. It works on the Network Layer.
A switch connects devices inside the same network. It uses MAC addresses to send data to
the correct device. It works on the Data Link Layer.
Working:
• Router: Receives data, checks IP address, selects best route, forwards data.
• Switch: Receives data, checks MAC address, sends to correct device only.
Both are important: routers handle internet traffic, switches manage internal traffic.
1. Bus Topology:
2. Star Topology:
6
3. Ring Topology:
Each topology has its own advantages based on use-case, cost, and reliability.