IBS implements new generation cargo terminal operations system for EmiratesWritten by Pradeep P. Suthan
IBS implements new generation cargo terminal operations system for Emirates Largest IT system implementationTrivandrum - September 13, 2004 - IBS Software Services (IBS) has developed and successfully implemented Chameleon, a sophisticated new-generation, cargo terminal operations system for Emirates Group. IBS has designed Chameleon to handle end-to-end management and monitoring of cargo consignments, from time a consignment is delivered to airline till its delivery at destination airport. IBS has delivered arguably one of largest and most complex systems using new generation technologies for airline cargo industry. Chameleon enables a ground handler to manage all cargo terminal operations from reserving an air waybill to manifesting shipment on a flight on export/air side and to receive cargo from airline and deliver shipment to consignee on import/land side. Chameleon also supports radio communications through hand held terminals and improves productivity and service levels by defining flexible workflows and monitoring performance of different business processes. Thus, Emirates SkyCargo and Dnata Cargo are currently operating with most advanced Cargo Ground Handling and Warehouse Management IT system in aviation industry today, providing Emirates with tools that are needed to achieve its goals of efficiency, profitability and service quality. Mr. V K Mathews, IBS Chairman and Managing Director said, "Emirates had a very aggressive time schedule for completion, and we are quite delighted that we were able to cut over two large terminal operators from existing systems to new system with minimal interruptions to their operations. The success of both system development and implementation is a demonstration of our commitment, competence and determination to succeed even under most challenging circumstances". "Chameleon is one of largest IT system implementations which Emirates Group has undertaken in recent times, and project is strategically important for Group. Understandably, Chameleon was a big challenge, and I truly appreciate and thank IBS for their professionalism, competence and commitment in making Chameleon a great success", added Mr. Joshua Koshy, Senior VP-IT, Emirates Group.
| | Access Control List in .NET Framework Written by Balaji
Access Control List in .NET Framework Once you complete developing a web application, you need to secure it. This is when aspect of security comes into picture. There will be some portions of your application which need to be secured from users. Securing an application may need extra hardware to build complex multi-layer systems with firewalls, and also some highly secure features. Security enables you to provide access to a specified user after user is authenticated and authorized to access resources in your web application. The Access Control List is used in authorization process. The basic concepts of security are Authentication, Authorization, Impersonation and Data or functional security. Authentication is process that enables to identify a user, so that only that user is provided access to resources. Authorization is process that enables to determine whether a particular user can be given access to resources that user requests. Impersonation is process that provides access to resources requested by a user under a different identity. Data or functional security is process of securing a system physically, updating operating system and using robust software. Some elements of an operating system, Internet Information Server (IIS), and .NET Framework work in coordination to provide features required to execute security concepts mentioned above. For example, Windows 2000 uses its own list of user accounts for identifying and authenticating users. IIS identifies users based on information provided by Windows, when users access a web site. IIS after identification of users, passes this information to ASP.NET. Then user information is checked for authorization.
|