Any paper/work on response for unrequested data sent ?

  • Thread starter Thread starter vicky
  • Start date Start date
V

vicky

Hi,
I'm working on an experiment to analyze the response from a client
machine when unrequested data is sent to an open port of the client.
The client will not be on a firewall.

I appreciate if anyone can inform me related work or paper.

thanks,
Vikram
 
Do you mean that client issue recv() but data send from peer is not what it
want , or send done to client but no recv() issued from client yet ?
Arkady
 
Client has opened a connection with some machine (say a web server) .
There is data transfer happening between the client and server. My aim
is to send data to the client machine to its opened ports from my
machine (even though the client has not established a connection with
my machine).
I am interested to analyze the response of the client machine.

vikram
 
If you not connected in TCP, how you can send data to that client ?
You tcpip stack will reject that , the packet will not even go out of your
host
Arkady
 
Back
Top