2 votes
1
Is there any restriction on CRC value like can it be equal to 0?
4 votes
2
what is difference between miss rate and miss penalty.??how to get both numerically?
1 votes
4
The length of the shortest string NOT in the language (over Σ = {a, b}) of the following regular expression is ______________.a*b*(ba)*a*A2B3C4D5
3 votes
5
0 votes
7
15 votes
8
State whether the following statements are TRUE or FALSE with reason:RAM is a combinational circuit and PLA is a sequential circuit.
1 votes
9
Q.How many possible finite automata are ther with two states x and y , where x is always initial state with alphabet a and b, that accept everthing?? plz explain??
0 votes
10
1st seq number is 1093,2ns seq is 1094,... 1460th seq number will be 2552. So the ack number sent by the reciever will be 2552+1=2553.Is this right?Answer in solution giv...
1 votes
11
Suppose we are sorting an array of eight integers using heapsort, and we have just finished some heapify (either maxheapify or minheapify) operations. The array now looks...
1 votes
14
In a two level hierarchy if the top level has an access time of 8ns and the bottom level has an access time of 60 ns. What is the hit ratio in top level required to give ...
0 votes
15
0 votes
16
Consider a clocked sequential circuit as shown in the figure below. Assuming initial state to be Q1 Q0 = 00For an input sequence X = 1010, the respective output sequence ...
1 votes
17
Which network protocol allows hosts to dynamically get a unique IP number on each bootupDHCPBOOTPRARPARP
14 votes
18
A fast wide SCSI-II disk drive spins at 7200 RPM, has a sector size of 512 bytes, and holds 160 sectors per track. Estimate the sustained transfer rate of this drive57600...
0 votes
20
In which layer of network architecture, the secured socket layer (SSL) is used?physical layersession layerapplication layerpresentation layer
0 votes
21
Q An ACK number of 1000 in TCP always means thatoption a) 999 bytes have been successfully received.b) 1000 bytes have been successfully received.c) 1001 bytes have be...
1 votes
22
Suppose a bridge has two of its ports on the same network. How might the bridge detect and correct this?
0 votes
23
Suppose that we run the sliding window algorithm with $SWS = 5$ and $RWS = 3$, and no out-of-order arrivals.(b) Give an example showing that MaxSeqNum -$1$ is not suffici...
1 votes
25
What kind of problems can arise when two hosts on the same Ethernet share the same hardware address? Describe what happens and why that behavior is a problem.
0 votes
26
Let bandwidth of a token ring is 4 Mbps and THT be 15ms. What is the maximum frame sizeand maximum payload size
0 votes
27
Cell switching methods (like $ATM$) essentially always use virtual circuit switching rather than datagram forwarding. Give a specific argument why this is so (consider th...
8 votes
30
How many check bits are required for $16$ bit data word to detect $2$ bit errors and single bit correction using hamming code?$5$$6$$7$$8$