HamiIT
Sign inGet started
Home
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBsc CSITSemester 4Computer Networks Unit 4: Network Layer (10Hrs.)
Chapter Study

Bsc CSIT Semester 4 – Computer Networks – Unit 4: Network Layer (10Hrs.)

Comprehensive questions and detailed answers for Unit 4: Network Layer (10Hrs.). Perfect for exam preparation and concept clarity.

20
Questions
120
Marks
Back to All Chapters
1

What is classful addressing? Explain link state routing with a suitable example.

MediumTHEORY10 marks2080(TU Final)
2

What do you understand by circuit switching? Explain. What are its advantage and disadvantage ?

MediumTHEORY5 marks2080(TU Final)
3

Differentiate between unicast and multicast routing

MediumTHEORY5 marks2080(TU Final)
4

Suppose you are given an IP address 192.168.0.0, perform subnetting and divide the given network in 2 subnets. Calculate total number of host that can be configured, range of IP address.

MediumNumerical5 marks2080(TU Final)
5

Write short notes on : a. IPv4 b. Infrared

MediumTHEORY5 marks2080(TU Final)
6

What is classless addressing? Explain distance vector routing with a suitable example

HardTHEORY10 marks2080(TU Final)
7

What do you understand by packet switching? Explain. What are its advantages and disadvantages?

MediumTHEORY5 marks2080(TU Final)
8

Suppose you are given an IP address 172.16.0.0, perform subnetting and divide the given network into 2 subnets. Calculate total number of hosts that can be configured, range of the IP addresses.

MediumNumerical5 marks2080(TU Final)
9

Differentiate between link state and distance vector routing.

MediumTHEORY5 marks2080(TU Final)
10

Explain distance vector routing with example.

HardTHEORY10 marks2079(TU Final)
11

Write the subnet ID and broadcast address of each subnet if you divide a class C network (192.168.3.0– 192.168.3.255) into 4 different subnets. What is the new subnet mask?

MediumTHEORY5 marks2079(TU Final)
12

What is circuit-switched network? Explain phases during communication in a circuit-switched network?

MediumTHEORY5 marks2079(TU Final)
13

What is a virtual circuit network? Explain frame relay as a virtual circuit-wide area network.

MediumTHEORY5 marks2079(TU Final)
14

Explain link state routing with example.

HardTHEORY10 marks2078(TU Final)
15

What subnet ID and broadcast address of each subnet if you divide a class B network (150.10.0.0 – 150.10.255.255) in 4 different subnets. What is the new subnet mask?

MediumNumerical5 marks2078(TU Final)
16

Explain the structure of IPv6 address. Compare IPv6 address with IPv4 address.

MediumTHEORY5 marks2078(TU Final)
17

What is virtual circuit network? Explain ATM as a virtual circuit wide area network.

MediumTHEORY5 marks2078(TU Final)
18

What is routing table? Differentiate static routing table with dynamic roting table.

MediumTHEORY5 marks2078(TU Final)
19

Define routing table. Differentiate static routing table with dynamic routing table.

MediumTHEORY5 marks2076(TU Final)
20

What is switching? Compare and contrast a circuit-switched network and packet-switched network.

MediumTHEORY5 marks2076(TU Final)
Showing 20 questions (more available)

Exam Years

Past question papers

2081
TU Final•3 questions
2080
TU Final•5 questions
2080
TU Final•4 questions
2079
TU Final•4 questions
2078
TU Final•5 questions
2076
TU Final•4 questions
2073
TU Final•3 questions
2072
TU Final•2 questions

Questions in Unit 4: Network Layer (10Hrs.)

What is classful addressing? Explain link state routing with a suitable example.

Marks: 10

Year: 2080 Final TU

Classful addressing is an old method of assigning IP addresses, where the 32-bit IP address is divided into network ID and host ID parts based on fixed boundaries (known as classes). There are five cl

What do you understand by circuit switching? Explain. What are its advantage and disadvantage ?

Marks: 5

Year: 2080 Final TU

Definition Circuit switching is a communication method in which a dedicated communication path (circuit) is established between two devices for the entire duration of the communication. - Commonly u

Differentiate between unicast and multicast routing

Marks: 5

Year: 2080 Final TU

Unicast vs Multicast Routing | Feature | Unicast Routing | Multicast Routing | |--------------------------|----------------------------

Suppose you are given an IP address 192.168.0.0, perform subnetting and divide the given network in 2 subnets. Calculate total number of host that can be configured, range of IP address.

Marks: 5

Year: 2080 Final TU

Given: - IP Address: 192.168.0.0 - Requirement: Divide into 2 subnets --- 1. Step 1: Determine Default Class - 192.168.0.0 belongs to Class C (IP range 192.0.0.0 – 223.255.255.255) - Default su

Write short notes on : a. IPv4 b. Infrared

Marks: 5

Year: 2080 Final TU

a. IPv4 (Internet Protocol Version 4) Definition: IPv4 is a 32-bit addressing protocol used to identify devices on a network. It is the most widely used version of the Internet Protocol. Key Feature

What is classless addressing? Explain distance vector routing with a suitable example

Marks: 10

Year: 2080 Final TU

Classless Addressing Classless addressing is an IP addressing method where fixed classes (A, B, C) are not used. Instead, it uses CIDR notation (Classless Inter-Domain Routing) in the form IP/prefix.

What do you understand by packet switching? Explain. What are its advantages and disadvantages?

Marks: 5

Year: 2080 Final TU

Packet Switching Packet switching is a method of data communication where a message is divided into small units called packets before being sent over a network. Each packet may take different paths

Suppose you are given an IP address 172.16.0.0, perform subnetting and divide the given network into 2 subnets. Calculate total number of hosts that can be configured, range of the IP addresses.

Marks: 5

Year: 2080 Final TU

Given - Network: 172.16.0.0 (this is a Class B private network) - Default mask for Class B: /16 (255.255.0.0) - Task: Divide into 2 subnets --- Step 1 — Decide new prefix - To get 2 subnets we need t

Differentiate between link state and distance vector routing.

Marks: 5

Year: 2080 Final TU

Difference Between Link State and Distance Vector Routing | Basis | Link State Routing | Distance Vector Routing | |-------|---------------------|---------------------------| | Information Shared | Ea

Explain distance vector routing with example.

Marks: 10

Year: 2079 Final TU

Distance Vector Routing --- 1. Definition: Distance Vector Routing is a routing algorithm in which each router maintains a table (vector) of the best known distance to every other router and the dire

Write the subnet ID and broadcast address of each subnet if you divide a class C network (192.168.3.0– 192.168.3.255) into 4 different subnets. What is the new subnet mask?

Marks: 5

Year: 2079 Final TU

Given: Class C network: 192.168.3.0 – 192.168.3.255 Requirement: Divide into 4 subnets. --- Step 1: Determine new subnet mask - Original Class C mask: 255.255.255.0 (/24) - Need 4 subnets → 2 bit

What is circuit-switched network? Explain phases during communication in a circuit-switched network?

Marks: 5

Year: 2079 Final TU

Circuit-Switched Network A circuit-switched network is a type of network in which a dedicated communication path (circuit) is established between two nodes for the entire duration of the communication

What is a virtual circuit network? Explain frame relay as a virtual circuit-wide area network.

Marks: 5

Year: 2079 Final TU

Virtual Circuit Network A Virtual Circuit (VC) Network is a type of packet-switched network where a logical connection (virtual circuit) is established between the sender and receiver before any data

Explain link state routing with example.

Marks: 10

Year: 2078 Final TU

Link State Routing Definition: Link State Routing (LSR) is a routing algorithm where each router maintains a complete map (topology) of the network. Each router calculates the shortest path to every

What subnet ID and broadcast address of each subnet if you divide a class B network (150.10.0.0 – 150.10.255.255) in 4 different subnets. What is the new subnet mask?

Marks: 5

Year: 2078 Final TU

Subnetting a Class B Network Given: - Network: 150.10.0.0 – 150.10.255.255 (Class B) - Number of required subnets: 4 --- Step 1: Determine new subnet mask - Class B default subnet mask: 255.255

Explain the structure of IPv6 address. Compare IPv6 address with IPv4 address.

Marks: 5

Year: 2078 Final TU

IPv6 Address Structure and Comparison with IPv4 1. Structure of IPv6 Address - Length: 128 bits (16 bytes) - Notation: Written as eight groups of four hexadecimal digits separated by colons (:).

What is virtual circuit network? Explain ATM as a virtual circuit wide area network.

Marks: 5

Year: 2078 Final TU

Virtual Circuit Network and ATM 1. Virtual Circuit Network - A virtual circuit network is a type of packet-switched network where a predefined path is established between sender and receiver before d

What is routing table? Differentiate static routing table with dynamic roting table.

Marks: 5

Year: 2078 Final TU

Routing Table and Its Types 1. What is a Routing Table? A routing table is a data structure maintained by a router or a host to determine the best path for forwarding packets to their destination.

Define routing table. Differentiate static routing table with dynamic routing table.

Marks: 5

Year: 2076 Final TU

Routing Table Definition: A routing table is a data table stored in a router or a networked computer that lists the routes to particular network destinations. It is used to determine the best path f

What is switching? Compare and contrast a circuit-switched network and packet-switched network.

Marks: 5

Year: 2076 Final TU

What is Switching? Definition: Switching is the process of transferring data from a source to a destination through a network. It determines the path that data takes to reach its destination. Types

About Unit 4: Network Layer (10Hrs.) Questions

This page contains comprehensive questions from the Unit 4: Network Layer (10Hrs.) chapter of Computer Networks , part of the Bsc CSIT Semester 4 curriculum. All questions include detailed model answers from past TU exam papers.

Study Tips

  • Review concepts before attempting questions
  • Practice writing complete answers
  • Compare your answers with model solutions
  • Focus on questions from recent years
  • Use direct links (#question-ID) to bookmark and share specific questions

Related Resources

← Back to Computer Networks Chapters

Unit 4: Network Layer (10Hrs.) chapter questions with answers for Computer Networks (Bsc CSIT Semester 4). Prepare for TU exams with our comprehensive question bank and model answers.

H
Hami IT

Empowering IT students with quality education resources and comprehensive exam preparation materials.

Programs

  • Flutter
  • Java
  • DevOps

Company

  • About Us
  • Contact

Contact

  • 📧hamiit.dev@gmail.com
  • 📞+977 9813706443
  • 📍Kathmandu, Nepal

© 2026 Hami IT. All rights reserved.