Would you like to see this page in English? Click here.


または
1-Clickで注文する場合は、サインインをしてください。
または
Amazonプライム会員に適用。注文手続きの際にお申し込みください。詳細はこちら
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
IPv6 Network Programming
 
 

IPv6 Network Programming [ペーパーバック]

Jun-ichiro itojun Hagino

参考価格: ¥ 5,472
価格: ¥ 5,321 通常配送無料 詳細
OFF: ¥ 151 (3%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
在庫あり。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。
1点在庫あり。ご注文はお早めに。
2012/6/1 金曜日 にお届けします! 「お急ぎ便」オプション(有料)を選択して注文を確定された関東エリアへの配達のご注文が対象です。詳しくはこちら

キャンペーンおよび追加情報

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。


商品の説明

内容説明

This book contains everything you need to make your application program support IPv6. IPv6 socket APIs (RFC2553) are fully described with real-world examples. It covers security, a great concern these days. To secure the Internet infrastructure, every developer has to take a security stance - to audit every line of code, to use proper API and write correct and secure code as much as possible. To achieve this goal, the examples presented in this book are implemented with a security stance. Also, the book leads you to write secure programs. For instance, the book recommends against the use of some of the IPv6 standard APIs - unfortunately, there are some IPv6 APIs that are inherently insecure, so the book tries to avoid (and discourage) the use of such APIs. Another key issue is portability. The examples in the book should be applicable to any of UNIX based operating systems, MacOS X, and Windows XP.

* Covers the new protocol just adopted by the Dept of Defense for future systems
* Deals with security concerns, including spam and email, by presenting the best programming standards
* Fully describes IPv6 socket APIs (RFC2553) using real-world examples
* Allows for portability to UNIX-based operating systems, MacOS X, and Windows XP

著者について

He has been contributing to IPv6 protocol design, implementation and deployment through activities at KAME project, where IPv6 stack is developed and maintained for 4.4BSD-variants.


登録情報


この本のなか見!検索より (詳細はこちら
書き出し
In 1992, the IETF (http://www.ietf.org/) became aware of a global shortage of IPv4 addresses and technical obstacles in deploying new protocols due to limitations imposed by IPv4. 最初のページを読む
その他の機能
頻出単語一覧
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 索引
この本の中身を閲覧する:

この商品にタグをつける

 (詳細)
タグは、商品との関連性が非常に強いキーワードまたはラベルのようなものです。
タグにより、すべてのお客様がお気に入りの商品の整理と確認を行うことができます。
※タグは初期設定で公開になっています。詳しくはこちら
 

カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  3件のカスタマーレビュー
4 人中、4人の方が、「このレビューが参考になった」と投票しています。
Too many pages, not enough actual content 2006/5/9
By Graeme Perrow - (Amazon.com)
形式:ペーパーバック
I received this book today, and within three minutes of looking it over, had decided to return it. The book contains 361 pages, but 281 of those pages are RFCs and other documents freely available online. The actual original content of the book is all of 80 pages.

From a quick scan, the content looks like it's reasonably detailed and useful, and contains a fair bit of source code, which can certainly be helpful. The code was written (and presumably tested) using BSD, but there is some mention of other operating systems. However, I found no mention of AIX or HP-UX, and the numerous flavours of Linux are treated as a single operating system. Does IPv6 behave exactly the same on SuSE, RedHat, Ubuntu, Knoppix, Slackware, and all the rest? I don't know, but I would have expected this book to tell me, at least about the major ones.

I'm giving this book only 2 stars because almost 80% of the book was not written by the author, and is available for free online. I expect a lot more than 80 original pages from a $50 book.
4 人中、4人の方が、「このレビューが参考になった」と投票しています。
all about sockets 2005/7/18
By W Boudville - (Amazon.com)
形式:ペーパーバック
IPv6 is taking far longer than expected to supplant IPv4. But this book can be taken as a useful sign of progress. Presumably you are familiar with socket programming under v4. This has remained mostly unchanged since the early 90s, and there are several worthy texts explaining these. (Like by Stevens and Rago, or Comer and Stevens.)

Hagino takes us on the next step. Showing what you need to know to enable sockets under v6. Yes, there are certainly complications compared to v4. But the book shows that the basic sockets approach of v4 still gives you useful experience that carries over.
3 人中、3人の方が、「このレビューが参考になった」と投票しています。
A Necessary Rip-Off 2007/1/6
By JW - (Amazon.com)
形式:ペーパーバック
I wholeheartedly agree with the other reviewer who was complaining about this book only having 80 pages of "new" information (the other 270 plus-or-minus pages being consumed by Appendices containing publicly available documents). I would also add that the first chapter is your basic introduction that most everyone who buys this book is already going to know, and the last Chapter is devoted to "A Practical Example" that I failed to really see a need for (though some might find it nice); so in reality, of the 80 pages of real text, only 46 are really worth anything. From that perspective, charging $50 for this thing is definitely a rip-off. By the way, has anyone else noticed that the pages are twice as thick as most other books? Normally I'd like that, but in this case I think it's just a meager attempt to "beef up" the book and make it look like it has more information than it actually does.

However, with all that said, the bottom line is that if you are doing professional work, trying to port your client-server applications into an IPv6 environment, this book is a necessity. It contains information that is not available in 'man' pages (or at least I was unable to find it, which is why I purchased the book); and it also contains information that is "hidden" in the 'man' pages, that you'd really have to search for in obscure sections to find (the voice of experience). If all the information I need can be squished into 46 pages instead of 300, that's just fine with me (time is precious)! I just wish the unnecessary bulk would have been omitted.

The book is very poorly written. I felt like I was reading a set of handwritten notes, or comments in source code, rather than a book. The sentences are very choppy, not flowing easily, etc. There are many typos in the source code examples, too. Clearly the proofreader(s) were asleep on the job.

And since the author seems to be somewhat critical of other programmers who take lazy shortcuts, with which I agree by the way, I feel it only fair to critisize him for not following his own advice. There is a difference between a "protocol family" and an "address family"; so even though, for example, PF_INET and AF_INET may translate to the same literal value, they are two different things and used in different situations. The author totally ignores the PF_xxx symbols in his book, substituting the corresponding AF_xxx symbol instead. He misuses gai_error(3) in some examples, and uses obsolete functions in others. So do _not_ follow his examples verbatum if you want to produce correct code; use his ideas, but think for yourself.

With the possible exception of one other book, this is the only book I could find on IPv6 _PROGRAMMING_. All the others seem to deal with the protocol itself (header formats, etc), or administration of an IPv6 network. If you actually need to program an application to run on IPv6, this is the book you need... well, for the most part. I'm still having a problem with an embedded system--and only on the server side--and whatever's causing it is obviously not addressed in this book. :-) For normal systems, though, this book contains all the socket API information you need.

This book contains no information on configuring an IPv6 network. For example, how to set up DNS services to translate hostnames into IPv6 addresses, how to use 'ifconfig' to enable an IPv6 network interface, etc. Nor does it talk about other ancillary items necessary for programs to work correctly. It is solely concerned with the socket API based on RFC's. I find this to be a serious drawback.

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


同じキーワードの商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換