Home » » Model of Operation

Model of Operation

Written By hnf on Monday 21 October 2013 | Monday, October 21, 2013

 Model of Operation

  Processes transmit data by calling on the TCP and passing buffers of  data as arguments.  The TCP packages the data from these buffers into  segments and calls on the internet module to transmit each segment to  the destination TCP.  The receiving TCP places the data from a segment  into the receiving user’s buffer and notifies the receiving user.  The  TCPs include control information in the segments which they use to  ensure reliable ordered data transmission.
  The model of internet communication is that there is an internet  protocol module associated with each TCP which provides an interface  to the local network.  This internet module packages TCP segments  inside internet datagrams and routes these datagrams to a destination  internet module or intermediate gateway.  To transmit the datagram  through the local network, it is embedded in a local network packet.

0 comments:

Post a Comment