|
|
Subject:
TCP/IP development question
Category: Computers > Programming Asked by: jakers99-ga List Price: $15.00 |
Posted:
13 Sep 2005 14:01 PDT
Expires: 22 Sep 2005 12:30 PDT Question ID: 567686 |
I will soon be joining a cross discipline team that will create a multimedia application for Microsoft Windows. I am a systems administrator and not a developer. I would like to get a "head start" before talking with the developers. In my research I discovered the UDP-lite transport. It appears to be helpful for multimedia applications. I am trying to determine the level of difficulty of creating and installing our own UDP-lite transport protocol on MS Windows. My question is not whether UDP-lite is the optimal transport. The purpose of my question is to determine if a proficient TCP/IP developer (I realize this is a very relative term) could fairly easily write a UDP-lite transport that would easily install on the Windows platform. Additionally, in very general terms how might this work from an installation perspective? I understand UDP-lite to be a transport protocol. (See http://www.faqs.org/rfcs/rfc3828.html for more details on the specifics of UDP-lite -- however, the question is more about installing a 3rd party transport protocol). UDP transport is already provided by MS Windows. To the best of my knowledge, presently MS Windows does not provide UDP-lite support. UDP-lite is reportedly very close to UDP. I would like to be able create a user-space application installation package that "drops in" our udp-lite transport protocol. Our multimedia application would then utilize this udp-lite application. Is this possible? Is this "relatively" easy for experienced developers? Would there be any major "gotchas"? If this approach is wrong is there a better way to implement UDP-lite? Do we have to be more intrusive into the Windows operating system? In general, how would this work? | |
| |
| |
|
|
There is no answer at this time. |
|
Subject:
Re: TCP/IP development question
From: vakulgarg-ga on 14 Sep 2005 03:06 PDT |
Hello Jakers999 Developing UDP-Lite for windows should be straight forward and the developer just need to be familiar with programming with raw sockets which would then give access to send UDP-Lite datagrams directly over IP layer. However for the application to use raw sockets, I guess it should have admin/poweruser previledges. (I can check over this if you are interested). Since UDP-Lite has been allocated separate protocol identifier (136), there are no chances of your application interfering with existing UDP. - Vakul |
Subject:
Re: TCP/IP development question
From: jakers99-ga on 20 Sep 2005 09:04 PDT |
Great. That's the answer I was looking for. Thank you. I am new to Google Answers and do not know what the next step is. I think I'm supposed to rate answers? However, I do not see a button/option to do this. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |