<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>一块积木 - 计算机网络</title><link>http://blog.csdn.net/goodboy1881/category/193159.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 14 Jun 2007 07:22:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>积木</dc:creator><title> TCP/IP详解学习笔记(11)-TCP交互数据流，成块数据流</title><link>http://blog.csdn.net/goodboy1881/archive/2006/05/19/745606.aspx</link><pubDate>Fri, 19 May 2006 14:30:00 GMT</pubDate><guid>http://blog.csdn.net/goodboy1881/archive/2006/05/19/745606.aspx</guid><wfw:comment>http://blog.csdn.net/goodboy1881/comments/745606.aspx</wfw:comment><comments>http://blog.csdn.net/goodboy1881/archive/2006/05/19/745606.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/goodboy1881/comments/commentRss/745606.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=745606</trackback:ping><description>重点是TCP的流量控制原理，滑动窗口，拥塞窗口，ACK累计确认等知识点。&lt;img src ="http://blog.csdn.net/goodboy1881/aggbug/745606.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>积木</dc:creator><title> TCP/IP详解学习笔记(9)-TCP协议概述</title><link>http://blog.csdn.net/goodboy1881/archive/2006/05/16/741087.aspx</link><pubDate>Tue, 16 May 2006 13:35:00 GMT</pubDate><guid>http://blog.csdn.net/goodboy1881/archive/2006/05/16/741087.aspx</guid><wfw:comment>http://blog.csdn.net/goodboy1881/comments/741087.aspx</wfw:comment><comments>http://blog.csdn.net/goodboy1881/archive/2006/05/16/741087.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/goodboy1881/comments/commentRss/741087.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=741087</trackback:ping><description>TCP和UDP处在同一层---运输层，但是TCP和UDP最不同的地方是，TCP提供了一种可靠的数据传输服务，TCP是面向连接的，也就是说，利用 TCP通信的两台主机首先要经历一个“拨打电话”的过程，等到通信准备结束才开始传输数据，最后结束通话。所以TCP要比UDP可靠的多，UDP是把数据直接发出去，而不管对方是不是在收信，就算是UDP无法送达，也不会产生ICMP差错报文，这一经时重申了很多遍了。&lt;img src ="http://blog.csdn.net/goodboy1881/aggbug/741087.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>积木</dc:creator><title>TCP/IP详解学习笔记(7)-广播和多播，IGMP协议</title><link>http://blog.csdn.net/goodboy1881/archive/2006/05/13/726860.aspx</link><pubDate>Sat, 13 May 2006 01:17:00 GMT</pubDate><guid>http://blog.csdn.net/goodboy1881/archive/2006/05/13/726860.aspx</guid><wfw:comment>http://blog.csdn.net/goodboy1881/comments/726860.aspx</wfw:comment><comments>http://blog.csdn.net/goodboy1881/archive/2006/05/13/726860.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/goodboy1881/comments/commentRss/726860.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=726860</trackback:ping><description>想了一天，终于顿悟为啥一份数据就可以实现多播和广播，原来网卡的过滤功能在这里起了重要的作用，换句话说，一个不过滤数据的网卡就可以作为一个监听器工作－－这就是网络监视的基础理论吧。文章的最后说了说IGMP的作用。&lt;img src ="http://blog.csdn.net/goodboy1881/aggbug/726860.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>积木</dc:creator><title>sshd中tcp-wrappers的调用</title><link>http://blog.csdn.net/goodboy1881/archive/2006/05/10/721648.aspx</link><pubDate>Wed, 10 May 2006 12:53:00 GMT</pubDate><guid>http://blog.csdn.net/goodboy1881/archive/2006/05/10/721648.aspx</guid><wfw:comment>http://blog.csdn.net/goodboy1881/comments/721648.aspx</wfw:comment><comments>http://blog.csdn.net/goodboy1881/archive/2006/05/10/721648.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/goodboy1881/comments/commentRss/721648.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=721648</trackback:ping><description>今天配置sshd的时候，发现openssh-server不通过xinetd依然可以使用tcp-wrappers来控制主机访问，好奇之下就察看了 sshd和tcp-wrapper的代码，做成笔记写在下面。这些笔记对想使用tcp-wrappers的程序员来说有一定的参考价值。&lt;img src ="http://blog.csdn.net/goodboy1881/aggbug/721648.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>积木</dc:creator><title>samba配置文件一则</title><link>http://blog.csdn.net/goodboy1881/archive/2006/04/26/678929.aspx</link><pubDate>Wed, 26 Apr 2006 23:31:00 GMT</pubDate><guid>http://blog.csdn.net/goodboy1881/archive/2006/04/26/678929.aspx</guid><wfw:comment>http://blog.csdn.net/goodboy1881/comments/678929.aspx</wfw:comment><comments>http://blog.csdn.net/goodboy1881/archive/2006/04/26/678929.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/goodboy1881/comments/commentRss/678929.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=678929</trackback:ping><description>samba配置文件一则，一个最简单的samba文件共享定义。&lt;img src ="http://blog.csdn.net/goodboy1881/aggbug/678929.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>积木</dc:creator><title>TCP/IP详解学习笔记(4)-ICMP协议，ping和Traceroute</title><link>http://blog.csdn.net/goodboy1881/archive/2006/04/20/670761.aspx</link><pubDate>Thu, 20 Apr 2006 18:14:00 GMT</pubDate><guid>http://blog.csdn.net/goodboy1881/archive/2006/04/20/670761.aspx</guid><wfw:comment>http://blog.csdn.net/goodboy1881/comments/670761.aspx</wfw:comment><comments>http://blog.csdn.net/goodboy1881/archive/2006/04/20/670761.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/goodboy1881/comments/commentRss/670761.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=670761</trackback:ping><description>这一部分讲述ICMP协议一些相关知识和两个著名的应用：ping和Traceroute的一些工作原理。&lt;img src ="http://blog.csdn.net/goodboy1881/aggbug/670761.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>积木</dc:creator><title>TCP/IP详解学习笔记(3)-IP协议，ARP协议，RARP协议 </title><link>http://blog.csdn.net/goodboy1881/archive/2006/04/19/668556.aspx</link><pubDate>Wed, 19 Apr 2006 02:41:00 GMT</pubDate><guid>http://blog.csdn.net/goodboy1881/archive/2006/04/19/668556.aspx</guid><wfw:comment>http://blog.csdn.net/goodboy1881/comments/668556.aspx</wfw:comment><comments>http://blog.csdn.net/goodboy1881/archive/2006/04/19/668556.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/goodboy1881/comments/commentRss/668556.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=668556</trackback:ping><description>TCP/IP协议中最核心的IP协议，实际上非常的单纯，只是简单的承载数据，并不保证送达。&lt;img src ="http://blog.csdn.net/goodboy1881/aggbug/668556.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>积木</dc:creator><title>TCP/IP详解学习笔记(2)-数据链路层</title><link>http://blog.csdn.net/goodboy1881/archive/2006/04/16/665061.aspx</link><pubDate>Sun, 16 Apr 2006 00:26:00 GMT</pubDate><guid>http://blog.csdn.net/goodboy1881/archive/2006/04/16/665061.aspx</guid><wfw:comment>http://blog.csdn.net/goodboy1881/comments/665061.aspx</wfw:comment><comments>http://blog.csdn.net/goodboy1881/archive/2006/04/16/665061.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/goodboy1881/comments/commentRss/665061.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=665061</trackback:ping><description>数据链路层主要有三个任务&lt;img src ="http://blog.csdn.net/goodboy1881/aggbug/665061.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>积木</dc:creator><title>TCP/IP详解学习笔记(1)-基本概念</title><link>http://blog.csdn.net/goodboy1881/archive/2006/04/15/665041.aspx</link><pubDate>Sat, 15 Apr 2006 23:48:00 GMT</pubDate><guid>http://blog.csdn.net/goodboy1881/archive/2006/04/15/665041.aspx</guid><wfw:comment>http://blog.csdn.net/goodboy1881/comments/665041.aspx</wfw:comment><comments>http://blog.csdn.net/goodboy1881/archive/2006/04/15/665041.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/goodboy1881/comments/commentRss/665041.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=665041</trackback:ping><description>开始学tcp/ip协议了，希望能用半年的时间结束网络这一部分的学习并且记下笔记。这是第一部分，还是非常简单的。&lt;img src ="http://blog.csdn.net/goodboy1881/aggbug/665041.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>积木</dc:creator><title>网络层 arp协议的作用</title><link>http://blog.csdn.net/goodboy1881/archive/2006/04/14/663088.aspx</link><pubDate>Fri, 14 Apr 2006 11:36:00 GMT</pubDate><guid>http://blog.csdn.net/goodboy1881/archive/2006/04/14/663088.aspx</guid><wfw:comment>http://blog.csdn.net/goodboy1881/comments/663088.aspx</wfw:comment><comments>http://blog.csdn.net/goodboy1881/archive/2006/04/14/663088.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/goodboy1881/comments/commentRss/663088.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=663088</trackback:ping><description>你知道，数据包在局域网上是怎么传输的吗？是靠什么来传输的吗？也许你会说是靠IP地址，那么你只正确了一半。其实真正在传输过程中是靠计算机的网卡地址即MAC来传输。&lt;img src ="http://blog.csdn.net/goodboy1881/aggbug/663088.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>