Asked By
lizgriffinn
10 points
N/A
Posted on - 08/01/2011
Differentiate and compare between the followings:
-
Syntax and semantics of a protocol.
-
Performance and reliability of a network.
-
Spatially shared and time shared in multi point line configuration.
-
Circuit switch and packet switch network.
Answered By
James20
5 points
N/A
#96444
Details about syntax,protocols and network
Syntax and semantics of a protocol.
Ans:
The Key elements of Protocol are:
Syntax: What is communicated?
It refers to the structure of data It includes data format, coding and signal levels
Meaning the order in which the data is represented.
For example: 1st eight bit to the sender address.
Next eight bit to the receiver address.
The rest is the data
For Example:
-
First eight bits to the Sender’s Address.
-
Next eight to be Receiver’s Address.
-
The rest to be data.
Semantics: How it is communicated?
It refers to the meaning of each section of bits. It includes control information for coordination and error handling. How is a particular pattern to be interpreted?
What action should be taken based on interpretation?
For Example:
-
Does an address identify the route to be taken or the final destination of the message?
-
Performance and reliability of a network.
Ans:
Performance:
It can be measured in many ways including Transit & Response Time. The performance depends on the following factors;
-
Number of USERS
-
The large number of concurrent users slow network.
-
Design of network.
-
Peak load periods.
-
Network Criteria.
-
Type of Transmission Medium.
-
Medium defines speed at which data can travel.
-
Fiber Optic Cable.
-
100Mbps and 10 Mbps.
-
Hardware.
-
Software.
-
Hardware
-
Effect speed and the capacity of transmission.
-
Fast computer with large storage capacity.
-
Software
-
Network Criteria.
-
Software
-
Software process data at sender, receiver and intermediate nodes.
-
All communication steps need software.
-
Moving message from node to node.
-
Transforming.
-
Processing at the sender and receiver.
-
Error free delivery.
Reliability:
The reliability depends on the following factors;
-
Frequency of failure.
-
Recovery Time of a network after failure.
-
Catastrophe
-
Fire, Earthquake or Theft.
-
Spatially shared and time shared in multipoint line configuration.
Ans
-
Spatially Shared MultipointLineConfiguration:
If several devices can share the link simultaneously, it is called Spatially Shared Line Configuration.
-
Time Shared Multipoint Line Configuration:
If users must take turns using the link, it is called Time or Temporal Shared Line Configuration
Circuit switch and packet switch network.
Circuit Switch Network:
A dedicated communication path is established between two stations through the nodes of the network. This path stays up for the duration of the communication.
Example: Telephone Network.
-
Packet Switch Network:
-
No capacity is dedicated along a path through the network.
-
Data is sent out in small chunks called “Packets”.
-
Each path is passed from node to node.
-
At each node, entire packet is received, stored briefly and then transmitted to the next node.
Example:Computer to Computer Communication.