asked on
A web server refers to the software that helps to deliver web content that can be accessed either through the Internet or through an intranet. The primary function of a web server is to store, process and deliver web pages to clients. The communication between client and server takes place using the Hypertext Transfer Protocol (HTTP). The most common use of web servers is to host websites, but there are other uses such as gaming, data storage, running enterprise applications, handling email, FTP, etc.
TRUSTED BY
ASKER
My PC can do ipv4 and ipv6. I created a tunnel with tunnelbroker.net. When I visit an ipv4 website, it will use the IPv4 stack, then send the GET request out through my firewall. Now, if I visit an IPv6 website, it will use the ipv6 stack. So, how will this work? how does the association between the IPv6 address and the IPv4 address happen? How does the PC know to send interesting traffic to tunnelbroker.net? Thanks