文件名称:01_session_daemon_test

  • 所属分类:
  • Linux/Unix编程
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2017-09-06
  • 文件大小:
  • 31kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 明天会更*****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

在网络通讯时,源主机的应用程序知道目的主机的IP地址和端口号,却不知道目的主机的硬件地址,而数据包首先是被网卡接收到再去处理上层协议的,如果接收到的数据包的硬件地址与本机不符,则直接丢弃。因此在通讯前必须获得目的主机的硬件地址。ARP协议就起到这个作用。源主机发出ARP请求,询问“IP地址是192.168.0.1的主机的硬件地址是多少”,并将这个请求广播到本地网段(以太网帧首部的硬件地址填FF:FF:FF:FF:FF:FF表示广播),目的主机接收到广播的ARP请求,发现其中的IP地址与本机相符,则发送一个ARP应答数据包给源主机,将自己的硬件地址填写在应答包中(In network communication, the application of the source host know the destination host IP address and port number, but do not know the hardware address of the destination host, the packet is received by the first card to get to the upper layer protocol, if the received data packets and the machine hardware address does not directly discard. Therefore, the hardware address of the destination host must be obtained before communication. The ARP protocol does that. The source host sends a ARP request, ask "IP address is 192.168.0.1 hardware address is the number, and the request is broadcast to the local network (Ethernet fr a me header hardware address fill FF:FF:FF:FF:FF:FF said broadcast), the destination host receives the broadcast ARP request, consistent with the machine IP address is the send a ARP response packet to the source host, will own hardware address in response to the package)
相关搜索: linux

(系统自动生成,下载前可以参看下载内容)

下载文件列表

01_session_daemon_test\daemond

01_session_daemon_test\daemond.c

01_session_daemon_test\getpgid

01_session_daemon_test\getpgid.c

01_session_daemon_test\kill_multprocess

01_session_daemon_test\kill_multprocess.c

01_session_daemon_test\loop

01_session_daemon_test\loop.c

01_session_daemon_test\makefile

01_session_daemon_test\mydaemond

01_session_daemon_test\mydaemond.c

01_session_daemon_test\my_strtok

01_session_daemon_test\my_strtok.c

01_session_daemon_test\session

01_session_daemon_test\session.c

01_session_daemon_test\setpgid

01_session_daemon_test\setpgid.c

01_session_daemon_test\ttyname

01_session_daemon_test\ttyname.c

01_session_daemon_test

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org