1 00:00:00,420 --> 00:00:06,720 So now we're in the fourth layer of the U.S. reference model, the transport layer, welcome to the 2 00:00:06,720 --> 00:00:07,890 layer of TCP. 3 00:00:09,600 --> 00:00:17,160 The transport layer is the level at which system reliability and quality are ensured. 4 00:00:18,290 --> 00:00:23,450 The basic function of the transport layer is to accept data from the layer above. 5 00:00:24,720 --> 00:00:27,000 Split it up into smaller units. 6 00:00:28,400 --> 00:00:30,980 Past these data units to the network layer. 7 00:00:32,090 --> 00:00:36,410 And ensure that all the pieces arrive correctly at the other end. 8 00:00:38,490 --> 00:00:42,510 OK, so now let's look at the functions of the transport layer in detail. 9 00:00:43,530 --> 00:00:44,820 Service point addressing. 10 00:00:45,990 --> 00:00:52,890 Transport layer header includes service point address, which is the port address, this layer gets 11 00:00:52,890 --> 00:00:59,250 the message to the correct process on the computer, unlike network layer, which gets each packet to 12 00:00:59,250 --> 00:01:00,270 the correct computer. 13 00:01:02,080 --> 00:01:03,910 Segmentation and reassembling. 14 00:01:05,280 --> 00:01:07,260 A message is divided into segments. 15 00:01:07,950 --> 00:01:14,220 Now, each segment contains a sequence number which enables this layer to reassemble the message. 16 00:01:15,330 --> 00:01:21,450 The message is reassembled correctly upon arrival at the destination and replaces packet's which were 17 00:01:21,450 --> 00:01:22,800 lost in transmission. 18 00:01:23,990 --> 00:01:25,220 Connection, control. 19 00:01:26,420 --> 00:01:32,690 It includes two types, Conexion, less transport layer, each segment is considered as an independent 20 00:01:32,690 --> 00:01:36,940 packet and delivered to the transport layer at the destination machine. 21 00:01:38,080 --> 00:01:40,240 Connection oriented transport layer. 22 00:01:41,190 --> 00:01:47,820 Before delivering packets, connection is made with the transport layer at the destination machine. 23 00:01:49,210 --> 00:01:49,990 Flow control. 24 00:01:50,870 --> 00:01:53,990 And this layer flow control is performed and duen. 25 00:01:55,030 --> 00:02:01,390 The rate of data transmission between two nodes must sometimes be managed to prevent a fast sender from 26 00:02:01,390 --> 00:02:07,300 transmitting more data than can be supported by the receiving data buffer causing a buffer overrun. 27 00:02:07,440 --> 00:02:08,620 And we don't want that. 28 00:02:09,830 --> 00:02:16,280 Air control, air control is performed end to end in this layer to ensure that the complete message 29 00:02:16,280 --> 00:02:19,220 arrives at the receiving transport layer without any air. 30 00:02:20,610 --> 00:02:23,370 Error correction is done through retransmission. 31 00:02:24,990 --> 00:02:30,930 On the Internet, TCP and UDP provide the services for most applications. 32 00:02:31,870 --> 00:02:38,740 Coming up next, we'll look at all the other details of the transport layer under TCP and UDP topics.