Skip to main content

All Questions

Tagged with
0 votes
1 answer
745 views

Address of a Transport layer?

In TCP/IP protocol stack following protocol level addresses exists: Data Link layer - MAC address Network layer - IP address Transport layer - ? Application layer - Socket address which is ...
AJ HUNTER's user avatar
2 votes
2 answers
5k views

RST sequence number and window size

RFC793 states the following about RST processing: In all states except SYN-SENT, all reset (RST) segments are validated by checking their SEQ-fields. A reset is valid if its sequence number is ...
user574382's user avatar
3 votes
1 answer
1k views

Is it necessary for an RST packet to have an acknowledgement number?

I am studying about TCP reset attack. I know that some RST packets have an acknowledgement number (with the ACK bit set), and some RST packets do not have an acknowledgement number (the ...
user572563's user avatar
4 votes
1 answer
929 views

What happens when I terminate a process and the socket send buffer is not empty?

In Windows (and probably in other operating systems), if a process has a TCP connection with another process on another machine, and then I terminate the process, an RST packet will be sent to the ...
user424014's user avatar
0 votes
2 answers
256 views

is there a single-end available bandwidth measurement tool

i am doing my graduation thesis,currently i need a tool that is capable of measuring the available bandwidth between client and servers.i have googled that, the link http://www.icir.org/models/tools....
Tracy's user avatar
  • 101