1-3
Internetworking Technologies Handbook1-58705-001-3Chapter1Internetworking BasicsOpen System Interconnection Reference Model
Internetworking Challenges
Implementing a functional internetwork is no simple task. Many challenges must be faced, especially inthe areas of connectivity, reliability, network management, and flexibility. Each area is key inestablishing an efficient and effective internetwork.The challenge when connecting various systems is to support communication among disparatetechnologies. Different sites, for example, may use different types of media operating at varying speeds,or may even include different types of systems that need to communicate.Because companies rely heavily on data communication, internetworks must provide a certain level of reliability. This is an unpredictable world, so many large internetworks include redundancy to allow forcommunication even when problems occur.Furthermore, network management must provide centralized support and troubleshooting capabilities inan internetwork. Configuration, security, performance, and other issues must be adequately addressedfor the internetwork to function smoothly. Security within an internetwork is essential. Many peoplethink of network security from the perspective of protecting the private network from outside attacks.However, it is just as important to protect the network from internal attacks, especially because mostsecurity breaches come from inside. Networks must also be secured so that the internal network cannotbe used as a tool to attack other external sites.Early in the year 2000, many major web sites were the victims of distributed denial of service (DDOS)attacks. These attacks were possible because a great number of private networks currently connectedwith the Internet were not properly secured. These private networks were used as tools for the attackers.Because nothing in this world is stagnant, internetworks must be flexible enough to change with newdemands.
Open System Interconnection Reference Model
The
Open System Interconnection (OSI) reference model
describes how information from a softwareapplication in one computer moves through a network medium to a software application in anothercomputer. The OSI reference model is a conceptual model composed of seven layers, each specifyingparticular network functions. The model was developed by the International Organization forStandardization (ISO) in 1984, and it is now considered the primary architectural model forintercomputer communications. The OSI model divides the tasks involved with moving informationbetween networked computers into seven smaller, more manageable task groups. A task or group of tasksis then assigned to each of the seven OSI layers. Each layer is reasonably self-contained so that the tasksassigned to each layer can be implemented independently. This enables the solutions offered by one layerto be updated without adversely affecting the other layers. The following list details the seven layers of the Open System Interconnection (OSI) reference model:
•
Layer 7—Application
•
Layer 6—Presentation
•
Layer 5—Session
•
Layer 4—Transport
•
Layer 3—Network
•
Layer 2—Data link
•
Layer 1—Physical
Leave a Comment