<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>点对点通信</title>
	<atom:link href="https://www.aitaocui.cn/tag/160301/feed" rel="self" type="application/rss+xml" />
	<link>https://www.aitaocui.cn</link>
	<description>翡翠玉石爱好者聚集地</description>
	<lastBuildDate>Tue, 22 Nov 2022 15:57:53 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://www.aitaocui.cn/wp-content/uploads/2022/11/taocui.png</url>
	<title>点对点通信</title>
	<link>https://www.aitaocui.cn</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>点对点通信(信息交换方式)</title>
		<link>https://www.aitaocui.cn/article/254603.html</link>
					<comments>https://www.aitaocui.cn/article/254603.html#respond</comments>
		
		<dc:creator><![CDATA[拉什莫尔山]]></dc:creator>
		<pubDate>Tue, 22 Nov 2022 15:57:53 +0000</pubDate>
				<category><![CDATA[百科]]></category>
		<category><![CDATA[点对点通信]]></category>
		<guid isPermaLink="false">https://www.aitaocui.cn/?p=254603</guid>

					<description><![CDATA[点对点通信实现网内任意两个用户之间的信息交换。电台收到带有点对点通信标识信息的数据后，比较系统号和地址码，系统号和地址码都与本地相符时，将数据传送到用户终端，否则将数据丢掉，不传送...]]></description>
										<content:encoded><![CDATA[</p>
<article>
<p>点对点通信实现网内任意两个用户之间的信息交换。电台收到带有点对点通信标识信息的数据后，比较系统号和地址码，系统号和地址码都与本地相符时，将数据传送到用户终端，否则将数据丢掉，不传送到用户终端。点对点通信时，只有1个用户可收到信息。</p>
</article>
<article>
<h1>点对点简介</h1>
<p>点对点连接是两个系统或进程之间的专用通信链路。想象一下直接连接两个系统的一条线路。两个系统独占此线路进行通信。点对点通信的对立面是广播，在广播通信中，一个系统可以向多个系统传输。</p>
<p>电话呼叫是面向电路的两部电话机之间的点对点链路。但是，呼叫通常是通过电话公司中继线多路复用的；因此虽然电路本身可能是虚拟的，但用户在进行点对点通信会话。</p>
<h1>端对端简介</h1>
<p>端到端连接是指通过交换网络的两个系统间的连接。例如，因特网由路由器网状网组成。数据分组沿着逐跳路径从一个路由器到下一个路由器，一直到达目的地。每一跳都包括路由器之间的物理点对点链路。因此，一个路由路径包括多个点对点链路。在ATM和帧中继环境中，端到端路径称为虚电路，它穿越一组预定义的点对点链路。/n共享的LAN，如以太网，提供了一种点对点通信的形式。请记住，在共享的LAN上，所有的节点都在监听缆路上的信号，因此支持广播。但是，当一个节点向另一节点发送帧时，只有那个节点接收到帧，可以说两个节点通过共享媒体进行点对点通信。/n通过多点链路的点到多点连接是可能的。多点是指信号由基站到用户端是以点到多点的方式传送的，而信号由用户端到基站则是以点对点的方式传送的。大型机和它的终端就是一个例子。提供多点连接的设备通常是一个智能控制器，它管理来自与它相连的多个设备的信息流。/n点对点通信在OSI协议栈的物理和数据链路层中定义。/n</p>
</article>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aitaocui.cn/article/254603.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
