2 answers
1
If the present windows size at receiver is 8000byte. Each mss is 2000 byte and no. Of acknowledgemt during that time are 2. What is present window size if congestion avo...
2 answers
2
4 answers
5
2 answers
8
Consider the following schedule:The possible values of P & Q for which the above schedule is allowed under Thomas write rule but not under basic timestamp ordering protoc...
1 answer
10
Consider the following two languages :S1: L1= {<M>|M is a TM AND L(M)>=3}S2: L2= {<M>|M is a TM AND L(M)<3}Which of the following is correct?a. Only S1 is REC b. Only S2 ...
1 answer
12
A coin is flipped n times. Assuming that the flips are independent, with each onecoming up heads with probability p, what is the probability that there is a string of kco...
1 answer
14
#include <stdio.h int main() { short int a[10]; int i=0; for(i=0;i<10;i++) a[i] = 300 + i; char *c = (char*)a; printf("%d\n", *(c+4)); int *n = (int*)a; printf("%d\n",*(n...
17 answers
15
0 answers
18
Can Anyone Explain how Query 28 works with example.
11 answers
23
1 answer
26
Consider the following ER diagram:The minimum number of tables needed to represent ER-diagram are _____ .