.

Thursday, April 4, 2019

Features of Java Operating System

boasts of coffee bean direct frameIntroductionWhen maiden coffee tree display board details were issued, the identity poster chips where 8 bits with a few hundred of bytes of RAM and a few kilo bytes of EEPROM. These sever constraints led the chocolate card forum and lie to issue a had lots of limitations comp bed to standard burnt umber.This specification does not specify and operating(a) carcass just an execution environs that most player in the orthogonal card industry is able to implement on cash in ones chips of his bear proprietary operating dust. The silicon market evolution seems to indicate that next propagation products give be based on much more powerful machines (32bits, 64bits, RISC, cache ar becoming earthy in chip category) the smart card industry, through the java card forum, has clearly indentified this evolution and has started initiatives kindred the java card 3.0 details go that aim to define upcoming version of java card fit nest era of hardwargon with this hardware evolution, java has also evolved a lot. It is more curb to the desktop milieu and is now present in both the server market with J2EE and in the introduce system market with J2ME.This evolution brought interesting cause to the java platform process for running foresighted lived finishing are popular on the server side and less java sub sterilize applicable to categories of devices has been delimit with J2ME configuration.The purpose of this assignment is to use up overview of what brook be considered now as the less java singularity that can be coordinated to modern smart card hardware and how these features that can be integrated to modern smart card hardware and how these features can be turned into a card operating system that cope with the smart card industry particular constraint exchangeable big production, personalization extend government issue. The reason for targeting an operating system instead of an additional software layer li ke its done in the computer world with standard JDK is to use java as the unique hardware abstraction for applications without medium levels to reduce the workload and increase the efficiency.Features of chocolate in operation(p) SystemThe java platform defined in different techniques the java VM ( practical(prenominal) mould) specification and the java language specification. In the context of operating system these techniques are only relevant at the running environment level. The selection of the java Operating System features is point by the chassisical needs of OS. The coding, linking, running engine and retention perplexity for the performance.Class charge of coffee beanThe class file is Java define in the JVM (Java Virtual Machine) specification as delivery coiffe for the commandment of classed to load into a Java VM. This format is considered to be verbose and not compact, but it has whatsoever other properties that provide a maximum flexibility both for the deve lopment and for the code application update. separate formats such as the Java card 2.x Cap file or the JEFF file format are focusing on reducing file size using the command and techniques like linking information remotion or file social organization re physical composition. These techniques curb good result in size decrease but induce deployment constraints depending on the degree of size reduction for example a Cap file can be ten percent size of the equivalent set of class files, but it requires an off card conversion step for the developer and to maintain off card a database of linking information to perform card pre linking which is atrocious work for deployment and card management.We argue that on card class file processing that provides the same reduction ration as the JEFF conversion fifty percent reduction. The process explaining more detail in presage below.Since the load link operation occurs only once in the life times on the class, we return that the development benefits brought by loading standard class files are worth the travail of loading the class file in its entirety and applying an on board conversion process that enable to store in card memory a structure equivalent to fifty percent of the original class file size.One of the main industrial profits of choosing the class file and defining you own conversion process is that it gives freedom for differentiation most of the card manufacture can choose an internal format adapted to his own particular constraints.Engine Multithreaded Executionthe java platform has native support for multithreaded and synchronization and even out in the lowest configuration defined for the embedded system market like CLDC, this help to keep the one may think that for embedded and resource constrained devices theSupport for the multithreading may be also heavy to be reasonable, well there are lots of reason to have multithreading support in the core of very small java operating system. The core reason i s that it enables to spare power application framework on top of the Operating System, in java without needing complex native modifications of the Operating System and its happen when the SIM Toolkit application model has been explained in java card. There are also lots of innocent reasons to use threads that are briefly described in the literature.In limited devices like smart tease, memory such as the Virtual Machine implements must be carefully choose an in force(p) and resource helping implementation of the multithreading support. The existence of java application only on the top of java operating system collaborating with native code and not with native application like in a desktop computer seems to support a green thread like implementation rather than a native thread implementation.Java Memory ManagementOne of the interesting feature of Java Virtual Machine (JVM) is the automatically garbage collected heap that is used to allocate java quarrys when they are gaind, all ow the burden of moving, compacting, freeing the memory to the system instead of the developer.This interesting feature was lacking in the java card specification and give the developer of complex applications to developer their own memory management routines within the application code, which is indite in java, this disadvantage of java card to behave as an Operating System. The programs shouldnt handle such huffy task. There are several types of garbage collectors but the ones that seem the more appropriate to smart card like environments are generational collector. This type of collector are well adapted to server like long lived application which is typically the case of smart card program.Actually the memory manage for the objective instances is separate from the memory management of system data like description, threads, code, classes, objects. This normally leading toward the complexity, bigger trace of the memory management and static segmentation of the memory. We are ex perimenting an choice to such a split organization that is to use unified object oriented memory management and static segmentation of the memory. We are experimenting an alternative to such a split organization that is to use a unified object oriented memory manager that both types of programs and system objects, in this case most of the things in the system is an object including java objects instances, loaded, code, classes and every object in the system is subject to garbage collection.This memory management leads to easy management code which is then hopefully smaller and more robust.Different Application ModelsMost of the earlier feature of the Java Virtual Machine (JVM) describe above have common objective put in the Operating System the functionality that will make smaller and more efficient application. One great dexterity of java that was lost in java card and that we think must be reconsidered for next generation smart card Operating System is to be application model ind ependent. The Java Virtual Machine (JVM) doesnt clarify a particular application model, but gives all the core features that are necessary to skeleton various successful frameworks such as applets, serves or RMI Objects.ConfigurationsThe smart card program and system designers and developers have considerations that are very similar to the people working in the mass production embedded system devices market. How to debugging fast/safely the Operating System and the programs, how to build quickly a product configuration, and how to decline and Operating System in product range to leverage the investment. There is more, the smart card industry has his own particularities like for instance the need for personalization of every issued card with the holder information.Development IssuesThe use of java is in itself the beginning of a solution for some of these problems, because of the wide range of products freely or commercially in stock(predicate) to help designers and developers. But the high safety exigency on smart card products implies that maximum effort must be made on all tools that would allow the developers to operate in an environment as close as possible to the actual device. Debugging the code while it runs.IssuesProduct issue and other tools are help in the production and personalize phase of the cards. The ROM intervenes at the production step, to generate the code to mask into the chips ROM. It is complemented by the memory serialize which is used to build memory images saves in files. It will be sent to the card at initialization and personalize time to build the right memory structure that will put the card in the right state. Such tools are usually difficult to write and to maintain, but these tasks can be greatly simplified using the introspection capabilities provided by the unified object oriented memory management introduce above.Integrated Operating SystemA solution to smear the cost of these tools is to build an operating system that in cludes them from the beginning, in a configurable manner, and that can be declined from the same set of sources in different magnetic variations adapted to the targeted device. Such a configurable Operating System is illustrated in the following figure.Feature CategoriesDeveloper edition of the Operating System would include any developer features like an embedded debugging interface based on the JPDA standard, a shell based console to administer the Operating System load remove classes, create threads. Such a complete edition would of course run on computer and on emulator only not on real cards. Another declination would be the post issuance enabled edition that would be the high end embeddable version of the Operating System, targeted for high end cards with post issuance facilities with a loader linker. On the other eternity would be the minimal edition, targeted for low end cards, without any post issuance capabilities, that would have a much smaller footprint.ConclusionIn th is assignment we have highlighted some features of an embedded java Operating System suitable for next generation smart cards considered as java micro server platforms. Three important java Operating System sign have been explained class file format acquisition, multithreaded support and unified memory management. Their implementation has been shown feasible and their tradition and advantages has been explained in the context of configurable card platform architecture. Thanks to tools such shell console, debugger, ROMizer and Serialzier, the migration path from a enough platform configuration up to a customized platform configuration has been explained.The overall advantages of this embedded java Operating System architecture is its adaptability for being used, on one hand as full fledge java environment to quickly develop and test programs and on the another hand as an engineering environment for mass production of optimized embedded code hosted by limited devices. Though origin ally developed in the context smart cards, such architecture could be suitable in any embedded system device in which the java development platform can different from the final Java deployment platform.References1 The Java Card Virtual Machine specification 2.1.1. fair weather Microsystemshttp//java.sun.com/products/javacard/2 Java 2 Micro Edition, Sun Microsystemshttp//java.sun.com/j2me/3 Java Virtual Machine Specification,Tim Lindholm, Frank Yellin. Sun Microsystems.http//java.sun.com/docs/books/vmspec/index.html4 Java Language Specification,James Gosling, Bill Joy, Guy Steele, Gilad Bracha. Sun Microsystems.http//java.sun.com/docs/books/jls/index.html5 The JEFF File Format, J-Consortiumhttp//www.j-consortium.org/jeffwg/index.shtml5 J2ME Connected Limited Device Configurationhttp//java.sun.com/products/cldc/6 Sim API for Java Card, ETSI TS 143 019 V5.2.0 (2002-03)http//www.etsi.org7 Concurrent Programming in Java. D. Lea. Sun Microsystems, 1999.ISBN 0-201-31009-0, Addison-Wesley8 Java Platform Debugger Architecture, Sun Microsystems,http//java.sun.com/j2se/1.3/docs/guide/jpda/index.htmlMaster of Science BITEInnovative Technology 1

No comments:

Post a Comment