Jump to content

Star network: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Added context
Tags: references removed Mobile edit Mobile web edit
Undid vandalism by 213.205.252.86 (talk)
Line 1: Line 1:
{{About|the network topology|the interbank network|STAR (interbank network)|other uses|Starnet (disambiguation){{!}}Starnet}}
Kayleigh kicks babies and pigeons
[[Image:StarNetwork.svg|thumb|Star network layout]]
[[File:Star Topology.png|thumb|Star topology]]

'''Star networks''' are one of the most common [[Network topology|computer network topologies]]. In its simplest form, a star network consists of one central [[Hub (network science concept)|hub]] which acts as a conduit to transmit messages. In star topology, every [[Host (network)|host]] is connected to a central hub.<ref>{{citation
| last1 = Roberts | first1 = Lawrence G.
| last2 = Wessler | first2 = Barry D.
| contribution = Computer network development to achieve resource sharing
| doi = 10.1145/1476936.1477020
| location = New York, NY, USA
| pages = 543–549
| publisher = ACM
| title = AFIPS '70 (Spring): Proceedings of the May 5–7, 1970, spring joint computer conference
| year = 1970}}</ref>

A star network is an implementation of a [[spoke–hub distribution paradigm]] in computer networks. Thus, the hub and leaf nodes, and the transmission lines between them, form a [[Graph (discrete mathematics)|graph]] with the [[star (graph theory)|topology of a star]]. Data on a star network passes through the hub, switch, or concentrator before continuing to its destination. The hub, switch, or concentrator manages and controls all functions of the network. It also acts as a [[repeater]] for the data flow. This configuration is common with [[twisted pair cable]] and [[optical fibre]] cable. However, it can also be used with [[coaxial cable]].

The star topology reduces the impact of a line failure by connecting all of the systems to a central node. When applied to a bus-based network, this central hub re-broadcasts all transmissions received from any peripheral node to all peripheral nodes on the network, sometimes including the originating node. All peripheral nodes may thus communicate with all others by transmitting to, and receiving from, the central node only. The failure of a transmission line linking any peripheral node to the central node will result in the isolation of that peripheral node from all others, but the rest of the systems will be unaffected.<ref>{{cite web|url=http://searchnetworking.techtarget.com/dictionary/definition/what-is-star-network.html# |title=Star Network |publisher=TechTarget |accessdate=2014-06-24}}</ref>


== Advantages and disadvantages ==
== Advantages and disadvantages ==

Revision as of 19:12, 27 November 2017

Star network layout
Star topology

Star networks are one of the most common computer network topologies. In its simplest form, a star network consists of one central hub which acts as a conduit to transmit messages. In star topology, every host is connected to a central hub.[1]

A star network is an implementation of a spoke–hub distribution paradigm in computer networks. Thus, the hub and leaf nodes, and the transmission lines between them, form a graph with the topology of a star. Data on a star network passes through the hub, switch, or concentrator before continuing to its destination. The hub, switch, or concentrator manages and controls all functions of the network. It also acts as a repeater for the data flow. This configuration is common with twisted pair cable and optical fibre cable. However, it can also be used with coaxial cable.

The star topology reduces the impact of a line failure by connecting all of the systems to a central node. When applied to a bus-based network, this central hub re-broadcasts all transmissions received from any peripheral node to all peripheral nodes on the network, sometimes including the originating node. All peripheral nodes may thus communicate with all others by transmitting to, and receiving from, the central node only. The failure of a transmission line linking any peripheral node to the central node will result in the isolation of that peripheral node from all others, but the rest of the systems will be unaffected.[2]

Advantages and disadvantages

Advantages
  • If one node or its connection breaks it doesn’t affect the other computers and their connections.[3]
  • Devices can be added or removed without disturbing the network
Disadvantages
  • An expensive network layout to install because of the amount of cables needed[3]
  • The central hub is a single point of failure for the network

References

  1. ^ Roberts, Lawrence G.; Wessler, Barry D. (1970), "Computer network development to achieve resource sharing", AFIPS '70 (Spring): Proceedings of the May 5–7, 1970, spring joint computer conference, New York, NY, USA: ACM, pp. 543–549, doi:10.1145/1476936.1477020
  2. ^ "Star Network". TechTarget. Retrieved 2014-06-24.
  3. ^ a b "Teach-ICT OCR GCSE Computing - computer network topologies, bus network, ring network, star network". teach-ict.com. Retrieved 2015-10-15.