logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Details on how client server sockets work in Apache2?
Author
apachefan



Joined: 17 Oct 2013
Posts: 1
Location: australia brisbane

PostPosted: Thu 17 Oct '13 14:24    Post subject: Details on how client server sockets work in Apache2? Reply with quote

Hi,

I am studying networking at uni, and whilst I know that port 80 is reserved for HTTP communication to clients on the apache server,and that the client can receive the HTTP response to any port on the client machine, I think there might be more details to it than this.

I am required to describe how client and server sockets are used for the client/server communication between an Apache Web server and Web client processes. However I do not know if there is anything more to it that what I mentioned before, is anyone able to provide me a link that will answer my question thoroughly please? I searched the web but could not find anything more on it than what I already knew. Any help would be appreciated. thanks
Back to top
jraute



Joined: 13 Sep 2013
Posts: 188
Location: Rheinland, Germany

PostPosted: Thu 17 Oct '13 16:23    Post subject: Reply with quote

Hi,

have a look at this:

http://compnetworking.about.com/od/itinformationtechnology/l/aa083100a.htm

and

http://stackoverflow.com/questions/1926182/web-server-socket

Greets JR
Back to top


Reply to topic   Topic: Details on how client server sockets work in Apache2? View previous topic :: View next topic
Post new topic   Forum Index -> Apache