- 1、本文档共5页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
opnet中配置应用和profile
配置应用和profile
来源:
Help / Online Documentation / Modeling Methodologies / Methodologies and Case Studies
(MSS: Maximal Segment Size)
1 Introduction
构建好网络拓扑后,有两种方式在网络中部署网络业务:
to import traffic as “conversation pair traffic”
to model application traffic by setting up various application attributes.
本文讨论第二种方案,第一种方案在别的文档中论述。
描述用户或用户组的特性,需要描述他们的行为。用户的行为或profile可以通过他们使用的应用和应用的频度和吞吐量来描述。应用由其动作描述,在opnet中成为task。
OPNET采用”global”的application和profile,便于在整个拓扑中重用。
2 Architecture
下图描述了应用的层次结构:一个profile包含若干个应用,应用又可表示为简单业务源,复杂协议或离散的task集。Task有分许多阶段(phase),每个阶段描述一种源目数据交换。本文主要介绍前两种元素,profile和application,后两种元素,task和phase可以详细参考自定义应用文档。
2.1 Profile Configuration
profile描述用户或用户组在特定时间使用某些应用。在给定的workstation或LAN上可以定义几个不同的profile,分别代表不同的用户组。例如可以有个工程组,销售组和管理组的profile.
Profile在同一节点上可以重复执行。OPNET允许配置profile以并行(concurrently—at the same time)或串行(Serially—one after the other)方式工作。
Profile里的应用可以按如下3种方式执行:
?at the same time
?one after the other – in a specific order you determine
?one after another – in a random order
下图描述了可能的profile配置
Profile Definition Object定义在scenario里使用的所有profile。只有在Profile Definition Object里定义的profile才能在workstations或LAN的对象里使用,只有在Application Definition Object里定义的Application才能在profile里使用。
2.2 Application Configuration
针对每个应用可以配置用法参数,比如start time, duration and repeatability。可以为应用采用不同的参数,也可以为不同的组创建不同的应用,比如engineering_email和sales_email,前一个3emails/sec,后一个10emails/sec。
应用模型有两类:Standard Network Applications and a custom application。在选择以前要充分理解模型,选择、配置应用模型在第3和第4部分。
2.3 Standard Network Applications
标准网络应用在“Standard Network Applications”文档中介绍,下表预定义的网络应用:
Table 1: Standard Network Applications
Standard Network Applications Brief Description FTP File transfer E-mail Sending and receiving e-mail Remote Login Rlogin (telnet) Video Conferencing Video conferencing involving image exchanges Database Database queries and updates HTTP Web browsing Print Print job submission Voice On-Off voice model 2.4 The Custom Application
自定义应用可以包含任意多层,包括两层应用。应用事务有两种模式:“deterministic” (exactly as measured
文档评论(0)