| | |
How a web browser retrieves a web page?
![]() |
•
•
Join Date: Nov 2008
Posts: 5
Reputation:
Solved Threads: 0
Just a simple question how does a web browser retrieve a web page? I think that in some way the browser finds out the i.p. address the domain points to and send the request to that server asking for a specific file.
I am only asking this because i want to make a lightweight browser for the Wii since Opera has its limits and c++ is different to php where in php the network is setup for you but in c++ you have to setup the network first(well i think so).
I am only asking this because i want to make a lightweight browser for the Wii since Opera has its limits and c++ is different to php where in php the network is setup for you but in c++ you have to setup the network first(well i think so).
•
•
Join Date: Jun 2008
Posts: 563
Reputation:
Solved Threads: 34
Odds are that you're not going to be able to make a web browser from scratch if you have to ask these specific questions, but here's the info:
When you enter a domain name into a web browser the browser transmits that to your ISPs DNS server. Which works with the global DNS network to find that website. Once the DNS has been resolved it will connect to the web server by IP adress and download the files indicated, then render them into a viewable webpage by loading the primary HTML file and any content referenced (images or client-side includes) that needs to be downloaded from a different location and embedded.
That's the browser end of it, to my understanding.
On the hosting end a server directs traffic by port (HTTP being port 80). When a connection comes in on port 80 it directs it to the HTTP server and the appropriate location (www.example.com will go to /index.html [or whatever the default main page is], where example.com/support/contact.html will go to /support/contact.html.) The file at this location is then downloaded to your system and run in your browser.
I don't write software or specialize in DNS, I just configure PCs and servers. So I hope this information is all correct.
When you enter a domain name into a web browser the browser transmits that to your ISPs DNS server. Which works with the global DNS network to find that website. Once the DNS has been resolved it will connect to the web server by IP adress and download the files indicated, then render them into a viewable webpage by loading the primary HTML file and any content referenced (images or client-side includes) that needs to be downloaded from a different location and embedded.
That's the browser end of it, to my understanding.
On the hosting end a server directs traffic by port (HTTP being port 80). When a connection comes in on port 80 it directs it to the HTTP server and the appropriate location (www.example.com will go to /index.html [or whatever the default main page is], where example.com/support/contact.html will go to /support/contact.html.) The file at this location is then downloaded to your system and run in your browser.
I don't write software or specialize in DNS, I just configure PCs and servers. So I hope this information is all correct.
-This post is provided without warranty, emotion, or a conscience. Hope it helps-
*I'm an egomaniac: I love reputation points*
*I'm an egomaniac: I love reputation points*
•
•
Join Date: Nov 2008
Posts: 56
Reputation:
Solved Threads: 0
Oly is correct. DNS servers are arranged in a hierarchy (sp) fashion. Your machine sends the request to your router/modem, then it gets forwarded on up the chain of connections to a DNS server. If the DNS server knows what the IP is for the requested domain, it will direct you to the appropriate server. If it doesn't know, it will forward the request higher up to the next DNS server, so on and so fourth.
•
•
Join Date: Jan 2009
Posts: 4
Reputation:
Solved Threads: 0
The web browser contacts the holding server though the internet and access the source with the webpage on receves the html and converts it to a IWP (interactive web page) and then the GWP (Graphical web page) sends it back on your ISP's data source finds your IP and then your ISP (internet service provider ) sends it to you.
that also determinds how fast it will get there depending on the speed of you ISP SPMT rate refering yours and then divide by 5 to give the speed MPH.
that also determinds how fast it will get there depending on the speed of you ISP SPMT rate refering yours and then divide by 5 to give the speed MPH.
![]() |
Similar Threads
- Provide downloads after authentication (ASP)
- Zone Alarm Security Alerts. (Viruses, Spyware and other Nasties)
- more "home search assistent" fun... (Viruses, Spyware and other Nasties)
- My HiJackThis Log (Viruses, Spyware and other Nasties)
- I can't remove about:blank (Viruses, Spyware and other Nasties)
- adware.mainsearch - how do you get rid of it? (Viruses, Spyware and other Nasties)
Other Threads in the Domains and DNS Forum
- Previous Thread: e-mail delay and DNS
- Next Thread: Mail Hosting Error: Recipient does not exist.
| Thread Tools | Search this Thread |
apps brands broadband business country cybersquatting dns dnsservers domain domains economy flake gay google government hacker hacking icann internet ip ipv6 kaminsky legal mapping marketing measurment microsoft news payperclick phishing registration rural security securityflaw size strider terrorism top10 trademark typo-squatting verisign web zone





