How many processes can listen on a single TCP/IP port?
Answers were Sorted based on User's Feedback
Answer / james
A server is allowed to accept multiple client connected to
the same port number, although each session is unique. To
manage multiple client connections, a server process must be
multithreaded.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / fazlur rahaman naik
only one process should b run on single port..... so there
should b only one process listening on single TCP/IP port.
| Is This Answer Correct ? | 21 Yes | 11 No |
in a company 30% are supervisors and 40% employees are male if 60% of supervisors are male. what is the probability that a randomly choosen employee is a male or female?need steps to solve this?
cobol is execution r not without jcl
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
8.In DSP,Define Signal and System?and various type of signals.
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
where is available in this mantis toturials?
hoe to data grid use in sql server 2000?
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
is it acceptable if we declare multiple exceptions in same overridden method.
What Is The Difeerence Between C & C++
Given a arbitrary pointer to an element in a singly linked list?what is the time complexity for its deletion .
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?