Unit3 - Subjective Questions

CSE306 • Practice Questions with Detailed Answers

1

Explain the concept of Network-Assisted Congestion Control. How does it differ from end-to-end congestion control?

2

Describe the TCP Congestion Control mechanism in detail. Focus on Slow Start, Congestion Avoidance, and Fast Recovery.

3

Distinguish between Classful and Classless IP Addressing.

4

What is Subnetting? Why is it necessary in computer networks?

5

Explain Supernetting (Route Summarization) with the help of an example.

6

A company is given the IP address block 192.168.10.0/24. They need to create 6 subnets, each supporting at least 25 hosts. Calculate the new subnet mask and list the network addresses for the first three subnets.

7

Discuss the primary services provided by the Network Layer in the OSI model.

8

Explain the metrics used to evaluate Network Layer performance.

9

What is the role of Explicit Congestion Notification (ECN) in Network-assisted congestion control?

10

Compare the structure and capacity of Class A, Class B, and Class C IP addresses.

11

Define TCP Tahoe and TCP Reno. How do they differ in handling packet loss?

12

Given the IP address 172.16.45.14/18, calculate the Network Address, the Broadcast Address, and the valid host range.

13

What causes network congestion? List at least three primary causes.

14

Explain the concept of AIMD (Additive Increase Multiplicative Decrease) in TCP congestion control.

15

What is the difference between Routing and Forwarding in the Network Layer?

16

Describe Variable Length Subnet Masking (VLSM). How does it improve upon traditional subnetting?

17

In TCP, what is the role of the Retransmission Timeout (RTO) timer? How does it relate to congestion control?

18

A router receives a packet with destination IP 192.168.5.150. Its routing table has the following entries:
1) 192.168.5.0/24 -> Interface A
2) 192.168.5.128/25 -> Interface B
3) Default Route -> Interface C
Which interface will the router forward the packet to, and what rule dictates this?

19

What are the limitations of IPv4 addressing? Briefly mention how IPv6 addresses these limitations.

20

Explain the concept of Network Address Translation (NAT) and why it is essential for the current IPv4 Internet.