搜索资源列表
TCPClientServer
- C#控制台程序,主要实现了TCP和UDP协议发送和接收,简单明了,适合初学。-C# console program, the main achievement of the TCP and UDP protocol to send and receive, simple and clear, suitable for beginners.
10
- 使用TCP和UDP协议编写服务器端和客户端的控制台程序,要求在客户端连续发送5条具体的信息,而在服务器接收并输出。-TCP and UDP protocols used to prepare the server side and client-side console program, requiring the client to send five consecutive specific information, while in the server to receive and ou
tcp-udp
- 基于TCP/UDP接收和发送数据的的聊天窗口代码,使用的是C#语言开发的,有需要的请下载,谢谢啦-Based on TCP/UDP receive and send data chat window code, using C# language development, there is a need to download, thank you
tcp-ip_test2--udp
- tcp/ip通信编程,实现数据的发送与获取。-the communicaition programming for TCP/IP.
Projects
- UDP协议全称是用户数据报协议[1] ,在网络中它与TCP协议一样用于处理数据包,是一种无连接的协议。在OSI模型中,在第四层——传输层,处于IP协议的上一层。UDP有不提供数据包分组、组装和不能对数据包进行排序的缺点,也就是说,当报文发送之后,是无法得知其是否安全完整到达的。UDP用来支持那些需要在计算机之间传输数据的网络应用。包括网络视频会议系统在内的众多的客户/服务器模式的网络应用都需要使用UDP协议。UDP协议从问世至今已经被使用了很多年,虽然其最初的光彩已经被一些类似协议所掩盖,但是即