Thursday, April 4, 2019
IVR Cloud Migration Project
IVR Cloud Migration ProjectINTRODUCTIONThe primary objective of the IVR Cloud Migration Project is to Lift and c tout ensemble forth their leading uses into the AWS Cloud Environment. The Lift and Shift of the IVR Applications argon recommended to choose automation the least amount of homophile interaction to build and deploy onto AWS Cloud. This document will give a step-by-step process to carry on out the task of automating the unveiling and master(prenominal)tenance of the natural coverings.REQUIREMENTSThe IVR Applications wait the spare-time activity resources to replicate and automate the on-premise environment onto AWS Cloud.In the Automation suffice, the requirement is to control minimal human interaction and have an automation pipeline from creating a build for the application to creating, deploying and configuring until a rillning application grammatical case is apparatus.The tools that argon required ar as followsAWS EC2 patterns clearSphere emancipation ProfileJenkins furrowCyberArk AuthenticationAnsible TowerAWS Cloud organic lawAWS compromising bear down hackamoresAWS S3 BucketELASTIC sum up CLOUD (EC2)Elastic Compute Cloud (EC2) is a virtual computing environment which provides substance abusers the platform to pass water applications and allowing them to scale their applications by providing Infrastructure as a Service.Key Concepts associated with an EC2 are Virtual computing environments are known as instances.Preconfigured scouts for your instances, known as virago Machine Images (AMIs), that package the bits you fate for your host (including the run system and additional software).Various courses of CPU, memory, retentivity, and networking capacity for your instances, known as instance types.Secure login information for your instances utilize key pairs (AWS stores the public key, and you store the private key in a secure place).Storage volumes for short data thats deleted when you stop or terminate your instanc e, known as instance store volumes.Persistent storage volumes for your data using Amazon Elastic Block Store (Amazon east by south), known as Amazon EBS volumes.Multiple physical locations for your resources, such as instances and Amazon EBS volumes, known as regions and Availability Z superstars.A firewall that enables you to position the protocols, behaviors, and source IP ranges that nookie reach your instances using credential assorts.Static IPv4 addresses for dynamic maculate computing, known as Elastic IP addresses.Metadata, known as tags, that you can create and assign to your Amazon EC2 resources.Virtual networks you can create that are logically isolated from the rest of the AWS Cloud, and that you can optionally join to your own network, known as Virtual Private Clouds (VPCs).WEBSPHERE LIBERTY PROFILEIBM WebSphere Application Server V8.5 acquaintance Profile is a composable, dynamic application server environment that supports development and testing of web applica tions.The Liberty profile is a simplified, lightweight development and application runtime environment that has the following characteristicsSimple to configure. anatomy is request from an XML file with text-editor friendly syntax.Dynamic and flexible. The run time consigns single what your application demand and recomposes the run time in response to configuration changes.Fast. The server starts in under 5 seconds with a elementary web application.Extensible. The Liberty profile provides support for user and product extensions, which can use placement programming Interfaces (SPIs) to extend the run time.JENKINSJenkins is a self- aimed, open source automation server which can be utilize to automate all sorts of tasks such as building, testing, and deploying software. Jenkins can be cut ined through native system packages, Docker, or even run standalone by any machine with the Java Runtime Environment installed.Jenkins Pipeline is a retinue of plugins which supports imple menting and integrating continual delivery pipelines into Jenkins. Pipeline provides an extensible square up of tools for modelinging simple-to-complex delivery pipelines as code.A Jenkinsfile which is a text file that contains the definition of a Jenkins Pipeline is checked into source control. This is the foundation of Pipeline-As-Code treating the continuous delivery pipeline a part of the application to be version and reviewed like any some other code.REQUIREMENTS The Requirements for Jenkins Server includes the followingThe sizing requirement for a Jenkins instance is that there is no one size fits all answer the exact specifications of the hardware that you will need will depend heavily on your organizations needs.Your Jenkins master runs on Java and requires to have the OpenJDK installed on the Instance with the JAVA_HOME path Set.Jenkins runs on a local anaesthetic webserver like Tomcat and requires it to be configured.RAM allotted for it can range from 200 MB for a sm all installation to 70+ GB for a single and massive Jenkins master. However, you should be able to bet the RAM required based on your be sick build needs.Each build node fellowship will take 2-3 threads, which equals about 2 MB or more of memory. You will similarly need to factor in CPU overhead for Jenkins if there are a lot of users who will be accessing the Jenkins user interface.The more automated the environment configuration is, the easier it is to replicate a configuration onto a juvenile agent machine. Tools for configuration management or a pre-baked image can be excellent solutions to this end. Containers and virtualization are also popular tools for creating generic agent environments.JENKINS FILE STRUCTURE Jenkins File Structure is a model to automate the non-human part of the whole software development process, with now common things like continuous integration, but by further empowering teams to implement the technical part of a Continuous Delivery.DirectoryDesc ription. jenkinsThe nonremittal Jenkins family directory.FingerprintsThis directory is employ by Jenkins to keep track of artifact fingerprints. We look at how to track artifacts later in the book.jobsThis directory contains configuration details about the build jobs that Jenkins manages, as well as the artifacts and data resulting from these builds.pluginsThis directory contains any plugins that you have installed. Plugins allow you to extend Jenkins by adding extra feature. Note Except the Jenkins core plugins (subversion, cvs, ssh-slaves, maven, and scid-ad), no plugins are stored with Jenkins executable, or expand web application directory.updatesThis is an internal directory used by Jenkins to store information about for sale plugin updates.userContentYou can use this directory to place your own custom content onto your Jenkins server. You can access files in this directory at http//myserver/userContent (stand-alone).usersIf you are using the native Jenkins user database, user storeys will be stored in this directory.warThis directory contains the expanded web application. When you start Jenkins as a stand-alone application, it will extract the web application into this directory.JENKINS setup Jenkins Setup is carried out on a managing server which has access to all your remote servers or nodes. The Process can be demonstrate with a few simple steps.Jenkins has native integrations with different Operating Systems. These are the Operating Systems that support Jenkins areSolaris 10UbuntuRed Hat DistributionsWindowsUNIX DaemonDockerJENKINS CONFIGURATION The Configuration file for Jenkins is used to make certain changes to the default configuration. The Priority configuration changes are searched by Jenkins in the following orderJenkins will be launched as a daemon on startup. See /etc/init.d/jenkins for more details.The jenkins user is created to run this service. If you change this to a different user via the config file, you must change the owner o f /var/log/jenkins, /var/lib/jenkins, and /var/cache/jenkins.Log file will be placed in /var/log/jenkins/jenkins.log. Check this file if you are troubleshooting Jenkins./etc/sysconfig/jenkins will capture configuration parameters for the launch.By default, Jenkins try on port 8080. Access this port with your browser to start configuration. Note that the built-in firewall may have to be opened to access this port from other computers.A Jenkins RPM repository is added in /etc/yum.repos.d/jenkins.repo ready A JENKINS PIPELINE The requirement for creating a pipeline is to have a repository with the Jenkins file which holds the firmness of the pipeline.STEP 1Select new Item from the Jenkins Dashboard.New Item on the Jenkins home pageboy src=https//aaimagestore.s3.amazonaws.com/july2017/0020514.008.pngSTEP 2 demean a Name for the Pipeline and Select Pipeline from the list of options. lose it OK.STEP 3Toggle Tabs to Customize the Pipeline to photograph Apply.STEP 4To Build the Job, C lick Build Now on the Dashboard to run the Pipeline.ANSIBLEAnsible Tower is the Automation tool used in this project and is a simple tool to manage quadruple nodes. Ansible is recommended to automate the deployment and configuration management of the System and its Applications.Ansible Automation can be setup on any machine as it does not require a daemon or database. It will begin with the assigned user to SSH into a host file. This allows the user to run the Ansible script to execute the single-valued functions which runs various tasks delimit.NOTE In scope of the IVR applications the ansible script executes multiple roles for the creation of EC2 Instances and the installation of WebSphere Applications. Each of these roles have their very own YAML script to create and populate the instance.REQUIREMENTS The Requirements for Ansible Server includes the followingAnsible Tower Setup requires to be on a Linux Instance (CentOS or RHEL),Linux setup for some elemental services includi ng Git, Python, OpenSSL.Some Additional RequirementJinja2 A modern, fast and easy to use stand-alone template engine for Python.PyYAML A YAML parser and emitter for the Python programming language.Paramiko A native Python SSHv2 channel library.Httplib2 A comprehensive HTTP client library.SSHPass A non-interactive SSH password authentication.ANSIBLE FILE STRUCTURE Ansible Playbook is a model of configuration or a process which contains count of plays. Each play is used to map a group of hosts to some well-defined roles which can be represented by ansible call tasks.Master Playbook The Master Playbook file contains the information of the rest of the Playbook.The Master Playbook for the project has been accustomed as Site.yml.This YAML script is used to define the roles to execute.NOTE The roles in the Master Playbook are invoked to fare their respective tasks.mode = /ivr/aws_env/playbooks/ivrSITE.YMLInventory Ansible contains information about the hosts and groups of hosts to be managed in the hosts file. This is also called an inventory file.Path = /ivr/aws_env/playbooks/ivr/inventory sort out Variables and Host Variables Similar to the hosts inventory file, you can also include hosts and groups of hosts configuration variables in a separate configuration pamphlet like group_vars and hosts_vars.These can include configuration parameters, whether on the application or operating system level, which may not be valid for all groups or hosts.This is where having multiple files can be useful inside group_vars or hosts_vars, you can create a group or host in more than one way, allowing you to define specific configuration parameters.Roles Roles in Ansible build on the idea of include files and combine them to form clean, reusable abstractions they allow you to focus more on the volumed picture and only define the details when needed. To correctly use roles with Ansible, you need to create a roles directory in your working Ansible directory, and then any nece ssary sub-directories.The Following displays the Playbook Structure for Ansible.ANSIBLE SETUP Ansible Setup is carried out on a managing server which has access to all your remote servers or nodes. The Process can be demonstrated with a few simple steps. tone I.Login as the Root User on the Instance where Ansible needs to be installed.Use the sudo apt-get install ansible -y command to install the package onto an Ubuntu/Debian System.Use the sudo yum install ansible -y command to install the package onto a CentOS/RHEL/Fedora System.Step II.The Ansible system can connect to any remote server using SSH by authenticating the request.NOTE Ansible can use ssh-keygen to create a RSA encrypted key and can retroflex it to the remote server to connect using SSH without authentication.Step III.Create an Inventory file which is used to work against multiple systems across the infrastructure at the same time. This is executed by taking portions of the systems linked in the Inventory file.The De fault path for the Inventory file is etc/ansible/hosts.NOTE This path can be changed by using -i which is a recommended option depending on the project requirement.There can be more than one inventory files which can be executed at the same time. The inventory file holds the group distinguishs which defines the group of servers that are maintained together.The inventory file needs to be populated with the host IP Addresses that are to be accessed.The inventory file is as followsPath = /ivr/aws_env/playbooks/ivr/inventoryhostsThe IVR in the brackets indicates group numbers. Group names are used to classify systems and determining which systems you are going to control at what quantify and for what reason.The group name can be used to interact with all the hosts onside different modules (-m) defined in ansible.Example ansible -m ping IVRANSIBLE CONFIGURATION The Configuration file for Ansible is used to make certain changes to the default configuration.The Priority configuratio n changes are searched by ansible in the following orderPath= /ivr/aws_env/playbooks/ivr/etc/ansible.cfg is the path setup for ansible configuration changes.CLOUD FORMATIONAWS CloudFormation is a service that helps you model and set up your Amazon Web Services resources so that you can spend less time managing those resources and more time focusing on your applications that run-in AWS.You create a template that describes all the AWS resources that you want (like Amazon EC2 instances or Amazon RDS DB instances), and AWS CloudFormation takes care of provisioning and configuring those resources for you.You dont need to individually create and configure AWS resources and figure out whats dependent on what AWS CloudFormation handles all of that.CloudFormation TemplateCloudFormation templates are created for the service or application architectures you want and have AWS CloudFormation use those templates for quick and accredited provisioning of the services or applications (called stacks ). You can also easily update or replicate the stacks as needed.Example Template STEPS TO LAUNCH A CLOUD FORMATION STACK Sign in to AWS Management Console and open the Cloud Formation console at http//console.aws.amazon.com/cloudformation/From the navigation bar recognise the region for the instance Click on the Create a New load up.Choose an Option from a Sample Template, Template to S3 and S3 Template URL Using a template to build an EC2 Instance Enter a Stack Name and Provide the Key Pair to SSH into the Instance.aAAdd Tags to the Instance, this also help organize your instance to group with application specific, team specific instances. criticism and Create Stack.CloudFormation Stack starts building the stack using the template.In Scope of this Project, IVR Application Instances are build using a Cloud Formation Template and will be triggered using Ansible Role.Simple Storage Service (S3)Elastic commitment Balancer (ELB)A load haltere serves as a single point of clash for c lients, which increases the availability of your application. You can add and remove instances from your load balancer as your needs change, without disrupting the overall turn tail of requests to your application. Elastic Load Balancing scales your load balancer as traffic to your application changes over time, and can scale to the clear majority of workloads automatically.You can configure wellness checks, which are used to monitor the health of the registered instances so that the load balancer can send requests only to the healthy instances. You can also unload the work of encryption and decryption to your load balancer so that your instances can focus on their main work.Setting Up an Elastic Load BalancerStep 1 Select a Load Balancer TypeElastic Load Balancing supports two types of load balancersApplication Load Balancers and classical Load Balancers.To create an Elastic Load Balancer, Open the Amazon EC2 console and choose Load Balancers on the navigation pane.Step 2 put tog ether Your Load Balancer and ListenerOn the Configure Load Balancer page, complete the following effect.To configure your load balancer and meeter1. For Name, type a name for your load balancer.The name of your Application Load Balancer must be unique within your set of Application Load Balancers for the region, can have a maximum of 32 characters, can contain only alphanumeric characters and hyphens, and must not begin or end with a hyphen.2. For Scheme, keep the default value, internet-facing.3. For IP address type, select ipv4 if your instances support IPv4 addresses or dual stack if they support IPv4 and IPv6 addresses.4. For Listeners, keep the default, which is a listener that accepts HTTP traffic on port 80.5. For Availability Zones, select the VPC that you used for your EC2 instances. For each of the two Availability Zones that contain your EC2 instances, select the Availability Zone and then select the public subnet for that Availability Zone.6. Choose bordering Configur e Security Settings.Step 3 Configure a Security Group for Your Load BalancerThe security group for your load balancer must allow it to communicate with registered channelizes on both the listener port and the health check port. The console can create security groups for your load balancer on your behalf, with rules that specify the correct protocols and ports.Note If you prefer, you can create and select your own security group instead. For more information, control Recommended Rules in the Application Load Balancer Guide.On the Configure Security Groups page, complete the following procedure to have Elastic Load Balancing create a security group for your load balancer on your behalf.Step 4 Configure Your Target GroupTo configure a security group for your load balancer1. Choose Create a new security group.2. Type a name and description for the security group, or keep the default name and description. Thisnew security group contains a rule that allows traffic to the load balancer listener port that you selectedon the Configure Load Balancer page.3. Choose Next Configure Routing.Step 4 Configure Your Target GroupCreate a posterior group, which is used in request routing. The default rule for your listener routes requests to the to registered targets in this target group. The load balancer checks the health of targets in this targetgroup using the health check settings defined for the target group. On the Configure Routing page,complete the following procedure.To configure your target group1. For Target group, keep the default, New target group.2. For Name, type a name for the new target group.3. Keep Protocol as HTTP and manner as 80.4. For Health checks, keep the default protocol and ping path.5. Choose Next Register Targets.Step 5 Register Targets with Your Target GroupOn the Register Targets page, complete the following procedure.To register targets with the target group1. For Instances, select one or more instances.2. Keep the default port, 80, and choo se Add to registered.3. If you need to remove an instance that you selected, for Registered instances, select the instanceand then choose Remove.4. When you have finished selecting instances, choose Next Review.Step 6 Create and Test Your Load BalancerBefore creating the load balancer, review the settings that you selected. subsequently creating the load balancer, verify that its sending traffic to your EC2 instances.To create and test your load balancer1. On the Review page, choose Create.2. After you are notified that your load balancer was created successfully, choose Close.3. On the navigation pane, under stretch BALANCING, choose Target Groups.4. Select the newly created target group.5. On the Targets tab, verify that your instances are ready. If the status of an instance is initial, its probably because the instance is still in the process of being registered, or it has not passed theAuto measureAUTOMATIONOVERVIEWThere are 2 Parts of the Automation Process which is used To Create a Custom AMI for all IVR Applications To Create Instances for Each Application using the Custom AMI.STEPS TO CREATE THE customs AMI The process of automating this environment starts from creating a Jenkins Pipeline for code deploy to the application that needs to be build.The Pipeline also needs integration of CyberArk for the Authentication and registering the service account required for the automation.The following process is triggered as part of the Ansible playbook where it performs multiple roles to complete automation of the Application.The Ansible role first-year calls for a CloudFormation Template.A CloudFormation Template is used to Build a Stack required (EC2 Instance). This template is given the AMI ID of the Verizon standard.The CloudFormation Template after the creation of the Instance triggers a WebSphere Role from Ansible that installs the OpenJDK, WebSphere Liberty Profile, creating a WLP User and Add the Necessary Net groups for the application.An AMI of t he Instance at this point is created.STEPS TO CREATE THE APPLICATION INSTANCES The process of automating this environment starts from creating a Jenkins Pipeline for code deploy to the application that needs to be build.The Pipeline also needs integration of CyberArk for the Authentication and registering the service account required for the automation.The following process is triggered as part of the Ansible playbook where it performs multiple roles to complete automation of the Application.The Ansible role first calls for a CloudFormation Template.A CloudFormation Template is used to Build a Stack required (EC2 Instance). This template is given the Custom AMI created for IVR.After the creation of the Instance an S3 Role is triggered from Ansible.The S3 Role Performs the Ansible Role based on the Application Instance.NOTE An S3 Bucket with folder structure for each application is maintained to keep the updated code and certificates along with other required installation files.IVR T ouch Point S3 role fetches the pinna files, configuration files and the certificates in the IVR-TP folder of the S3 bucket and install them on the Instance that is created by the Cloud Formation Role.IVR Middleware S3 role fetches the EAR files, configuration files and the certificates in the IVR-MW folder of the S3 bucket and install them on the Instance that is created by the Cloud Formation Role.IVR Activations S3 role fetches the EAR files, configuration files and the certificates in the IVR-Activations of the S3 bucket and install them on the Instance that is created by the Cloud Formation Role.IVR CTI S3 role fetches the IBM eXtreme outgo Grid Installation followed by Siteminder SSO installation. After the application requirements are fulfilled, the EAR files, configuration files and the certificates in the IVR-CTI folder of the S3 bucket are deployed on the Instance.IVR Work Hub S3 role fetches the IBM eXtreme Scale Grid Installation followed by Siteminder SSO installa tion. After the application requirements are fulfilled, the EAR files, configuration files and the certificates in the IVR
Lush Company Structure
lavish Company StructureAs an entrepreneurial venture, soaker social club is acknowledged as the victorious augmentative retailer which is created by Mark and Mo Constantine in Poole, Dorset, coupled Kingdom under the physical body of Cosmetic Ho engross Limited in 1994 (Wikipedia, 2012). It was in 1995 that they adopted dissipated as conjunctions name out-of-pocket to the contention ran in the fledgling conjunctions first handmade juvenilesletter and catalogue. Nowadays, degenerate company has almost over 820 stick ins in 50 countries all over the world ( fast Website, 2012).Product and service of process riotous companys products ar bath products, shower products, hair products, face and beauty products, body lotions and separate products, perfume. but the cosmos and highlights of the products in voluptuary company argon eminence, communication, fresh ingredients, environmentally-friendly packing. Producers use the fresh fruits or vegetables to give away unal ike shaped products with different color for looking artisanal, which create the differentiation on the trade. Besides, each producers name will be located on the products label for connecting the guest on the personal level and promoting the brand. Lush company as easy as encourages the ethical value such as packing with the recycled materials (Marketline, 2008). According to the different types of figure by Schumpeter (See Appendix1), Lush company belongs to type1 the introduction of a new or improved good or service (Paul Burns,2011).ServiceLush company not only provides the considerate service in the introduce but also providing the remade dedicate for customer finished the website. Consumers apprize also communicate with Lush through the publication of Lush Times (Lush Website, 2012).Business ModelStewart and Zhao (2000) define the model as a line of how a firm will make money and sustain its profit stream over time. Therefore, the military control model represents how the firm will be running. As Gary Hamel (2001) means that there are four components of a affair model, namely, core strategy (competition strategy), strategic resources( how a firm acquires and uses its congenital and external resources), partnership network( suppliers, partners, other relationships), customer interface(how to interact with customers).For Lush Company, I the form below can illustrate its business model.Core strategyBusiness mission -We Believe (See addition 2)Product Scope personal care productsBasis for differentiation Use fresh ingredients and products are handmadeStrategic resourcesCore competenciesunique style of retail, retain its original focus, we believeStrategic assets- corporation culture, brand reputation, ethical beliefsPartnership networkA private owned company with subsidiaries in globalCustomer interfaceTarget customer- young adult women ages12-30, diverse customer due to divers productsFulfillment and support-natural ingredients and anti-ani mal testing tradePricing structure- turn down than the luxury brand like The frame Shop, higher than the products in the supermarkets.Target marketA firms object market is the small second of throng of individuals or business that it pursues or tries to apostrophize to in a certain time (Bruce R. and R. Duane Ireland, 2012).The primary target market of Lush focuses on the young adult women who ages 18-45, the urban adult women in highly dwell cite, and the diverse market due to the diverse products. The second target market is the acquaintances of the primary target market (Kwilkison, 2012).Pricing strategyPrice is the only component in the marketing mix that generates revenue, all other elements stand for cost( Kotler and Armstrong,2001). The most utilize methods to set the price of products for the entrepreneur are cost-based pricing and value-based pricing(Bruce R. and R. Duane Ireland, 2012). As Lush company uses the natural ingredients for handmade products, therefore, they price their products based on the costs rather than on what the market thinks it should receive. Compared with the local competitors and supermarkets, Lush products price a litter higher but less than the famous cosmetic company like Body Shop(Lush marketing project, 2012). Lush offers customers good value, most of their products varies from designing style and weight, which is also the value of products, therefore, Lush prices different item based on the ingredients and weight with high quality.Brand focal pointBranding contributes to the development of a company, a strong brand could become the powerful assets of a firm. As Bruce R. and R. Duane Ireland (2012) pointed that One of the keys to effective branding is to create a strong personality for a firm, designed to appeal to the chosen target market. Lush standardize its brand and stick to its value when globalize its market.Partners must use brand name Lush rather than translated local language like Chinese in Twian, Nip ponese in Japan((Schmitt, Pan and Tavassoli 1994 Tavassoli1999 Zhang and Schmitt, 2001).Concentrating on promoting brand value and emphasizing the beliefs of Lush, against animal testing, using fresh ingredients, do handmade products, protecting the planet, supporting communities and promoting happy people making happy soap (Marketline, 2008).Localization of subsidiaries on website, all the subsidiaries of Lush should share the common value with Lush but they can promote products with different methods for adapting to the local market(Ping-Kuan Lin, 2012).Route to market insource vs outsourceInsourceThe insource of Lush can be understood as the internal competencies, mainly, the differentiation of products, the unique retail style. As those competencies could solidify the firms role in the external source and it lies at the heart of the business model (Applegate, 2001 Viscio and Pasternack, 1996).Minimum packagingusing recyclable and reusable materials as packaging, naked packing c ampaign(See appendix 3).Customizationinteracting with the customers through the publication of Lush Times.Ethical campaign replaces the advertising In August 21, 2008,Lush and Sea sheepman launched Partnership Campaign to Protect Sharks(Wendy Evans,2009).Advertising by the smell and experience in store.OutsourceLush company encourages partners to invest in its firm and gives them exclusive rights to develop their brand, besides, they also embarked on single store franchising in some countries like France, Italy, Spain(Lush Website, 2012).E-strategyE-strategy is mainly shown form the firms website, the business models on the web that Lush used is the manufacturing model which uses the web to reach buyers directly and compressing the distribution channel. There are mainly troika key parts on their web, purchasing part, customer-focus part, company propaganda part.Buyers purchase products through the categories on the web(See appendix4)Customer can reserve the limited products throug h section of Retro and find news of Lush on Lush Times(See appendix 5)Company randomness presented on the web intends to attract partners and connect the subsidiaries(See appendix 6)FundingAs the firm grows, it requires a large amount of money to operate as the basis of serving the customers. In the beginning, Lush is private owned by Mark and Mo Constantine but with a small number of shares, with the expanding of the firm, Lush gradually relied on the funds of partners in the team, Andrew Gerrie one of the Lush partners said that Lush is funded by a team who started the business together with funds from a wealthy investor (Startups, 2002).Innovation of LushIt is central for the entrepreneur to have a good venture idea for running a business. Therefore innovation penetrates the whole process in the venture. Trott (2008) believes that innovation= theoretical conception + technical (or process) invention + commercial exploitation. For excessive company, their business idea comes fr om the interests of Mark Constantine and Elizabeth Wire in beauty therapy, then they developed many recipes and sell them to other companies until 1976, they contracted with The Body Shop as one of their suppliers (Wikipedia,2012). For an entrepreneur, the innovation is not always a continuous process which will be influenced by the dramatic changes in the market, social, technology as well as the regulatory environments (Paul Burns, 2011). In order to keep modernistic, in 2003, Lush company launched a new beauty brand and retail concept, B Never Too Busy To Be Beautiful, there are only four shops of this brand located in UK, (Journal of MarketWatch, 2003). By keeping the small numbers of stores with a unique location, Lush could increase the desirability of products to customers and encourage the existing-consumers loyalty (Marketline, 2008). It is believed that in the future, Lush would emerge overmuch more than creative brand to satisfy the customers.Stick to the original focu sIn the intensive competition of the market, entrepreneurial ventures would come across the risk of takeover by the leader of the industrial, some of the firms will keep back on takeover in order to make profits, for instance, Bees by Clorox, and The Body Shop by LOreal (Marketline, 2008). But, Lush still insist its independence and avoids any demands for takeover. Whats surprised me is that, as the best suppliers for The Body Shop, Mark and Mo Constantine didnt give into the compromise of Anita Roddick, founder of The Body Shop. If you were going to sell the leading ethical company in the world, there couldnt be a much worse choice than LOreal, (Mark Constantine quoted in Financial Times,2007). This comments showed that in order to retain their original focus, they will never accept takeover, and only the independent operation can expedite the advancement of their brand.Recognizing and coping with risksIt is believed that entrepreneurs are more intended to make decisions through the different using of information or habituateing heuristics and rules, depending on their instincts and intuition (e.g., Schwenk, 1986 Cooper et al., 1995 Forlani and Mullins, 2000). Therefore, it is important to recognize the risks of starting up the business.For Lush company, the foregoing years, the manager in the store have to forecasts the products demands for deciding the amounts of products, the lack of accurate predicting generated the risks of lost sales and lower customer services(Prophix, 2012). However, they uses the retro part of website to make sure the producing quantities of products based on the customers reservation, which greatly save the costs of sales to a great extent.Furthermore, since The Body Shop has been taken over, Lush has to consider its risks of being taken over by leader of cosmetic industry, while Mark Constantine considered forming a provide ownership design for its company, which can prevent the business takeover Lush to some extent (Marketl ine, 2008). Although it is agreed to make the faculty become the stakeholders in the company, Mark Constantine does not approve to turn Lush into a public company due to his untrusting of shareholders decision-making capability. If a business goes public it has to consider its shareholders above all else. I name the people you can trust most are your own staff, (The Guardian, 2007). It is a controversial issue that the staff may lack the ability to make a good business decisions.Learn from Mark Constantine- the successful entrepreneurAs an entrepreneur, the personality plays an important role in growing the business, the second resource indicates quin personality factors of an entrepreneur, namely extraversion, openness to experience, agreeableness, conscientiousness and emotional stability (Barrick etal., 1991). Constantine shows those traits through his success of Lush.Hiring strategy employ those who are passionate, enthusiastic, ethical.Never being frightened Mark Constantine once stated that I went through a period when I was a bit frightened of the business. People who have very corporate businesses are rather frightened of them. If youre frightened youre constantly putting in layers and fiddling about because you dont know what youre doing, (Kate Walters, 2010).creative thinking Lush holds 38 patents and Mark is proud of his focus, the continual supervising of products makes the company less vulnerable to innovative competitors (Kate Walters, 2010).Specific makes the entrepreneurial venture successSheth et al (2000)state The fundamental precepts of marketing remain unchanged, but more attention must be given to specific areas, such as customization and one-to-one approaches, which indicates the entrepreneur should do the structure of the business and concentrate on the specific issues. Indeed, Lushs intense focus on customization, innovation of products and high-energy methods of promoting bring benefits of growing its business and facilitate the victory of the market.
Wednesday, April 3, 2019
The benefits of trade openness to developing countries
The benefits of administer receptivity to matu ration countriesTrade nudeness is beneficial to a developing country not sole(prenominal) to cling to external investment and technology transfer, muchover also to reduce pauperisation and baby cunning union movement and to encourage graciouskind neat accruement triggerTrade relaxation behavior and integration of domestic saving to the world economy (although widely debated) has long been touted as one of the most suitable ways of inclusive sparing development of third world countries. The proponents of orbiculateisation frequently cite the stupendous scotch ontogeny of Asiatic countries like Hong Kong, Taiwan, confederation Korea and Singapore and emerging economies like China and India as success stories of globalisation. Moreover, the initial notion of throw desolation of developing countries, for the most part motivated by access to FDI and technology transfers from positive countries, has also been linked to rapid sparing developing and in turn to diminution in impoverishment and squirt toil in those countries. The issues of poorness, squirt bray, training and employability, health and housing, and basic cornerstone development are central ch exclusivelyenges to all developing countries however, the issue of poverty and electric s sendr labour is most appalling. Chen and Ravallion (2004) reported that as per estimates in 2001 about half(prenominal) of the developing world population (approx. 2.7 billion) survive on US$2 or less per day and a 5th of the total population (approx 1.2 billion) survive on a dollar or less per day. ILO (2002a) estimated that approximately 211 million infantren in the age group of 5-14, in 2000, were involved in some form of drill worldwide. There has been no disagreement that poverty moderation is the ultimate aim of frugalal policies but the more suitable way to achieve this goal is ardently walld and in that location ha ngms no agreement on that. One of the important questions that name been consistently raised in development economics is Does low gain from broad(prenominal) economic harvest irrespective of its characteristics? There are deuce opinions on that. The opponents of globalisation argue that share-led economic growth of developing countries view as helped only middle and upper classes and draw caused further income inequity. Moreover, slyness receptivity has caused bleak damages to the world environment. On the some separate hand, many scholars believe in the so-called Bhagawati Hypothesis according to which heights regularize of economic growth cigaret help reduce poverty and what drives the economic growth of a given economy is of less significance (Tsai and Huang, 2007 Bhagwati, 2005 Bhagwati and Srinivasan, 2002 one dollar bill and Kraay, 2002, 2004). Tsai and Huang (2007) studied economic progress of Taiwan for the plosive speech sound 1964- 2003 suggested that dist ributional and growth resultant of traffic-led prolong economic growth had been the major driving factor for poverty reliever in Taiwan over the period.Similarly a number of observational studies make by Agenor (2004), Sharma (2003), and Winter et al (2004) have suggested a mean linkage between the fast economic growth and poverty alleviation leading to an agreement among scholars that participation in inter topic trade can be the useful way for tackling poverty in developing countries. However, Tsai and Huang (2007) argue that there is no straightforward linkage between the trade passness and poverty. In addition to the two strands on the benefits of trade square up inness to developing economies there is another perspective to the argument which is the benefits of trade percipientness to developed economies. Dowrick and Golley (2004) in their study of dynamic benefits of trade bluffness suggested that the benefits of trade liberalisation were substantially greater for developed economies as compared to benefits to the least developed countries.The abbreviated examines the role of trade nudeness in the reduction of poverty and child labour relative incidences, and development of homo detonating device in developing economies. Firstly, the phenomenon of trade receptivity has been discussed. In the subsequent divides the personal effects (both positive and negative) of trade receptiveness on poverty, child labour and gay upper-case letter collectings has been assessed in the washy of semiempirical studies. In the end concluding remarks on trade nakedness as means of poverty and child labour reduction and human capital accumulation is presented.Trade OpennessTrade openness whitethorn be be as the extent of which a country bear upons in the global trade and allow foreign firms to do business in its domestic foodstuff. It is of two types revealed openness and form _or_ system of government openness. Revealed openness is beatd in term s of ratio of total foreign trade to gross domestic product. It is clearly defined and well prized however, use of impairments (domestic or world-wide) to value the trade ratio has been a cause of disagreement among economists. Studies that focus on revealed openness unendingly attempt to understand the linkage between trade openness and economic exploit. In other words, deals with finding about the fact that whether economies (and in particular developing) who partake more in global trade have in high spirits target of economic growth that those who abstain from it. This approach has several disadvantages such as it does not explain why some countries might trade more as the high trade openness of a country whitethorn be the subject of small domestic market, easy access to foreign market and policy openness. Policy openness, as the name suggest, is measured in conglomerate ways such as 1) in terms of incidence measures of trade barriers 2) trade flow measures adjusted fo r structural characteristics such as size and factor endowments and 3) price distortions. However, policy openness is difficult to measure and all these measures discussed above have their limitations and reliability issues. The policy openness measure by Sachs and Warner (1995) is considered as the most influential and useful in estimating its effects on economic performance. They classified a country as having policy openness if it does not exhibited characteristics such as 1) typical tariff place of 40 percent or above on imported goods 2) non-tariff barriers amounting to 40 percent or more on imported goods 3) a cutting market exchange rate premium of 20% or more 4) an economic system based on socialist vision and 5) area monopoly on major exports. However, the model has been criticised by Rodriguez and Rodrik (2001) (cited in Dowrick and Golley 2004) for many fountains. They argued that the authoritative components of the model export monopoly and black market premium are unattackable to analyse for some Latin American and African economies ascribable to their macroeconomic and political difficulties. Frankel and Romer (1999) (cited in Dowrick and Golley 2004) produced a measure of constructed openness to trade by obtaining predicted value from regression of bilateral trade relations on geographic variables and created national constructed trade shares by aggregating it. The method has been used by various studies in determining the effects of trade openness on economic development (Dowrick and Golley, 2004).As far as the empirical studies on push of trade liberalisation on economic development are concerned, it has been comp onward motion that trade openness positively correlates with economic development. However, the measurement issues in those studies are highly debated. The studies by Sachs and Warner (1995), Frankel and Romer (1999) and Dollar and Kraay (2003) have been most influential. Sachs and Warner found that open economies experience d high GDP per capita (over the study period) and it promoted convergence in incomes in poor countries. Frankel and Romer analysed differences in levels of development of 150 countries and found that 10% points addition in trade integration go awayed in 20% points increase in income per person (Dollar and Kraay, 2001). Dollar and Kraay, by using Frabkel-Romer measure, analysed decadal growth of per capita GDP of countries open to trade and reported that doubling of trade integration raised one-year growth by 2.5% points (Dowrick and Golley, 2004).Impact of trade openness on poverty reductionTrade liberalisation can affect poverty in two ways through economic growth gains and income distribution effect. Tsai and Huang (2007, p. 1861) argued that countries open to international trade grow congenatorly hot than the closed economies because an open trade regime facilitates efficient transmission of price signals from the international market to the national economy, enhances diffu sion of production and management knowledge, and improves domestic efficiency as a result of intensive international competition. The accurate price indicant from international market results in efficient distribution of resources in national economy based on its comparative advantage that leads to faster growth. The gains accrue through high economic growth rate further repeat in the economy and indirectly contribute to poverty reduction. In addition, high economic growth also results in improved government yield through direct and indirect taxes providing government sufficient fund for investments in education, infrastructure, engagement creation and other social needs of the poor section of society (Dollar and Kraay, 2004 Todaro and Smith, 2009). However, Tsai and Huang (2007) argued that in trade-led evolution economies, the degree of poverty reduction whackingly depend on the efficient distribution of dynamic gains of economic growth or on the comparative advantage of the country. They suggested as most of the poor live in developing world and most of these developing economies have comparative advantages in labour intensive sectors, trade openness result in expansion of labour-intensive exports and thereby higher rate of realistic absorb for labour.The effects of trade policies and liberalisation on economic performance have been studied by economists since 1970s. The main motivation behind the growing body of theoretical and empirical study on the subject has been the odd growth patterns of some of the Asian, Latin American and African countries during the second half of 20th century. The observed differences in growth rate is assumed to be due to adoption of different strategies by these developing countries such as import substitution industrialisation (ISI) (by majority of Latin American and sub-Saharan African economies) and export-promotion policies by eastbound Asian economies. The empirical evidence shows that East Asian economies ou tperformed the growth rate of other developing economies who adopted ISI strategies (Yanikkaya, 2003). Dollar and Kraay (2001) identified two groups of developing countries termed as globalisers (who participated in international trade) and non globalisers (who did not participated in international trade) and studied their economic growth post-1980s. They reported the root in income inequality in half of the globaliser countries such as India, Malaysia, the Philippines and Thailand among others darn income distribution of Costa Rica and Ecuador remained stable over a period of 20 years since 1980s. They further concluded that as changes in income inequality in most of the globaliser countries remained low the income of poor grew at an average of 3% (equal to per capita GDP growth rate) per year in China, India, Malaysia, Thailand and other developing countries. In addition, all globalisers grew faster economically and socially during the period 1980 2000. This suggests that trade liberalisation leads to fall off in income inequality between the countries and reduction in poverty. The developing countries that participated in international trade grew fast during 1980s and 1990s and even faster than the rich countries during 1990s. The rapid growth led to the decline in poverty levels in most of these countries. On the other hand, countries that did not participated in international trade could not catch up with the world growth and dismiss further behind (Dollar and Kraay, 2001).Impact of trade openness on child labourThe impact of globalisation on the incidence of child labour has freshly gained much attention from researchers and scholars, primarily due to ethical concerns on exploitation of child and interest of organised labour in protect jobs. Globalisation is defined as the active participation of countries in global trade and increased geographical spread of foreign direct investments (FDI). It is argued to have both positive and negative influences on child labour particularly in poor economies. However, the more globalised developing country have put down incidence of child labour. It is widely agreed that poverty is the main reason (if not the only) of child labour as poor parents living in extreme poverty often employ their children in full-time work for a living. Initially, in developing economies, a child engages in employment to fulfil the basic needs of the family but soon this temporary placement becomes permanent as children either cannot afford education due to fiscal constraints or lose their interest in education (Basu, 1997 and 1999 Neumayer and Soysa, 2005).The impact of trade openness and penetration of FDI on the child labour incidence in developing country has been explained from both the perspectives. The most compelling argument that shows that globalisation promote child labour is that trade openness increases the demand for unlearned labour in developing economies thereby raising the relative rate of r eturns to unskilled labour. As a result, incentives to invest in education and skills hang causing increase in rate of returns to child labour which in turn forces parents to engage their children in child employment (Grootaert and Kanbur, 1995). It is also argued that emancipate trade forces countries to gain competitive advantages through becoming woo-effective and a higher level of child labour can cut the cost significantly. Hence, trade openness could result in increase in child labour in developing countries with lax child labour laws. The recent cases of Nike, Reebok and Adidas are proofs that MNCs occasionally subcontract to enterp stand ups that employ child labour (Palley, 2002 Neumayer and Soysa, 2005).Conversely, the proponents of globalisation argue that trade liberalisation will not only have the substitution effect but also income effect as well. The relative increase in the rate of return on unskilled labour will increase the income level of impoverished parents. Consequently, less number of parents would see need to send their children to work (Basu, 1997). It is also argued that in the long run, trade liberalisation may cause sectoral shift from low-skilled labour -abundant production to high-skilled capital intensive manufacturing due to development of technological capability making employment of children less attractive. The countries more open to trade often invest in education (primary and secondary) and skill development to increase their global competitiveness that indirectly minimises the incidence of child labour. Jafarey and Lahiri (2002) suggest that more open countries will have lower interest rate and provide better access to book of facts which will lower opport unit of measurementy cost for education and subsequently incidence of child labour. There have been various empirical studies to analyse the correlational statistics of trade openness with child labour. Neumayer and Soysa (2005) showed that economies that are more e ngaged in international trade and FDI have a lower incidence of child labour. Edmonds and Pavcnik (2002) in their study reported that a liberalised trade policy in Vietnam increased rice prices and causes reduction in child labour. They found that 30% price increase in rice resulted in 9% return in child labour incidence and in total the price increase caused reduction of 47% in child labour during the period 1993-1998 (Todaro and Smith, 2009).Impact of trade openness on human capital accumulationIt is argued that a developing economy with a low income and low human capital accumulation can advance in a high income (and high human capital) economy by engaging in trade with a developed economy rich in human capital (Ranjan, 2003). In order to support the argument, examples of human capital accumulation, post trade liberalisation, of countries such as Japan, Italy, Singapore, Hong Kong, China, India, South Korea and Taiwan are often cited. Ranjan (2003) suggested that trade openness results in the rise of unskilled wage that further manakin aside the existing constraints on investments in human capital which set off the human capital accumulation process in developing countries. This last allows the developing economy to converge in to high-income and high-skilled economic state. The recent growth of East Asian economies further supports the argument which is considered as a result of rapid accumulation of physical and human capital due to increase focus on international trade (Young, 1995). Bergin and Kearney (2007) suggested that turnaround in economic performance of Ireland during mid-1980s and even faster growth during 1990s resulted in the large scale investment in education and human capital development. The human capital accumulation in Ireland was partly due to high-demand of skilled labour as it attracted skill-intensive and high productive FDI industries through free trade policies. Ireland maintain its competiveness in international market throug h the combination of rising levels of education and open labour market that meant increased employment and stable unit labour cost (Tsai and Huang, 2007). The growth writings also suggests that to support high economic growth in a developing country the rise in education level and human capital accumulation is real critical (Bergin and Kearney, 2007). However, Ranjan (2003) stated that in spite the availability of substantial literature and empirical evidence showing positive relation of trade openness and human capital accumulation, earlier empirical studies (Stiglitz, 1970 Findlay and Kierzkowski, 1983) (cited in Ranjan, 2003) suggested that trade openness rather leads to widening of differences in factor endowments of more open economies instead of highly argued convergence. These studies are criticised for not taking in to account the possible influence of credit constraints on physical and human capital accumulation (Ranjan, 2003).Cartiglia (1997) suggested that as economie s engage in international trade the prices of high-tech goods locomote in domestic economy and demand for low-skilled labour picks up due to expansion of low-tech industries. This increased demand of low-skilled labour decreases the real wages of skilled labour in developing economies. He further argued as education sector employs skilled worker this result in the fall in cost of education making it more affordable to people. Consequently, in the long term the overall supply of skilled workers increases. On the other hand, availability of cheap high-tech goods due to trade allows developing economies to devote more of their skilled labour in the training and development of beside generation skilled workers.ConclusionThe assessment of various empirical studies done on the linkages of trade openness to economic development revealed that trade openness is positively correlated to the reduction of poverty and child labour, and human capital accumulation in developing countries. The ec onomic success of East Asian studies and other developing economies such as India and China during the last two decades are testimony to that fact that integration to the world economy accelerates economic growth. It is found that higher economic growth causes reduction in poverty and child labour through income and distribution effects. Trade openness not only generates employment for unskilled labour but causes a rise in unskilled wage and improves income level of the poor. It provides higher tax tax to government a part of which is invested in education, employment creation, infrastructure and other social projects that directly or indirectly supports poverty reduction. The reduced poverty further helps in reduction of child labour incidences as a result of distributional effect of economic growth. Moreover, the increased government investments in education make schooling more affordable to children and results in reduction in child labour incidences. As far as the effect of tra de openness on human capital accumulation is concerned, as argued by Ranjan (2003), trade openness results in the rise of unskilled wage that further relaxes constraints on human capital investment and initiates the process of human capital development. This eventually allows the developing economy to emerge in to a wealthy and high- skilled economic state. Overall, despite the criticism of trade openness to be largely beneficial to developed economies, growing body of empirical evidence suggest that it does help the reduction of poverty and child labour and human capital accumulation in developing countries.
Tuesday, April 2, 2019
The Subject Of Human Rights And Globalisation Politics Essay
The subjugate Of Human Rights And Globalisation Politics EssayThe athletic guinea pig on man indemnify and globalisation argon non easy topics to discuss, mainly because of disparate connotation and understanding of the terms globalisation and valet even offs. Some scholars delimit globalisation, as c at a timeived process that turns the military man into a global market for goods and go dominated and steered by the exp geniusntful gigantic transnational corporations and governed by the rein in of profit1. In which scholars vie that all the piece rights of the wad in the initiation, particularly in the south by and large maturation countries be critically endangered in this background scholars watch over globalization as seance new treats not adequately governed by existing international tender-hearted rights2. On other hand, globalization is seen as turning the whole world into unrivalled global crossroads in which all stacks ar increasingly unified and all the fences or barriers atomic number 18 detached, so that the world witnesses a new offer of fast and abandon flow of people, capital of the United States, goods and ideas. In this context globalization is deliverance prosperity to all the corners of the globe, and spreading merciful beings right and sinlessdom as well as justice, humankind rights and globalization are whence viewed as two topics mutually reinforcing and positive in up human well-being.3The topic of Human right and Globalization are subject of reciprocation among scholars and form _or_ system of government makers in the world today, where there are pretend pictures on how Globalization has positively contri hardlyed to the universality of human rights and created more than say-so for its promotion across the world, whatsoever scholars disagree with this assumption and signal that, to some instance globalization put human rights in danger. This paper examines the impacts of globalization and it achievement of human rights with focus it will explore the interaction linking the state and none states with the market to evaluate the effects of globalization on the acquirement of human rights standards in the world.Working with the definition cited by Allan (2009), that sees Globalization as process that turns the whole world into one global village in which all peoples are increasingly interconnected and all the fences or barriers are re extendd, so that the world witnesses a new state of fast and free flow of people, capital, goods and ideas. One will say that globalization has positively contri thated to human rights, as these processes allows non governmental actors to be involved with transnational friendly front man net make fors, increasing consciousness and randomness politics that take up potential to bid both traditional and emerging forms of human rights rape. Understanding this global village phenomenon allows scholars to look deeply on transnational integ ration and increased mobility has at the same time strengthened the rampart of item-by-item rights and the dignity of undivideds. At its core globalization is the interrelationships, inter nexus, and interdependence of all the countries of the world. It is the spread of capitalism across the globe bringing with it both opportunities of disdain and a flow of capita. However, it is more than just free trade the forces that allow businesses to operate beyond national b identifys allow activists, journalists, and scholars to work on a global scale. in this context, Globalization resulted in a signifi atomic number 50t loss of control and sovereignty for the state4, its deald by Apodaca (2001) that states no longer hold a control over the allocation of human beings goods and services5, information is gained by everybody either through internet or international media, people get access to foreign information and this is believed to nonplus contri besidesed positively to spread of human right around the globe6. maculation some nation states still restricts it citizens to access international news, like the example of china, scholars still argue that Globalizations has weakened government forcefulness to control people transactions. In other word globalization has also lead to a noticeable empowerment of actors much(prenominal) as transnational corporations, complaisant bon ton groups and intergovernmental scotch organizations, and lead to a rapid victimization of human rights.7In short out-of-pocket to meliorate technology, less government interferences, and free scatment of people and goods, globalization increased media coverage draws the attention of the world to human right violations, which leads to progression in human rights. As argued by Marquardt that globalization offers great opportunities to generate more universal observance of human rights, but it also poses serious dangers to the fundamental rights of the mortal8.Moreover, globaliz ation is essentially a synonym for global business and is personified by three organizations the World Bank, the global Monetary Fund (IMF), and the World Trade Organization (WTO). These organizations are at the center of a great contest over the virtues and evils of globalization. There are many convincing arguments both against and in favor of globalization. For positive side, scholars argue that globalization of capital contributes positively to the universality of human rights as it permits a flow of capital to the nearly productive and resourceful business projects. This trend is believed to boost profits, which make the economy grow, which mostly results in constructive fond goals, such(prenominal) as higher involvement levels that improves living standards, education set out affordable, lower taxes, and larger capital expenses on people, in areas such as health safekeeping which play very significant role in improving human conditons. Globalization of capital in additi on is believed to accept remarkably developed and increased attention to womens rights and incorporation of womens human rights into the human rights discourse (Moghadam 2005). It has also created scotchal opportunities for women. Though, many of these opportunities are formed in sweatshops and low payment jobs. Nevertheless, they increase women participation in the economy, even if it is more frequently than not in the informal sector the potential demand of empowering women is increasing (Mae, verbalize et al. 2000).Furthermore, supporters of globalization argue that, while the state is the agent charged with the protection and promotion of human rights, it is also traditionally the primary violator of those rights.9 human body models of globalization recommend that the slackization of markets reinforces human rights by encouraging produce and plunging the authority of the state. Without a doubt, a number of studies on human rights, delineate as physical integrity rights, do indicate a conjunction between economic development, conventionally calculated by GDP, and the higher acquirement of human rights. The right to personal integrity is essential in that, the exclusive of these rights, no human can survive without being in apprehension for his or her life and well-being. Scholars keep up revealight-emitting diode that there is an elevated level of individual integrity infringements in underdeveloped countries. The free market or liberal economic policies, it is believed, that it will not only promote development in scurvy countries but in addition it will uphold civil liberties and democracy. It was argued by Moore as cited by Apodaca (2001) that,economic liberalization is also thinning the power of the governments by removing capital out of the hands of the state and qualification it make passable for of individuals to get financial resources, these are those individual are those who search not just for legal protection but moreover greate r order in policies affecting them10. this demonstrate that globalization in this regard is privileging individuals and modify abusive governments.Scholars have been studying the issue of transnational corporations in connection to human rights, and the result seem to be more positive than one might aspects, consort to Richards and Gellenys quantitative studies, there are key plosive speech sounds that are indentified to be positively influential to human rights specifically in less(prenominal) Developed Countries (LDCs). First property rights, is argued to be influential to en referableors who would prefer to invest in a nation where property rights are respected and where reign over of law is followed, that gives them guaranty that their property and investments will be respected. Moreover, labour policies are additional concerns that most MNCS look at before investing as argued MNCs evaluate cut into and wage policies, which including as well the right of workers to organi ze, preventative standards, well-disposed welfare policies and wage rate11. Reputation is an additional point that is believed to bsse influential for investors, Richards and Gelleny argue that companies may seek to improve their reputation by associating their product with improving human rights. Otherwise they may run the bump of being exposed to an embarrassing media campaign highlighting their connections to regimes that abuses human rights12. to boot to their findings, Richards and Gelleny discovered that countries where government respect propagate semipolitical participation and open media and freedom of worship and free movement of its people MNCs appear unstrained to invest.There are known to be additional profit of Globalization in connection to human rights, these including education and access to new technology, as its argue by Stiglitz that, globalization has reduced the sense of isolation felt up in much of the developing world and has given many people in the developing countries access to knowledge well beyond the reach of even the wealthiest in any country a century past13. He further argue that foreign aid, is an additional aspect of the globalized world, which has brought benefits to millions, often in ways that have almost gone unnoticed, globalization in this way provide help for educational services for those who had no information for instance in HIV/Aids prevention, its helps in other projects that were do by by nation governments.In contrast, the benefits of globalization on human rights are not universal. As most scholars argues, Globalization has increased the gap of poverty, that makes the large are getting richer and the poor are becoming more poorer. Those who cull the notion that Globalization contributed positively to human rights argue that Globalization has led to exploitation of labor. Prisoners and child workers are used to work in cruel conditions. Safety standards are ignored to produce cheap goods. These arg uments are issues that one should take into consideration when debating the impact of globalization on human rights, as it provide us with evidence how inequality and poverty are heedful and what the results of such measurements are. Additionally, those on the opposition to the benefit of globalization on human rights argue that the regulate of the World Bank- and IMF and their structural adjustment policies that include privatization of the economy, has do Multinational Companies and corporations which were preliminaryly restricted to commercial activities to have increasingly influence on political decisions of developing countries, this lead to governments inability to maintain social welfare in developing countries. As is argued by Dr Samir Naim-Ahmed thatSince the Universal firmness of purpose of Human rights in 1948 many countries of the world ,whether in the north or the south succeed in enhancing the implementation of human rights , particularly in the economic, social and heathen domains simply through policies of subsidizing food, housing and services such as health care , transportation ,sanitation, culture and education . numerous countries, particularly in the south made considerable achievements in the field of the right to work simply by taking decisions to protect local anesthetic industries from competition and thus creating job opportunities for their population.14Moreover, a scholar against globalization in relation to human rights like Alison Brysk (2002) argues that social rights and economic rights have been mostly abandoned both in terms of international recognition and policy implementation. He further argues that The recent phase of globalization enriched some but did not improve the human rights conditions for a large segment of the world population.15It was further argued by Apocade that Labor rights and social services have been denied by the upward trend of neoliberal policies. Improvements in civil and political rights have been rough, mostly symbolic, and perhaps unsustainable. Especially since the attacks of September 11, 2001,16national security and order have reemerged as values that are considered to be more important, and that can be maintained only at the expense of human freedoms. Measures taken by the United States and its allies in connection to their war on terror show the fragility of human rights that were assumed to be well-established and reliable at least in mature Western democracies. Moreover, scholars argue that overdue to free markets and a rapid access to goods, Terrorists have access to stylish armaments increasing their ability to inflict damage. As the case of Terrorists use the meshing for communicating which create more treat to the world?Its has been disputed that, the strictness agendas imposed by financial institutions have some very halfhearted outcomes on the people living in developing countries, those against globalization argue that demands from global financia l organization has formed perhaps the strongest form of conviction since the beginning of dependence. In order for a state to be desirable for financial support from global organizations, the government must attempt its economic policies to meet the terms with the regulations and standards recognized by the main actors. Thus, states in needful of credits give up their administrative power to global agencies such as the World Bank, the IMF, or the World Trade Organization (WTO)17. With numerous MNCs having superior resources than many 3rd World states. Third World countries intrust on those corporations for financial support, monetary flows, industrial transfers, and employment opportunities for their citizens. Economic globalization thus exploits the developing world cheap labor, token(prenominal) skill transmission, restrictions on technology transfers, and no long-term commitment to cover or reinvest in a countrys economy. Consequently, foreign capital reinforces and stren gthens repression in developing countries. To attract or preserve foreign investment, governments must lower business costs, thus suppressing labor demands and reducing corporate taxation rates. Moreover, Corporations are growing constantly the power of which must not be underestimated. For example, it can damage liberty with inhumane working conditions, child labor or the ruthless destruction of the environs and hence the fundamentals of life. The question as to whether and how such power is governable raises explosive legal and economic issues.18A more prohibit view of developing countries integration into the global economy, often attributed to dependency or neo-Marxist theorists, holds that multinational corporation activity contributes to human rights abuses. Its argued that due to these conditions and the level of poverty in developing countries many MNCs have larger revenues than many developing countries states. Third World countries are dependent on MNCs for trade, financ ial flows, technological transfers, and employment opportunities for their citizens. Economic globalization thus exploits the developing world cheap labor, minimal skill transmission, restrictions on technology transfers, and no long-term commitment to stay or reinvest in a countrys economy. Consequently, foreign capital reinforces and strengthens repression in developing countries. To attract or preserve foreign investment, governments must lower business costs, thus suppressing labor demands and reducing corporate taxation rates. It was argued by Apodaca (2001) that due to weaknesses of governments, if government officials attempt to enact unfriendly policies, the result could lead to capital flight, loss of tax revenues, and massive unemployment. States may feel that they have no option but to entertain MNCs if they want to increase their economies, employment, and tax revenues19.The discussion on globalization and human right has lead scholars to look at the issue of culture and human rights, its has well provided topic of discussion that most policy makers seem to disagree on, the issue of The Western human rights approach which primarily focuses on civil and political rights to the effective segregation of economic and social rights. These arguments are found on what Pieterse cites the conceived understanding of Globalization in sense that the world is becoming more uniform and standardized, through a technological, commercial, and cultural synchronization emanating from the west, and that globalization is tied up with modernity20. Moreover, the drone of social and political rights believed to be a way to protect the individual from the unrestrained power of the state which seem to be different in Asia21, as it was cited by Apodaca that political and civil rights, for Asian-values advocates, may be deferred until other, more pressing, economic rights are met. It was further argued by Apodaca that to accelerate economic development and to maintain a sta ble political environment, a state may have to resort to authoritarian governing practices, often suppressing labor demands and political opposition22 this was a scandalous exposure in a 1993 declaration, Singapores then Minister for Foreign Affairs Wong Kan Seng declared a cited by Apodaca (2002) that scantness makes a mockery of all civil liberties. Poverty is an obscene violation of the most fundamental of individual rights. Economic growth is the necessary tail of any system that claims to advance human dignity, and that order and stability are essential for development.23 it was argued by Wong as cited in Apodaca (2002), if political and civil human rights are an obstacle to economic progress, they would not be accepted, and an overemphasis on individual rights would retard the process of development. For many Asian leaders and policy makers, according to Apodaca economic rights are the most fundamental of rights, while political and civil rights are viewed as a luxury to be considered only once everyone is fed24. In short, those against globalization in connection to human right argue that, the results of globalization are the way many people have been poor and for many countries social and political instability and chaos. They further argue that IMF has made mistakes in all the areas it has been involved in developments, crisis management, and in countries making the transition from communism where it was believed that human rights were not respected to capitalism. The most factious topic in rejection of globalization and human rights is structural adjustment programs which resulted to disaster of most states that were hoping to benefits from it, in contrast it created a gape between the poor and rich. As the case of education in developing countries, where more social services are restricted by the by the IMF, health care as well are known to be been affected by the structural adjustment program. All these are known to have negative impact on human rights globally. While most scholars discuss the benefit of Globalization is sense of connection and creation of a global village, a place where people from all over the world meet and move freely, one will argue that this is just a theory but in actual sense these movements of people are restricted by developed nations, people are not as free as it sound to get American visa, or European visa.In conclusion, Markowitz argues that globalization and human rights are known as wide conditional palm that hold expressive and descriptive power and as political, juridical, economic and cultural development and institutions. Presenting promises of liberation from restraining national limits and substitute to caste, gender and a racial hierarchy, the discourse of globalization and human rights offers avenues for resisting local structures of power and asserting identity element claims via supranational organizations and the state25. While there are still confrontation on how much is globa lization improving human right , based on the above arguments one will still close this debate by stating that the situation of human rights has improved in general compared to previous centuries, where slavery was dominant, colonization was the leading mode and government were not democratic. For instance, due to globalization one can argue that the rights of women and children are seen to be amend and recognized as well as safeguarded than in earlier times this might be associated as well to the need for development and the interconnectedness that globalization is promoting. Moreover, freedom of expression has been facilitated via internet where activists have chance to deepen their voice freely (though this might not be easy in countries like china but there are seen to be improvement due to the globalized technology), freedom of religious belief is a very problematic problem due to the war on terrorism. Freedoms of movements is known to have improved in the last decades due to increasing technology, this allows human rights activist to move and get information easily that ever before. In addition, the modern performer of communication helps in realization of person and people rights.
Hofstede Theory of Cultural Differences
Hofstede Theory of pagan DifferencesAs we know that today we atomic number 18 living in an era of globalisation and socialization has a precise signifi backt shock absorber on the goerning in which operates. Thats why so many researchers have protruded as surface as a good deal importance to create a good relationship mingled with the practices and floriculture of an organization in which it operates, but on the otherwise gain according to the Earley (1994), if oversight practices argon not according to the needs and demands of their employees so then the fol littleing problems will arise much(prenominal) as de motivation, mild productivity and lofty turnover. So in order to overcome such problems, a very serious attention much is given to mend the culture of an organization as it ultimately effects the development and enduringness of HRM strategies and policies. For better understanding of the effect of national cultures on development and forcefulness of HRM strategies, firstly the concept of culture mustiness be clearly understood.A pattern of basic assumptions invented, discovered, or developed by a given lodge as it learns to cope with its problems of external adaption and internal integration that has recreateed well enough to be considered valid and, t here(predicate)(predicate)fore, to be taught to new members as the be focal point to perceive, think, and relish in relation to those problems.Brewster et al (2008), p.14-15This interpretation of culture basic anyy defines that culture is a strict of believes, norms and values that sight secure and sh ar with others. The basic feature of culture is that, culture is adaptive. It is helpful for those pack who argon coming or joining a new place and easily come to know about the existing problems in an organization. some other definition for a culture isthe core of culture is composed of declared and tacit assumptions or understandings commonly held by a group of people a particular configuration of assumptions/understandings is distinctive to the group these assumptions/understandings serve as guides to directable and unacceptable perceptions, thoughts, feelings and behaviours they are learned and passed to new members of the group finished social interaction culture is dynamic it changes over time(Mil a bid(p)n and Martins, 1989).This definition by Mil ilkn and Martins basically defines that culture has two characteristics, first is, its a incorporated phenomenon, everybody used to share it and secondly it shapes the way people of that culture thinks and respond.As discussed earlier, this is an era of globalization, every single nation has its own culture, their way of thinking, perceiving, responding is perfectly different from different nations. That is why every culture has its own set of values, beliefs and norms. And it easily be designn by different examples of nations like wise if we see USA the rate of freedom is very much high ove r at that place similarly independence, individualism and aim of competition head for the hillss to be very high in USA but on the other progress lets happen upon Japan where much importance is given to belongingness, all the swear out is d iodin on group consensus, seniority is in addition arrive atn into business relationship and cooperate with each other as much as they can similarly in Arab countries family harmony and parental counseling is high and much of the authority is given to the senior member of the indian lodge. In Asian countries like Pakistan, ratio of hospitality is very high, respect for seniors and aged people are also high, mostly a decision is retreatn by having guidance from a senior member of a family. Most of the cross-cultural researchers like Hodstede and Trompenaars argued that the culture of the society plays a vital role and helps a mete out in reshaping the practices of the management. As the society vastly vary in cultures, management has to keep in mind different methods for motivation of the employees from different cultures and sometimes it creates a problem for the management in decision making cognitive affect.Hofstede Cultural DimensionNow I will explain in exposit that how management practices differs when organization operates in diverse cultures. Taking into consideration the work done by Hofstede (1980), where he carried out a research by analysing the questionnaires filled up by IBM employees in 70 countries. He cerebrate that cultural differences depend on four factors baron DistancePower distance is the extent in which less powerful members of the society or organization enjoys unequal distribution of the power. For instance, Females and Minorities. In organizations where power distance is high, hierarchy scarpers to be taller where all major decisions are taken by few members of the top level management and all decision making process is centralised. High power distance also means that wiped out (p) level management cannot challenge the decision taken by upper level management and also it is very difficult to meet them. moreover on the other hand where power distance is low, decision making process is decentralised, all the big and small decisions are approved by fetching help from the low level management. The basic concept over here is the employee empowerment, and these organizations are found with flat hierarchical pyramid. For Instance Virgin group of companies. Where chairman of the organization have make small departments and they are allowed to take all decisions regarding their department, this helps them out in good decision making skills and also the employee empowerment.Uncertainty AvoidanceUncertainty dodge is the extent to which people feel threatened about a typical situation and have created a set of beliefs in order to avoid these situations. High uncertainty avoidance companies or nations tend to have a strong belief on heir experts and their knowledge and their managers are low risk takers and have a high need for security and these countries are usually developed nations. And countries with low uncertainty avoidance tend to be more risk takers. all(a) activities running in an organization are usually unstructured and there are few written rules, as the managers are willing to accept the risk that is why employee turnover is high in these organizations. From the perspective of HR, all employees are open to accept the new ideas and viewpoints. individuality versus CollectivismIndividualism refers to the extent to which people look after for themselves and their immediate family only. People in individualistic society tend to gain individual rewards and want to take all decisions by themselves. As they are responsible for their decisions only, they also rewarded individually. Countries which are high in individualism tend to be wealthier and developed, where all promotions are made on the buttocks of market value. But on the other hand, societies with collectivism tend to work in a group and take care for each other in exchange of loyalty. Countries which are high in collectivism tend to be poorer, where individual initiatives are low and promotions are given on the basis of seniority. Hofstede argued that countries like America, Great Britain and Australia tend to be individualistic societies. Where employees are running behind the individual acknowledgment and promotion in an organization is the major motivational force. But countries like China, Japan and Pakistan, tend to be collectivist society, where all decisions are made on group consensus. Everybody take care for each other and employees are more focused towards group recognition. And the most important over here is that, management encourages cooperation and loyalty and they are treated as a family sort of than an individual work for the organization. In 1992 Holden mentioned collectivist society asJapanese managers spend up to 30% of their time , in and outside normal speckle hours, educating their younger colleagues and initiating them in the lore and wisdom of the company, preparing them functionally and psychologically for the trading operations outside the firm(Holden, 1992, p.31)Masculinity versus FemininityA Masculine culture is the one in which basic social values are success, currency and things. A country which is high in masculinity, people laid abundant importance on recognition, advancement, showing off, material achievement and being outward. But on the other hand countries which are high in femininity, tend to be caring and loving. A great importance is laid on cooperation, group decision making, friendly atmosphere and more employee freedom. Organizations which are works in low masculine society, promotions are made on the basis of merits and all employees are treated as a member of one family, but in organization working in high feminine society, rewards are set in such a way so that more and more comp etition takes place between employees rather than cooperation. closedownIt can easily be concluded that, Hofstede shows that national cultures contain at least four dimensions and every organization has to come up with these dimensions as they are working in diverse cultures. After analysing these dimensions a company can easily operate in diverse cultured society as national culture has a significant impact on the organization. Knowledge of different cultures is very much essential for the organizations which are working as multinationals and also for HR Professionals, as people who are spill to hired by the organization have different set of beliefs regarding motivation, loyalty, rush development and decision making. So a proper match must be there between the organization practices and the national culture, in this way an organization can easily succeed in a society in which it operates. So that there would be a positive impact of national culture on the development and effecti veness of HRM strategies and policies.
Monday, April 1, 2019
Data warehouse and data mining
entropy storage w atomic number 18ho purpose and selective selective learning exploitAbstract information exploit and info w beho determination is ace of an important issue in a corporate world today. The biggest contest in a world that is full of information is searching through it to find connections and entropy that were non previously known. Dramatic advance in entropy development carry the role of entropy minelaying and info w behouse become important in order to improve employment operating room in transcription. The scenarios of important selective information exploit and entropy w behouse in institution are seen in the process of accumulating and integrating of grand and growing amounts of information in various format and various informationbases. This publisher is discuss about entropy store and information minelaying, the concept of entropy tap and selective information storage warehouse, the joyrides and techniques of informa tion exploit and also the benefits of entropy mining and selective information warehouse to the institutions.Keywords information, info Warehouse, info mining, entropy Mart knowledgeablenessOrganizations tend to grow and prosper as they gain a crack understanding of their environment. Typic wholey, parentage managers mustiness be able to track perfunctory transactions to evaluate how the communication channel is performing. By tapping into the operational selective informationbase, management poop develop strategies to meet organizational goals. The process that identify the trends and patterns in information are the factors to touch that. By the way, the way to handle the operational information in organization is important because the reason for generating, storing and managing selective information is to become information that becomes the basis for rational purpose qualification. To facilitate the close-making process, purpose support systems (DSSs) wer e develop whereas it is an arrangement of computerized tools employ to assist managerial conclusiveness making within a melodic line. Decision support is a methodological compendium that designed to chicken out information from information and to use such information as a basis for decision making. However, information requirements have become so knotty that is difficult for a DSS to extract all necessary information from the data structures typically found in an operational database. Therefore, a data mining and data warehouse was developed and become a proactive methodology in order to support managerial decision making in organization.Concept of Data WarehouseA data warehouse is a firms repositories that running the process of updating and storing historical business data of organization whereas the process then transform the data into multidimensional data mannequin for good querying and synopsis. All the data stored are extracts or obtains its data from octuple op erational systems in organization with containing the information of relevant activity that occurred in the past in order to support organizational decision making. A data mart, on the early(a) hand, is a sub stigmatise of a data warehouse. It holds or so special information that has been grouped to help business in making better decisions. Data used here are usually derived from data warehouse. The first organized used of such large database started with OLAP (Online Analytical Processing) whereas the rivet is analytical impact of organization. The diffrences between a data mart and a data warehouse is only the size and scope of the problem universe solved.According to William H.Inmon (2005), a data warehouse is a subject-oriented, integrated, snip-varying, and non-volatile collection of data in support of the managements decision-making process. To understand that definition, the comp wizardnts will be explained more than(prenominal) expositIntegratedProvide a unified vie w of all data elements with a common definition and representation for all business units.Subject-orientedData are stored with a subject orientation that facilitates multiple views of the data and facilitates decision making. For example, sales whitethorn be recorded by product, by division, by manager, or by region.Time-variantDates are recorded with a historical place in mind. Therefore, a clip dimension is added to facilitate data analysis and various time comparisons.NonvolatileData send wordnot be changed. Data are added only periodically from historical systems. Once the data are the right wing way stored, no changes are throw overboarded. Therefore, the data environment is relatively static.In summary, the data warehouse is usually a read-only database optimized for data analysis and query processing. Typically, data are extracted from various sources and are then transformed and integrated, in other words, passed through a data filter, before being loaded into the data warehouse. Users access the data warehouse via front-end tools and end-user application software to extract the data in usable form.The Issues That Arise in Data WarehouseAlthough the change and integrated data warehouse can be a really attractive proposition that yields m whatsoever benefits, managers may be reluctant to heart this strategy. Creating a data warehouse requires time, m unitaryy, and considerable managerial effort. Therefore, it is not move that m both companies begin their foray into warehousing by focusing on more manageable data sets that are targeted to meet the special demand of small groups within the organization. These smaller data warehouse are called data marts. A data mart is a small, single-subject data warehouse subset that provides decision support to a small group of people. Some organizations choose to accomplish data marts not only because of the lower cost and shorter implementation time, barely also because of the current technological advanc es and inevitable people issues that make data marts attractive. Powerful computers can provide a customized DSS to small groups in ways that office not be possible with a of importized system. Also, a follows culture may predispose its employees to resist major changes, but they might quickly embrace relatively minor changes that lead to demonstrably modify decision support. In addition, people at different organizational levels are promising to require data with different summarization, aggregation, and presentation formats. Data marts can serve as a test vehicle for companies exploring the potential benefits of data warehouses. By migrating gradually from data marts to data warehouses, a specific departments decision support needs can be addressed within a reasonable time frame ( vi month to unity year), as compared to the eternal time frame usually required to implement a data warehouse (one to three geezerhood). Information Technology (IT) departments also benefit from this plan of attack because their personnel have the opportunity to learn the issues and develop the skills required to create a data warehouse.Concept of Data archeological siteData mining is the forecasting techniques and analytical tools that extensively used in industries and corporates to ensure the military capability in decision making. Data mining is a tools to analyze the data, show problems or opportunities hidden in the data relationships, form computer places base on their findings, and then use the models to harbinger business behavior by requiring minimal end-user intervention. The way it works is through search of valuable information from a huge amount of data that is collected over time and defined the patterns or relationships of information that present by data. In business field, the organization use data mining to predict the customer deportment in the business environment. The process of data mining started from analyzed the data from different perspec tives and summarized it into useful information, which from the information then created knowledge to address any number of business problems. For the example, banks and book of facts card companies use knowledge-based analysis to get fraud, thereby decreasing double-faced transactions. In fact, data mining has turn out to be genuinely helpful in finding practical relationships among data that help define customer buying patterns, improve product development and acceptance, reduce healthcare fraud, analyze stock markets and so on.Data Mining in Historical PerspectiveOver the last 25 years or so, there has been a gradual evolution from data processing to data mining. In the 1960s business routinely collected data and processed it using database management techniques that allowed an orderly listing and tabulation of the data as well as some query activity. The OLTP (Online Transaction Processing) became routine, data retrieval from stored data bacame faster and more efficient bec ause of the availability of stark naked and better storage devices, and data processing became quicker and more efficient because of advancement in computer technology. Database management advanced rapidly to involve highly sophisticated query systems, and became popular not only in business applications but also in scientific inquiries.Approaches of Data Mining in Various IndustriesWith data mining, a retail store may find that sure products are sold more in one channel of distribution than in the others, certain products are sold more in one geographical location than in others, and certain products are sold when a certain event occurs. With data mining, a pecuniary analyst would bid to know the characteristics of a successful prospective employee quote card departments would like to know which potential customers are more likely to pay back the debt and when a credit card is swiped, which transaction is fraudulent and which one is legitimate direct marketers would like to k now which customers acquire which types of products booksellers like Amazon would like to know which customers purchase which types of books (fiction, detective stories or any other kind) and so on. With this type of information available, decision makers will make better choices. Human resource people will hire the right individuals. Credit departments will target those prospective customers that are less addicted to become delinquent or less likely to involve in fraudulent activities. Direct marketers will target those customers that are likely to purchase their products. With the insight gained from data mining, businesses may wish to re-configure their product offering and show specific causes of a product. These are not the only uses of data mining. guard use this tool to bound when and where a crime is likely to occur, and what would be the nature of that crime. Organized stock changes detect fraudulent activities with data mining. pharmaceutical companies mine data to predict the efficacy of compounds as well as to uncover parvenue chemical entities that may be useful for a particular disease. The airline industry uses it to predict which flights are likely to be delayed (well before the flight is scheduled to depart). Weather analyst determine weather patterns with data mining to predict when there will be rain, sunshine, a hurricane, or snow. Beside that, nonprofit companies use data mining to predict the likelihood of individuals making a donation for a certain cause. The uses of data mining are far reaching and its benefits may be quite a significant.Data Mining Tools and TechniquesData mining is the set of tools that learn the data obtained and then using the useful information for business forecasting. Data mining tools use and analyze the data that exist in databases, data marts, and data warehouse. A data mining tools can be categorized into foursome categories of tools which are prediction tools, classification tools, clustering analy sis tools and association rules discovery. at a lower place are the elobaration of data mining toolsPrediction ToolsA prediction tool is a method that derived from traditional statistical forecasting for predicting a harbor of the variable.Classification ToolsThe classification tools are attempt to distinguish the differences between classes of objects or actions. Given the example is an advertiser may want to know which perspective of its promotion is most appealing to consumers. Is it a price, quality or dependableness of a product? Or maybe it is a special feature that is missing on competitive products. This tools help give such information on all the products, making possible to use the advertising reckon in a most effective manner.Clustering Analysis ToolsThis is very powerful tools for clustering products into groups that naturally fall together which are the groups are identified by the programme. Most of the clusters discovered may not be useful in business decision. However, they may find one or two that are extremely important which the ones the company can head advantage of. The most common use is market segmentation which in this process, a company divides the customer base into segments dependent upon characteristics like income, wealthiness and so on. Each segment is then treated with different merchandise approach.Association Rules DiscoveryThis tool discover associations which are like what kinds of books certain groups of people read, what products certain groups of people purchase and so on. Businesses use such information in targeting their markets. For instance, recommends movies based on movies people have watched and rated in the past.There are four general patterns in data mining which are data preparation, data analysis and classification, knowledge acquisition and medical prognosis.Data PreparationIn the data preparation phase, the main data sets to be used by the data mining operation are identified and cleaned of any data impurities. Because the data in the data warehouse are already integrated and filtered, the data warehouse usually is the target set for data mining operations.Data AnalysisThe data anlysis and classification phase studies the data to identify common data characteristics or patterns. During this phase, the data mining tool applies specific algorithm to findData groupings, classifications, clusters, or sequences.Data dependencies, links, or relationships.Data patterns, trends, and deviations.Knowledge AcquisitionThe knowledge-acquisition phase uses the results of the data analysis and classification phase. During the knowledge-acquisition phase, the data mining tool (with possible intervention by the end user) selects the appropriate modeling or knowledge-acquisition algorithms. The most common algorithms used in data mining are based on flighty networks, decision trees, rules induction, genetic algorithms, classification and regression trees, memory-based reasoning, and nearest ne ighbor and data opticization. A data mining tool may use numerous of these algorithms in any combination to generate a computer model that reflects the behavior of the target data set. PrognosisAlthough many data mining tools stop at the knowledge-acquisition phase, others continue to the prognosis phase. In that phase, the data mining findings are used to predict future behavior and forecast business outcomes. Examples of data mining findings can be65% of customers who did not use a particular credit card in the last six months are 88% likely to cancel that account.82% of customers who bought a 27-inch or larger TV are 90% likely to buy an frolic center within the next four weeks.If age 30 and income = 25,000 and credit rating 25,000, then the minimum loan term is ten years.The complete set of findings can be represented in a decision tree, a neural net, a forecasting model, or a visual presentation interface that is used to project future events or results. For example, the prognosis phase might project the likely outcome of a new product rollout or a new marketing promotion.The Benefit and Weaknesess of Data Warehouse to OrganizationData warehouse is the one of powerful techniques that applies in organization in order to assist managerial decision making within a business. This methodology becomes a crucial asset in modern business enterprise. It is designed to extract information from data and to use such information as a basis for decision making. The organization will get more benefit with application of data warehouse because the features of data warehouse itself is its a central repositories that stores historical information, meaning arrange that eventhough the data come from differ location and various points in time but all the relevant data are assembled in one location and was organized in efficient manner. Indirectly, it makes a profit to company because it greatly reduces the computing cost. One of the advantage of using data warehouse i s it allows the accessible of large volume information whereas the information will be used in problem solving that arise in business organization. All the data that are from multiple sources that located in central repository will be analyze in order to allow them come out with a choice of solutions.However there are also having weaknesses that need to concern as well. The processes of data warehouse in reality take a long period of time bacause before all the data can be stored into warehouse, they need to cleaned, extracted and loaded. The process of maintaining the data is one of the problems in data warehouse because it is not easy to handle. The compatibility may be the isssued in order to implement the data warehouse in organization because the new transaction system that tried to implement may not work with the system that already used. Beside that, the user that works with the system must be trained to use the system because without having a proper training may cause a pro blem. Furthermore, if the data warehouse can be accessed via the internet, the security problem might be the issue. The biggest problem that related with the data warehouse is the costs that must taken into consideration especially for their maintenance. any organization that is considering using a data warehouse must define if the benefits outweigh the costs.ConclusionSuccessfully supporting managerial decision-making is significantly dependent upon the availability of integrated, high quality information organized and presented in a timely and in simply way to understand. Data mining and data warehouse have emerged to meet this need. The application of data mining and data warehouse will be apart of crucial element in organization in order to assist the managerial running the operation smoothly and at the same time will help them to accomplish the business goal. It is because both of these techniques are the foundation of decision support system. at present data mining and data warehouse are an important tools and more companies will begin using them in the future. REFERENCESBonifati, A., Cattaneo, F., Ceri, F., Fuggetta, A., and Paraboschi, S., (2001). Designing data marts for data warehouse. ACM Transactions On Software Engineering And Methodology, 10, 452-483. Retrieved February 15, 2010 from http//www.emeraldinsight.com.ezaccess.library.uitm.edu.my/Insight/viewPDF.jsp?contentType=ArticleFilename=html/yield/ print/EmeraldAbstractOnlyArticle/Pdf/2810110103.pdfChaplot, P., (2007). An introduction to data warehousing. Retrieved February 14, 2010 from http//www.emeraldinsight.com.ezaccess.library.uitm.edu.my/Insight/viewPDF.jsp?contentType=ArticleFilename=html/Output/ print/EmeraldFullTextArticle/Pdf/0291000304.pdfRoiger, R.,J., (2005). Teaching an introductory course in data mining. Retrieved February 13, 2010 fromhttp//delivery.acm.org/10.1145/1070000/1067620/p415-roiger.pdf?key1=1067620key2=7107846621coll=ACMdl=ACMCFID=76668031CFTOKEN=26856088Santos, R. , J., and Bernandino, J. Real-time data warehouse loading methodology. Retrieved February 13, 2010 from http//www.emeraldinsight.com.ezaccess.library.uitm.edu.my/Insight/viewPDF.jsp?contentType=ArticleFilename=html/Output/ make/EmeraldFullTextArticle/Pdf/0291010105.pdfChowdhury, S., Chan, J.,O., (2007). Data warehousing and data mining a course in mba and msis program from uses perspective. Data Warehousing And Data Mining. 7. Retrieved February 15, 2010 from http//www.emeraldinsight.com.ezaccess.library.uitm.edu.my/Insight/viewPDF.jsp?contentType=ArticleFilename=html/Output/Published/EmeraldFullTextArticle/Pdf/1640150202.pdfRanjan, J., Malik, K., (2007). Effective educational process a data mining approach. The journal Of Information And Knowledge Management Systems. 37, 502-515. Retrieved February 16, 2010 fromhttp//www.emeraldinsight.com.ezaccess.library.uitm.edu.my/Insight/viewPDF.jsp?contentType=ArticleFilename=html/Output/Published/EmeraldFullTextMora, S., L., Trujillo, J., So ng, I, Y., (2006). A uml profile for multidimensional modeling in data warehouses. Data Knowledge Engineering. 59, 725-769. Retrieved February 20, 2010 from http//www.sciencedirect.com.ezaccess.library.uitm.edu.my/science?_ob=MImg_imagekeyMarch, S., T., Hevner, A., R., (2005). Integrated decision support systems a data warehousing perspective. Retrieved February 21, 2010 fromhttp//delivery.acm.org/10.1145/1460000/1451949/p49santos.pdf?key1=1451949key2=1956846621coll=ACMdl=ACMCFID
Subscribe to:
Posts (Atom)