-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a1bd74
commit 9b0d247
Showing
1 changed file
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,8 +98,8 @@ More specifically, the sixth edition includes the following major changes: | |
- New Section 8.1 introduces the duality of *Threats* and *Trust*. | ||
- Refactored topics across Sections 8.3 (*Key Predistribution*) and | ||
8.4 (*Authentication Protocols*). | ||
- New Perspective Section in Chapter 8 describes *Decentralized | ||
Identity Management* and the role of *Blockchains*. | ||
- New Perspective Section in Chapter 8 discusses the trajectory of | ||
network security and asks if security is improving or worsening. | ||
- Section 9.1 updated to include a description of *HTTP/2*, along with | ||
a discussion of *REST*, *gRPC*, and *Cloud Services*. | ||
- Section 9.3 expanded to include a description of modern *Network | ||
|
@@ -135,6 +135,24 @@ covers the specifics of Switched Ethernet and the IP Internet | |
then explores TCP congestion control (6.3), and concludes with | ||
optional advanced material (6.4-6.5). | ||
|
||
Supplemental Materials | ||
---------------------- | ||
|
||
We have produced a set of supplemental materials, including slides for | ||
instructors and a solutions manual for the exercises that appear in | ||
the print version of this book. The solutions manual is controlled by | ||
Elsevier in an effort to restrict access to authorized instructors. It | ||
can be found at: | ||
https://educate.elsevier.com/book/details/9780128182000 (in the U.S.) | ||
or: | ||
https://educate.elsevier.com/book/details/9780128182000 (outside the | ||
U.S.). The slides are at the same place but they can also be found in our | ||
GitHub repo: | ||
https://github.com/SystemsApproach/book (see the 6E-bottomupslides | ||
directory). | ||
If you have any trouble accessing these materials, please get in touch | ||
via ``[email protected]``. | ||
|
||
Code Examples | ||
------------- | ||
|
||
|