語系:
繁體中文
English
說明(常見問題)
圖資館首頁
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
TCP/IP sockets in Cpractical guide f...
~
Calvert, Kenneth L.
TCP/IP sockets in Cpractical guide for programmers /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
TCP/IP sockets in CMichael J. Donahoo, Kenneth L. Calvert.
其他題名:
practical guide for programmers /
作者:
Donahoo, Michael J.
其他作者:
Calvert, Kenneth L.
出版者:
Amsterdam ;Morgan Kaufmann,c2009.
面頁冊數:
xiii, 196 p. :ill. ;24 cm.
標題:
Application program interfaces (Computer software)
電子資源:
An electronic book accessible through the World Wide Web; click for information
電子資源:
http://www.engineeringvillage.com/controller/servlet/OpenURL?genre=book&isbn=9780123745408
ISBN:
9780123745408
TCP/IP sockets in Cpractical guide for programmers /
Donahoo, Michael J.
TCP/IP sockets in C
practical guide for programmers /[electronic resource] :Michael J. Donahoo, Kenneth L. Calvert. - 2nd ed. - Amsterdam ;Morgan Kaufmann,c2009. - xiii, 196 p. :ill. ;24 cm. - The Morgan Kaufmann practical guides series. - Morgan Kaufmann practical guides series..
Includes bibliographical references (p. 191-192) and index.
1 Introduction -- 2 Basic TCP Sockets -- 3 Of Names and Address Families -- 4 Using UDP Sockets -- 5 Sending and Receiving Data -- 6 Beyond the Basic Socket Programming -- 7 Under the Hood -- 8 Socket Programming in C++.
The Internet allows computers thousands of miles apart to exchange information through programs such as Web browsers, and nearly all of these programs gain access to network communication services through the sockets programming interface. TCP/IP Sockets in C: Practical Guide for Programmers is a quick and affordable way to gain the knowledge and skills needed to quickly develop sophisticated and powerful web-based applications. Written by two experienced networking instructors, the book's focused, tutorial-based approach enables the reader to master the tasks and techniques essential to virtually all client-server projects using sockets in C. Programming concepts are introduced through simple, real-world examples, and are accompanied by line-by-line code commentary that describes the purpose of each part of the program. The book's companion website also contains myriad employable examples of command-based source code discussed throughout the text. A great deal has changed in the 6 years since the first edition of this book was published. The widespread adoption of IPv6 has led to a new standard for internetworking and the exponential increase of computer processing power have enhanced the efficacy and scope of electronic espionage. Therefore, this edition has amended and expanded outdated sections in accordance with both new advancements and dangers. The book now explains both the IPv6 and IPv4 address schemes as well as how to do sockets programming in the mixed IPv6/IPv4 networks environment. It also details defensive programming strategies in the context of building security-aware distributed systems, and introduces the select() system call from a performance and predictability perspective in large systems. In summary, the book provides both a general overview of networking concepts to allow readers to synchronize the concepts with terminology, while providing a springboard to more advanced networking topics through the basic application of the latest technological developments. No other resource presents so concisely and effectively the material necessary to get up and running with C sockets programming. Includes completely new and expanded sections that address the IPv6 network environment, defensive programming, and the select() system call, thereby allowing the reader to program in accordance with the most current standards for internetworking. Streamlined and concise tutelage in conjunction with line-by-line code commentary allows readers to quickly program web-based applications without having to wade through unrelated and discursive networking tenets. Grants the reader access to online source code, which the can then be used to directly implement sockets programming procedures.
Electronic reproduction.
Amsterdam :
Elsevier Science & Technology,
2009.
Mode of access: World Wide Web.
ISBN: 9780123745408
Source: 157044:157209Elsevier Science & Technologyhttp://www.sciencedirect.comSubjects--Topical Terms:
238165
Application program interfaces (Computer software)
Index Terms--Genre/Form:
214472
Electronic books.
LC Class. No.: QA76.76.A63 / D66 2009
Dewey Class. No.: 005.713762
TCP/IP sockets in Cpractical guide for programmers /
LDR
:04641cmm 2200349Ia 4500
001
257187
003
OCoLC
005
20100729101520.0
006
m d
007
cr cn|||||||||
008
100818s2009 ne a ob 001 0 eng d
020
$a
9780123745408
020
$a
0123745403
035
$a
(OCoLC)424572014
035
$a
ocn424572014
037
$a
157044:157209
$b
Elsevier Science & Technology
$n
http://www.sciencedirect.com
040
$a
OPELS
$b
eng
$c
OPELS
$d
OPELS
049
$a
TEFA
050
1 4
$a
QA76.76.A63
$b
D66 2009
082
0 4
$a
005.713762
$2
22
100
1
$a
Donahoo, Michael J.
$3
233452
245
1 0
$a
TCP/IP sockets in C
$h
[electronic resource] :
$b
practical guide for programmers /
$c
Michael J. Donahoo, Kenneth L. Calvert.
250
$a
2nd ed.
260
$a
Amsterdam ;
$a
Boston :
$b
Morgan Kaufmann,
$c
c2009.
300
$a
xiii, 196 p. :
$b
ill. ;
$c
24 cm.
490
1
$a
The Morgan Kaufmann practical guides series
504
$a
Includes bibliographical references (p. 191-192) and index.
505
0
$a
1 Introduction -- 2 Basic TCP Sockets -- 3 Of Names and Address Families -- 4 Using UDP Sockets -- 5 Sending and Receiving Data -- 6 Beyond the Basic Socket Programming -- 7 Under the Hood -- 8 Socket Programming in C++.
520
$a
The Internet allows computers thousands of miles apart to exchange information through programs such as Web browsers, and nearly all of these programs gain access to network communication services through the sockets programming interface. TCP/IP Sockets in C: Practical Guide for Programmers is a quick and affordable way to gain the knowledge and skills needed to quickly develop sophisticated and powerful web-based applications. Written by two experienced networking instructors, the book's focused, tutorial-based approach enables the reader to master the tasks and techniques essential to virtually all client-server projects using sockets in C. Programming concepts are introduced through simple, real-world examples, and are accompanied by line-by-line code commentary that describes the purpose of each part of the program. The book's companion website also contains myriad employable examples of command-based source code discussed throughout the text. A great deal has changed in the 6 years since the first edition of this book was published. The widespread adoption of IPv6 has led to a new standard for internetworking and the exponential increase of computer processing power have enhanced the efficacy and scope of electronic espionage. Therefore, this edition has amended and expanded outdated sections in accordance with both new advancements and dangers. The book now explains both the IPv6 and IPv4 address schemes as well as how to do sockets programming in the mixed IPv6/IPv4 networks environment. It also details defensive programming strategies in the context of building security-aware distributed systems, and introduces the select() system call from a performance and predictability perspective in large systems. In summary, the book provides both a general overview of networking concepts to allow readers to synchronize the concepts with terminology, while providing a springboard to more advanced networking topics through the basic application of the latest technological developments. No other resource presents so concisely and effectively the material necessary to get up and running with C sockets programming. Includes completely new and expanded sections that address the IPv6 network environment, defensive programming, and the select() system call, thereby allowing the reader to program in accordance with the most current standards for internetworking. Streamlined and concise tutelage in conjunction with line-by-line code commentary allows readers to quickly program web-based applications without having to wade through unrelated and discursive networking tenets. Grants the reader access to online source code, which the can then be used to directly implement sockets programming procedures.
533
$a
Electronic reproduction.
$b
Amsterdam :
$c
Elsevier Science & Technology,
$d
2009.
$n
Mode of access: World Wide Web.
$n
System requirements: Web browser.
$n
Title from title screen (viewed on July 8, 2009).
$n
Access may be restricted to users at subscribing institutions.
650
0
$a
Application program interfaces (Computer software)
$3
238165
650
0
$a
TCP/IP (Computer network protocol)
$3
182376
650
0
$a
C (Computer program language)
$3
181957
655
7
$a
Electronic books.
$2
local.
$3
214472
700
1
$a
Calvert, Kenneth L.
$3
233453
710
2
$a
ScienceDirect (Online service)
$3
307425
776
1
$c
Original
$z
9780123745408
$z
0123745403
$w
(OCoLC)305146730
830
0
$a
Morgan Kaufmann practical guides series.
$3
455208
856
4 0
$3
ScienceDirect
$u
http://www.sciencedirect.com/science/book/9780123745408
$z
An electronic book accessible through the World Wide Web; click for information
856
4 0
$3
Referex
$u
http://www.engineeringvillage.com/controller/servlet/OpenURL?genre=book&isbn=9780123745408
$z
An electronic book accessible through the World Wide Web; click for information
994
$a
C0
$b
TEF
筆 0 讀者評論
全部
電子館藏
館藏
1 筆 • 頁數 1 •
1
條碼號
館藏地
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
000000040301
電子館藏
1圖書
電子書
EB QA76.76.A63 D66 2009
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
多媒體檔案
http://www.sciencedirect.com/science/book/9780123745408
http://www.engineeringvillage.com/controller/servlet/OpenURL?genre=book&isbn=9780123745408
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼
登入