Loading...
Loading...
Computer Networks Unit 3 notes for CS Semester 5 covering network layer design issues, routing algorithms, congestion control, internetworking, IPv4, IPv6, quality of service, important questions, quick revision, and MCQ practice.
Syllabus Pages
Unit 3: Network Layer
9 pages“This topic explains what the network layer must achieve so data can travel beyond one local link and reach distant networks correctly.”
The network layer is responsible for source-to-destination delivery of packets across multiple interconnected networks using logical addressing and routing.
The data link layer handles delivery across one link, but the network layer handles end-to-end packet movement across many networks. It must choose paths, manage logical addresses, and forward packets through routers until they reach the destination host.
One of the main design questions is whether the service should be connection-oriented or connectionless. In modern Internet architecture, the network layer is mostly connectionless and based on packet switching through IP.
Another key issue is how routers should make forwarding decisions. Routing tables, logical addressing, fragmentation, and interoperability between different underlying networks are all part of network layer design.
Exam line: The network layer is responsible for logical addressing, routing, and packet delivery across multiple networks.