Networking Interview Question and Answers
59. | What are the protocols in transport layer ? |
---|---|
|
60. | Define TCP ? |
---|---|
It is connection oriented protocol.It consist byte streams oeiginating on one machine to be delivered without error on any other machine in the network.while transmitting it fragments the stream to discrete messages and passes to interner layer.At the destination it reassembles the messages into output stream. |
61. | What is URL ? |
---|---|
It is a standard for specifying any kind of information on the World Wide Web. |
62. | Define UDP ? |
---|---|
It is unreliable connectionless protocol.It is used for one-shot,client-server type,request reply queries and applications in which prompt delivery is required than accuracy. |