IBS implements new generation cargo terminal operations system for EmiratesWritten by Pradeep P. Suthan
Continued from page 1
A multi-million dollar project with over 120 person years of effort, Chameleon's success could only be achieved through a spirit of co-operation and outstanding team work between ourselves and IBS. They created product to our specifications and worked with us in implementing system for two business units resulting in very smooth transitions for them. As project owner I could not have asked for more," added Akshay Shrivastava - Manager-Information Services, Cargo and Logistics, Emirates Group IT. Special features enable data communication using mobile computers and handheld devices to improve flow control and piece-level tracking, and hence reduce operational errors. The system is expected to improve productivity and service levels by automating workflow, enabling paperless internal processes, and monitoring processes and performance. It also provides customers, suppliers and other partners direct control over logistics, processes and costs, while offering an advanced tool that boosts productivity and profitability - all of which will help Emirates to quickly boost its cargo revenue. IBS recently partnered with Cendant Travel Distribution Services (TDS), a division of Cendant Corp. for marketing of IBS's new generation Passenger Services System that has been designed to replace legacy technologies. About IBS Software Services IBS Software Services is a world-class provider of software solutions to global travel, transportation and logistics industry. IBS has business operations in USA, Europe, Middle East and Asia Pacific, and Group companies operate out of USA (Atlanta), Europe (London), Middle East (Dubai), Asia Pacific (Sydney) and India (Trivandrum). IBS has a large offshore software production and competence development centre situated in India, which is SEI CMM Level-5 assessed, and ISO 9001:2000 and TickIT certified. The global clientele of IBS includes major corporations like British Airports Authority, Air Canada, Emirates, Dubai Airport, Swiss, Qantas, SITA, EDS, Shell, GulfShare, and Qatar Airways. More information about IBS can be found on web at http://www.ibsplc.com. Media Contact: Pradeep P. Suthan Head-Corporate Communications Tel: +91-471-2700080 Email:pradeeps@ibsplc.com

Head-Corporate Communications IBS Software Services (P) Ltd. NILA, Technopark Campus, Trivandrum 695 581, INDIA. Tel: +91 471 2700080 Fax: +91 471 2700078
| | Access Control List in .NET Framework Written by Balaji
Continued from page 1
To restrict access to users for certain resources of an application, a process of identifying users becomes a necessity. Authentication enables to restrict a user to access resources by certain ways. It could be a combination of a username and password, a digital certificate, a smart card or a fingerprint reader. The validity of information provided by user helps identify user, so that user is provided access to requested resources. The process of successful identification of user implies that user is authenticated. After identification of user is over, next step is to determine whether authenticated user has access to resources. The process of determining access to resources for a particular user is known as Authorization. In Windows based systems, resources have an Access Control List, which provides a list of users who have access to that resource. The list also specifies kind of access such as read, write, modify, and delete resource, for each user. For example, if a user requests an ASP page, operating system checks whether user has Read access to page and if user has read permission, then operating system allows IIS to fetch page. The IIS has authorization settings which enable IIS to control access of resources by users. File Access Control Lists are set for a given file or directory using Security tab in Explorer property page. To access online version of above article, go to http://www.dotnet-guide.com/accesscontrol.html

Visit http://www.dotnet-guide.com for a complete introduction to .NET framework. Learn about ASP.NET, VB.NET, C# and other related technologies.
|