Skip to content

Add NB-IoT PDN content to connectivity.md #1113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 6, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/technology/connectivity/connectivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Cellular coverage, load balancing and reliability are the responsibility of the

The new cellular technologies, NB-IoT and CAT-M1, are designed for IoT devices. They offer some advantages, but there are also risks and costs.

**Narrow-band-IoT** (NB-IoT) relies on a simple waveform and therefore requires the lowest power consumption of all the cellular methods. It also has fewer components and offers better signal penetration through walls (thanks to lower bitrates and better link budgets). NB-IoT requires country-specific chips because each country uses its own spectrum, which complicates production. It also causes problems with large transfers because of its reduced bandwidth.
**Narrow-band-IoT** (NB-IoT) NB-IoT is a 3GPP standard for low-power wide area networks (LPWANs) specifically designed for low-cost, battery-powered IoT devices. The two network attach options for NB-IoT are network attach with and without packet data network (PDN). NB-IoT relies on a simple waveform and therefore requires the lowest power consumption of all the cellular methods. It also has fewer components and offers better signal penetration through walls (thanks to lower bitrates and better link budgets). NB-IoT requires country-specific chips because each country uses its own spectrum, which complicates production. It also causes problems with large transfers because of its reduced bandwidth.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A sentence like "NB-IoT relies on a simple waveform and therefore requires the lowest power consumption of all the cellular methods" seems much higher level than "The two network attach options for NB-IoT are network attach with and without packet data network (PDN)".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would switching the order help, or is it better to rephrase entirely?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try it both ways and see :D


**CAT-M1** has a higher data rate than NB-IoT (closer to existing cellular behavior) but is not proven to be more power efficient. Any efficiency gains can be lost because of operator configurations.

Expand Down