explain in general how one would calculate the one-way delay of
a packet sent from host...
explain in general how one would calculate the one-way delay of
a packet sent from host A to host B in the given network topology.
identify all possible sources of delay.(not only formulas)
Host A sent packet to Host B explain the process of
how the packet is going throuth EACH OF OSI
LAYERS..
+with explaining EACH LAYER FUNCTION
briefly pls..thanks
4.
[End-to-end Delay] What are the components of end-to-end delay for
sending one packet of length L, over M back to back links, each of
transmission rate Ri=R, for i=1,…,M?
You do not have any additional information available.
A. ML-R
B. ML/R
C. ML/R
D. MPL/R
Question: How to delay this code from 1 second delay to 0.5
second delay?
org 0000h;
ljmp main;
org 0050h;
main:
mov dptr,#SMG_DUAN ;
mov r0,#00h;
mov r1,#0ah;
lin1:mov a,r0;
movc a,@a+dptr; get first indexed data in rom
to accumolator a
mov p1,a; move data in a to port 1
lcall delay; subroutine call for the
delay
inc r0; increase r0 by one to get to the next
index
djnz r1,lin1; repeat...
The following program is to have a time delay. Calculate
and tell how much the time delay is. The CPU frequency is
24-MHZ.
org $1000 ; starting address of the
program
ldx #80000 ; 2
E cycles
loop psha
; 2 E cycles
pula ; 3 E cycles
psha ;
pula ;
psha ;
pula ;
psha ;
pula ;
psha ;
pula ;
psha ;
...
How long does it take to send a 15 MiB file from Host A to Host
B over a circuit-switched network, assuming:
- Total link transmission rate = 49.7 Gbps.
- Network is FDM, with 7 permitted users, each with an equal
bandwidth share.
- A link connection requires a setup time of 84.5 ms.
Your answer should be in miliseconds (ms) with one decimal place,
and without the unit (e.g. "140.6" without the quotes)