1 00:00:00,200 --> 00:00:07,850 The TCP IP model is a model with four layers, which is for both modeling current internet architecture 2 00:00:07,850 --> 00:00:13,070 as well as providing a set of rules that govern all forms of transmission over a network. 3 00:00:13,690 --> 00:00:20,080 DARPA, an agency of the United States Department of Defense, created it in the 1970s. 4 00:00:20,900 --> 00:00:26,390 This model was being made at the same time the OSI model was created. 5 00:00:27,420 --> 00:00:31,830 The TCP IP model is not the same as the OSI model. 6 00:00:31,860 --> 00:00:38,010 However, it was influenced by the model, which is why many of the names of the different layers are 7 00:00:38,010 --> 00:00:38,700 the same. 8 00:00:39,490 --> 00:00:46,990 So we can simply say that the TCP IP reference model represents reality in the real world, whereas 9 00:00:46,990 --> 00:00:50,380 the OSI reference model represents an ideal. 10 00:00:50,920 --> 00:00:51,520 Okay. 11 00:00:52,240 --> 00:00:56,410 So these are the main differences of the TCP IP reference model. 12 00:00:57,600 --> 00:01:02,340 The three top layers in the OSI model, that is the application layer. 13 00:01:02,370 --> 00:01:09,960 The presentation layer and the session layer are not distinguished separately in the TCP IP model, 14 00:01:09,960 --> 00:01:14,160 which only has an application layer above the transport layer. 15 00:01:15,340 --> 00:01:20,470 TCP corresponds to OSI layer four, the transport layer. 16 00:01:21,710 --> 00:01:27,320 IP corresponds to a subset of OSI layer three, the network layer. 17 00:01:28,050 --> 00:01:36,870 TCP IP makes no prescriptions as to the link layers below IP, while OSI specifies two layers. 18 00:01:37,470 --> 00:01:44,310 The physical address commonly the Mac address, which is located in a special field in the data link 19 00:01:44,310 --> 00:01:49,920 layer header changes as the packet passes from one device to another. 20 00:01:50,010 --> 00:01:56,430 For example, from the source PC to a switch to a router to another switch, and then finally to the 21 00:01:56,430 --> 00:01:57,540 destination PC. 22 00:01:58,780 --> 00:02:05,470 However, the original IP source and destination addresses do not change when transiting the network 23 00:02:05,470 --> 00:02:11,920 because the packet is stripped of its layer three header only when it goes beyond a router. 24 00:02:13,340 --> 00:02:20,780 When it stays within the same LAN, it only passes through switches which decapsulation it at the layer 25 00:02:20,780 --> 00:02:23,750 two header containing the Mac address. 26 00:02:24,560 --> 00:02:32,170 As a result, the header changes as the packet is re encapsulated, as does the Mac address fields.