GeekArticles
Certification
Cisco
CCNAChapter 1 Internetworking
Author: cisco.com |
Published: 12th Sep 2005 |
Visited: 529 times |
Add CommentFiled in: CCNAThis chapter works with the next six chapters to act as a foundation for the technology discussions that follow. In this chapter, some fundamental concepts and terms used in the evolving language of internetworking are addressed. In the same way that this book provides a foundation for understanding modern networking, this chapter summarizes some common themes presented throughout the remainder of this book. Topics include flow control, error checking, and multiplexing, but this chapter focuses mainly on mapping the Open System Interconnection (OSI) model to networking/internetworking functions, and also summarizing the general nature of addressing schemes within the context of the OSI model. The OSI model represents the building blocks for internetworks. Understanding the conceptual model helps you understand the complex pieces that make up an internetwork.
Read Article Sponsored Links
Related Articles
• Factory Patterns - Delphi OOP Chapter 26 in Delphi OOP :: This chapter explores the Factory patterns, which, instead of changing an object’s behaviour, provide ways of creating different objects to suit run time requirements.
Read the ful ...
• The Facade Patterns - Delphi OOP Chapter 23 in OOP Course :: Chapter summary: Using delegation (in the form of composition or association) in implementing patterns; Using the Adapter pattern; Object and class Adapters; Using the Facade pattern ...
• The Adapter Pattern - Delphi OOP Chapter 22 OOP Course ::
If a single class delegates operations to more than one existing class, an effect similar to multiple inheritance is possible while avoiding some of the complications.
Delegatio ...
• The Assign Method - Delphi OOP Chapter 21 OOP Course ::
Delphi OOP Part 9 Summary: Reviewing the different conditions for inheritance, for association and for composition. Implementing association and composition. Shallow and deep copies. Association and composition i ...
• Deep Copy of an Object - Delphi OOP Chapter 20 OOP COurse :: In composition, the composed object has complete, unshared ownership of the constituent object. This means that no-one beside the composed object can access it. To have thi ...