1 00:00:00,350 --> 00:00:04,939 The next layer is the third layer of the OSI reference model. 2 00:00:05,120 --> 00:00:06,530 The network layer. 3 00:00:08,010 --> 00:00:14,760 The network layer provides the means of transferring variable length network packets from a source to 4 00:00:14,760 --> 00:00:17,910 a destination host via one or more networks. 5 00:00:19,600 --> 00:00:25,990 In other words, the network layer is responsible for packet forwarding, including routing through 6 00:00:25,990 --> 00:00:27,430 intermediate routers. 7 00:00:28,870 --> 00:00:33,130 Within the service layering semantics of the OSI network architecture. 8 00:00:33,250 --> 00:00:40,540 The network layer responds to the service requests from the transport layer and issues service requests 9 00:00:40,540 --> 00:00:41,920 to the data link layer. 10 00:00:42,930 --> 00:00:46,140 So here are the functions of the network layer. 11 00:00:47,050 --> 00:00:48,850 Connectionless communication. 12 00:00:49,890 --> 00:00:57,270 For example, IP is connectionless in that a data packet can travel from a sender to a recipient without 13 00:00:57,270 --> 00:00:59,910 the recipient having to send an acknowledgement. 14 00:01:00,600 --> 00:01:05,430 Connection oriented protocols exist at other higher levels of the OSI model. 15 00:01:06,650 --> 00:01:07,910 Host addressing. 16 00:01:08,800 --> 00:01:15,880 Every host in the network must have a unique address that determines where it is on the Internet. 17 00:01:16,060 --> 00:01:18,310 Addresses are known as IP addresses. 18 00:01:20,270 --> 00:01:21,680 Message forwarding. 19 00:01:22,220 --> 00:01:28,430 Since many networks are partitioned into subnetworks and then connect to other networks for wide area 20 00:01:28,430 --> 00:01:35,600 communications networks, use specialized hosts called Gateways or routers to forward packets between 21 00:01:35,600 --> 00:01:36,440 networks.