Calculations Flashcards

1
Q

How would you calculate Propagation delay? (Dprop)

A

Distance/propagation speed = propagation delay.

Example;
lets say two wireless diveces that are 100 meters apart.

Then its:
100 m / speed of ligth (300.000.000 m/s) = 333.3 ns.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

If we have a packet of size 1500 bytes (12,000 bits) and the transmission speed of the medium is 10 Mbps (10,000,000 bits per second), what is the transmission time?

A

Transmission time = Packet size / Transmission speed

Transmission time = 12,000 bits / 10,000,000 bits per second = 0.0012 seconds = 1.2 milliseconds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is propagation delay?

A

Propagation delay, on the other hand, refers to the amount of time it takes for a signal to travel from the sender to the receiver over the communication channel. It is influenced by the distance between the sender and the receiver, the type of transmission medium, and the speed at which the signal travels through the medium. The formula for calculating propagation delay is:

Propagation delay = Distance / Propagation speed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Transmission time?

A

Transmission time refers to the amount of time it takes to transmit a message or data packet from one device to another over a communication channel. It is influenced by the size of the message, the transmission speed of the communication medium, and any overheads involved in the transmission process. The formula for calculating transmission time is:

Transmission time = Packet size / Transmission speed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Ignoring processing and queuing delays, obtain an expression for the
end-to-end delay.

A

R1= Transmission rates between the sending host and the switch

R2= Transmission rates between the switch and the receiving host

L = Packet of length

L/R1 = Transmission delay from host to switch

L/R2 = Transmission delay from switch to receiver

Td = total end-to-end delay

Td = L/R1 + L/R2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Suppose Host A begins to transmit the packet at time t = 0. At
time t = dtrans, where is the last bit of the packet?

A

With host B, the last bit of packets is transmitted at Dtrans

Transmission time = Packet size / Transmission speed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Suppose dprop is greater than dtrans. At time t = dtrans, where is the first bit
of the packet?

A

Dprop is when the first packet arrives, Dtrans is when the last
bit of packet arrives. So the first bit of packet will be at host B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Suppose s = 2.5 . 108 m/s, L = 1500 bytes, and R = 20 Mbps, where M is
SI standard (base 10) 106 and not binary (base 2) 220 = 10242. Find the
distance m so that dprop equals dtrans

A

Dtrans = L/R
Dprop = m / s
m / s = L/R
m = Ls/R
m = 1500bytes* 2.5 . 108 m/s/(20Mbps) = 0,12 * 2500000 m =
300000 m

How well did you know this?
1
Not at all
2
3
4
5
Perfectly