1 00:00:00,870 --> 00:00:06,910 OK, so in this lecture, we are going to talk about multilayer switch and load balancer. 2 00:00:08,070 --> 00:00:10,560 So this is a multilayer switch. 3 00:00:10,560 --> 00:00:15,450 You can see on the screen it has multiple layers, a multilayered switch. 4 00:00:15,450 --> 00:00:22,250 MLS is a computer networking device that switches on open systems, interconnection that is always add 5 00:00:22,300 --> 00:00:25,590 layers layer to it is the datalink clear. 6 00:00:26,670 --> 00:00:30,480 It is like an orderly network switch, but it provides the routing. 7 00:00:31,360 --> 00:00:39,340 A 24 port multiclass, which gives you the best of both worlds, it operates a clear three while providing 8 00:00:39,940 --> 00:00:47,920 for collision domains which a router could not do 24 collision domains, which which means 24 different 9 00:00:47,920 --> 00:00:54,670 ports and 24 different domains so that there can be minimal or less collision avoidance. 10 00:00:55,540 --> 00:01:01,390 Now, the major difference between the packet switching operation of router and that of a layer three 11 00:01:01,390 --> 00:01:05,050 or multiple layers, which lies in the physical implementation. 12 00:01:05,980 --> 00:01:13,450 Intruder's Packards, which takes place using a microprocessor, whereas Laertes, which handles this 13 00:01:13,450 --> 00:01:21,820 by using application specific integrated circuit that is ASIC hardware on the screen is a picture of 14 00:01:22,150 --> 00:01:27,670 three, which you can see that they look like a layer two switches, but they're multi layers. 15 00:01:27,940 --> 00:01:34,240 And the major difference lies in the hardware inside of the multilayer switch and the operating system. 16 00:01:36,890 --> 00:01:44,180 Now, what is a load balancer from the name you can guess that this device might be reducing the load? 17 00:01:44,630 --> 00:01:45,520 Well, you are right. 18 00:01:46,100 --> 00:01:53,480 Your average doctor just sends incoming packets to the specified correlative IP addresses on the network. 19 00:01:53,870 --> 00:02:00,710 But a load balancer can actually send the incoming packets to multiple machines hidden behind one IP 20 00:02:00,710 --> 00:02:01,160 address. 21 00:02:01,620 --> 00:02:02,340 Cool, right? 22 00:02:02,360 --> 00:02:04,130 I mean, it really reduces the load. 23 00:02:05,060 --> 00:02:11,090 Today's load balancing the filters follow various rules to determine specifically how they will route 24 00:02:11,090 --> 00:02:12,230 network traffic. 25 00:02:12,920 --> 00:02:20,480 Depending upon your needs, you can set rules based on the least law, fault tolerance, fastest response 26 00:02:20,480 --> 00:02:25,760 time, or you can end up just dividing outbound requests for smooth network operation. 27 00:02:26,930 --> 00:02:28,040 Think about the scenario. 28 00:02:28,100 --> 00:02:33,520 OK, so you have a website where people are placing orders for the stuff you have got for sale. 29 00:02:34,010 --> 00:02:39,950 Obviously the orders placed vary in size and the rate at which they come in also varies. 30 00:02:40,550 --> 00:02:46,130 You definitely wouldn't want your servers becoming so overloaded that they rose up and crashed your 31 00:02:46,130 --> 00:02:49,070 site, causing you to lose a lot of money. 32 00:02:49,550 --> 00:02:50,540 Now, what would you do? 33 00:02:51,430 --> 00:02:58,270 That's where the load balancing of the traffic comes into picture, because even if one of the service 34 00:02:58,280 --> 00:03:03,340 freezes, your customers will still be able to access your site and place orders. 35 00:03:03,760 --> 00:03:10,900 That is why in today's world, sites like Google, Amazon, Apple and IBM, there are a whole lot of 36 00:03:11,020 --> 00:03:18,220 examples which actually use lower balances because they have a lot of visitors coming from all over 37 00:03:18,220 --> 00:03:18,610 the globe. 38 00:03:18,940 --> 00:03:25,480 Just imagine Amazon, how it might be handling the requests that are coming throughout the globe. 39 00:03:25,870 --> 00:03:26,320 Right. 40 00:03:26,440 --> 00:03:28,050 With the help of load balancer. 41 00:03:28,420 --> 00:03:29,350 You got it right. 42 00:03:30,100 --> 00:03:35,770 In the next lecture, we are going to talk about the DNS server, which is one of the most important 43 00:03:35,770 --> 00:03:37,570 topics in computer networking.