https://github.com/rhildred/wireless
my notes for wireless
https://github.com/rhildred/wireless
Last synced: 10 months ago
JSON representation
my notes for wireless
- Host: GitHub
- URL: https://github.com/rhildred/wireless
- Owner: rhildred
- License: mit
- Created: 2018-03-19T01:38:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T21:25:32.000Z (almost 8 years ago)
- Last Synced: 2025-05-15T17:15:18.494Z (about 1 year ago)
- Language: CSS
- Size: 7.28 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wireless
my notes for wireless
## Compare and contrast the characteristics of different wireless standards.
| Standard | Frequencies | Range | Bandwidth |
| --- | --- | --- |
| NFC | 13.56 MHz |10 cm | 424 kbit/s |
| Bluetooth | 2.4 GHz | 10 m | 1-2.1 mbits/s |
| WiFi | 2.4, 5Ghz | 100 m | up to 250 mbits/s |
These are the standards in common use. NFC for payments. Bluetooth for headsets, peripherals and Beacons.
## mitigating collisions

The [original ethernet patent](https://patents.google.com/patent/US4063220) submitted by Metcalfe and others contained a provision for packets lost in the "ether." Ironically he cites the ALOHAnet as inspiration. You may remember from the talk that the ALOHAnet was wireless too.
## collisions in wireless communications.

Even more ironically the Distributed coordination function (DCF) used by 802.11 is designed to prevent collisions like the ALOHAnet is designed to prevent collisions rather than deal with them after the fact.