| Forums.Sureshkumar.net : A Perfect Place to Share Knowledge Blogs Games Magazines |
|
|||||||
| ds. c , c++ Interview / Technical Questions Kindly solve an many as questions you can. It will sharpen your skills and those solutions will help others too. |
![]() |
|
|
LinkBack | Thread Tools | Rate Thread | Display Modes |
|
|
#1 (permalink) |
|
Junior Member
Join Date: Sep 2007
Age: 25
Posts: 16
Thanks: 1 Thanked 0 Times in 0 Posts Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 2
|
In socket programing(tcp/ip)..we use socket() function to get the socket file descriptor.
And using the accept() function again this function gives another socket file descriptor. My question is ???????? What is the need of accept() function to get file descriptor when we have already one file descriptor by using socket() function. |
|
|
|
|
|
#2 (permalink) |
|
Super Moderator
Join Date: Feb 2006
Location: Hyderabad
Posts: 2,355
Thanks: 117 Thanked 241 Times in 198 Posts Thanks: 117
Thanked 241 Times in 198 Posts
Blog Entries: 4
Rep Power: 51
|
Re: What is the need of accept() function????
Gouriproutray,
If you are talking about java network programming, as far as I remember there is not accept() method in Socket class. But it is the method of ServerSocket class. Here, SeverSocket is server (running at a specified port) which listens to all requests and accepts new requests using accept() method which returns Socket class using which we can perform IO operations. Simple here you can treat ServerSocket as Server and Socket as a request/client. Thanks, Krishna
__________________
Give 1 cup rice to a hungry Indian just by a mouse click. No money, no form filling, no hassle... Click here for the donation. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Some Loadrunner FAQs | kiran2710 | Testing Tools & QA | 1 | 25-10-08 01:42 AM |
| C questions | Spoorthi | DATA STRUCTURES, C, C++, VC ++ | 3 | 30-10-07 09:49 AM |
| Function pointers- simple example | jithendra.b | ds. c , c++ Interview / Technical Questions | 1 | 30-03-07 04:31 PM |
| TCS Pacement paper 29 | sridhar | TCS Placement Papers | 0 | 12-02-07 05:43 PM |
| Whats the difference between thesr | shilpa | VB / ASP.NET Technologies | 5 | 08-03-06 12:09 PM |