Data transfer size

0

Could you please clarify which part of the networking stack is counted towards cross region data transfer?

For example, if on an established connection I send a TCP packet with 1 byte, it turns into 21 bytes if L4 is counted, 41 bytes if L3 is counted, 59 bytes if L2 is counted, and 79 bytes if L1 is counted.

已提问 3 年前176 查看次数
1 回答
0
已接受的回答

We do count L3 packet sizes as you might expect. Keep in mind that the numbers in the above example are not always the same. For example, you might be using TCP options in which case TCP header may go above 20 bytes and the MSS in TCP would be lower than the regular 1360 bytes.

For billing purpose, always consider anything L3 and above, which corresponds to the actual MTU.

AWS
已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则