1 votes
1 answer
1
In TCP we use single retransmission timer (associated with oldest unacknowledged segment) or multiple timers(one for each unacknowledged segment)?
0 votes
0 answers
2
Can someone explain the 3rd line of proof. a^i = a^i operation a^(j-i) ?
1 votes
1 answer
6
Distance Vector(DV) is an algorithm.Routing Information Protocol(RIP) is protocol which uses DV.What to we mean when we say DV protocol? Is DV protocol another name for R...
0 votes
0 answers
7
Is there any problem by running a Server behind NAT?If Yes then What?
1 votes
1 answer
8
Number of 3 variable functions possible such that f(x,y,z) = f(x',y,z') is _____
0 votes
2 answers
9
" A process can have one or more sockets ".More than one socket for a process.How?Can someone explain this concept?
2 votes
1 answer
10
The number of ways in which n distinct objects can be put into two identical boxes so that no box remains empty, isa) 2^n - 1b) 2^n - 2c) 2^(n-1) - 1d) None of thesePleas...