搜索资源列表
bind-8.2.1.tar.gz
- 被广泛使用的域名服务(DNS)软件
DHCP + DNS (bind) == DDNS
- DHCP&DNS (bind)
bind-9.3.2.tar
- bind 源码 最新实现 linux/unix/windows平台-bind latest achievement source linux / unix / windows platform
ligangan22
- Socket 编程让你沮丧吗?从man pages中很难得到有用的信息吗?你想跟上时代去编Internet相关的程序,但是为你在调用 connect() 前的bind() 的结构而不知所措?等等… 好在我已经将这些事完成了,我将和所有人共享我的知识了。如果你了解 C 语言并想穿过网络编程的沼泽,那么你来对地方了。 -Socket Programming let you frustrated? From the man pages, it is very difficult to get
MyTelnet
- telnet服务器的实现: 1.客户端通过telnet连接后,服务器返回系统的一些信息(自己定义,至少应该包括程序作者的学号),之后显示提示符\"login:\"提示用户输入用户名进行登录 2.要求对用户名和密码进行验证。用户名和密码均为学号的后3位。如果用户名和密码错误则返回invalid user or passwd并提示重新输入 3.服务器端至少支持如下命令(命令不带参数) author:返回程序作者的相关信息 date:返回服务器的当前日期,日期的格式自己定义,
YSocket
- 非常方便的网络Socket类,开发网络程序变得很简单。 支持自定义的string类。 用法:typedef YSocket<CString> CMySocket //CString也可以用自己的string类,从而可以用来atl等任何地方 CMySocket tpSock //声明 tpSock.Create()//建立sock tpSock.Bind()//绑定 tpSock.Listen()//开始侦听
Socket
- 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
ARP-bind.RAR
- 利用Internet Protocol Helper API interface结口开发的一个arp保护工具. 开发工具:delphi7
bind-9.2.3.tar
- bind-3.2.
bind-8.2.1.tar
- 被广泛使用的域名服务(DNS)软件 -The widely used DNS software
bind-9.6.1-P1.tar
- The Berkeley Internet Name Domain (BIND) version 9.6.1-P1
socket
- 用VC编写的socket小程序,有客户端和服务端,两者3次握手建立连接,用到了最基本的socket,bind,listen,send,receive,函数,非常适合初学者,我就是用这个例子学习的socket编程,很经典的例子有,还有小界面-Socket using a small program written in VC, there are client and server, the two three-way handshake to establish a connection, us
bind-9.6-ESV.tar
- dns 使用广泛的开源软件,bind 9.6 有兴趣的看一下吧-dns widely used open-source software, bind 9.6 interested have a look
bind-9.9.2-P1.tar
- bind-9.9.2-P1,Linux下实现dns服务的一款软件。-the dns service a bind-9.9.2-P1, Linux software.
bind-9.7.3-P1.tar
- bind源码 -bind 1111111111111111111111111111111111
bind
- C++11新标准用于bind实现函数的回调-bind
bind-9.10.4-P6.tar
- DNS软件,该版本为最稳定版本,可yum后升级用。(DNS software, this version is the most stable version, and can be upgraded after yum.)
Dns and Bind Cookbook
- The DNS & BIND Cookbook presents solutions to the manyproblems faced by network administrators responsible for a nameserver. Following O'Reilly's popular problem-and-solution cookbookformat, this title is an indispensable companion to DNS & B
Pro DNS and BIND
- The book started from DNS for Rocket Scientists which has been available for about nine years on the web as a free resource to help users understand and configure BIND9 based DNS systems. I am committed to keeping this resource available and updated.