The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: drhowarddrfine on February 15, 2005, 05:44:18 PM

Title: Sockets, networking and servers
Post by: drhowarddrfine on February 15, 2005, 05:44:18 PM
I have always said that I am networking stupid and that includes web servers, sockets, etc.  I've spent some time getting twisted in the wind with .NET crap but I need to get back to the basics because I'm not only stupid, I'm confused stupid.

If I just code using sockets, isn't that all I need to serve web pages on the 'net?  Aren't sockets just the asm of network coding and if I master that then I don't really have to use a web server of any kind?

If so, then what do I need IIS or Apache for?  Do these just do the "front end" work and deliver a nice, tidy package for me to transfer data back and forth?  Can't I do it myself using sockets?

For those familiar with ISAPI and IIS, wouldn't isapi be (almost) as much work as dealing with sockets themselves?

I've got some major gaps in my learning and I need to get them filled.  Thanks.
Title: Re: Sockets, networking and servers
Post by: drhowarddrfine on February 15, 2005, 10:32:08 PM
Well I feel really stupid now.  Found some great stuff that I need to read.  I would be the first to say Google everything, and I did, but when frustration hits you you sometimes feel like you've tried everything. 

I'm OK now.  I feel better.  Thanks.
Title: Re: Sockets, networking and servers
Post by: P1 on February 17, 2005, 07:29:10 PM
drhowarddrfine,

Japheth has some very good examples to learn from.
http://www.japheth.de/

Regards,  P1  :8)