KRISHNENDU MUKHERJEE wrote:
RAVI TCP IS USED BY WEBSERVICES FOR COMMUNICATION PURPOSES.WE CAN USE TCP(TRANSMISSION CONTROL PROTOCOL)OR UDP(USER DATAGRAM PROTOCOL).
Actually no. It can operate on any protocol that can send text over a pipeline. http, ftp, and a few others.
KRISHNENDU MUKHERJEE wrote:
1.Application layer:through which you are interacting while surfing.
This is used to dissembling packets, not the web
KRISHNENDU MUKHERJEE wrote:
2.Presentation Layer:it is required for data encryption,data compression,data representation in excel,doc etc format.
This is what you see on an application or the web.
KRISHNENDU MUKHERJEE wrote:
TCP-header.Here we need TCP protocol.
And actually TCP is only need if you have to have an acknowledment of the transmission. For instance, online video games dont need to waste extra resource seeing that you get data every second. So they send UDP packets, which are one way. Hope this clears some misconceptions 1 line of code equals many bugs. So don't write any!!