I have little question about how web browser retrieve webpage?
I know this
User request www.example.com --> web browser resolve DNS of www.example.com using DNS Server --> It got something like 156.23.15.12 --> then web browser request 156.23.15.12 --> It retrive all document and render web page and display it to user. Am I right?
Now My Question is, is web broswer request ISP to resolve DNS and than directly take to the server. OR is it request only IP or that domain and then retrive web page with the IP?
I think you can understood what I want to say