2 votes
63
5 votes
65
A certain population of ALOHA users manages to generate $70$ request/sec. If the time is slotted in units of $50$ msec, then channel load would be$4.25$$3.5$$450$$350$
3 votes
66
Which of the following is not a valid multicast MAC address?$\textsf{01:00:5E:00:00:00}$$\textsf{01:00:5E:00:00:FF}$$\textsf{01:00:5E:00:FF:FF}$$\textsf{01:00:5E:FF:FF:FF...
10 votes
67
Consider the following pseudo- codewhile (m<n) if (x>y ) and (a<b) then a=a+1 y=y-1 end if m=m+1 end whileWhat is cyclomatic complexity of the above pseudo -code?2345