When using a GPRS connection from a mobile device, how do the different OSI layers map into the components on the device/mobile network ?
Asked
Active
Viewed 765 times
1 Answers
1
OSI Layers
- Application Layer
- Presentation Layer
- Session Layer
- Transport Layer
- Network Layer
- Data Link Layer
- Physical Layer
Realisation in GSM
- Application Layer
- Presentation Layer
- Session Layer
- Transport Layer
Layer 5 involved in below activities
5.1 Call Control
5.2 Mobility Management
5.3 Radio Resource Management
This layer is responsible for the management of an established connection and of the associated activities in the radio network
Layer 6 - Entity responsible for the secure transmission of data messages between the mobile and the base station.
6.1 Segmentation / Concatenation
6.2 Acknowledgement
Layer 7 - Physical Characteristics of Medium of transmission
7.1 Forward Error Correction
7.2 Channel Encoding
7.3 Modulation

Prem
- 4,823
- 4
- 31
- 63
-
1The layer numbers you have listed are reversed. Layer-1 is the physical layer, while layer-7 is the application layer. This is important to get right because when someone starts talking about layer-1, you will be referencing the wrong layer. – Ron Maupin Sep 15 '15 at 18:50
-
@RonMaupin, Thanks Ron. I agree. – Prem Sep 15 '15 at 20:13