How many processes can listen on a single TCP/IP port?

Answers were Sorted based on User's Feedback



How many processes can listen on a single TCP/IP port?..

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

How many processes can listen on a single TCP/IP port?..

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

How many processes can listen on a single TCP/IP port?..

Answer / abhijeet dubey

One.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Programming Languages AllOther Interview Questions

What is BASIS

0 Answers  


What is Partial class and its use?

1 Answers  


what is the use of check point

1 Answers   HP,


how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?

0 Answers   ABC,


can anyone please tell me the procedure for the NIC personal interview as i have been selected for the post of scientist/technical assistant B

2 Answers   NIC,






CPU - abbrevation

2 Answers   Mascot,


Why we need new operator in java at the time of object declaration and why not in c++?

1 Answers   Zensar,


Have you used callsymputx? what points need to be kept in mind when using it?

0 Answers   GE,


Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.

0 Answers  


merge sort time complexity

6 Answers   BFL, CDAC, IBM, Jawaharlal Nehru Technological University JNTU,


how many types of operating system are avaliable?

0 Answers   IBM,


Write a program to calculate the following i want a Java program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)

4 Answers   HTC,


Categories