1 00:00:01,000 --> 00:00:05,060 So this is the basic structure of how we can access our website. 2 00:00:05,830 --> 00:00:13,200 So this is your PC and you have opened your browser and you want to access Facebook dot com, right? 3 00:00:14,140 --> 00:00:18,080 But your request, first go to DNS server. 4 00:00:18,490 --> 00:00:20,180 Now what is DNS server? 5 00:00:20,470 --> 00:00:29,440 It is a computer software that contains a database of public IP addresses and their associated post 6 00:00:29,440 --> 00:00:29,850 names. 7 00:00:30,550 --> 00:00:38,380 So the job of the server is to convert the domain name into its associated IP address. 8 00:00:38,530 --> 00:00:42,850 So this is the IP address of Web server, right? 9 00:00:43,570 --> 00:00:46,040 Then it will forward request to a Web server. 10 00:00:46,180 --> 00:00:51,060 So this is the Web server where Facebook dot com is posted, right? 11 00:00:52,450 --> 00:00:52,870 Now. 12 00:00:53,930 --> 00:01:03,560 In most cases where we are not able to hack into our target website because it is highly secured, then 13 00:01:03,560 --> 00:01:08,180 we must try to find out other websites running on the same server. 14 00:01:08,820 --> 00:01:14,660 OK, now you must know that a single Web server can host multiple websites. 15 00:01:15,640 --> 00:01:23,080 So if we are able to manage to hack into any other website on the same server, then we can also take 16 00:01:23,260 --> 00:01:31,020 EXIS or full control of this Web server that we will able to control Facebook dot com. 17 00:01:32,020 --> 00:01:32,290 Right. 18 00:01:33,070 --> 00:01:39,690 So the webpage, which you see on your PC is XHTML format, right? 19 00:01:41,130 --> 00:01:45,180 So this is the basic of how we can access a website.