Mobile web browser
-
How browser knock the wlan connection and get parsing data . can any one help me details on that .
-
You mean how it initializes connection? It will be done for your automatically when you will try to open socket or use QNAM or use WebKit.
-
thanks , I want to see mobile browser how can get ip adress , like as computer first hit DNS server ,then they try to find ip address ,if they not find the ip address then they go to 13 root server and so on ...
-
It is not what browser should do. Browser works with http protocol. Underlying dns requests are task of OS, not browser application.