Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - TCP
Search - TCP - List
学习TCP-IP的经典书籍,给需要用的朋友们!-TCP-IP to learn the classic books, to the need friends!
Update : 2024-05-10 Size : 50658304 Publisher : 棣棠

DL : 0
本文档详细介绍了TCP\IP和OSI网络七层协议模型(内附精彩的插图,让人看了就一目了然)。 网络模型 计算机网络是指由通信线路互相连接的许多自主工作的计算机构成的集合体,各个部件之间以何种规则进行通信,就是网络模型研究的问题。网络模型一般是指OSI七层参考模型和TCP/IP四层参考模型。这两个模型在网络中应用最为广泛。 目录[隐藏] • • OSI模型概述 • • OSI参考模型的主要功能和任务 • • OSI参考模型中的数据封装过程 • • TCP/IP参考模型 • • 参考资料 -This document details the TCP \ IP and OSI network protocol model seven (with wonderful illustrations, people looked on at a glance). Network model is the computer network connected by the communication lines of the work of many self-assembly consisting of a computer, between the various components to communicate the rules to what is the problem of network model. Network model generally refers to seven OSI Reference Model and TCP/IP reference model four. The two models in the most widely used network. Contents [hide] • • OSI Model Overview • • OSI reference model of the main functions and tasks • • OSI reference model in the process of data encapsulation • • TCP/IP Reference Model • • References
Update : 2024-05-10 Size : 94208 Publisher : leespoon

DL : 0
1.利用原始套接字实现简单的TCP协议分析器。 2.系统功能包括: 2.1 原始套接字与网卡邦定,并接收流经网卡的所有数据包; 2.2 对数据包进行分析以获得源IP地址和目的IP地址; 2.3 对TCP Segment进行分析以获得其首部详细信息; 2.4 显示分析结果 3 建议使用VC++ -tcp
Update : 2024-05-10 Size : 2877440 Publisher : 刘震

DL : 0
由于无线通信的特点,使得有线互联网络的成熟技术在无线环境中应用遇到了极大的挑战,尤其是传输层的TCP技术。-With the development of wireless communication technology, the future wireless networks will develop into an all IP mobile Internet which can provide access for customers at any time and anywhere, and the wireless network and wired network will also convergent seamlessly.
Update : 2024-05-10 Size : 86016 Publisher : 刘永刚

《TCP/IP详解-协议》 主要对TCP/IP协议族进行概述,让读者从历史的角度了解有关TCP/IP的早期发展情况-TCP/IP Detailed mainly on the TCP/IP protocol suite to carry out an overview for readers to understand from a historical perspective of the TCP/IP in the early development of the situation
Update : 2024-05-10 Size : 13251584 Publisher : 李立

该协议建立在TCP/IP基础之上,能够保证高可靠性的文件传输。本程序是FTP客户端软件的开发实例-The agreement built on the TCP/IP based, to ensure high reliability of the file transfer. This procedure is a FTP client software examples
Update : 2024-05-10 Size : 1231872 Publisher : 彭府

DL : 0
很好的一个类,封装了基本的TCP基本方法,TCP编程时会很方便(可直接重用),我自己做的,用了好几年了。-A very good class, a basic TCP package basic method, TCP programming will be very convenient (direct reuse), I do use for several years.
Update : 2024-05-10 Size : 73728 Publisher : George

TCP/IP协议的详尽说明,能够对其中的原理进行的说明和讲解-TCP/IP protocol, detailed information, to the principle of one note and explain
Update : 2024-05-10 Size : 111616 Publisher : 周跃辉

DL : 0
一个简单的TCP客户端和服务器端代码,服务器端接收数据并回传,VC编译,WINDOWS操作系统-A simple TCP client and server-side code, server-side data and return to receive, VC compiler, WINDOWS OS
Update : 2024-05-10 Size : 4096 Publisher : recome

DL : 0
两个动态库是封装好了的TCP通讯库,使用了线程来发送和接收。-Two dynamic library is a good package of TCP communications library, used to send and receive threads.
Update : 2024-05-10 Size : 112640 Publisher : zdd

DL : 0
TCP的connect扫描,指定IP的制定端口范围扫描-TCP-connect scan
Update : 2024-05-10 Size : 3731456 Publisher : qinjian

DL : 0
linux下的tcp/ip通信,包括服务器端和客户端-linux under tcp/ip communication, including server-side and client
Update : 2024-05-10 Size : 17408 Publisher : 王强

DL : 0
基于tcp的网络应用例子,模拟实际应用,对于理解tcp编程以及tcp原理很有帮助-The programe of network base on the tcp,it is a good example to understand of the tcp programe
Update : 2024-05-10 Size : 67584 Publisher : Jimmy

DL : 0
简单的实现局域网用户编程,包括TCP Client和TCP server,适合入门者-LAN users a simple programming, including TCP Client and TCP server, suitable for beginners
Update : 2024-05-10 Size : 7168 Publisher : xuzhisheng

本书对TCP/IP协议栈做了详细介绍,适合读者自学-TCP/IP protoal
Update : 2024-05-10 Size : 21621760 Publisher : 赵文广

DL : 0
vc++的TCP示例程序,其中包括客户端和服务器代码,可以帮助网络编程的初学者很直观的理解winsocket通信机制。-TCP coding example using VC++,very useful for the programer interest in winsocket
Update : 2024-05-10 Size : 6144 Publisher : eric

Transmission Control Protocol, defines the protocol for one host (host application) to talk to another. Layer four of the OSI/ISO model. TCP is connection oriented. Uses PAR (positive Ack with re-transmission). Treats data as a stream.(you may erase pages 1,2,3)
Update : 2024-05-10 Size : 174080 Publisher : cascadas

DL : 0
基于linux的TCP/IP网络通信的几个小程序-linux tcp
Update : 2024-05-10 Size : 10240 Publisher : 云良

一个用socket实现服务器客户端的建立例子(tcp)-A socket server with the establishment of client examples (tcp)
Update : 2024-05-10 Size : 2348032 Publisher : 邹伟

产生一个FTP流,并且让TCP源限制发送到接受端的数据包的速度- produce a FTP stream,the TCP source constrain the speed of packet to the receiver
Update : 2024-05-10 Size : 1024 Publisher : neverend
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.