Answer:- There are six methods
REGISTER,INVITE,OPTIONS,CANCEL,ACK,BYE.
2)What are the basic headers of Methods?
Answer: The basic headers are
To, FROM,VIA, MAX-FORWARD,CALL-ID,CSeq( these are mandatory headers)
3) Is it necessary that the value of TO and FROM header of REGISTER request is same?
Answer: Generally it is same but it can be different if the rquest is third party registration.
4)What are the way to put call on hold?
Answer: There are three methods:
- make ip address 0.0 in media information
- make media attribute a= send only
or a=inactive.
- make the port value 0 in media information.
5) How many times INVITE Request can re-send if we not get response for 1st INVITE?
Answer: SIX Times.
6) What is transaction?
Answer: Transaction consists of single request and any responses to that request which include 0 or more provisional response and one or more final response.
7) What is branch ID parameter why it is used ?
Answer: Branch ID parameter in Via header field serves as transaction identifier and is used by proxies to detect loop.Branch ID always begins with "z9hG4bk".
8) what is dialog?
Answer: The peer-to-peer relation between two user is known as dialog. The combination of TO tag,FROM tag and CALL-ID define dialog.
9) What is B2B (Back-to-back )user agent?
Answer: It is a logical entity that receives a request and process it as a user agent server.It is also used for hiding the identity.
10) What is the methods used for presence service? and which header contain the status of user?
Answer: SUBSCRIBER and NOTIFY used for presence service and Event header contain the status of user.
11) what is call ID?
Answer:Call ID used to identifies the particuler invitation or all registration of a particular client.
12) what is session dialog and call leg?
Answer:Dialog is peer-to-peer SIP relationship between the two users that persist for some time.It consist of To tag,From tag and Call ID.
Call leg used from same in RFC 2543.
13) why Via header used?
Answer:Via header indicates the path taken by the request so far and indicates the path that should be followed routing response.
It contain the transport protocol used to send the the messages, the client host name or network address and port number at which it wishes to receive the response.
14) what is branch parameter ?
Answer:Branch parameter used to identifies the transaction and also used by proxies to detect the loop .
15) How and why CSeq is used ?
Answer:CSeq is used to uniquely identifies the transaction and differentiate b/w new request and request retransmission.
16) why tag is used?
Answer:tag is used to identify the dialog and it also helpful in fault to reset the system to recover the dialog
17) what is Expire header in request?
Answer: The Expire header field gives the relative time after which the message expire.
18) What is the response code when the Expire header value is less than the server support time?
Answer:The Server gives the error 423(Interval to Brief )
19) What is the response code when user reject the any INVITE request?
Answer: The response code is 486(Busy Here).
20)Which method is used for the SMS(messaging)in IMS.
Answer: MESSAGE Request is used.
21) What are difference between OPTION and UPDATE methods?
Answer: OPTIONS used to know the capabilities of the end points, UPDATE used to update the session.
22) INVITE and CANCEL is single transaction ?
Answer: No , they are different transaction , according to the RFC 2543 they are intermingled but in the new RFC ther are separated.
23) What are the difference between RFC 2543 and RFC 3261 ?
Answer: List of the difference :
a) BYE can be sent only for the existing call according to the RFC 3261 for terminate unanswered call send CANCEL, early (RFC 2543)it can sent any time.
b)CANCEL and INVITE are intermingled in RFC 2543 but it separated in RFC 3262.
c) Loop detection is made optional in RFC 3261.(loop detection procedure in RFC 2543 had a serious bug which would report "spiral" as an error.
d) Usages of tag is made mandatory .(they are optional in RFC 2543).
24) What id the error respond , when Register server reject the registraion for short Duration?
Answer: With the error code 423 and Min-expire header.
25) When we kept the call on HOLD , is there any communication path persist?
Answer: During the call hold "one way communication" path persist.
26 ) Can We used UPDATE message to hold the session?
Answer: No, We can,t use UPDATE to hold the session.
UPDATE allows a client to update parameters of a session (such as the set of media streams
and their codecs) but has no impact on the state of a dialog. In that sense, it is like a re-INVITE,
but unlike re-INVITE, it can be sent before the initial INVITE has been completed.
This makes it very useful for updating session parameters within early dialogs.