ethernet and ring
ring topology is when msg's are sent and recieved in one direction, from device to device until it reaches its destination
i.e. a ring
Token ring access method is used in conjunction with this topology
I.E. the token ring acess method avoids collision by sending a a token (a data packet) around the network passing each node. When a node wants to send data, it will capture the token and attach data. A token with data cant be captured.
Make sense?
Ethernet is different because it uses CSMA/CD to overcome the problem of collision.
CSMA stands for Carrier Sense Multiple Access. This aviods collisions by make the node listen to the bus for signals, when their is no signal it transmits.
CD stands for collision detection.
When a collision is detected, each device stops transmitting and re transmits at a later time.
Ethernet is used with a bus topology