paper sol 2
paper sol 2
paper sol 2
The World Wide Web (WWW) is a system of interlinked hypertext documents and
multimedia content that can be accessed via the internet. Users can navigate
through web pages using web browsers like Chrome or Firefox. It works on
technologies like HTTP (Hypertext Transfer Protocol), URLs (Uniform Resource
Locators), and HTML (Hypertext Markup Language).
Beginner: It’s the collection of websites you visit on the internet.
Advanced: It is a client-server-based system enabling the distribution of
information across the globe using protocols like HTTP and resources identified
by URLs.
d) What is IPv6?
IPv6 (Internet Protocol Version 6) is the latest version of the Internet Protocol,
designed to replace IPv4. It uses 128-bit addressing, which allows for a
significantly larger number of unique IP addresses. IPv6 also includes features
like auto-configuration and improved security.
Beginner: It’s a new way of assigning internet addresses to devices.
Advanced: IPv6 addresses are written in hexadecimal and divided into eight
groups separated by colons (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334).
e) Define URL.
A URL (Uniform Resource Locator) is the address of a resource on the internet. It
consists of several components: protocol (e.g., HTTP), domain name (e.g.,
example.com), and optional paths or query strings.
Beginner: It’s the web address you type to visit a website.
Advanced: A URL is a standardized format to identify and access resources
using specific protocols like HTTP, FTP, or HTTPS.
Section-B
2. List properties and uses of various transmission media used in
computer networks.
Transmission media in computer networks are categorized into two types:
1. Wired (Guided) Media
2. Wireless (Unguided) Media
Properties and Uses of Wired Media:
Twisted Pair Cable:
o Properties: Consists of two insulated copper wires twisted together;
available in shielded (STP) and unshielded (UTP) forms.
o Uses: Commonly used in LANs, telephone lines, and DSL
connections.
Coaxial Cable:
o Properties: Comprises a core conductor, insulating layer, metallic
shield, and outer insulation.
o Uses: Used for cable TV, broadband internet, and long-distance
telephone lines.
Fiber Optic Cable:
o Properties: Transmits data as light pulses; extremely fast with low
attenuation and immunity to electromagnetic interference.
o Uses: Ideal for high-speed broadband, data centers, and
intercontinental connections.
Properties and Uses of Wireless Media:
Radio Waves:
o Properties: Travel in all directions; can penetrate walls.
Microwaves:
o Properties: High-frequency waves; require line-of-sight
communication.
o Uses: Used in satellite communication and mobile networks.
Infrared Waves:
o Properties: Short-range, cannot penetrate walls.
Section-C
7. Explain various types of sliding-window protocols at the data link
layer and illustrate their working with examples.
Sliding-window protocols are used for efficient and reliable data transfer.
1. Stop-and-Wait Protocol:
o The sender sends one frame and waits for an acknowledgment
before sending the next frame.
o Example: Suitable for low-latency connections.
2. Go-Back-N Protocol:
o The sender can send multiple frames without waiting but must
resend all frames after an error.
o Example: If the window size is 4 and Frame 2 is lost, Frames 2–4 are
resent.
3. Selective Repeat Protocol:
o Only the erroneous frames are retransmitted, saving bandwidth.
2. Bus Topology:
o Devices share a single communication line.
3. Ring Topology:
o Devices form a closed loop.
4. Mesh Topology:
o Each device connects to every other device.
5. Hybrid Topology:
o Combines two or more topologies.