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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠