3 Communication Principles
3 Communication Principles
BSCPE
Main Objective:
Explain the importance of standards and protocols in network
communications
Topic Title Topic Objective
A local network is defined as an area where all hosts must “speak the
same language” - in computer term means they must “share a
common protocol”.
The rules that govern the size of the pieces communicated across the network
are very strict. They can also be different, depending on the channel used.
Message size When a long message is sent from one host to another over a network, it may
be necessary to break the message into smaller pieces in order to ensure that
the message can be delivered reliably.
Messages sent across the network are first converted into bits by the sending host. Each bit is
encoded into a pattern of sounds, light waves, or electrical impulses depending on the
Encoding
network media over which the bits are transmitted. The destination host receives and
decodes the signals in order to interpret the message.
Each message transmitted on a network must include a header that contains addressing
information that identifies the source and destination hosts, otherwise it cannot be delivered.
Encapsulation Encapsulation is the process of adding this information to the pieces of data that make up
the message. In addition to addressing, there may be other information in the header that
ensures that the message is delivered to the correct application on the destination host.
Some messages require an acknowledgment before the next message can be sent. This type
of request/response pattern is a common aspect of many networking protocols. However,
Message Pattern
there are other types of messages that may be simply streamed across the network, without
concern as to whether they reach their destination.
System and Network Administration 2
Question
Kora, a Filipino traveler in Tokyo, Japan, stops and asks Tanjiro for
directions to the Senso-ji Temple. They verbally communicate and
determine that they both speak English. After receiving directions in
English to the temple, Kora repeats them to Tanjiro. Tanjiro says, "Yes,
that is correct." What is the order of the communication protocols used
in this scenario?
Rory is studying the fields inside an Ethernet frame for an upcoming test
and notices that the destination Media Access Control (MAC) address is
listed first before the source MAC address. Which of the following
protocol characteristics is Rory investigating?
A. Timing
B. Message timing
C. Encapsulation
D. Message Pattern
E. Encoding
System and Network Administration 2
Question
• Protocol model
• Reference model
The protocols that make up the TCP/IP protocol suite can be described in terms
of the OSI reference model.