How data flow from source to destination, Explain each step
from layer to layer?
Answer Posted / nagaraju r
This is how data flow from Source to destination
Let us assume we are trying to send one attachment mail. we
login web email client using web browser where application
layer comes into picture. at the moment when we attach one
doc file of 512 kb presentation layer comes into picture
where presentation layer compress doc format to 300 kb and
hand over to transport layer where transport layer divides
300 kb of data in to segments and add sequence number to
each segments (this will help destination transport layer
to arrange in proper order) then Network layer ensapsulates
it in to IP packets/Datagram and route ip packets to
destination address, once destination router receives ip
packet it will decapsulates ip packet in to frame and
handover frame to data link layer where data link layer
carry the frames in to bits hand over to physical layer.
Physcial layer to Application layer.....this process
continues.....until communication ends.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Write a short note on ISDN?
Explain Difference between congestion control and QoS(or Quality of service)
Explain network layer in ATM,
Explain 1-persistent, p-persistent and 0-persistent CSMA giving strong and weak points of each.
List out the main responsibilities of the network layer.
What is tdm?
Can you name all the physical layers in networking?
If the transmitted code word is 10011000 and the received code word is 11001001. What is the error word ? Write transmitted code word , received code word and error word as polynomials.
Why do data link layer protocols position the checksum in the trailer and not in the header ?
What are the advantages of cell switching that is used in ATM?
Explain the following ARQ techniques in detail 1. Stop and wait ARQ 2. Selective repeat ARQ
Explain Network Topologies and their uses.
what are the major componets of client server application?
I need to know the driver name associated with the DSN ? In java we can get it by using getDriverName()(implemented by 3rd party vendors.) method ? but i need the implemetation to get the driver name? so can u give me the code ? how to get the code ?
What are the two reasons for using layered protocols?