Consider a TCP echo client which blocks on fgets which read
input from standard input. If now the corresponding server
process crashes, what will client TCP kernel receive? Can
the client process receive that? Why or why not? How you
solve the
above problem?



Consider a TCP echo client which blocks on fgets which read input from standard input. If now the ..

Answer / nouff

Consider a TCP echo client which blocks on fgets which read
input from standard input. If now the corresponding server
process crashes, what will client TCP kernel receive? Can
the client process receive that? Why or why not? How you
solve the
above problem?

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Unix General Interview Questions

Difference between the fork() and vfork() system call?

0 Answers  


What does unix .profile contains?

0 Answers   BPL,


What is disk block allocation in unix?

0 Answers  


Interviewer: Lets say there is a partition of 100GB. When i tried to create a file using touch command, under any directory, it was unable to create the file- '100% full disk space'. I calculated the size of each and every directory on that partition mannually by adding each file size & in came out to be total size 50GB. Then where is the remaining 50GB ? why it is showing disk space 100% full in 'df -h' command?

2 Answers   Infosys,


Explain the following statement, “it is not advisable to use root as the default login.”

0 Answers  






How does unix work?

0 Answers  


Differentiate swapping and paging.

0 Answers  


What methodology can be utilized to modify the password in unix?

0 Answers  


What is tilde unix?

0 Answers  


What is the use of grep and egrep in unix?

0 Answers  


What can you tell about shell variables?

0 Answers  


Write a shell script that requests the user's age and then echoes it, along with some suitable comment.

0 Answers  


Categories