What is the process of OSI Model, when two computer communicate with each other?

Showing Answers 1 - 3 of 3 Answers

akaliappa

  • Feb 1st, 2010
 

OSI model could be big. I will explain it in TCP/IP model, which is used in modern computers

The TCP/IP model has the following Layers.

Application
Transport
Network
Data Link
Physical

Application:
When 2 PCs want to communicate they often use an application to communicate. Applications are user interfacing and is in a format understandable by the user.
The application layer provides a user with various application services, which a user decides upon the communication. Lets just say PC A wants to send a word document to PC B. Word is an application that a user users at the application layer

Transport:
This layer multiplexes data. The need for multiplexing, is that there could be many services that would want to communicate with different destinations. This layer in the TCP/IP model, uniquely identifies to the recieving device what application layer program the data sent is destined to.
Along with this this layer also provides a user with different reliabilty modes depending upon the protocol used

Network:
This layer is responsible for logical addressing to identify the network where the reciveing station is

Data link:
This layer is where the data gets another tag with the physical address of the device, to identify exactly what PC the data is destined to in the network identified by the network layer. The physcial address often depends upon the technolgy that you are using (ethernet, token ring, frame relay, PPP etc).
Also the data gets split in to series of bits of 0s and 1s and sent to the lower layer

Physical:
This is the layer where the data in form of bits recieved from the data link layer gets transmitted in form of electrical signals to the destination

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions