Thursday, February 16, 2012

Definition of a "System".

System concepts

Environment and boundaries
Systems theory views the world as a complex system of interconnected parts. We scope a system by defining its boundary; this means choosing which entities are inside the system and which are outside - part of the environment. We then make simplified representations (models) of the system in order to understand it and to predict or impact its future behavior. These models may define the structure and/or the behavior of the system.
Natural and man-made systems
There are natural and man-made (designed) systems. Natural systems may not have an apparent objective but their outputs can be interpreted as purposes. Man-made systems are made with purposes that are achieved by the delivery of outputs. Their parts must be related; they must be “designed to work as a coherent entity” - else they would be two or more distinct systems.
Theoretical Framework
An open system exchanges matter and energy with its surroundings. Most systems are open systems; like a car, coffeemaker, or computer. A closed system exchanges energy, but not matter, with its environment; like Earth or the project Biosphere2 or 3. An isolated system exchanges neither matter nor energy with its environment. A theoretical example of such system is the Universe.
Process and transformation process
A system can also be viewed as a bounded transformation process, that is, a process or collection of processes that transforms inputs into outputs. Inputs are consumed; outputs are produced. The concept of input and output here is very broad. E.g., an output of a passenger ship is the movement of people from departure to destination.
Subsystem
A subsystem is a set of elements, which is a system itself, and a component of a larger system.
System Model
A system comprises multiple views. For the man-made systems it may be such views as planning, requirement, design, implementation, deployment, operational, structure, behavior, input data, and output data views. A system model is required to describe and represent all these multiple views.
System Architecture
A system architecture, using one single coalescence model for the description of multiple views such as planning, requirement, design, implementation, deployment, operational, structure, behavior, input data, and output data views, is a kind of system model.

Types of systems

Evidently, there are many types of systems that can be analyzed both quantitatively and qualitatively. For example, with an analysis of urban systems dynamics, [A.W. Steiss] defines five intersecting systems, including the physical subsystem and behavioral system. For sociological models influenced by systems theory, where Kenneth D. Bailey [6] defines systems in terms of conceptual, concrete and abstract systems; either isolated, closed, or open, Walter F. Buckley [7] defines social systems in sociology in terms of mechanical, organic, and process models. Bela H. Banathy cautions that with any inquiry into a system that understanding the type of system is crucial and defines Natural and Designed systems.

In offering these more global definitions, the author maintains that it is important not to confuse one for the other. The theorist explains that natural systems include sub-atomic systems, living systems, the solar system, the galactic system and the Universe. Designed systems are our creations, our physical structures, hybrid systems which include natural and designed systems, and our conceptual knowledge. The human element of organization and activities are emphasized with their relevant abstract systems and representations. A key consideration in making distinctions among various types of systems is to determine how much freedom the system has to select purpose, goals, methods, tools, etc. and how widely is the freedom to select itself distributed (or concentrated) in the system.

George J. Klir [9] maintains that no "classification is complete and perfect for all purposes," and defines systems in terms of abstract, real, and conceptual physical systems, bounded and unbounded systems, discrete to continuous, pulse to hybrid systems, et cetera. The interaction between systems and their environments are categorized in terms of relatively closed, and open systems. It seems most unlikely that an absolutely closed system can exist or, if it did, that it could be known by us. Important distinctions have also been made between hard and soft systems. Hard systems are associated with areas such as systems engineering, operations research and quantitative systems analysis. Soft systems are commonly associated with concepts developed by Peter Checkland and Brian Wilson through Soft Systems Methodology (SSM) involving methods such as action research and emphasizing participatory designs. Where hard systems might be identified as more "scientific," the distinction between them is actually often hard to define.

Cultural system

A cultural system may be defined as the interaction of different elements of culture. While a cultural system is quite different from a social system, sometimes both systems together are referred to as the sociocultural system. A major concern in the social sciences is the problem of order. One way that social order has been theorized is according to the degree of integration of cultural and social factors.

Economic system

An economic system is a mechanism (social institution) which deals with the production, distribution and consumption of goods and services in a particular society. The economic system is composed of people, institutions and their relationships to resources, such as the convention of property. It addresses the problems of economics, like the allocation and scarcity of resources.

Application of the system concept

Systems modeling is generally a basic principle in engineering and in social sciences. The system is the representation of the entities under concern. Hence inclusion to or exclusion from system context is dependent of the intention of the modeler.
No model of a system will include all features of the real system of concern, and no model of a system must include all entities belonging to a real system of concern.

Systems in information and computer science

In computer science and information science, system is a software system which has components as its structure and observable Inter-process communications as its behavior. Again, an example will illustrate: There are systems of counting, as with Roman numerals, and various systems for filing papers, or catalogues, and various library systems, of which the Dewey Decimal System is an example. This still fits with the definition of components which are connected together (in this case in order to facilitate the flow of information).
System can also be used referring to a framework, be it software or hardware, designed to allow software programs to run, see platform.

Systems in engineering and physics

In engineering and physics, a physical system is the portion of the universe that is being studied (of which a thermodynamic system is one major example). Engineering also has the concept of a system that refers to all of the parts and interactions between parts of a complex project. Systems engineering refers to the branch of engineering that studies how this type of system should be planned, designed, implemented, built, and maintained.

Systems in social and cognitive sciences and management research

Social and cognitive sciences recognize systems in human person models and in human societies. They include human brain functions and human mental processes as well as normative ethics systems and social/cultural behavioral patterns.
In management science, operations research and organizational development (OD), human organizations are viewed as systems (conceptual systems) of interacting components such as subsystems or system aggregates, which are carriers of numerous complex business processes (organizational behaviors) and organizational structures. Organizational development theorist Peter Senge developed the notion of organizations as systems in his book The Fifth Discipline.
Systems thinking is a style of thinking/reasoning and problem solving. It starts from the recognition of system properties in a given problem. It can be a leadership competency. Some people can think globally while acting locally. Such people consider the potential consequences of their decisions on other parts of larger systems. This is also a basis of systemic coaching in psychology.
Organizational theorists such as Margaret Wheatley have also described the workings of organizational systems in new metaphoric contexts, such as quantum physics, chaos theory, and the self-organization of systems.

Systems applied to strategic thinking

In 1988, military strategist, John A. Warden III introduced his Five Ring System model in his book, The Air Campaign contending that any complex system could be broken down into five concentric rings. Each ring—Leadership, Processes, Infrastructure, Population and Action Units—could be used to isolate key elements of any system that needed change. The model was used effectively by Air Force planners in the First Gulf War. In the late 1990s, Warden applied this five ring model to business strategy.

Installing Windows 2008 via USB Stick

Windows 2008 comes only on DVD and today you’d think every computer has a DVD drive by default, unfortunately most servers are ordered without them and that causes a problem obviously. Your choices would be to break the DVD into CD-ROMs (not fun) install over the network (a little more work than I wanted to do) or find an external USB driven DVD drive.

Here is TWO easy solutions I found from Kurt Shintaku's Blog and Microsoft itself, which I found very useful. 

Solution1: 
Format the thumb drive

  1. from a DOS prompt execute: diskpart
  2. list disk
  3. select disk 1    (assuming disk 1 was your thumb drive in the above list disk command)
  4. clean
  5. create partition primary
  6. select partition 1
  7. active
  8. format fs=fat32
  9. assign
  10. exit

Copy the Win2008 install files

  1. xcopy d:\*.* /s/e/f e:\   (assumes your dvd is drive D: and your thumb drive is drive E:\, adjust accordingly)
Solution2: 
You can also simply download and use Microsoft's Windows 7 USB download tool pointing it to the Windows 2008 Server .iso file to create a bootable USB drive.

Here is another link: http://wudt.codeplex.com/