home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Shareware (Platinum Edition) / QUEPLAT95.ISO / files / programm / ttcghst / file_id.diz next >
Encoding:
Text File  |  1996-10-10  |  913 b   |  22 lines

  1. TTC Get Host Custom Control - The 
  2. GetHostAdrs control of GetHost allows you to 
  3. resolve the address of a given host name. 
  4. When called, the method sends the host name 
  5. you provide to a DNS server. The server 
  6. locates the host name and returns the 
  7. address of the host. The GetHostName control 
  8. allows you to reverse the aforementioned 
  9. process and determine a host name from a 
  10. given address. This operation is useful when 
  11. presenting information received from a 
  12. remote node. Instead of reading the address 
  13. of the remote node you can see the actual 
  14. name. Address resolution is important for 
  15. network communications and to bridge human / 
  16. machine communications. Humans can better 
  17. remember host names while computers can only 
  18. use the numeric addresses. The GetHost 
  19. control provides you with the functionality 
  20. required in order to transfer information on 
  21. the Information Superhighway.
  22.