Chapter 8:Registration and Name Resolution (RNR)
|
||
C & Winsock: The Kick Start programming tutorialsC & Linux SocketProgram Example IndexC#, VB .NET & C++/CLI Network ProgrammingWindows Device Driver Development & Program ExamplesReactOS - Windows OS Binary Compatible Open Source Project - C & C++
|
What do we have in this chapter?
Name Space ModelsEnumerating Name SpacesInstalling a Service ClassService RegistrationQuerying a ServiceForming a QueryAnother Example: HOSTENT, gethostbyname() and gethostbyaddr()
Summary
The registration and name resolution (RNR) functions might seem overly complicated, but they offer great flexibility in writing client/server applications. The real limitation of name registration lies with the name space. It's rather amazing that even with the popularity of TCP/IP, the only name resolution method available is been DNS, which is not very flexible. With the Windows 2000, Windows XP, and Windows NT domain spaces, a persistent, protocol-independent method of name resolution is available, offering the necessary flexibility to write robust applications. In addition, other name spaces (such as SAP) are available for IPX/SPX-based applications, offering many of the same capabilities of the Windows NT domain space (except for protocol independence).
|
|
|
![]() Custom Search |
|
< Chap 7: Winsock Socket Options & IOCTLs | Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7 | Chap 9: Multicasting >
Share and email to your beloved friends and foes:
|
||