60 votes
62
Which of the following system calls results in the sending of SYN packets?$\textsf{socket}$$\textsf{bind}$$\textsf{listen}$$\textsf{connect}$
2 votes
63
2 votes
64
6 votes
67
Question : (Here e=epsilon) S->A|B, A->e, B->aBb, B->bMy answer is :S->B, B->aBb , B->b orS->B|e , B->aBb , B->bWant to know which one is correct ? please explain...
5 votes
69
difference between {} , ∅ , {∅} ???
54 votes
70
Consider the grammar with the following translation rules and $E$ as the start symbol$$\begin{array}{lll}E \rightarrow E_ 1\# \: T & \qquad\left\{E.value = E_1.value * ...
4 votes
75
if we use 3 key ,4 pointer nodes. how many different B tree are there when the data file has 6 records.
0 votes
79
2 votes
82
The process of assigning similar objects/entities to object/entity type known asa)Classification b)Instantiationc)Specializationd)Generalization
1 votes
84
0 votes
86
What setting of THT (token holding time) will be optimal for a network that had only one station active at a time?Response: 10 ms Depends on the size of the ring Infinity...
1 votes
87
Which type of ACK is used in 802.5?Response: Cumulative ACK Independent ACK Piggybacking ACK None of these
1 votes
88
check whether it is view serializable or not?schedule S:R1(X),W2(X),W1(X)