asked on
ASKER
ASKER
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
As for the assessment, this part doesn't make sense :
"Time Collections must use port 7001 in order to run the application. Due to the ColdFusion web pages, he can’t get the IIS to read port 80 for access outside of the firewall"
If TIme COllections uses port 7001 then port 80 should not matter. Port 80 is just the default port that websites use, but really you can use any port as long as you specify it in the URL like you are doing.
So it sounds like there is a porblem in that the firewall is blocking/dropping packets on port 7001 and that it doesn't have anything to do with port 80. THis may not be true, but is the best guess with the information you have given.