Tag Archives: dns
Dynamic DNS service
Making home PC as web server is interesting because you can do your online business at minimum cost by taking advantages of your home computing infrastructure and internet service. However, it is still burdensome as you need to keep track on the more…
Domain Name System
The key part of a Uniform Resource Locator (URL), https://blog.tinyray.com/dns-intro for example, is the name of the server holding the resource, "blog.tinyray.com" given the example, which is usually called host. The name of server, or hostname, is more…
DNS server setup
DNS (Domain Name System) is a hierarchical distributed naming system for computers, services, or any resource connected to the Internet or a private network. It associates various kinds of information with domain names assigned to each of the participating entities. Most prominently, it translates easily memorized more…
Effective email verification method
Email verification is a key issue in business intelligence. Methods using regular expression based approach can verify the email against email structure standard. They however could not assure whether the email is real or not, making possible more…
Home web server
Once done with setting up your home PC a web server, the websites deployed on your PC is ready for online access. They can be accessed from the PC itself using a 'local' URL which is either http://localhost/ or http://127.0.0.1. However, to access more…