Indigo


(n.) Indigo, part of Microsoft’s Windows operating system code-named Longhorn, unifies a variety of Microsoft technologies (COM+, MSMQ, ASP.NET Web services [ASMX], Remoting) and transports (HTTP, TCP, UDP, IPC) to create a single framework and runtime environment for building distributed systems.

Indigo is suited for building Service Oriented (SO) systems. Service Orientation helps architects and developers design and build connected systems. Service Orientation complements Object Orientation and helps express services in a platform and implementation independent manner.

Services are programs that are communicated with via message exchange. Services are autonomous, which means they exist and run on their own. Functionality exposed by these services are described using standards-based schema and contracts. Many applications can call a service, and the service won’t crash if one of the consuming applications breaks. A system is a collection of deployed services cooperating in a given task. Systems are built to adapt to change.

Indigo is implemented in .NET; therefore, services are created with any CLR-compliant language. Indigo services are exposed on the wire via standards based technologies (such as XML, XSD, SOAP, WSDL, and other Web services specifications).

Indigo services are bound to the network through one or more channels attached to a port. Each channel is built dynamically at connection time to support the communications requirements negotiated between caller and service. This way, an Indigo service can talk to both a local Indigo service via IPC and a remote client app via HTTP at the same time.

Earlier .NET Framework distributed technologies such as ASP.NET Web services, Enterprise Services, .NET Remoting, COM+/MSMQ can be used from within Indigo applications. Indigo can also interoperate on the wire with ASP.NET Web services, Enterprise Services, COM+/MSMQ, and any applications built on infrastructure that conforms to Web services standards.

Microsoft will provide mechanisms for migrating applications that use most existing frameworks to services.

Microsoft asserts that Indigo will also be instrumental in facilitating true peer-to-peer communication, where PC users can “exchange data, share resources, locate other users, communicate, and collaborate directly in real time” without the need for Internet servers.

Read Also:

  • Industry Foundation Classes

    Industry Foundation Classes (IFCs) are data elements that represent the parts of buildings, or elements of the process, and contain the relevant information about those parts. IFCs are used by computer applications to assemble a computer readable model of the facility that contains all the information of the parts and their relationships to be shared […]

  • InfiniBand

    Both an I/O architecture and a specification for the transmission of data between processors and I/O devices that has been gradually replacing the PCI bus in high-end servers and PCs. Instead of sending data in parallel, which is what PCI does, InfiniBand sends data in serial and can carry multiple channels of data at the […]

  • Information and Content Exchange

    Abbreviated as ICE, an XML-based standard protocol for content syndication over the Internet. The protocol uses XML meta tags to define the format of content transaction messages sent between servers. The syndicated content is typically a download that is automatically transmitted for an agreed-upon price. Because an ICE server is often integrated with a content […]

  • Informix

    Founded in 1980, Informix is one of the fastest growing DBMS software companies. Though still much smaller company than its chief rival, Oracle, Informix has been able to make large market-share gains recently due to its innovative technology.

  • Ingres

    An open source RDBMS that started as a research project at Berkeley in the 1970’s. There are now two strains of Ingres; the university Ingres (also known as Berkeley Ingres), which is open source, and also a commercial version called OpenIngres, which uses SQL and some forms of QUEL as its language for queries and […]


Disclaimer: Indigo definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.