Popular
Latest Articles
- How to Secure your Cisco Router
- Creating CLI Views on a Cisco Router
- Configuring TACACS+ on a Cisco Router
- How to enable SDM on your router
- Build a Samba Server on Redhat / CentOS
- How to set the Time / Date and Timezone in CentOS
- How to install SSH on Solaris 10 x86
- ESX4 - How do I turn on/off a Virtual Machine from the command line ?
Instant Messaging
Thursday, 30 July 2009 16:52
Instant Messaging is a Global Communications Medium for Business and Consumers. 85% of organizations report that they use IM for business usage and there are a reported 400 million global IM users.
IM though does present a number of security issues. Unprotected IM is vulnerable to viruses and spam. In addition to this its ability to dynamically connect out over numerous ports (tcp 80/443 etc) to a number of various IM servers can make the process of blocking IM fairly difficult.
Within the IM landscape we group them within 3 groups:
- Consumer IM Services - MSN, Yahoo etc
- Enterprise IM Servers - Microsoft Communicator etc
- Hosted IM Providers - Communicator inc, Parlano ( mainly used in financial companies. Allows for organization to organization rather then person to person based IM)
How IM works
Normal IM typically routes through a “Cloud Server” which is hosted by the IM Provider (such as Yahoo, MSN). Messages are routed through the cloud and then relayed out to the receiving user.
Establishment
- User A will initiate the sign in process and establishment with the Cloud Server.
- After the connection has been established with the IM server user A logs in with their screename and password.
- User A connection information is also sent across such as (IP, port and status).
- Once received by the Cloud Server the Presence Phase will be initiated.
- User A submits a status request of the contacts within their buddy list.
- The Cloud Server will then query and update the Presence information.
Termination
- When user A goes offline or exits it will up send a message to the Cloud server indicating that they have terminated the session.
- The Cloud Server will update user A`s status to each person within user A`s contact list.
- After a period of time the server will delete the file containing user A`s session information.