What is the maximum number of acknowledgements for a 4-bit sequence number in a sliding window protocol?
Latest Answer: Ethernet ...
For the following C programint x(char *a){a=(char *) malloc(10*sizeof(char));*a="hello";}main(){char *a="new";x(a);printf("%s",a);}The output isA. HelloB. NewC. Hello newD. Run time error
Latest Answer: DHCP is used for allocating dynamic IP addresses over a netwrk. ...
Latest Answer: 101001.1011 ...
Latest Answer: in process switch lots of work is to be done like storing the state of old process in its PCB and loading the saved state of new process which takes time and thus is complete overhead to CPU.where in case of threads extensive sharing makes thread inexpensive.we ...
Activation record will contain theA. Storage for simple namesB. Information about attributes for local namesC. Return addressD. All of the above
In public key encryption, if A wants to send a message to B so that no one else can read the message then A encrypts the message usingA. A's public keyB. A's private keyC. B's public keyD. B's private key
Flow control is necessary for the transport protocol layer due to the following reasonsA. Unreliable linkB. Congestion at receiverC. Packets out of sequenceD. None of these
Which one of the following can't be used to find an Internet address given the domain name?A. /etc/hostB. NIS yellow pagesC. DNSD. ARP
View page << Previous 1 [2] 3 4 5 Next >>

Go Top