Assignment 6
Assignment 6
QUESTION 1
What is the primary function of the network layer in the TCP/IP model?
Detailed solution: The network layer is responsible for logical addressing (e.g., IP addresses) and
routing data packets across networks.
QUESTION 2
Which of the following is a key advantage of using a Layer 3 switch over a Layer 2 switch?
a) It reduces the need for VLANs.
b) It improves network performance by enabling faster switching at Layer 1.
c) It can route traffic between different subnets without requiring a separate router.
d) It only supports static routing.
Detailed Solution: A Layer 3 switch combines the functionality of a switch and a router, allowing it to
perform routing between different subnets. Unlike a Layer 2 switch, which only forwards frames within the
same subnet using MAC addresses, a Layer 3 switch can use IP addresses to route traffic between VLANs
or subnets, reducing the need for an external router.
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
Jan 2025
QUESTION 3
Detailed solution: ISPs do not create content. They provide infrastructure and services like email
hosting, web hosting, and VPNs.
QUESTION 4
In a network communication scenario involving an Internet Service Provider (ISP), which of the
following is responsible for determining the most efficient path for packet delivery?
a) Transport Layer
b) Network Layer
c) Data Link Layer
d) Application Layer
Detailed solution: The network layer, using routing protocols and IP, determines the best path for
packet delivery.
QUESTION 5
When communicating between two nodes, what role does the transport layer protocol play
Detailed Solution: Transport layer protocols like TCP ensure reliable delivery, while UDP provides faster
but less reliable delivery.
QUESTION 6
a) Loopback address
b) Default route address
c) Broadcast address
d) Unspecified address
QUESTION 7
a) To replace the traditional classful addressing system with a more flexible and efficient way
of allocating IP addresses.
b) To enhance encryption during transmission.
c) To improve the speed of DNS resolution.
d) To allocate MAC addresses dynamically.
Detailed Solution : CIDR (Classless Inter-Domain Routing) simplifies and allows for more
efficient way of IP address allocation.
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
Jan 2025
QUESTION 8
How many subnets can be created from a /24 network if the subnet mask is extended to /26?
a) 2
b) 4
c) 6
d) 16
Detailed Solution :Extending the subnet mask to /26 creates 2^(26−24)= 4 subnets.
QUESTION 9
What is the CIDR notation for a supernet that aggregates 192.168.0.0/24 and 192.168.1.0/24?
a) \23
b) \24
c) \25
d) \22
Detailed Solution : The supernet 192.168.0.0/23 includes both 192.168.0.0/24 and 192.168.1.0/24.
QUESTION 10
In a home network using NAT, how does a router differentiate between multiple devices accessing
the same web server?
Detailed Solution : The router uses unique port numbers for each session in NAT to differentiate
between devices.