导航:首页 > IDC知识 > 从域名查询

从域名查询

发布时间:2020-08-17 12:22:45

1、如何根据域名查询ip地址

1.域名查询IP方法,点击开始选择“运行”输入cmd点击确定,打开cmd窗口

2.输入ping baidu.com(输入所要查询的域名),查询域名ip地址

3.输入nslookup 域名,同样可以查询域名ip地址。

4.查本机局域网IP方法,输入ipconfig,查询本机ip

2、域名是什么,怎么查看?

先看那个网站上方地址栏里的网址。
举例:“百度知道首页”网站的网址是:http://z.baidu.com/,那么:“百度知道首页”网站的域名就是z.baidu.com。
也就是说,一个网站的域名就看它的地址http://……/之间,在这里……代表域名。

网站域名 英文名:website domain
域名是Internet网络上的一个服务器或一个网络系统的名字, 在全世界没有重复的域名.域名的形式是以若干个英文字母和数字组成,由”.”分隔成几部分, 如baidu.com就是一个域名。从技术上讲,域名只是一个Internet中用于解决IP地址对应问题的一种方法。可以说只是一个技术名词。但是,由于Internet已经成为了全世界人的Internet,域名也自然地成为了一个社会科学名词。
参考资料: http://ke.baidu.com/view/1713058.html?wtp=tt

3、如何通过IP查询域名?

用ping功能就可以查到,例如要查
www.123.com
你就在运行那里输入
cmd
确定,在dos窗口输入
ping
www.123.com
就可以看到动态域名的ip地址了

4、急求域名查询程序,

index.asp
<html>
<title>ASP域名查询</title>
<style>
body td {
font-size:12px;
}
</style>
<body>

<table width="400" height="126" border="0" align="center" cellpadding="0" cellspacing="0">
<form name="form1" method="post" action="search.asp">
<tr>
<td colspan="2" align="center"><strong>域名查询系统</strong></td>
</tr>
<tr>
<td width="269" align="right" valign="middle">www.
<input name="dns" type="text" id="dns">
</td>
<td width="125"><input type="submit" name="Submit" value="查询"></td>
</tr>
<tr>
<td height="55" colspan="2" align="center">
<table width="80%" border="0">
<tr>
<td align="left"><input name="ext" type="checkbox" id="checkbox" value="com" checked>
.com </td>
<td align="left"><input name="ext" type="checkbox" id="ext" value="cn">
.cn </td>
<td align="left"><input name="ext" type="checkbox" id="ext" value="net">
.net</td>
<td align="left"><input name="ext" type="checkbox" id="ext" value="org">
.org </td>
</tr>
<tr>
<td align="left"><input name="ext" type="checkbox" id="ext" value="com.cn">
.com.cn</td>
<td align="left"><input type="checkbox" name="ext" value="net.cn">
.net.cn </td>
<td align="left"><input name="ext" type="checkbox" id="ext" value="org.cn">
.org.cn </td>
<td align="left"><input name="ext" type="checkbox" id="ext" value="gov.cn">
.gov.cn </td>
</tr>
</table></td>
</tr>
</form>
</table>
</body>
</html>

search.asp
<style>
body {font-size:12px;}
</style>
<%
On Error Resume Next
Server.ScriptTimeOut=9999999
Function getHTTPPage(Path)
t = GetBody(Path)
getHTTPPage=BytesToBstr(t,"GB2312")
End function

Function GetBody(url)
on error resume next
Set Retrieval = CreateObject("Microsoft.XMLHTTP")
With Retrieval
.Open "Get", url, False, "", ""
.Send
GetBody = .ResponseBody
End With
Set Retrieval = Nothing
End Function

Function BytesToBstr(body,Cset)
dim objstream
set objstream = Server.CreateObject("adodb.stream")
objstream.Type = 1
objstream.Mode =3
objstream.Open
objstream.Write body
objstream.Position = 0
objstream.Type = 2
objstream.Charset = Cset
BytesToBstr = objstream.ReadText
objstream.Close
set objstream = nothing
End Function
%>
<%
'''''''''''''''''''''''''''''''''''''
' 功 能:查询域名是否被注册
' 作 者:wangsdong
' 网 站: http://www.aspprogram.cn
' 文章为作者原创,转载请注明文章出处
' 保留作者信息,谢谢支持!
'''''''''''''''''''''''''''''''''''''
dns=request("dns")
ext=request("ext")

e=Split(ext,",")
For i=0 To UBound(e)
edns=dns & "." & trim(e(i))
url="http://www.checkdomain.com/cgi-bin/checkdomain.pl?domain="&edns
wstr=getHTTPPage(url)
if instr(lcase(wstr),"registered")>0 then
response.write edns &":已被注册"
else
response.write edns &":可以注册"
end if
next
%>

试试看满意不.本机测试过可以用.

5、域名查询哪里查

你是指如何查询域名的注册信息吗?如果是的话,你可以网络下易名中国域名门户,进去之后点选“查whois",输入你要查询的域名,点击“查询”即可。

6、域名查询

如果您已高价在其他服务商处申请了域名、空间或邮箱,可随时转入到我中心,请随时咨询在线客服,即可享受优惠价。我们已为15000多家用户提供了6年多优秀服务,更安全,更稳定。联系方式请点击我的用户名——用户资料。
可先试用15天,210元建网站。包括:国际顶级域名(60元)、速成网站普及型(500M,150元)、正规备案服务等。会打字就会建网站,操作简单。具有基本网站功能:商品展示&发布管理、酷炫图文工具、文章管理、留言本、流量统计、网站SEO等

国际顶级英文域名:60元(续费65元)
手机域名:90元(续费120元)
国际中文域名:100元(续费100元)

7、如何根据域名查询主机IP

我说, 在http://www.ip138.com/
在这个网站的确能查到~~
但事实上 如上面所说的
运行/ ping +域名
比如 ping www.sina.com
它就会出现 202.205.3.142
可能时间很短,但这时 你可以按 pause/break键(键盘右上角)
然后 慢慢看吧~~
小问题 用得着 200分吗?
还有 ,这样可能无法得到地址
可能还是得去趟 http://www.ip138.com/
哎,没办法啊~~

8、如何从域名查询到公司的地址

在百度输入“网站备案查询”,进入页面输入你的域名就OK了

与从域名查询相关的知识