Answer:
STP mainly uses 5 states in a network, in which some states are replaced in RSTP which improves the time efficiency.
Explanation:
STP mainly uses five states i.e. Learning, Listening, Blocking, Disabling and Forwarding to overcome the problem of collision in a network.
RSTP replaced the three states of STP i.e listening, learning, and blocking by Discarding, which results in the time efficiency as compared to STP.
As STP takes minutes to complete the network inter connectivity, RSTP completes it in seconds.
This is one of the main reason why an administrator want to change to RSTP.
Answer:
Answer is (d) value of 10
Explanation:
Usually when we write "int x=10;", a memory space is allocated for an integer variable with name x, and content 10.