文件名称:sendTCP
- 所属分类:
- Internet/网络编程
- 资源属性:
- [WORD]
- 上传时间:
- 2012-11-26
- 文件大小:
- 123kb
- 下载次数:
- 0次
- 提 供 者:
- Z**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
计算机网络 编制程序,填充一个TCP数据包,并发送给目的主机。
要求
(1)程序以命令行形式运行:SendTCP source_port dest_ip dest_port其中,SendTCP为程序名 source_ip为源端IP地址 source_port为源端口 dest_ip为目的IP地址 dest_port为目的端口
(2)其他的TCP头部参数可以自由设定
(3)数据字段"This is my job!"
(4)发送成功后在屏幕上输出"send OK!"
-Computer network programming, filling a TCP packet, and send the purpose of the host. Requirements (1) procedures to run the command-line form: SendTCP source_port dest_ip dest_port one of, SendTCP for the program name source_ip client IP address as the source source_port for the source port dest_ip for the purpose of IP addresses dest_port for the purpose of port (2) other TCP head parameters can be freely set (3) data fields " This is my job!" (4) After the success of the screen to send the output on " send OK!"
要求
(1)程序以命令行形式运行:SendTCP source_port dest_ip dest_port其中,SendTCP为程序名 source_ip为源端IP地址 source_port为源端口 dest_ip为目的IP地址 dest_port为目的端口
(2)其他的TCP头部参数可以自由设定
(3)数据字段"This is my job!"
(4)发送成功后在屏幕上输出"send OK!"
-Computer network programming, filling a TCP packet, and send the purpose of the host. Requirements (1) procedures to run the command-line form: SendTCP source_port dest_ip dest_port one of, SendTCP for the program name source_ip client IP address as the source source_port for the source port dest_ip for the purpose of IP addresses dest_port for the purpose of port (2) other TCP head parameters can be freely set (3) data fields " This is my job!" (4) After the success of the screen to send the output on " send OK!"
(系统自动生成,下载前可以参看下载内容)
下载文件列表
my计算机网络.doc