1-34) Path costPath cost is a value used for measuring link capacity. By comparing the path costs of different links, STPselects the most robust links and blocks the other links to prune the network into a tree.How STP worksSTP identifies the network topology by transmitting configuration BPDUs between network devices.Configuration BPDUs contain sufficient information for network devices to complete the spanning treecalculation. Important fields in a configuration BPDU include:z Root bridge ID, consisting of root bridge priority and MAC address.z Root path cost, the cost of the shortest path to the root bridge.z Designated bridge ID, designated bridge priority plus MAC address.z Designated port ID, designated port priority plus port name.z Message age: lifetime for the configuration BPDUs to be propagated within the network.z Max age, lifetime for the configuration BPDUs to be kept in the device.z Hello time, configuration BPDU interval.z Forward delay, forward delay of the port.For the convenience of description, the description and examples below involve only four parts of aconfiguration BPDU:z Root bridge ID (in the form of device priority)z Root path costz Designated bridge ID (in the form of device priority)z Designated port ID (in the form of port name)1) Detailed calculation process of the STP algorithmz Initial stateUpon initialization of a device, each device generates a BPDU with itself as the root bridge, in which theroot path cost is 0, designated bridge ID is the device ID, and the designated port is the local port.z Selection of the optimum configuration BPDUEach device sends out its configuration BPDU and receives configuration BPDUs from other devices.The process of selecting the optimum configuration BPDU is as follows:Table 1-2 Selection of the optimum configuration BPDUStep Description1Upon receiving a configuration BPDU on a port, the device performs the followingprocessing:z If the received configuration BPDU has a lower priority than that of the configurationBPDU generated by the port, the device will discard the received configuration BPDUwithout doing any processing on the configuration BPDU of this port.z If the received configuration BPDU has a higher priority than that of the configurationBPDU generated by the port, the device will replace the content of the configurationBPDU generated by the port with the content of the received configuration BPDU.