 |
Networking
Basics:
Why Standards?
Shows
the use and importance of standards in the field of computer
networks
Standards
play a significant role in the field of computer networks.
Special-purpose development of communications hard-
and software must be avoided because of its high costs
and the need to interconnect devices from various vendors.
Therefore some kind of standards are needed, which computer
vendors can follow. They allow any computer following
one of these standards to communicate with another computer
following the same standard.
Standards are designed
in a highly formal, structured way. To reduce complexity
most networks are organized as layers or levels. The
purpose of each layer is to offer certain services to
higher layers, which these higher layers can use without
knowing how they are implemented . Only the same
layers of two computers communicate through a so called
protocol, which is a set of rules for communication
at one layer. Of course, in reality no information is
directly transferred between layers; the actual communication
happens through a physical medium. A set of layers and
protocols is called the network architecture.
Some of the main
design issues of computer networking occur in several
or all layers, for example
- an addressing scheme is needed
in order to specify a destination
- rules for data transfer one
- control and sequencing of data
- synchronization of different
speeds of sender and receiver
These and more issues
have to be cleared by laying down a standard. Standards
are technically implemented by adding control or header
information to the raw data at every layer. So, actually
transmitted are the user data plus some data needed by
the network architecture to provide functionality.
|
 |
 |
 |

Click on image to
enlarge
|