answersLogoWhite

0

Web Servers

A web server is a computer system which specializes is delivering specific content, such as a web page or a set of files, over the internet. Questions about various specific web servers and how to setup and maintain them belong here.

406 Questions

Is apache a front end web server?

Apache is The Apache Software Foundation which created the web server called The Apache HTTP Server Project this is usually shorted to just Apache though.

The Apache web server is also known as HTTPD.

http://httpd.apache.org/

What TCPIP utility would you use to display the route taken over the Internet by a communication between a Web browser and Web server?

Tracert (Tracert.exe) - Traces and displays the route taken from the host to a remote destinations; Tracert is one example of a trace-routing utility.

What is the term for a machine that contacts a server for information?

Machine asking for information from a server is a client. Machines can act as both clients and servers, depending on what action they're performing at the time.

Kaustubh Nayak

Is the sbcglobal mail server a pop3 server?

Yes it is, I use POP3 through sbcglobal from Outlook Express and Linux's Thunderbird.

Is it possible web server and mail server have same alias name?

Web servers and mail servers can co-exist on the same machine because they use different ports. The standard port for HTTP is 80, and the standard ports for mail are SMTP 25 and POP3 110.

What is the primary responsibility of the web server administrator?

granting and monitoring

maintaining access and security

developing, coordinating, publishing, maintaining, and testing

Difference between browser and web server?

A server is a computer that is used for networking. Some uses are filesharing, printer sharing, creating a domain, and internet restrictions.

A browser is software that enables you to communicate with the Internet. Examples are Internet Explorer, Firefox, etc.

Explain how a single computer can be a web server and email server at the same time?

A single computer can be both a web server and a email server at the same time because the two services run on different ports.

Note: A single server machine you can configure both service. configuration mathode same. do not use big network. because server speed depend upon how many services you configured.

What are the names of some popular web server applications?

A web server is a specialized type of file server. Its job is to retrieve files from the server's hard drive, format the files for the Web browser, and send them out via the network.

eg. MS Active Server Pages and .Net

Can you sue a website?

Yes, but some minor websites are no. If it is like an answer on Yahoo! Answers, then you can suspend that persons account, but probably not sue them. Google would probably give credit, but if it does not im pretty sure that you can sue them in court or online court.

If its a minor website, then maybe only online court, suspension, deleting website, or maybe even get them to give you credit.

Just a side note- we do not allow posting about any non celebrity for any reason here. If someone has posted about you with identifying information contact any Supervisor to remove it and deal with that individual.

How does a web server and web browser work together in completeing a request on the net?

First process is a DNS request to resolve name to layer 3 address. When DNS server responds and IP address is known, computer starts TCP 3 way handshake (establishing connection with a Server where requested page is stored). When communication is established ACK flag is set. Next step is HTTP request from client and HTTP respond from server which contents a web page in it (GET and OK). Then comes session termination-2 way handshake (FIN and ACK) from server first and client after.

How do you upload your web files on to a web server?

If you don't already, you need your domain name hosted on a Web server. There are hundreds of Web hosting providers to choose from. The company that registered your domain name might even offer hosting.

Once you have a Web host, the hosting provider should give you instructions for uploading files to the server. Generally, it is done with an FTP (File Transfer Protocol) program, such as WS_FTP or FileZilla, etc. (for PCs) or Fetch (for Mac's).

It is also common for hosting providers to offer uploading through built-in control panels that come with your plan, but it depends on the hosting company.

How do you verify your proxy server settings?

In windows go to the control panel and select network settings then advanced on most versions. In Linux type in from the shell ifconfig.

What is the purpose of a proxy server?

A proxy server has a large variety of potential purposes, including:

  • To keep machines behind it anonymous (mainly for security).
  • To speed up access to resources (using caching). Web proxies are commonly used to cache web pages from a web server.
  • To apply access policy to network services or content, e.g. to block undesired sites.
  • To log / audit usage, i.e. to provide company employee Internet usage reporting.
  • To bypass security/ parental controls.
  • To scan transmitted content for malware before delivery.
  • To scan outbound content, e.g., for data leak protection.
  • To circumvent regional restrictions.

What is the primary function of Web Server?

Page 256 Lesson 7, sixth paragraph down.

The primary function of the Web Server is to send and receive text-based messages containing requests and replies.

What is the advantage of having a dedicated web server?

While a shared web server may be appealing for its low cost, dedicated web servers offer several advantages. Generally, viewers of one's website will see the pages load faster and more efficiently, operators of a dedicated server will have greater control over the security and reliability of their web system, and upgrades or changes in setting configurations will be made easier without needing to consult the other users of the server.

Types of application servers?

Most servers have what's called a RAID-5 array. Some examples of servers are network servers which allow many computers to use the same network, game servers which are used by game companies and allow thousands of people to play their game at the same time, and telecom servers which control your phone service and possibly your cable service.

Which protocols are used to control the transfer of web resources from a web server to a client browser?

HTTP protocols transfer data from web servers to a client browser. This application is officially known as Hypertext Transfer Protocol.

What is difference between web server and proxy server?

What is the difference between a packet filter and a proxy?

Preface

So you think you know what a proxy is? Well if you are familiar with the old Web Proxy servers please forget everything you thought you knew about proxies. We are talking about something very different. The old proxy servers took web requests from clients and checked to see if it had that page already cached, and if not, it would then redirect the client request to the internet, if the request was allowed. A linear flowchart would look something like:

  • Client request for KnowtheNetwork.com -> Proxy checks cache -> Not found, forward request
  • Client request for Google.com -> Proxy checks cache -> Cached page found, replies w/ cached page
  • Client request for badwebsite.com -> Proxy checks cache -> Proxy denies the request based on policy

A modern day proxies are entirely different.

What is the difference between web server and web browser?

== ==
Web browser means the browser you are using to see the websites ex: internet explorer, firefox, opera,safari etc...
A Web browser is somthing used to search the web.
And a web server is like a connection.
Such as??????


Web browser: A software application for retrieving, presenting and traversing information resources on the World Wide Web.
example: Internet Explorer, Mozilla Firefox, Google Chrome




Web server: a program on a server computer, somewhere out on the internet, that delivers web pages to web browser.
A web browser is an application software with help of which you can surf (browse) to web . a web server is a software application usually installed on a more powerful computer and is used to serve or show web contents to users who are surfing web with web browser.