edited by
1,798 views
0 0 votes
Assume that A and B are only active stations on an ethernet.both has a steady queue of frames to send .to get the control on the channel they uses binary exponential algorithm.both are attempting to transmit the frame.the probability that both are successfully allowed to send the frame on 4th round and in earlier attempts both A and B collides is _

answer is given as  0.11

1 Answer

Position:
Show:

Related questions

0 0 votes
1 1 answer
1.6k
1.6k views
aambazinga asked Dec 27, 2018
1,553 views
A large number of consecutive IP address are available starting at 198.16.0.0. Suppose that four organizations, A, B, C, and D, request 4000, 2000, 4000, and 8000 address...
0 0 votes
0 0 answers
1.3k
1.3k views
Prateek Raghuvanshi asked Dec 29, 2018
1,276 views
assume a CPU processor is designed with FIFO replacement policy and memory is byte addressable .processor uses cache memory for faster output.A set of instruction is exe...
0 0 votes
0 0 answers
682
682 views
aambazinga asked Dec 27, 2018
682 views
Let an array A has n elements, where each element is a natural number. it is known that the array A has exactly r number of inversions. now every element int he array is ...
0 0 votes
0 0 answers
839
839 views
Prateek Raghuvanshi asked Dec 23, 2018
839 views
consider the following function secret (). unsigned char secret(unsigned char x,int y) { return ((x & 0x0F)<<y | (x & 0xF0)>>y); } int main() { unsigned char x=100; ...