To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

In intelligent networks (IN) and cellular networks, service layer is a conceptual layer within a network service provider architecture. It aims at providing middleware that serves third-party value-added services and applications at a higher application layer. The service layer provides capability servers owned by a telecommunication network service provider, accessed through open and secure Application Programming Interfaces (APIs) by application layer servers owned by third-party content providers. The service layer also provides an interface to core networks at a lower resource layer.[1] The lower layers may also be named control layer and transport layer (the transport layer is also referred to as the access layer in some architectures).[citation needed]

The concept of service layer is used in contexts such as Intelligent networks (IN), WAP, 3G and IP Multimedia Subsystem (IMS). It is defined in the 3GPP Open Services Architecture (OSA) model, which reused the idea of the Parlay API for third-party servers.

In software design, for example Service-oriented architecture, the concept of service layer has a different meaning.

YouTube Encyclopedic

  • 1/3
    Views:
    390 085
    96 968
    108 222
  • OSI Model (OSI Reference Model) : The 7 Layers Explained
  • Lecture - 24 ATM : Asynchronous Transfer Mode
  • OSI Model in Networking | OSI model layers and their function (L1)

Transcription

This is Ram here from EngineeringMentor.com In this video, we will discuss the OSI Reference Model. We'll first try to understand what is the OSI model and then discuss the 7 layers of the model. so let's start. As we discussed in our previous video, the main idea with computer networks is communication between different systems. The purpose of communication can be Information sharing. Suppose we have two systems A and B which want to communicate with each other. Let us say these two systems are connected to each other through a computer network. The distance between A and B may only be a few metres or they might be across different continents. If A wants to send some data to B, then the data has to travel through the network to reach B. During this transfer, the data will have to navigate through many intermediate nodes. To ensure that the data reaches from source machine A to destination machine B Securely and correctly we need to have some rules which guide the communication between A and B. These rules are called as Protocols. Thus for every communication, we need to have some protocols which guide the communication These protocols are grouped together and called as a Communication Model. The OSI Reference model is one such Communication Model OSI stands for "Open Systems Interconnection" which means that every system participating in this model is open for communication with other systems. This model was first defined by an organization called as ISO The ISO is a standards organisation which works on standardisation of protocols The OSI reference model defines the functionality of network communication The OSI model divides the communication into "7 layers" Let us now look at each of these layers in detail This is how the OSI model looks like At first glance, you might feel this is complicated and hard to remember But hold on to that thought. The OSI model is very easy to remember All you have to do is remember these 7 layers. In our previous example we said that system A wants to communicate with B over the network This model depicts the same process These are the end systems A and B connected by a network The intermediate nodes implement only the bottom 3 layers of communication since their task is to just pass on the data along the navigation path The top 4 layers are implemented only by end systems, but bottom three are implemented by all nodes in the path. Every layer has some protocols using which it communicates with corresponding layer in the other system So these dotted lines indicate "Protocols" We call these as Application layer protocols, presentation layer protocols, session layer protocols and so on Every layer also communicates with the layer above and below it We say that the every layer provides some "Service" to the layer above it So Protocols work between same layers of different machines, where as Services work with different layers within same machine We will discuss about "Services and Protocols" in detail in a different video Now let us see what each of these layers do At the top is the Application Layer This is the layer at which users communicate with the systems This layer provides some protocols using which applications can communicate with each other and example of Application layer protocols is the FTP protocol Next is the presentation layer This layer is concerned with the format of data exchanged between the end systems For example, if the integer format in system A is 32 bits long and in system B is 64 bits long then appropriate conversions have to de done This is done by presentation layer Session layer allows users on different machines to create sessions between If an application creates different transport streams session layer can bind all these different streams belonging to same application For example, if you are doing a video chat then session layer combines the audio stream with the video stream Transport layer recieves the data from session layer and divides it into smaller units called as "Messages" These messages are passed on to network layer On the recieving end, it makes sure these messages are accepted and arranged in correct order The messages merged and passed on upper layers Network layer breaks a message into "Packets" and transmits them across the network It is responsibility of the network layer to make sure the packets reach the correct destination This feature is called as Routing This is implemented on every node in the network A Node here can be computers, switches, routers etc The data link layer is concerned with transmission of error free data It breaks the packets into smaller units called as Frames These frames are passed on to physical layer for transmission On receiving end it collects raw bytes from physical layer and aggregates it into frames Data Encoding, Framing, Error Detection and Correction techniques are all applied here The bottom layer is the physical layer which is concerned with transmission of raw bits over the communication link So this how the OSI Reference Model works There is another reference model called as the TCP/IP Reference Model which we can discuss in another tutorial So now lets do a quick recap Application Layer is where the users interact with applications to provide data Presentation Layer is concerned with the format of data exchanged between the end systems Session Layer allows users on different machines to create sessions between them Transport Layer is concerned with end to end communication of messages Network Layer is concerned with routing of packets to correct destination Data Link Layer is concerned with transmission of error free data in the form of Frames Physical Layer is concerned about transmission of raw bits over the communication link

Service layer in IMS

The service layer of an IMS architecture provides multimedia services to the overall IMS network. This layer contains network elements which connect to the Serving-CSCF (Call Session Control Function) using the IP multimedia Subsystem Service Control Interface (ISC).[2] The ISC interface uses the SIP signalling protocol.

Elements of the IMS service layer

The network elements contained within the service layer are generically referred to as 'service platforms' however the 3GPP specification (3GPP TS 23.228 V8.7.0) defines several types of service platforms:

  • SIP Application Server
  • OSA Service Capability Server
  • IM-SSF

SIP Application Server

The SIP Application Server (AS) performs the same function as a Telephony Application Server in a pre-IMS network, however it is specifically tailored to support the SIP signalling protocol for use in an IMS network.

OSA Service Capability Server

An OSA Service Capability Server acts as a secure gateway between the IMS network and an application which runs upon the Open Services Architecture (this is typically a SIP to Parlay gateway)

IM-SSF

The IM-SSF (IP Multimedia Service Switching Function) acts as a gateway between the IMS network and application servers using other telecommunication signalling standards such as INAP and CAMEL.

Service layer in SOA

In service-oriented architecture (SOA), the service layer is the third layer in a five-abstraction-layer model. The model consists of Object layer, Component layer, Service layer, Process layer and Enterprise layer.[3] The service layer can be considered as a bridge between the higher and lower layers, and is characterized by a number of services that are carrying out individual business functions.

See also

References

  1. ^ Kristofer Kimbler, Service Interaction in Next Generation Networks: Challenges and Opportunities. Feature Interactions in Telecommunications and Software Systems. Papers from the sixths International Workshop on Feature Interactions in Telecommunications and Software Systems May 2000. Edition: illustrated. Published by: IOS Press, 2000. ISBN 1-58603-065-5 ISBN 978-1-58603-065-0.
  2. ^ http://www.3gpp.org/ftp/Specs/html-info/23228.htm
  3. ^ Service-oriented Architecture Compass: Business Value, Planning, and Enterprise Roadmap. Author: Norbert Bieberstein, Sanjay Bose, Marc Fiammante, Keith Jones, Rawn Shah. Edition: illustrated. Published by: FT Press, 2005. ISBN 0-13-187002-5 ISBN 978-0-13-187002-4
This page was last edited on 27 September 2022, at 02:27
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.