Lec 2 Networks
Lec 2 Networks
PROTOCOLS AND
STANDARDS
1-3 THE INTERNET
1.6
1-4 PROTOCOLS
1.7
Elements of a Protocol
Syntax
The term syntax refers to the structure or format of the data, meaning the order in which
they are presented.
Structure or format of the data
Indicates how to read the bits
For example, a simple protocol might expect the first 8 bits of data to be the address of the
sender, the second 8 bits to be the address of the receiver, and the rest of the stream to be
the message itself.
Semantics:The word semantics refers to the meaning of each section of bits
Interprets the meaning of the bits
Knows which fields define what action
For example, does an address identify the route to be taken or the final destination of the
message?
Timing :The term timing refers to two characteristics
When data should be sent and what
Speed at which data should be sent or speed at which it is being received.
For example, if a sender produces data at 100 Mbps but the receiver can process data at only 1 Mbps,
the transmission will overload the receiver and some data will be lost.
1.8
1-5 STANDARDS
1.9
Categories of standards of Data Communication
De facto standards
Standards that have not been approved by an organized body but have
been adopted as standards through widespread use
For example, a simple protocol might expect the first 8 bits of data to
be the address of the sender, the second 8 bits to be the address of the
receiver, and the rest of the stream to be the message itself.
De jure standards
The standards that have been legislated by an officially recognized body
For example, does an address identify the route to be taken or the
final destination of the message?
1.10