文件名称:client-server

  • 所属分类:
  • Internet/网络编程
  • 资源属性:
  • [Windows] [Visual.Net] [源码]
  • 上传时间:
  • 2016-07-11
  • 文件大小:
  • 21.63mb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 大*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。

首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。

程序实现的关键步骤:

以TCP协议为例

服务器端:

1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。

客户端:

1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。-Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate.

First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission.

The key step program implementation:

In TCP protocol as an example

Service-Terminal:

1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response.

Clients:

1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli
(系统自动生成,下载前可以参看下载内容)

下载文件列表





client

......\client

......\client.opensdf

......\client.sdf

......\client.sln

......\client.suo

......\client.v12.suo

......\......\client.cpp

......\......\client.vcxproj

......\......\client.vcxproj.filters

......\......\client.vcxproj.user

......\......\Debug

......\......\.....\client.Build.CppClean.log

......\......\.....\client.lastbuildstate

......\......\.....\client.log

......\......\.....\client.obj

......\......\.....\client.tlog

......\......\.....\...........\CL.read.1.tlog

......\......\.....\...........\CL.write.1.tlog

......\......\.....\...........\client.lastbuildstate

......\......\.....\...........\link.read.1.tlog

......\......\.....\...........\link.write.1.tlog

......\......\.....\vc120.idb

......\......\.....\vc120.pdb

......\Debug

......\.....\client.exe

......\.....\client.ilk

......\.....\client.pdb

......\.....\tcp_udp.exe

......\.....\tcp_udp.ilk

......\.....\tcp_udp.pdb

......\.....\test.exe

......\.....\test.ilk

......\.....\test.pdb

server

......\Debug

......\.....\tcp_udp.exe

......\.....\tcp_udp.ilk

......\.....\tcp_udp.pdb

......\tcp_udp

......\tcp_udp.opensdf

......\tcp_udp.sdf

......\tcp_udp.sln

......\tcp_udp.suo

......\tcp_udp.v12.suo

......\.......\Debug

......\.......\.....\main.obj

......\.......\.....\server.obj

......\.......\.....\tcp_udp.Build.CppClean.log

......\.......\.....\tcp_udp.lastbuildstate

......\.......\.....\tcp_udp.log

......\.......\.....\tcp_udp.tlog

......\.......\.....\............\CL.read.1.tlog

......\.......\.....\............\CL.write.1.tlog

......\.......\.....\............\link.read.1.tlog

......\.......\.....\............\link.write.1.tlog

......\.......\.....\............\tcp_udp.lastbuildstate

......\.......\.....\tcp_udp.unsuccessfulbuild

......\.......\.....\vc120.idb

......\.......\.....\vc120.pdb

......\.......\main.cpp

......\.......\server.cpp

......\.......\server.h

......\.......\tcp_udp.vcxproj

......\.......\tcp_udp.vcxproj.filters

......\.......\tcp_udp.vcxproj.user

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org