View Single Post
  #2   Report Post  
Old November 21st 07, 10:38 PM posted to rec.radio.amateur.antenna
Dave Dave is offline
external usenet poster
 
First recorded activity by RadioBanter: Jul 2006
Posts: 797
Default Wireless packet data transmission


"MRW" wrote in message
...
Hello again!

I know some of you guys deal with propagation effects, so I figured I
could ask a related question.

In my understanding, a packet is just a way to sectionalize and
categorize individual bits. One group would represent the destination/
address/header. Another would be the actual data (or payload), and
then, maybe a trailer section. Is this a correct assumption?

In wireless transmission, where multipath effects are present, how
does the receiver actually "know" if the order of bits are correct
when processing the packets?

Thanks!


they include a checksum to check the data. basically you take all the data
bytes in the packet, add them together, and compare that to a number in the
header. if they match its good, if not you throw it away and request a
repeat.