CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: modem usage

  1. #1
    Join Date
    Jan 2000
    Posts
    45

    modem usage

    if you have aim(aol instand messanger) how does it send information over the modem?


  2. #2
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Re: modem usage

    Through IP and port reservation
    Connects to server--->reserves IP and port--->sends/receives bytes....(just like every dial-up connection does!!!)



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured