0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (4)
  • R2,500 - R5,000 (2)
  • -
Status
Brand

Showing 1 - 6 of 6 matches in All Departments

Internetworking with TCP/IP, Volume 1 - Pearson New International Edition (Paperback, 6th edition): Douglas Comer Internetworking with TCP/IP, Volume 1 - Pearson New International Edition (Paperback, 6th edition)
Douglas Comer
R2,309 Discovery Miles 23 090 Ships in 9 - 17 working days

An internationally best-selling, conceptual introduction to the TCP/IP protocols and Internetworking, this book interweaves a clear discussion of fundamentals and scientific principles with details and examples drawn from the latest technologies. Leading author Douglas Comer covers layering and packet formats for all the Internet protocols, includingTCP, IPv4, IPv6, DHCP, and DNS. In addition, the text explains new trends in Internet systems, including packet classification, Software Defined Networking (SDN), and mesh protocols used in The Internet of Things. The text is appropriate for individuals interested in learning more about TCP/IP protocols, Internet architecture, and current networking technologies, as well as engineers who build network systems. It is suitable for junior to graduate-level courses in Computer Networks, Data Networks, Network Protocols, and Internetworking.

The Cloud Computing Book - The Future of Computing Explained: Douglas Comer The Cloud Computing Book - The Future of Computing Explained
Douglas Comer
R1,503 Discovery Miles 15 030 Ships in 9 - 17 working days

This latest textbook from bestselling author, Douglas E. Comer, is a class-tested book providing a comprehensive introduction to cloud computing. Focusing on concepts and principles, rather than commercial offerings by cloud providers and vendors, The Cloud Computing Book: The Future of Computing Explained gives readers a complete picture of the advantages and growth of cloud computing, cloud infrastructure, virtualization, automation and orchestration, and cloud-native software design. The book explains real and virtual data center facilities, including computation (e.g., servers, hypervisors, Virtual Machines, and containers), networks (e.g., leaf-spine architecture, VLANs, and VxLAN), and storage mechanisms (e.g., SAN, NAS, and object storage). Chapters on automation and orchestration cover the conceptual organization of systems that automate software deployment and scaling. Chapters on cloud-native software cover parallelism, microservices, MapReduce, controller-based designs, and serverless computing. Although it focuses on concepts and principles, the book uses popular technologies in examples, including Docker containers and Kubernetes. Final chapters explain security in a cloud environment and the use of models to help control the complexity involved in designing software for the cloud. The text is suitable for a one-semester course for software engineers who want to understand cloud, and for IT managers moving an organization’s computing to the cloud.

Computer Networks and Internets, Global Edition (Paperback, 6th edition): Douglas Comer Computer Networks and Internets, Global Edition (Paperback, 6th edition)
Douglas Comer
Sold By Aristata Bookshop - Fulfilled by Loot
R1,411 Discovery Miles 14 110 Ships in 2 - 4 working days

Appropriate for all introductory-to-intermediate courses in computer networking, the Internet, or Internet applications; students need no background in networking, operating systems, or advanced mathematics. Leading networking authority Douglas Comer presents a wide-ranging, self-contained tour of the concepts, principles, and technologies that enable today's Internet to support applications ranging from web browsing to telephony and multimedia. Comer begins by illuminating the applications and facilities offered by today's Internet. Next, he systematically introduces the underlying network technologies and protocols that make them possible. With these concepts and technologies established, he introduces several of the most important contemporary issues faced by network implementers and managers, including quality of service, Internet telephony, multimedia, network security, and network management. Comer has carefully designed this book to support both top-down and bottom-up teaching approaches. Students need no background in operating systems, and no sophisticated math: Comer relies throughout on figures, drawings, examples, and analogies, not mathematical proofs.Teaching and Learning Experience This program will provide a better teaching and learning experience-for you and your students. *Broad Coverage of Key Concepts and Principles, Presented in a Technology-independent Fashion: Comer focuses on imparting knowledge that students will need regardless of which technologies emerge or become obsolete. *Flexible Organization that Supports both Top-down and Bottom-up Teaching Approaches: Chapters may be sequenced to accommodate a wide variety of course needs and preferences. *An Accessible Presentation that Resonates with Students: Comer relies throughout on figures, drawings, examples, and analogies, not mathematical proofs. *Keep Your Course Current: Content is refreshed to provide the most up-to-date information on new technologies for your course.

The Cloud Computing Book - The Future of Computing Explained (Hardcover): Douglas Comer The Cloud Computing Book - The Future of Computing Explained (Hardcover)
Douglas Comer
R3,826 Discovery Miles 38 260 Ships in 9 - 17 working days

This latest textbook from bestselling author, Douglas E. Comer, is a class-tested book providing a comprehensive introduction to cloud computing. Focusing on concepts and principles, rather than commercial offerings by cloud providers and vendors, The Cloud Computing Book: The Future of Computing Explained gives readers a complete picture of the advantages and growth of cloud computing, cloud infrastructure, virtualization, automation and orchestration, and cloud-native software design. The book explains real and virtual data center facilities, including computation (e.g., servers, hypervisors, Virtual Machines, and containers), networks (e.g., leaf-spine architecture, VLANs, and VxLAN), and storage mechanisms (e.g., SAN, NAS, and object storage). Chapters on automation and orchestration cover the conceptual organization of systems that automate software deployment and scaling. Chapters on cloud-native software cover parallelism, microservices, MapReduce, controller-based designs, and serverless computing. Although it focuses on concepts and principles, the book uses popular technologies in examples, including Docker containers and Kubernetes. Final chapters explain security in a cloud environment and the use of models to help control the complexity involved in designing software for the cloud. The text is suitable for a one-semester course for software engineers who want to understand cloud, and for IT managers moving an organization's computing to the cloud.

Operating System Design - The Xinu Approach, Second Edition (Paperback, 2nd edition): Douglas Comer Operating System Design - The Xinu Approach, Second Edition (Paperback, 2nd edition)
Douglas Comer
R1,513 Discovery Miles 15 130 Ships in 12 - 19 working days

An Update of the Most Practical A-to-Z Operating System Book Widely lauded for avoiding the typical black box approach found in other operating system textbooks, the first edition of this bestselling book taught readers how an operating system works and explained how to build it from the ground up. Continuing to follow a logical pattern for system design, Operating System Design: The Xinu Approach, Second Edition removes the mystery from operating system design and consolidates the body of material into a systematic discipline. It presents a hierarchical design paradigm that organizes major operating system components in an orderly, understandable manner. The book guides readers through the construction of a conventional process-based operating system using practical, straightforward primitives. It gives the implementation details of one set of primitives, usually the most popular set. Once readers understand how primitives can be implemented on conventional hardware, they can then easily implement alternative versions. The text begins with a bare machine and proceeds step-by-step through the design and implementation of Xinu, which is a small, elegant operating system that supports dynamic process creation, dynamic memory allocation, network communication, local and remote file systems, a shell, and device-independent I/O functions. The Xinu code runs on many hardware platforms. This second edition has been completely rewritten to contrast operating systems for RISC and CISC processors. Encouraging hands-on experimentation, the book provides updated code throughout and examples for two low-cost experimenter boards: BeagleBone Black from ARM and Galileo from Intel.

Operating System Design - The Xinu Approach, Second Edition (Hardcover, 2nd edition): Douglas Comer Operating System Design - The Xinu Approach, Second Edition (Hardcover, 2nd edition)
Douglas Comer
R2,952 Discovery Miles 29 520 Ships in 12 - 19 working days

An Update of the Most Practical A-to-Z Operating System Book Widely lauded for avoiding the typical black box approach found in other operating system textbooks, the first edition of this bestselling book taught readers how an operating system works and explained how to build it from the ground up. Continuing to follow a logical pattern for system design, Operating System Design: The Xinu Approach, Second Edition removes the mystery from operating system design and consolidates the body of material into a systematic discipline. It presents a hierarchical design paradigm that organizes major operating system components in an orderly, understandable manner. The book guides readers through the construction of a conventional process-based operating system using practical, straightforward primitives. It gives the implementation details of one set of primitives, usually the most popular set. Once readers understand how primitives can be implemented on conventional hardware, they can then easily implement alternative versions. The text begins with a bare machine and proceeds step-by-step through the design and implementation of Xinu, which is a small, elegant operating system that supports dynamic process creation, dynamic memory allocation, network communication, local and remote file systems, a shell, and device-independent I/O functions. The Xinu code runs on many hardware platforms. This second edition has been completely rewritten to contrast operating systems for RISC and CISC processors. Encouraging hands-on experimentation, the book provides updated code throughout and examples for two low-cost experimenter boards: BeagleBone Black from ARM and Galileo from Intel.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
The British Essayists
Alexander Chalmers Paperback R534 Discovery Miles 5 340
The World According To Karl - The Wit…
Jean-Christophe Napias Hardcover  (1)
R330 R295 Discovery Miles 2 950
Captain America
Jack Kirby, Joe Simon, … Paperback R543 Discovery Miles 5 430
Broken Land
Daylin Paul Hardcover R420 R388 Discovery Miles 3 880
All That Glitters
Leone Ross Paperback R377 Discovery Miles 3 770
Everest Untold - Diaries From The First…
Patrick J. Conroy Paperback R340 Discovery Miles 3 400
The Amazing Spider-Man
Stan Lee, Steve Ditko Paperback R803 R694 Discovery Miles 6 940
What's Next - A Citizen's Guide to The…
Melissa Fitzgerald, Mary McCormack Hardcover R773 R664 Discovery Miles 6 640
Hollywood On The Veld - When Movie…
Ted Botha Paperback R320 R245 Discovery Miles 2 450
Tales - Short Stories Featuring Ian…
Charles Todd Paperback R493 R453 Discovery Miles 4 530

 

Partners