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

major characteristics of software system

0 Answers  


will it allow to add same value in HashMap class.

0 Answers  


8.In DSP,Define Signal and System?and various type of signals.

0 Answers  


what is the work of 1tier,2tier,&ntier? Plz Explain it!

0 Answers  


hi this is uday i want prepare for nic exam if any one have previous question papers please send me or atlest guide me how to prepare my ID is udaykiran4u@in.com

0 Answers  






How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there

0 Answers   247Customer,


which one is the best practice using synchronization method or synchronization block

1 Answers   TCS,


EXPLAIN UNARY OPEARATORS

0 Answers  


is try block possible without catch block?

3 Answers  


what is an INI file?

0 Answers   EID Parry,


Difference between delegates and Events?

0 Answers  


why main() method should not return any value

2 Answers   Accenture,


Categories