Token passing is a network access method used to manage the order of nodes accessing a shared communication channel, ensuring that only one node transmits at a time. The method is pivotal in avoiding data collision by passing a 'token' or permission that grants the node the capability to send data across the network for a specified duration or until the token is passed on to the next node.