- Posts: 1
- Thank you received: 0
HTTP/FTP Request Service
16 years 9 months ago #25436
by Shivam
HTTP/FTP Request Service was created by Shivam
Please someone explain me how a HTTP/FTP request is served?
Say, I open the Internet Explorer and type www.yahoo.com and I will press ENTER key and the page will be displayed on my desktop.
But what is the actual process that takes place?
Say, I open the Internet Explorer and type www.yahoo.com and I will press ENTER key and the page will be displayed on my desktop.
But what is the actual process that takes place?
16 years 9 months ago #25438
by sp1k3tou
Replied by sp1k3tou on topic Re: HTTP/FTP Request Service
Your browser will first hit up the DNS server configured on your computer. Then the DNS will try to resolve the url to an ip address. Next your computer will go to the default gateway looking for that ip address. The default gateway will route the request out.
16 years 9 months ago #25448
by Smurf
Wayne Murphy
Firewall.cx Team Member
www.firewall.cx
Now working for a Security Company called Sec-1 Ltd in the UK, for any
Penetration Testing work visit www.sec-1.com or PM me for details.
Replied by Smurf on topic Re: HTTP/FTP Request Service
You will setup a socket between your computer and the website, this is identified by the source/destination ip and the source/destination port which together identify the communicating computers and the processes at both ends so the correct reply/requests are processed by the right processes.
You will issue HTTP commands to GET the website, and the browser will then interpret the HTML code and display it in conformance to the HTML standards.
You will issue HTTP commands to GET the website, and the browser will then interpret the HTML code and display it in conformance to the HTML standards.
Wayne Murphy
Firewall.cx Team Member
www.firewall.cx
Now working for a Security Company called Sec-1 Ltd in the UK, for any
Penetration Testing work visit www.sec-1.com or PM me for details.
Time to create page: 0.119 seconds