-
IT学习者网站访问统计系统
IT学习者网站访问统计系统-IT learners website statistics system
- 2022-02-01 16:56:57下载
- 积分:1
-
Tracert程序
Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TT...
Tracert程序
Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由。
本程序利用RAW Socket实现Tracert程序。Tracert程序在具体实现时,是令其向目的主机发送一个ICMP回显请求消息,并重复递增IP头部TTL字段的值。刚开始的时候TTL等于1,这样当数据报抵达途中的第一个路由器时,TTL值就被减为0,导致发生超时错误,因为该路由器生成一份ICMP差错报文返回给源主机。随后,主机将数据报的TTL值递增1,以便IP报文能到达下一个路由器,并由下一路由器生成ICMP超时差错报文返回给源主机。不断重复这个过程,直到数据报达到最终的目的主机,此时目的主机将返回ICMP回显应答消息。这样,源主机只需对返回的每一份ICMP报文进行解析处理,就可以掌握数据报从源主机到达目的主机途中所经过的路由器信息。
本程序为控制台程序-Tracert using WinSocket
- 2023-05-23 15:50:04下载
- 积分:1
-
本设计的功能是填充一个TCP数据包,并发送给目的主机。
程序具体要求如下:
1) 以命令行形式运行:SendTCP、source_ip、source_p...
本设计的功能是填充一个TCP数据包,并发送给目的主机。
程序具体要求如下:
1) 以命令行形式运行:SendTCP、source_ip、source_port、dest_ip、dest_port,其中SendTCP是程序名,source_ip为源端IP地址,source_port为源端口号,dest_ip为目的地址,dest_port为目的端口号;
2) 其他的TCP头部参数请自行设定;
3) 数据字段为“This is my homework of network ,I am happy !”
4) 成功发送后在屏幕上输出“Send OK” 。
-The design features are filled with a TCP packet, and send the purpose of the host. Program specific requirements are as follows: 1) to form the command line run: SendTCP, source_ip, source_port, dest_ip, dest_port, which are SendTCP program name, source_ip client IP address as the source, source_port as the source port number, dest_ip for the purpose of the address, dest_port for the purpose of port number 2) the head of other TCP parameters at your own settings 3) data fields for the This is my homework of network, I am happy! 4) successfully sent the output on the screen after the Send OK .
- 2023-01-12 02:10:04下载
- 积分:1
-
win2000下的IP数据包监视程序,需要ip helper api才能编译
win2000下的IP数据包监视程序,需要ip helper api才能编译-win2000 IP data packet monitor program, needs ip
helper api to be able to translate
- 2022-05-13 12:33:04下载
- 积分:1
-
网络中获取对方的网络设置,进行有效的网络资源管理,用vc程序实现,经典奉送。...
网络中获取对方的网络设置,进行有效的网络资源管理,用vc程序实现,经典奉送。-network access to each other"s network configuration, the effective management of network resources using vc program, classic bottle.
- 2022-03-22 04:48:31下载
- 积分:1
-
网络流量检测网络流量统计: 对每个网络接口的流量统计,包括: 网络流量 广播负载率 网络负载率 接收流量 发出流量 接收用户包 接收广播包 发出用户包 发出管播...
网络流量检测网络流量统计: 对每个网络接口的流量统计,包括: 网络流量 广播负载率 网络负载率 接收流量 发出流量 接收用户包 接收广播包 发出用户包 发出管播报 广播接收负载率 广播发出负载率 接口最大带宽 接收负载率 发出负载率 综合负载率-network traffic detection network traffic statistics : for every network interface traffic statistics, including : network traffic load rate Broadcasting Network Load flow rate issued receiving user packet flow receiver receive broadcast packets sent users control packets sent radio broadcast reception load rate Broadcasting issued load rate interface bandwidth to receive the largest load rate Load issued consolidated load factor rate
- 2022-07-24 13:13:46下载
- 积分:1
-
ASP.NET 3.5入门经典的Csharp源代码
ASP.NET 3.5入门经典的Csharp源代码-Getting Started with ASP.NET 3.5 source code for the classic Csharp
- 2022-01-25 17:26:15下载
- 积分:1
-
捕获网络数据包,分析包头内容!区分各种协议类别
捕获网络数据包,分析包头内容!区分各种协议类别-Capture network packets, analyze the content of Baotou! Distinguish between various types of agreements
- 2023-08-16 18:55:04下载
- 积分:1
-
远程监控程序客户端
远程监控程序客户端- Long-distance monitor routine customer end
- 2022-04-25 05:34:41下载
- 积分:1
-
simple network monitoring to the right of the net with a TCP packet
简单的网络监控,至对同一个网段的TCP包-simple network monitoring to the right of the net with a TCP packet
- 2022-07-14 17:41:59下载
- 积分:1