In a ring topolopgy, each computer is connected to the next computer, withthe last one connected to the first. Rings are used in high-performance networks or when even performance is needed when a large number of clients access the network.
Each computer is connected to the next computer in the ring and each retransmits what it receives from the previous computer.The message flows around the ring in one direction.
Some ring network do token passing. A short message called is passed around the ring until a computer wishes to send information to another computer. That computer modifies the token, add an electronic address and data and send it around the ring. Each computer in sequence receives the token and the information and passes them to the next computer until either the electronic address matches the address of the computer or the token returns th the origin. An acknowledge message is back by the receiving computer. The sending computer than creates another token and place it on ring so other computer can now send their messages. This all happens very quickly.
The ring topology offers the following advantages: