⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 httpmodel.html

📁 good examples for omnet++
💻 HTML
字号:
<html>
<style type="text/css">
h1,h2,h3,h4,p,table,ul,ol {font-family: Geneva, Arial, Helvetica, sans-serif;}
pre { margin-left:8pt; background:#fffff4; padding:5pt; border:1px solid; border-color:#a0a0a0 }
</style>

<body>
<h3>The HTTP model</h3>

<p>
HTTPNet models a network where several clients send HTTP requests to a
web server, which replies with the appropriate web pages or 404 Not Found.
(The simulation is performed on a very abstract level: TCP or IP details
are not simulated at all, etc.) Most HTTP clients are simulated ones,
but one of them is a proxy which represents a real-life user (that is,
you): by pointing your browser to <tt>http://localhost:4242</tt> while the
simulation is running, you can inject real HTTP requests into the
simulated network.

<p>
To try:

<ul>
  <li> start the simulation with the "Run" button on the toolbar
  <li> fire up your browser, and point it to: <tt>http://localhost:4242</tt>
  <li> then watch how your HTTP requests get into the simulated network
</ul>

<p>
It is also possible to stop the simulation when a packet is underway, and
peek into it.

<p>
<a href="index.html">Home</a>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -