Re: dial-up vs ethernet



On 2007-12-16, Mike <michael.h.williamson@xxxxxxxxx> wrote:
On Dec 15, 11:51 pm, Grant Edwards <gra...@xxxxxxxx> wrote:
On 2007-12-16, Mike <michael.h.william...@xxxxxxxxx> wrote:

Will a generic web-browser work with dial-up internet service
(over a modem)?

Yes.

If it normally used socket() type system calls for network
communication, what would it use instead?

It would still use socket() type system calls.

Thanks, that helps.

I am still curious, though.
Are the socket() calls not different? (PF_UNIX instead of PF_INET)

No.

How would the browser know?

Like I said before, it doesn't know and it doesn't need to know.

--
Grant Edwards grante Yow! This PORCUPINE knows
at his ZIPCODE ... And he has
visi.com "VISA"!!
.



Relevant Pages

  • Re: TCP Streams from Unknown source to VB.Net
    ... communicate with any types of other platforms on TCP/IP communication. ... the data structure is sent in binary format out over a socket. ... can't contain arrays. ... from the server. ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Handling exceptions in Socket Callbacks
    ... why im using this complicated method of socket communication - ... there remains the problem of propogating the error generated in the callback ... > catch(Exception objException) ...
    (microsoft.public.dotnet.general)
  • Another question about OpenOffice (and component based programming in general)
    ... if my program is going to connect the OO server via socket 8100 ... there is some sort of communication going on. ... If pipe: what is the name of the pipe? ...
    (comp.lang.java.programmer)
  • Re: Handling exceptions in Socket Callbacks
    ... You're correct the asynchronous socket methods give more opportunities ... I always handle exceptions in callbacks in the callback itself. ... why im using this complicated method of socket communication - ...
    (microsoft.public.dotnet.general)
  • Re: WinSock SendData -> unknown Exception
    ... Note that you *can* use a socket in a separate thread (see my essay on multithreaded ... MVP Tips:http://www.flounder.com/mvp_tips.htm ... I don't use MMTimer to manage socket communication, but serial comm. ...
    (microsoft.public.vc.mfc)