博客首页
注册
建议与交流
排行榜
加入友情链接
推荐
投诉
搜索:
帮助
好好学习
bilbo.cublog.cn
管理博客
发表文章
留言
收藏夹
· Compiler
· Unix_Linux
博客圈
音乐
相册
文章
· AutoHotKey
· C/C++
· Caml
· Perl
· Tcl & Expect
· 其他编程语言
· Visual Language
· Compiler Engineering
· Embedded System
· Formal methods
· FieldBus
· Networking
· Hardware Desing
· Safety System
· Unix_Linux
· Software Engineering
· GSM/GSM-R
· 技术幽默
· 读书时间
· Good Resource
· 关注社会
· 胡言乱语
首页
关于作者
姓名:你知道 职业:IT 年龄:每年大一岁 位置:地球 个性介绍:挺笨 Email: bilbo0214@163.com
||
<<
>>
||
我的分类
文章列表 - Networking
(转)The Linux LAPB Module Interface
<pre><span class="l"><a name="1" href="http://www.mjmwired.net/kernel/Documentation/networking/lapb-module.txt#1">1</a> </span> The Linux LAPB Module Interface 1.3<br><span class="l"><a name="2" href="http://www.mjmwired.net/kernel/Documentation/networking/lapb-module.txt#2">2</a> </span><br><span class="l"><a name="3" href="http://www.mjmwired.net/kernel/Documentation/networking/lapb-module.txt#3">3</a> </span> Jonathan Naylor 29.12.96<br><span class="l"><a name="4" href="http://www.mjmwired.net/kernel/Documentation/networking/lapb-module.txt#4">4</a> </span><br><span class="l"><a name="5" href="http://www.mjmwired.net/kernel/Documentation/networking/lapb-module.txt#5">5</a> </span>Changed (Henner Eisen, 2000-10-29): int return value for data_indication() <br><span class="l"><a name="6" href="http://www.mjmwired.net/kernel/Documentation/networking/lapb-module.txt#6">6</a> </span><br><span class="l"><a name="7" href="http://www.mjmwired.net/kernel/Documentation/networking/lapb-……
查看全文
发表于:2008-11-03 ┆
阅读(61)
┆
评论(0)
(转)LAPB
<p><b>LAPB本质上是HDLC中的ABM方式。<br></b></p><p><b>Asynchronous Balanced Mode</b> (ABM) is a <a href="http://en.wikipedia.org/wiki/Communication" title="Communication">communication</a> mode of <a href="http://en.wikipedia.org/wiki/HDLC" title="HDLC" class="mw-redirect">HDLC</a> and derivative <a href="http://en.wikipedia.org/wiki/Communications_protocol" title="Communications protocol">protocols</a>, supporting <a href="http://en.wikipedia.org/w/index.php?title=Peer-oriented&action=edit&redlink=1" class="new" title="Peer-oriented (page does not exist)">peer-oriented</a> <a href="http://en.wikipedia.org/wiki/Point-to-point_communication_%28telecommunications%29" title="Point-to-point communication (telecommunications)" class="mw-redirect">point-to-point communications</a> between two nodes, where either node can initiate transmission.</p> <p>For systems that work in the ABM (Asynchronous Balanced Mode), there is no master/slave relationship. Each station may initialize, su……
查看全文
发表于:2008-10-03 ┆
阅读(174)
┆
评论(0)
(转)Modelling & Simulation Resources on Internet
<div align="justify"> <p style="margin-top: 6px; margin-bottom: 6px; margin-left: 80px;"> <b><tt><font size="5" face="Verdana"> <a name="Modelling & Simulation Resources">Modelling & Simulation Resources</a> on Internet for everyone!</font></tt></b></p></div> <center> <!-- intestazione --></center> <p style="margin-top: 6px; margin-bottom: 6px; margin-left: 80px;" align="justify"> </p> <p style="margin-top: 6px; margin-bottom: 6px; margin-left: 80px;" align="justify"><font face="Verdana"> <font size="4"><b>The hidden</b></font><b><font size="4"> secrets of success in advanced countries:</font><font size="2"> </font></b></font> <font size="2" face="Verdana">The famous phrase, "why reinventing THE WHEEL?" is the accepted rule for not repeating the things in everyday life, education and research. The industry invests huge sums in the development of simulation and modelling tools to preserve the successful and authentic experiments and method……
查看全文
发表于:2008-10-02 ┆
阅读(269)
┆
评论(0)
(转)Introduction to Distributed System Design
<h1 class="page_title">Introduction to Distributed System Design</h1> <h3>Table of Contents</h3> <div class="toc"> <div class="column"> <dl><dt><a href="http://code.google.com/edu/parallel/dsd-tutorial.html#Audience">Audience and Pre-Requisites</a></dt></dl> <dl><dt><a href="http://code.google.com/edu/parallel/dsd-tutorial.html#Basics">The Basics</a></dt><dt><a href="http://code.google.com/edu/parallel/dsd-tutorial.html#How">So How Is It Done?</a></dt><dt><a href="http://code.google.com/edu/parallel/dsd-tutorial.html#RPC">Remote Procedure Calls</a></dt><dt><a href="http://code.google.com/edu/parallel/dsd-tutorial.html#Design">Distributed Design Principles</a></dt><dt><a href="http://code.google.com/edu/parallel/dsd-tutorial.html#Exercises">Exercises</a></dt><dt><a href="http://code.google.com/edu/parallel/dsd-tutorial.html#References">References</a></dt></dl> </div> </div> <hr> <h3><a name="Audience" id="Audience"></a>Audience and Pre-Requisites</h3> <……
查看全文
发表于:2008-08-26 ┆
阅读(155)
┆
评论(0)
(转)Basic FTP Commands
<table> <tbody><tr><td align="left"> <img src="http://www.cs.colostate.edu/helpdocs/Figures/csbanner7.gif" alt="Colorado State University "> </td><td align="right"> <h1 align="right"> <font color="NAVY"> Basic FTP Commands </font></h1> </td></tr><tr> </tr></tbody></table> <hr color="NAVY" noshade="noshade"> <hr color="NAVY" noshade="noshade"> <dl><h3>What is FTP?</h3><dd>The FTP (<b>F</b>ile <b>T</b>ransfer <b>P</b>rotocol) utility program is commonly used for copying files to and from other computers. These computers may be at the same site or at different sites thousands of miles apart. FTP is a general protocol that works on UNIX systems as well as a variety of other (non-UNIX) systems. <br><br> </dd><dd>For the purposes of this Web page, the <em>local</em> machine refers to the machine you are initially logged into, the one on which you type the <b>ftp</b> command. The <em>remote</em> machine is the other one, the one that is the argument of t……
查看全文
发表于:2008-08-15 ┆
阅读(182)
┆
评论(0)
port number
A port number is a way to identify a specific process to which an Internet or other network message is to be forwarded when it arrives at a <a href="http://whatis.techtarget.com/definition/0,,sid9_gci212964,00.html" class="inline">server</a>. For the <a href="http://searchnetworking.techtarget.com/sDefinition/0,,sid7_gci214172,00.html" class="inline">Transmission Control Protocol</a> and the <a href="http://searchsoa.techtarget.com/sDefinition/0,,sid26_gci214157,00.html" class="inline">User Datagram Protocol</a>, a port number is a 16-<a href="http://searchcio-midmarket.techtarget.com/sDefinition/0,,sid183_gci213816,00.html" class="inline">bit</a> <a href="http://searchcio-midmarket.techtarget.com/sDefinition/0,,sid183_gci212358,00.html" class="inline">integer</a> that is put in the header appended to a message unit. This port number is passed logically between <a href="http://searchwinit.techtarget.com/sDefinition/0,,sid1_gci211795,00.html" class="inline">client</a> and server tra……
查看全文
发表于:2008-07-10 ┆
阅读(210)
┆
评论(0)