Items related to Practical Internetworking with TCP/IP and UNIX(R)

Practical Internetworking with TCP/IP and UNIX(R) - Hardcover

 
9780201586299: Practical Internetworking with TCP/IP and UNIX(R)

Synopsis

TCP/IP and UNIX, both born in the research community, have experienced phenomenal growth and commercial success over the past decade. TCP/IP is the network protocol family of choice on the Internet, the largest and fastest growing data communications network in the world today. UNIX systems, with their mature support of TCP/IP, are a central and growing part of many organizations' networking strategy.
Through a careful blend of network theory and practice, these two network authorities provide readers with the knowledge to understand what TCP/IP is, how it works, and how to use it to build practical and working network systems that are both extensible and maintainable.
Practical Internetworking with TCP/IP and UNIX, the third in the new UNIX and Open Systems Series by Addison-Wesley, describes in detail how to set up and manage a TCP/IP network using the tools available within the UNIX operating system. Systems designers, network administrators, and system programmers will find the TCP/IP knowledge they need in this concise volume.
Gives a concise foundation in TCP/IP fundamentals, provides extensive coverage of electronic mail configuration in a complex networking environment, explains how to set up and manage an operational TCP/IP network, describes the integration of Apple Macintoshes and IBM PCs, and illustrates network management techniques and how to diagnose and solve common network problems.

"synopsis" may belong to another edition of this title.

About the Author

About Smoot Carl-Mitchell

Smoot Carl-Mitchell is a Managing Partner at Texas Internet Consulting.He received his B.A. in Psychology and his M.A. in Computer Sciencefrom the University of Texas at Austin. He has consulted on numerousprojects including network design, installation, and debugging. Healong with his partner also give seminars on networking issues relatedto the growth, development, and use of TCP/IP.

John S. Quarterman and Smoot Carl-Mitchell are partners in Texas Internet Consulting, which consults in networks and open systems with particular emphasis on TCP/IP networks and UNIX systems and standards.

John S. Quarterman is Senior Technical Partner at Texas Internet Consulting, which consults in networks and open systems with particular emphasis on TCP/IP networks, UNIX systems, and standards.He is the author of The Matrix: Computer Networks and Conferencing Systems Worldwide (Digital Press, 1990), and is a coauthor of UNIX, POSIX, and Open Systems: The Open Standards Puzzle (1993), Practical Internetworking with TCP/IP and UNIX (1993), The Internet Connection: System Connectivity and Configuration (1994), and The E-Mail Companion: Communicating Effectively via the Internet and Other Global Networks (1994), all published by Addison-Wesley. He is editor of Matrix News, a monthly newsletter about issues that cross network, geographic, and political boundaries, and of Matrix Maps Quarterly; both are published by Matrix Information and Directory Services, Inc. (MIDS) of Austin, Texas. He is a partner in Zilker Internet Park, which provides Internet access from Austin. He and his wife, Gretchen Quarterman, split their time among his home in Austin, hers in Buffalo, New York, and various other locations.

0201586290AB04062001

From the Back Cover

TCP/IP and UNIX, both born in the research community, have experienced phenomenal growth and commercial success over the past decade. TCP/IP is the network protocol family of choice on the Internet, the largest and fastest growing data communications network in the world today. UNIX systems, with their mature support of TCP/IP, are a central and growing part of many organizations' networking strategy.

Through a careful blend of network theory and practice, these two network authorities provide readers with the knowledge to understand what TCP/IP is, how it works, and how to use it to build practical and working network systems that are both extensible and maintainable.

Practical Internetworking with TCP/IP and UNIX, the third in the UNIX and Open Systems Series published by Addison-Wesley, describes in detail how to set up and manage a TCP/IP network using the tools available within the UNIX operating system. Systems designers, network administrators, and system programmers will find the TCP/IP knowledge they need in this concise volume.

0201586290B04062001

From the Inside Flap

This book is a practical guide for building TCP/IP networks with the UNIX operating system, and for using both TCP/IP and UNIX to integrate other network protocols and operating systems into a distributed computing environment. The book is not a protocol theory book, not a programming text, and not a user tutorial. It is about how to make whole networks actually work in practice.

The TCP/IP protocols are used in tens of thousands of networks to connect millions of machines throughout the world. The largest of the collection of networks that use TCP/IP is the Internet. The Internet is the world's largest computer network and has been doubling in size each year since 1988. It had perhaps ten million users by 1993: researchers and academics, corporate employees, librarians and politicians, schoolteachers, and the general public. This global network commune has no central authority. The Internet works because of general agreement on network protocols used and because of cooperation among the users for the good of the network.

Much of the growth of the Internet is in local area networks (LANs) inside both private

and public organizations, as opposed to wide area networks (WANs). Some of these organizations are universities, government agencies, or government contractors, which were the historical research and academic base of TCP/IP. Other LANs are privately owned enterprise networks inside commercial companies.

Many enterprise networks are not interconnected directly with the Internet proper, or are deliberately firewalled from it, so that only authorized corporate users may have access.

The LANs, whether interconnected with the Internet or not, are growing very rapidly, and more of them appear daily. Many of the organizations behind these networks, especially private companies, do not have a tradition of TCP/IP expertise. This is not surprising, because the number of qualified technical personnel in any area does not tend to double annually. The exponential growth of the use of TCP/IP has outstripped the capability of the traditional support community to cope.

Most of these LANs use Ethernet (or IEEE 802.3) technology with TCP/IP. Other LAN technologies, such as FDDI, are even more capable and are growing in use. FDDI, for example, is not yet widespread, and organizations using it tend to be very familiar with it, often having been involved in its development. The predominant LAN technology is still Ethernet, and this is the first LAN technology an organization new to TCP/IP is likely to use, if for no other reason because all the major UNIX workstation vendors sell their computers with a built in Ethernet interface. For these reasons, this book emphasises Ethernet as the local area network technology of choice.

The Book

There are many books about network protocol theory, a few about the networks constructed from those protocols, and some about writing network applications. Practical Internetworking with TCP/IP and UNIX is about making the most widespread protocol suite and the most widespread general purpose operating system work together in a practical distributed computing environment.

This book is geared towards the knowledgeable UNIX administrator and user who lack a clear idea of what TCP/IP is and how it can be used. We cover a range of topics that are needed in setting up a working network. Also included is some background material on the history of TCP/IP and the Internet.

Since TCP/IP and the Internet are living systems which continue to grow and evolve, we also briefly cover the Internet Standards process as well as other topics relevant to the functioning of the Internet community. This book avoids going into extreme detail on all topics, in the interests of space. Also this book is not written as a reference book, but rather as a guidebook with enough practical examples to emphasis the points being made.

Organization

The book is organized in three parts, Theory, Practice, and Advanced Topics plus a foreword, this preface, appendices, a glossary, and an index. References are included at the end of each chapter.Foreword: In addition to the series foreword, the foreword by Vinton G. Cerf

explains the significance of the book.Part 1: Theory: The first part, which consists of five chapters, describes how the IP

protocol suite is supposed to work. The

first chapter provides an overview of the

entire TCP/IP protocol suite, including

lists of the protocols, and some information

on how their specifications are produced.

The second chapter gives a quick sketch of

TCP/IP

services.

The third chapter

describes the key protocol, IP itself. The

fourth chapter examines the functions of

transport protocols, such as TCP and UDP.

The last chapter discusses the standard

resource naming system used in the Internet

community.Part 2: Practice: The second part of the

book examines how UNIX implementations of

the TCP/IP protocols actually work. The

three chapters in the part treat setting up

basic network services, setting up and man aging electronic mail, and other network

services.Part 3: Advanced Topics: The third part of

the book discusses advanced topics, in three

chapters on integrating Apple Macintoshes

and IBM PCs, network management, and network

debugging.Appendices: Two appendices provide information on where to find protocol specifications and the numerous software packages

mentioned in the book, as well as most of

the programming examples used in the book.References, Glossary, and Index: Numerous

bibliographic citations occur in the text,

and the actual references are gathered at

the end of each chapter. The glossary

defines major (and many minor) terms and

acronyms. The index indicates where they

are used in the text. Expansions of

acronyms are given both in the glossary and

in the index for easy reference.

Readers

Beginning UNIX network system administrators will want to read the whole book, in order.

Readers already familiar with the TCP/IP protocols will probably also find much useful information in the first part of the book, but may want to skip directly to the practical details in the second part.

Experienced system administrators may want to skip directly to the advanced topics in the third part.

Familiarity with network protocol theory will be most helpful to all readers. We include some detail on the theory of how TCP/IP works, but we must assume some basic networking concepts.

Terminology

The book is written in American English. Some familiarity with networking and UNIX is assumed, but jargon is explained when used. The glossary contains definitions of difficult terms.

Acknowledgements

We would like to thank the reviewers, John Amason, Wayne Hathaway, Doug McCallum, Eugene Pinsky, Clyde Poole, William Selmeier, Barry Shein, Kean Stump, and Edward Vielmetti. All of them gave us valuable insights in how to better present the subject. We would also like to thank Laura Michaels, the copyeditor, who also added much to the clarity of the final book. And finally, we thank the editorial and production staff of Addison-Wesley, Tom Stone, Debbie Lafferty, and Patsy DuMoulin. 0201586290P04062001

"About this title" may belong to another edition of this title.

Buy Used

Condition: Fine
hardback book in fine condition
View this item

US$ 6.29 shipping within U.S.A.

Destination, rates & speeds

Search results for Practical Internetworking with TCP/IP and UNIX(R)

Stock Image

Carl-Mitchell, Smoot; Quarterman, John S.
ISBN 10: 0201586290 ISBN 13: 9780201586299
Used Hardcover

Seller: Bingo Books 2, Vancouver, WA, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Hardcover. Condition: Fine. hardback book in fine condition. Seller Inventory # 13250

Contact seller

Buy Used

US$ 7.00
Convert currency
Shipping: US$ 6.29
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Smoot Carl-Mitchell et John S. Quarterman
Published by Addison Wesley, 1993
ISBN 10: 0201586290 ISBN 13: 9780201586299
Used Hardcover

Seller: Ammareal, Morangis, France

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Hardcover. Condition: Très bon. Ancien livre de bibliothèque. Légères traces d'usure sur la couverture. Edition 1993. Ammareal reverse jusqu'à 15% du prix net de cet article à des organisations caritatives. ENGLISH DESCRIPTION Book Condition: Used, Very good. Former library book. Slight signs of wear on the cover. Edition 1993. Ammareal gives back up to 15% of this item's net price to charity organizations. Seller Inventory # E-551-368

Contact seller

Buy Used

US$ 4.07
Convert currency
Shipping: US$ 9.85
From France to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Seller Image

Carl-Mitchell, Smoot
Published by Addison Wesley, 1993
ISBN 10: 0201586290 ISBN 13: 9780201586299
Used Hardcover

Seller: WeBuyBooks, Rossendale, LANCS, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Good. Most items will be dispatched the same or the next working day. A copy that has been read but remains in clean condition. All of the pages are intact and the cover is intact and the spine may show signs of wear. The book may have minor markings which are not specifically mentioned. Seller Inventory # wbs2519730408

Contact seller

Buy Used

US$ 7.24
Convert currency
Shipping: US$ 9.16
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Carl-Mitchell, Smoot; Quarterman, John S.
Published by Addison-Wesley, Boston, MA., 1993
ISBN 10: 0201586290 ISBN 13: 9780201586299
Used Hardcover

Seller: a2zbooks, Burgin, KY, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Hardcover. Condition: As New. Book appears new, pages very crisp and clean. Cover in very nice condition. Quantity Available: 1. ISBN: 0201586290. ISBN/EAN: 9780201586299. Pictures of this item not already displayed here available upon request. Inventory No: 1560732943. Seller Inventory # 1560732943

Contact seller

Buy Used

US$ 32.00
Convert currency
Shipping: US$ 6.35
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Carl-Mitchell, Quarterman,
Published by Addison-Wesley, 1993
ISBN 10: 0201586290 ISBN 13: 9780201586299
New Hardcover

Seller: Romtrade Corp., STERLING HEIGHTS, MI, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. This is a Brand-new US Edition. This Item may be shipped from US or any other country as we have multiple locations worldwide. Seller Inventory # ABNR-130916

Contact seller

Buy New

US$ 50.51
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Carl-Mitchell, Quarterman,
Published by Addison-Wesley, 1993
ISBN 10: 0201586290 ISBN 13: 9780201586299
New Hardcover

Seller: Basi6 International, Irving, TX, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Brand New. New. US edition. Expediting shipping for all USA and Europe orders excluding PO Box. Excellent Customer Service. Seller Inventory # ABEJUNE24-65564

Contact seller

Buy New

US$ 50.51
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Quarterman Carl-Mitchell
Published by Longman Group, 1993
ISBN 10: 0201586290 ISBN 13: 9780201586299
Used Hardcover

Seller: Books Puddle, New York, NY, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Condition: Used. pp. 476. Seller Inventory # 263113484

Contact seller

Buy Used

US$ 64.57
Convert currency
Shipping: US$ 3.99
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Carl-Mitchell Quarterman
Published by Longman Group, 1993
ISBN 10: 0201586290 ISBN 13: 9780201586299
Used Hardcover

Seller: Majestic Books, Hounslow, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Used. pp. 476. Seller Inventory # 5782995

Contact seller

Buy Used

US$ 65.03
Convert currency
Shipping: US$ 8.63
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Carl-Mitchell, Smoot, John S. Quarterman
Published by Addison-Wesley, 1993
ISBN 10: 0201586290 ISBN 13: 9780201586299
Used Hardcover First Edition

Seller: Mythos Center Books, Frontenac, MN, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Hardcover. Condition: Used: Very Good. 1st ed. Cloth, 476pp, blind stamped corner of ep, else vg. Seller Inventory # UPLINE061249

Contact seller

Buy Used

US$ 70.00
Convert currency
Shipping: US$ 4.50
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Carl-Mitchell Quarterman
Published by Longman Group, 1993
ISBN 10: 0201586290 ISBN 13: 9780201586299
Used Hardcover

Seller: Biblios, Frankfurt am main, HESSE, Germany

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Used. pp. 476. Seller Inventory # 183113478

Contact seller

Buy Used

US$ 70.24
Convert currency
Shipping: US$ 11.53
From Germany to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

There are 1 more copies of this book

View all search results for this book