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 |
how many keywords are present in "c"?
18 Answers Assurgent, Cynosure Software, IBM,
How to get the index of the clicked field in reports in ABAP?
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
which one is the best practice using synchronization method or synchronization block
why we use abstract in awt?
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
1.group by clause explain along with an example
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
Given three sides of a triangle. Write the Program to determine whether the triangle is : 1) Invalid 2) Right Angled 3) Isoscales 4) Equilateral 5) Not Special An Isoscales right angled triangle should be taken as a Right Angled Triangle
3 Answers FFC, Goldman Sachs, Student,
HOW TO DOWNLOAD ORCUT SITE VIDEOS IN PC WITH THE HELP OF MOZILL'S FIREFOX?
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
you have an unlimited supply of $3 and $7 poker chips. What is the largest integer value that you cannot make by combining different numbers of chips?