InterviewSolution
| 1. |
What is meant by Protocol? What protocols are used on the internet? Explain.OrWhat is the Protocol? Why is it needed in networks? Explain.OrWrite in brief Protocol. |
|
Answer» Protocol: Protocol is a software, i.e., set of rules which are used to establish communication between several computers. It defines the exact order in which two machines exchange data with one another. Protocols are technical customs or guidelines that govern the exchange of signal transmission and reception between equipment. Each protocol specifies the exact order in which signals will be transferred. Both Hardware and software are designed to handle specific protocols. Functions of Protocol: There are the following functions of protocol:
Examples: 1. TCP/IP (Transmission Control Protocol/Internet Protocol): TCP breaks up the data to be sent into packets. It guarantees that any data sent to the destination computer reaches it. IP is a set of conventions used to send packets from one host to another. It is responsible for routing the packets to a desired destination IP address. 2. X.12: This protocol is used to establish a connection between companies to exchange important papers. 3. X. 25: This protocol establishes the interface for common data network. 4. HTTP: HyperText Transfer Protocol works on the internet to send or receive files from different locations. |
|