Title: VPNs Illustrated:
Tunnels, VPNs, and IPsec
Author: Jon C. Snader
Publisher: Addison-Wesley
ISBN: 0-321-24544-x
Price: $49.95
VPNs Illustrated: Tunnels, VPNS, and IPsec offers
a clear and concise evaluation of the technology that allows private
networks to extend through insecure channels. Overall, the purpose of
this book is to inform readers of the benefits a VPN can offer. This
is done through examples, diagrams and source code analysis. As a
reference guide, the material does a good job of informing the reader
about private networking over a public channel.
This book is not, however, a guide to configuring and installing a virtual
private network (VPN), nor is it for beginners. If you are looking for
a basic introduction to VPNs, you would be better served and could save
some money by researching on-line publications. This book does provide a
simple introduction, but the introduction is only a few pages long. This
leaves the rest of the book to more advanced topics.
VPNs Illustrated is a solid reference guide that benefits students and
engineers who want to gain a better knowledge of the design behind
daemon- and kernel-based secure networking. It provides more than an
analysis of VPNs and tunnels; there also are sections on TCP/IP,
Cryptography and Secure Sockets Layer. This additional information is useful
as references in other works or, as is the case here, to help explain and
outline how a secure network can be created over an insecure public channel.
Snader provides the information through packet analysis, code samples and
definitions taken from RFCs. This method allows the user to see a real-world
implementation of the theory and get visual verification of the protected data
path.
VPNs Illustrated also explains the methods behind the encryption process, through
insight into the mathematics and the latest methods for bypassing the
encryption. This explanation aided me in selecting a different encryption method
for my own VPN, which improved security and performance on my system.
Many books in this field include only code snippets to explain their
points. VPNs Illustrated does an excellent job of
explaining by providing beneficial examples and interpretations. For example,
the author provides code for a VPN encapsulated in an SSH tunnel.
Currently, I am experimenting with this technique on my own server, as it
provides a lightweight, easy-to-manage solution.
Snader does not investigate VPNs on Windows and instead focuses exclusively on
BSD/Linux. Many IT departments would benefit from further study on how the
various VPN tools discussed in the book interoperate with Windows.
Geoff Baker is a software developer at a telecommunications design
firm. He currently is enrolled at the University of Saskatchewan, working
towards a Masters in Electrical Engineering.
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Fun with ethtool
- Linux-Based X Terminals with XDMCP
- Readers' Choice Awards 2011
- 100% disappointed with the decision to go all digital.
- Parallel Programming with NVIDIA CUDA
- You Need A Budget
- Validate an E-Mail Address with PHP, the Right Way
- The Linux powered LAN Gaming House
- The Linux RAID-1, 4, 5 Code
- Python for Android
- Gnome3 is such a POS. No one
3 hours 11 min ago - Gnome 3 is the biggest POS
3 hours 22 min ago - I didn't knew this thing by
9 hours 26 min ago - Author's reply
12 hours 51 min ago - Link to modlys
13 hours 57 min ago - I use YNAB because of the
14 hours 9 min ago - Search
19 hours 12 min ago - Question
19 hours 35 min ago - for the record
19 hours 37 min ago - That's disappointing. Thanks
22 hours 1 min ago





Comments
OpenVPN
OpenVPN certainly deserves a mention if it's not in the book: http://www.openvpn.net
especially the udp mode of
especially the udp mode of operation of openvpn