Consider sending a file of 640,000 bits from Host A to Host B over a circuit-switched network. Suppose that all links in the network use TDM with 24 slots and have a bit rate of 1.536 Mbps. Also suppose that it takes 500 ms to establish an end-to-end circuit before Host A can begin to transmit the file. Ignoring the propagation, processing, and queuing delays, calculate the amount of time that elapses from when the source begins to send the file until the destination has received the entire file.
The answer: Total transmission time = 0.5s + (640000/((1.536x10^6)/24)) = 10.5s
If I am not mistaken, Host A should get full bandwidth when transmitting the file because time division multiplexing is based in time frame and time slots for each hosts.
May I know why the bandwidth of the link have to be divided by 24?