nerdexam
IBM

C9510-418 · Question #100

Which two methods are used for communicating session linkages between the client and the server? (Choose two.)

The correct answer is C. Rest Services E. HTTP Response codes. Representational State Transfer (REST) is a lightweight framework for designing applications that use HTTP to make calls. REST uses HTTP to perform the Create, Read, Update, and Delete (CRUD) operations between client and server. Applications interact with the services by using…

Administration and Configuration

Question

Which two methods are used for communicating session linkages between the client and the server? (Choose two.)

Options

  • ACookies
  • BLTPA Token
  • CRest Services
  • DURL Rewriting
  • EHTTP Response codes

How the community answered

(19 responses)
  • B
    5% (1)
  • C
    84% (16)
  • D
    11% (2)

Explanation

Representational State Transfer (REST) is a lightweight framework for designing applications that use HTTP to make calls. REST uses HTTP to perform the Create, Read, Update, and Delete (CRUD) operations between client and server. Applications interact with the services by using HTTP, POST, PUT, GET, and DELETE operations.

Topics

#session management#cookies#URL rewriting#HTTP sessions

Community Discussion

No community discussion yet for this question.

Full C9510-418 Practice