Welcome![Sign In][Sign Up]
Location:
Search - UDP NS2

Search list

[Graph programns2-udp

Description: 利用网络仿真软件ns2,仿真图像在无线局域网中传输时需要修改的udp构件代码。-use of network simulation software Means, Simulation images of the wireless LAN transmission need to amend the udp component code.
Platform: | Size: 1749 | Author: 林美善 | Hits:

[Graph programmflood-ns2

Description: ns网络仿真实现mflood流量控制算法的一些源代码,是用在修改udp构件的源代码。-ns Network Simulation flow control algorithm mflood some source code, is amended udp component in the source code.
Platform: | Size: 4661 | Author: 林美善 | Hits:

[DocumentsNS2 802.11 simulation

Description: 802.11的NS2模拟过程,包括TCP,UDP的单播,多拨过程
Platform: | Size: 78546 | Author: 朱云 | Hits:

[Graph programns2-udp

Description: 利用网络仿真软件ns2,仿真图像在无线局域网中传输时需要修改的udp构件代码。-use of network simulation software Means, Simulation images of the wireless LAN transmission need to amend the udp component code.
Platform: | Size: 1024 | Author: 林美善 | Hits:

[Graph programmflood-ns2

Description: ns网络仿真实现mflood流量控制算法的一些源代码,是用在修改udp构件的源代码。-ns Network Simulation flow control algorithm mflood some source code, is amended udp component in the source code.
Platform: | Size: 4096 | Author: 林美善 | Hits:

[Internet-NetworkNS2_802.11_simulation

Description: 802.11的NS2模拟过程,包括TCP,UDP的单播,多拨过程-802.11 NS2 simulation process, including TCP, UDP unicast, multi-allocation process
Platform: | Size: 77824 | Author: 朱云 | Hits:

[Othersourcecode

Description: 《NS2与网络模拟》这本书的源代码 经典-err
Platform: | Size: 637952 | Author: 华的 | Hits:

[TCP/IP stackudp4realible

Description: udp实现可靠传输的代码,开源的这是一个比较早的版本,功能简单,使用方便,内有说明-udp achieve reliable transmission of the code, open source is a relatively early version, features simple, easy to use, there are notes
Platform: | Size: 219136 | Author: blackwall | Hits:

[TCP/IP stacktcpudp

Description: TCP/UDP协议在NS2中的仿真源代码以及trace分析文件,抖动分析,吞吐量分析,丢包率分析。-TCP/UDP protocol in NS2 Simulation and trace analysis of source code files, jitter analysis, throughput analysis, analysis of packet loss rate.
Platform: | Size: 4096 | Author: yaqinchow | Hits:

[Internet-NetworkNS2-TCP-UDP

Description: Linux环境中NS2TCPUDP ns2下仿真有线网络的延时、抖动、吞吐量的实验源码-Under the Linux environment NS2TCPUDP ns2 simulation wired network delay, jitter, throughput experimental source
Platform: | Size: 359424 | Author: 李东国 | Hits:

[Otherexample41.tcl.tar

Description: TCL script for network simulation ns2 used for wired network. It s for four nodes and UDP agent and expontial application.
Platform: | Size: 1024 | Author: salim | Hits:

[DocumentsUDP

Description: The UDP protocol on NS2 papers, including catalog, text, literature
Platform: | Size: 189440 | Author: 武艳宏 | Hits:

[Program docTCP_UDP

Description: NS2环境下的TCP/UDP业务仿真实例,内含代码-the udp/tcp files for ns2
Platform: | Size: 359424 | Author: 吴东伟 | Hits:

[Internet-Networkns2

Description: ns2仿真ns与网络模拟的源码,2节点链路udp cbr应用,1个简单的ns2实例,NS2中AODV路由协议的实现函数介绍(转)-ns ns2 simulation and network simulation source, 2 node link udp cbr application, a simple ns2 instance, NS2 AODV routing protocol in the realization of the function description (rpm)
Platform: | Size: 3072 | Author: ilovemylife | Hits:

[TCP/IP stackclient

Description: 用TCP 和UDPprotocol来传输数据,具体请见英文描述-Introduction In this assignment, you will build a client for a simple streaming transport protocol. Media streams such as compressed video or audio are typically delay and jitter sensitive- real-time conversations require 100 ms or less round-trip delay and human ear is very sensitive to irregular sampling in audio. The long delay imposed by retransmission makes Transmission Control Protocol (TCP) an unlikely candidate to carry media streams. Fortunately, with proper error concealment, human perception is not very sensitive to data loss in video and audio. Thus, User Datagram Protocol (UDP) is commonly employed to transport media streams. However, there are many problems with UDP- delay jitter, out-of-order arrival and packet loss. A commonly used technique is to buffer up some packets to obtain a smoother play-back in the expense of some small delay. An example is given by the following diagram: As packet arrives from the network, the stream transport layer will delay the
Platform: | Size: 3072 | Author: Mengmei Liu | Hits:

[Internet-Networkwired

Description: 基于NS2的有线网络仿真模拟和性能分析。通过一个哑铃拓扑结构的网络模拟平台,对TCP、UDP协议进行仿真分析。-NS2-based wired network simulation and performance analysis. Dumbbell topology with a network simulation platform for TCP, UDP protocol simulation and analysis.
Platform: | Size: 273408 | Author: wenk | Hits:

[Internet-Networkeverything.pdf

Description: This document (ns Notes and Documentation) provides reference documentation for ns. Although we begin with a simple simulation script, resources like Marc Greis’s tutorial web pages (originally at his web site, now at http://www.isi. edu/nsnam/ns/tutorial/) or the slides from one of the ns tutorials are problably better places to begin for the ns novice. We first begin by showing a simple simulation script. This script is also available in the sources in ~ns/tcl/ex/simple.tcl. This script defines a simple topology of four nodes, and two agents, a UDP agent with a CBR traffic generator, and a TCP agent. The simulation runs for 3s. The output is two trace files, out.tr and out.nam. When the simulation completes at the end of 3s, it will attempt to run a nam visualisation of the simulation on your screen.
Platform: | Size: 1866752 | Author: ganesh | Hits:

[TCP/IP stackmympeg-patch-to-ns2.28

Description: patch to implement udp in ns2
Platform: | Size: 4096 | Author: raj | Hits:

[Internet-NetworkLAB---2---UDP-DATA-TRAFFIC

Description: NS2 code for creation of nodes and UDP traffic among different nodes-NS2 code for creation of nodes and UDP traffic among different nodes
Platform: | Size: 8192 | Author: Sheetal | Hits:

[OtherNS2

Description: 通过对NS2进行新增模块进行TCP及UDP的相关测试(TCP and UDP related tests are carried out by adding new modules to the NS2)
Platform: | Size: 1024 | Author: KyleTrigger | Hits:
« 12 3 »

CodeBus www.codebus.net