Tuesday, January 02, 2007

Secure Web services*

Tuesday, January 02, 2007 3:06:46 AM (GMT Standard Time, UTC+00:00)

Interesting article: Secure Web services

"Security is important for any distributed computing environment. But, security is becoming even more important for Web services due to the following reasons:

  1. The boundary of interaction between communicating partners is expected to expand from intranets to the Internet. For example, businesses increasingly expect to perform some transactions over the Internet with their trading partners using Web services. Obviously, from a security perspective, Internet communication is much less protected than intranet communication.
  2. Communicating partners are more likely to interact with each other without establishing a business or human relationship first. This means that all security requirements such as authentication, access control, nonrepudiation, data integrity, and privacy must be addressed by the underlying security technology.
  3. More and more interactions are expected to occur from programs to programs rather than from humans to programs. Therefore, the interaction between communicating partners using Web services is anticipated to be more dynamic and instantaneous.
  4. Finally, as more and more business functions are exposed as Web services, the sheer number of participants in a Web services environment will be larger than what we have seen in other environments.

Currently, the most common security scheme available for today's Web services is SSL (Secure Socket Layer), which is typically used with HTTP. Despite its popularity, SSL has some limitations when it comes to Web services. Thus, various XML-based security initiatives are in the works to address Web services' unique needs. This article examines those schemes. " By Sang Shin, JavaWorld.com, 03/18/03 [Full article]

Related posts:
Learning LaTeX and Eclipse
The Business Value of SOA
Students 'should use Wikipedia' ..?
Note to self.. and other phd students..
Bearly been two weeks.. and I'm already on the ropes
Elements of a research proposal and report

Comments are closed.