<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Tree_network</id>
	<title>Tree network - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Tree_network"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Tree_network&amp;action=history"/>
	<updated>2026-05-10T17:24:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Tree_network&amp;diff=7421083&amp;oldid=prev</id>
		<title>imported&gt;Danhash: /* Tools to deal with networks */ link MATLAB</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Tree_network&amp;diff=7421083&amp;oldid=prev"/>
		<updated>2024-08-20T18:59:07Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Tools to deal with networks: &lt;/span&gt; link &lt;a href=&quot;/wiki143/index.php?title=MATLAB&quot; title=&quot;MATLAB&quot;&gt;MATLAB&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Hybrid network topology}}{{Distinguish|Tree (data structure)}}&lt;br /&gt;
&lt;br /&gt;
[[File:TreeTopology.png|alt= Tree topology|thumb|Tree network topology]]&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;tree topology&amp;#039;&amp;#039;&amp;#039;, or &amp;#039;&amp;#039;&amp;#039;star-bus topology&amp;#039;&amp;#039;&amp;#039;, is a hybrid [[network topology]] in which [[star network]]s are interconnected via [[bus network]]s.&amp;lt;ref&amp;gt;{{cite book |url=https://books.google.com/books?id=gnuwPpBcO-MC&amp;amp;pg=RA1-PT12 |title=Understanding Computer Science (for Advanced Level): The Study Guide |last=Bradley |first=Ray |location=Cheltenham |publisher=[[Nelson Thornes]] |page=244 |isbn=978-0-7487-6147-0 |oclc=47869750 |access-date=2016-03-26}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite book |title=Networking Bible |last=Sosinsky |first=Barrie A. |page=16 |date=2009 |location=Indianapolis |publisher=Wiley Publishing |isbn=978-0-470-43131-3 |oclc=359673774 |chapter=Network Basics |chapter-url=https://books.google.com/books?id=3DOREqRZejcC&amp;amp;pg=PA16 |access-date=2016-03-26}}&amp;lt;/ref&amp;gt; Tree networks are hierarchical, and each [[Node (networking)|node]] can have an arbitrary number of child nodes.&lt;br /&gt;
&lt;br /&gt;
== Regular tree networks==&lt;br /&gt;
&lt;br /&gt;
A regular tree network&amp;#039;s topology is characterized by two parameters: the branching,  &amp;lt;math&amp;gt;d&amp;lt;/math&amp;gt;, and the&lt;br /&gt;
number of generations,  &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt;.  The total number of the nodes,  &amp;lt;math&amp;gt;N&amp;lt;/math&amp;gt;, and the number of peripheral nodes  &amp;lt;math&amp;gt;N_p&amp;lt;/math&amp;gt;, are given by  &amp;lt;ref&amp;gt;{{cite journal | last1 = Kromer | first1 = J. | last2 = Khaledi-Nasab | first2 = A | last3 = Schimansky-Geier  | first3 = L. |last4 = Neiman  | first4 = A.B| year = 2017 | title = Emergent stochastic oscillations and signal detection in tree networks of excitable elements | journal = Scientific Reports | volume = 7 | doi=10.1038/s41598-017-04193-8 | arxiv = 1701.01693 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;N= \frac{d^{G+1}-1}{d-1},\quad N_p=d^G&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Random tree networks==&lt;br /&gt;
Three parameters are crucial in determining the statistics of random tree networks, first, the branching probability, second the maximum number of allowed progenies at each branching point, and third the maximum number of generations, that a tree can attain. There are a lot of studies that address the large tree networks, however small tree networks are seldom studied.&amp;lt;ref&amp;gt;{{Cite journal |last=Khaledi-Nasab |first=Ali |last2=Kromer |first2=Justus A. |last3=Schimansky-Geier |first3=Lutz |last4=Neiman |first4=Alexander B. |date=2018-11-12 |title=Variability of collective dynamics in random tree networks of strongly coupled stochastic excitable elements |url=https://link.aps.org/doi/10.1103/PhysRevE.98.052303 |journal=Physical Review E |volume=98 |issue=5 |pages=052303 |doi=10.1103/PhysRevE.98.052303|arxiv=1808.02750 }}&amp;lt;/ref&amp;gt;    &lt;br /&gt;
&lt;br /&gt;
==Tools to deal with networks==&lt;br /&gt;
&lt;br /&gt;
A group at MIT has developed a set of functions for [[MATLAB|Matlab]] that can help in analyzing the networks. These tools could be used to study the tree networks as well.&lt;br /&gt;
&lt;br /&gt;
{{cite web |url=http://strategic.mit.edu/downloads.php?page=matlab_networks |title=MIT Strategic Engineering Research Group (SERG), Part II |last= L. de Weck|first=Oliver |access-date=May 1, 2018}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Network topologies}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Network topology]]&lt;br /&gt;
[[Category:Trees (data structures)]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Danhash</name></author>
	</entry>
</feed>