When calculating G.728a bandwidth consumption on Ethernet, the Cisco documentation and the Bandwidth calculator http://tools.cisco.com/Support/VBC/jsp/Codec_Calc1.jsp
refer to the Ethernet overhead on each frame as being 18 Bytes of Ethernet Header and FCS Tail, which they work out to be 31.2 Kbps of Ethernet consumed per G729a RTP stream.
Other sites on the Internet say 26 Bytes (adding the 8 byte preamble) or 38 bytes (adding the 8 byte preamble and 12 Byte interframe gap).
As Ethernet line speeds are measured in bps it seems to me we should include the whole 38 byte overhead in calculations, (which gives 39.2 Kbps of Ethernet bandwidth consumed).
Any comments?