- Posts: 19
- Thank you received: 0
Are Sockets Full Duplex?
17 years 7 months ago #20538
by zenzippy
Are Sockets Full Duplex? was created by zenzippy
So for example,
When you send a file from host A to Host B, host B will have to ACK those bytes according to the window size.
But could host B at the same time send host A, a file using the exact same socket ID?
TIA
When you send a file from host A to Host B, host B will have to ACK those bytes according to the window size.
But could host B at the same time send host A, a file using the exact same socket ID?
TIA
17 years 7 months ago #20540
by Smurf
Wayne Murphy
Firewall.cx Team Member
www.firewall.cx
Now working for a Security Company called Sec-1 Ltd in the UK, for any
Penetration Testing work visit www.sec-1.com or PM me for details.
Replied by Smurf on topic Re: Are Sockets Full Duplex?
I would imagine it depends on the application layer. If you think about the OSI, the socket is basically the mapping between port and IP which defines the socket. The application is generally controlling the sending of the file (if we are talking ftp for example).
This would be my guess on the question.
This would be my guess on the question.
Wayne Murphy
Firewall.cx Team Member
www.firewall.cx
Now working for a Security Company called Sec-1 Ltd in the UK, for any
Penetration Testing work visit www.sec-1.com or PM me for details.
Time to create page: 0.121 seconds