Discussion:
Any paper/work on response for unrequested data sent ?
(too old to reply)
vicky
2004-10-31 00:18:42 UTC
Permalink
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
Arkady Frenkel
2004-10-31 07:51:24 UTC
Permalink
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
Post by 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
vicky
2004-11-02 21:54:19 UTC
Permalink
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
Post by Arkady Frenkel
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
Post by 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
Arkady Frenkel
2004-11-03 06:46:37 UTC
Permalink
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
Post by vicky
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
Post by Arkady Frenkel
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
Post by 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
Loading...