Information about Lotus Notes

Lotus Notes

IBM Lotus Notes 8 default home screen
Maintainer:IBM
OS:Cross-platform
Use:Collaborative software
License:Proprietary
Website:IBM Lotus Notes


Lotus Notes is a client-server, collaborative application owned by IBM Software Group. IBM defines the software as an "integrated desktop client option for accessing business e-mail, calendars and applications on [an] IBM Lotus Domino server."[1].

Features

The Notes client is mainly used as an email client, but also acts as an instant messaging client (for Lotus Sametime), browser, notebook, and calendar/resource reservation client, as well as a platform for interacting with collaborative applications. People who support the Notes client regard the easy interoperability of all of these roles as a major advantage in multiple-application business environments. In the early days of the product, the most common applications were threaded discussions and simple contact management databases. Today Notes also provides blogs, wikis, RSS aggregators, CRM and Help Desk systems, and organizations can build a variety of custom applications for Notes using Domino Designer.

The Notes client can be used as an IMAP and POP e-mail client with non-domino mail servers. Recipient addresses can be retrieved from any LDAP server, including Active Directory. The client also does web browsing although most people configure it to launch their default browser instead.

Features include group calendaring and scheduling, SMTP-based e-mail (HTML based e-mail is available to Java developers), NNTP-based news support, and automatic HTML conversion of all documents by the Domino HTTP task.

Notes instant messaging (Sametime) allows you to see your coworkers online and have chat sessions with them. A chat session can be with one person or multiple people (an instant meeting). Beginning with Release 6.5 this functionality is built into the client and presence awareness has become more and more pervasive throughout the user experience.

Since version 7, Notes has provided a web services interface. Domino can be a web server for HTML files too; authentication of access to Domino databases or HTML files uses Domino's own user directory and external systems such as Microsoft's Active Directory.

A design client is available to allow rapid development of databases consisting of forms, which allow users to create documents; and views, which display selected document fields in columns.

In addition to being a "groupware" system (e-mail, calendaring, shared documents and discussions), Notes/Domino is also a platform for developing customized client-server and web applications. Its use of design constructs and code provide capabilities that facilitate the construction of "workflow" type applications (which may typically have complex approval processes and routing of data).

Since Release 5, Lotus server clustering has been capable of providing geographic redundancy for servers - a feature still not available from Microsoft Exchange without hugely expensive add-on products.

Data replication

A generalized replication facility was implemented in the first release of Notes. The generalized nature of this feature set it apart from predecessors like Usenet, and continues to differentiate Notes from many other systems that now offer some form of synchronization or replication. The facility in Notes and Domino is not limited to email, calendar, and contacts. It works for any data in any application that uses NSF files, which are the standard container for data in the Notes architecture, for its storage. No special programming, tagging, or other configuration is required to enable replication.

Domino servers and Notes clients identify NSF files by their Replica IDs and keep files with matching IDs synchronized by bidirectionally exchanging data, metadata, and application logic and design. Replication between two servers, or between a client and a server, can occur over a network or a point-to-point modem connection. Replication between servers may occur at intervals according to a defined schedule, in near real-time when triggered by data changes in Domino server clusters, or on an ad hoc basis when triggered by an administrator or programmatically.

Creation of a local replica of an NSF file on the hard disk of a Notes client enables the user of the client to take full advantage of Notes databases while working off-line—with the client synchronizing any changes when client and server next connect. Local replicas are also sometimes maintained for use while connected to the network in order to reduce network i/o. Replication between a Notes client and Domino server can run automatically according to a schedule, or manually in response to a user or programmatic request. Local replicas on early releases of the Notes client did not always maintain all security features programmed into the applications, but starting with Notes 6 enforcement of application security is automatic for all local replicas. Early releases also did not offer a way to encrypt NSF files, raising concerns that local replicas potentially exposed too much confidential data on laptop computers or insecure home office computers, but an optional encryption feature for NSF files was added in more recent releases, and as of Notes 6 it is the default setting for newly created local replicas.

Security

Security is built into the product. Notes was the first widely adopted software product to use public key cryptography for client-server and server-server authentication and for encryption of data, and it remains the product with the largest installed base of PKI users. Until US laws regulating encryption were changed in 2000, Lotus was prohibited from exporting versions of Notes that supported symmetric encryption keys that were longer than 40 bits. In 1997, Lotus negotiated an agreement with the NSA that allowed export of a version that supported stronger keys with 64 bits, but 24 of the bits were encrypted with a special key and included in the message to provide a "workload reduction factor" for the NSA. The effect of this was that users of Notes outside of the US had stronger protection against private sector industrial espionage, but no additional protection against spying by the US government.[2] This implementation was not a secret - in fact it was widely announced - but with some justification many people did consider it to be a backdoor. Some governments objected to being put at a disadvantage to the NSA, and as a result Lotus continued to support the 40 bit version for export to those countries. Under current US export laws, Lotus supports only one version of the Notes PKI with 128 bit symmetric keys, 1024 bit public keys, and no workload reduction factor. The Domino server's security tools also include S/MIME, SSL 3.0 support with industry standard key sizes for HTTP and other Internet protocols, X.509 client certificates, and an integrated certificate authority.

Lotus also employs a code-signature framework that controls the security context, runtime, and rights of custom code developed and introduced into the environment. With Release 5, Lotus introduced Execution Control Lists at the Client level - starting with 6, ECL's can be managed centrally by the SA's through the implementation of Polieis. Code signatures are widely regarded as the reason there has not been a virus capable of propagating natively through a Notes/Domino environment since release 4.5.

Programming

Enlarge picture
Domino Designer 7 IDE.
Notes/Domino is a cross-platform, secure, distributed document-oriented database and messaging framework and rapid application development environment that includes pre-built applications like email, calendar, etc. This sets it apart from its major commercial competitors, such as Microsoft Exchange or Novell GroupWise, which are generally purpose-built applications for mail and calendaring that offer APIs for extensibility.

Lotus Domino databases are built using the Domino Designer client, available only for Windows. A key feature of Notes is that many replicas of the same database can exist at the same time on different servers and clients, across dissimilar platforms, and the same storage architecture is used for both client and server replicas. Originally, replication in Notes happened at document (i.e. record) level. With release of Notes 4 in 1996, replication was changed so that it now occurs at field level.

A database is an NSF (Notes Storage Facility) file, containing basic units of storage known as a "note". Every note has a UniqueID and a NoteID. The UniqueID uniquely identifies the note across all replicas within a cluster of servers, a domain of servers, or even across domains belonging to many organizations that are all hosting replicas of the same database. The NoteID, on the other hand, is unique to the note only within the context of one given replica. Each note also stores its creation and modification dates, and one or more Items.

There are several classes of notes, including design notes and document notes. Design notes, which are created and modified with the Domino Designer client, represent programmable elements, such as the GUI layout of forms for displaying and editing data, or formulas and scripts for manipulating data. Document notes, which are created and modified with the Lotus Notes client, via a web browser, via mail routing and delivery, or via programmed code, represent user data.

Document notes can have parent-child relationships, but Notes should not be considered a hierarchical database in the classic sense of IMS. Notes databases are also not relational, although there is a SQL driver that can be used with Notes, and it does have some features that can be used to develop applications that mimic relational features. There is no support for atomic transactions in Notes, and its file locking is rudimentary at best. Notes is essentially a document-based, schemaless, loosely structured database with support for rich content and powerful indexing facilities. This structure closely mimics paper-based workflows that Lotus Notes is typically used to automate.

Items represent the content of a note. Every item has a name, a type, and may optionally have some flags set. A note can have more than one item with the same name. Types include Number, Number List, Text, Text List, Date-Time, Date-Time List, and Rich Text. Flags are used for managing attributes associated with the item, such as read or write security. Items in design notes represent the programmed elements of a database. For example, the layout of an entry form is stored in the rich text Body item within a form design note. This means that the design of the database can replicate to users' desktops just like the data itself, making it extremely easy to deploy updated applications.

Items in document notes represent user-entered or computed data. An item named "Form" in a document note can be used to bind a document to a form design note, which directs the Lotus Notes client to merge the content of the document note items with the GUI information and code represented in the given form design note for display and editing purposes. The resulting loose binding of documents to design information is one of the cornerstones of the power of Lotus Notes. Traditional database developers used to working with rigidly enforced schemas, on the other hand, may consider the power of this feature to be a double-edged sword.

Notes applications development uses several programming languages. Formula and LotusScript are the two main ones. LotusScript is similar to, and may even be considered a specialized implementation of, Visual Basic, but with the addition of many powerful native classes that model the Notes environment, whereas Formula is unique to Notes but similar to Lotus 1-2-3 formula language.

Since Release 5, Java and JavaScript are also integrated into Lotus Notes. LotusScript is the primary tool in developing applications for the Notes client, as well as server-based processing. Java and JavaScript are the primary tools for developing applications for browser access, allowing browsers to emulate the functionality of the Notes client. The Notes client can now natively process Java and JavaScript code, although applications development usually requires at least some code specific to only Notes or only a browser. However, the Mac client does not support Java and the Windows client usually does not support the most recent version of Java.

As of version 6, Lotus established an XML programming interface in addition to the options already available. The Domino XML Language (DXL) provides XML representations of all data and design resources in the Notes model, allowing any XML processing tool to create and modify Notes/Domino data.

External to the Lotus Notes application, IBM provides toolkits in C, C++, and Java to connect to the Domino database and perform a wide variety of tasks. The C toolkit is the most mature and the C++ toolkit is an objectized version of the C toolkit, lacking many functions the C toolkit provides. The Java toolkit is the least mature of the three and can be used for basic application needs.**

Database

Notes includes a DBMS but Notes files are different from relational or object databases since they are document centric, allow multiple values in items (fields), don't require a schema, come with built-in document-level access control and store RichText data. There are some Object-Relational features being developed and Domino 7 supports the use of IBM's DB2 database as an alternative store for Notes databases, and you can map a Notes database to a relational database using tools like DECS, [LEI], JDBCSql for Domino or NotesSQL.

It could be argued that Notes is a multi-value database system like PICK, or that it's an object system like Zope, but it is in fact unique. Whereas the temptation for relational database programmers is to normalize databases, Notes databases must be *de-*normalized. RDBMS developers often find it difficult to conceptualize the difference. It may be useful to think of a Notes document (a 'note') as analogous to an xml document natively stored in a database (although with limitations on the data types and structures available).

The benefits of this data structure are:
  1. No need to define size of fields, or datatype — although you can if you want to;
  2. Attributes (= Notes fields) which are null, take up no space in a database;
  3. Built-in full text searching.

Use as an email client

Lotus Notes is commonly deployed as an end-user email client in larger organizations, accounting for more than 120 million total users according to IBM's latest figures.[3]

When an organization employs a Lotus Domino server, it usually also deploys Lotus Notes for its users to read mail and use databases. However, the Domino server also supports POP3 and IMAP mail clients, and through an extension product (Domino Access for Microsoft Outlook) supports native access for Microsoft Outlook clients. Lotus also provides Domino Web Access, to allow the use of email and calendaring features through Internet Explorer and Firefox web browsers on Windows, Mac and Linux.

There are several spam filtering programs available, and a rules engine allowing user-defined mail processing to be performed by the server.

How Notes differs from other email clients

Lotus Notes is a unique environment. It was designed to be a collaborative application platform where email was just one of numerous applications that ran in the Notes client software. Lotus lore has it that the first mail inbox application written by Lotus was a proof-of-concept for a sales presentation. The Notes client was also designed to run on multiple platforms including Windows, OS/2, Mac, SCO Open Desktop UNIX, and Linux. These two factors have resulted in the user interface containing some differences from applications that only run on Windows. Furthermore these differences have often remained in the product to retain backward compatibility with earlier releases, in favor of conforming to Windows UI standards. The following are some of these differences.
  • Some keystrokes that some other popular mail applications bind to commonly used features do not work in Notes. Examples are:
  • Notes uses Ctrl+M to create a new mail, whereas some other mail clients use Ctrl+N for this purpose. (However, Netscape's mail component and Mozilla Thunderbird also use Ctrl+M on a PC, or ⇧ Shift+⌘ Cmd+M on a Macintosh).
  • Ctrl+R does not reply to an email in Notes, which uses Alt+2,R for this purpose.
  • Deleting a document (or email) will delete it from every folder in which it appears, since the folders simply contain links to the same back-end document. Some other email clients only delete the email from the current folder; if the email appears in other folders it is left alone, requiring the user to hunt through multiple folders in order to completely delete a message. In Notes, clicking on "Remove from Folder" will remove the document only from that folder leaving all other instances intact.
  • The All Documents and Sent folders exhibit some different behaviors than other folders. Namely, you cannot drag email out of them and thereby remove the email from thosee folders; the email can only be "copied" from them. This is because these two folders are not, in fact, folders at all: they are views. Their membership indexes are maintained according to programmed criteria rather than user interaction (as with a folder). This technical difference is not apparent to some users, but it does make sense. All Documents contain all of the documents in your mail database, no matter which folder it is in. The only way to remove something from All Documents is to delete it outright. Also, an email message cannot be removed from Sent, since that would imply that a message that used to be sent was no longer ever sent, which does not make sense.
Lotus Notes 7 and older versions had more differences:
  • Users select a "New Memo" to send an email, rather than "New Mail" or "New Message." (In Notes 8, the command is called "New Message.")
  • To select multiple documents in a Notes view, you have to drag your mouse next to the documents that you want to select, rather than using ⇧ Shift+single click. (Notes 8 uses standard conventions.)
  • The searching function is a "phrase search", rather than the more common "or search", and Notes requires users to spell out boolean conditions in search string. As a result, users must search for ‘delete AND folder’ in order to find help text that contains the phrase ‘delete a folder’. Searching for ‘delete folder’ does not yield the desired result.
  • The built-in full text search engine will only find email in the currently selected folder or view; if you click search while you are in your inbox, then that's the only place that the search will look. To the user, it can appear that Notes cannot find the email, when in fact, the user is simply "not looking in the correct place". (If you want to search the entire mailbox, the correct place to initiate the search is the Notes mailbox's All Documents view.)
  • Notes up to version 7 uses F9 as its refresh key and F5 to lock the display. Some Microsoft applications (e.g., Outlook 2002, Explorer, Internet Explorer) use F5 as a refresh key, others (e.g. Outlook 2003, Word, Excel) use F9. F9's use as the refresh key in PC applications pre-dates Microsoft's choice of F5, back to the early 1980s, when Lotus 1-2-3 was the most popular PC application. In Notes 8, both F9 and F5 refresh the screen, and Ctrl+F5 is used to lock Notes.
Like all popular commercial software packages, Lotus Notes has its detractors as well as supporters. Critics assert that there are dedicated email clients that are simpler, more intuitive and have a lower purchase price. Proponents argue that richer capabilities and advanced programmability are available, and that purchase price is a small fraction of total cost of ownership. Many of the differences mentioned above are seen by some as weaknesses in the product, especially when the user interface is compared to Windows-only applications.

Later releases of the product made some headway in addressing end-user complaints. Notes 6.5 (released in 2003) paid some long needed attention to the e-mail client, which has traditionally been regarded as the product's Achilles heel. Features added at this time include:
  • drag and drop of folders
  • replication of unread marks between servers
  • follow-up flags
  • reply and forward indicators on emails
  • ability to edit an attachment and save the changes back to an e-mail
In terms of usability, this release went a good way towards redressing the balance with archrival, the Microsoft Outlook/Microsoft Exchange combination, which had incorporated many of these features for a number of years.

Criticisms

Criticisms of the product include:
  • Many end users, particularly those mainly using it for emailing, have complained that aspects of the graphical user interface are unintuitive.[4] [5] Some of these criticisms have been addressed in recent versions.
  • End users also complain about the excessive number of mouse clicks needed to perform basic functions, and the poor design of keyboard alternatives
  • The out of office feature was designed to limit traffic by sending the out of office messages at 2am (by default) instead of immediately after messages are received, giving the impression that it did not work. Recent releases have increased the frequency of out of office emails, which are now sent every few hours. In 8, according to marketing material, this feature can be configured by administrators to run in real time.
  • Setting up archiving for the first time was complex, and often did not create an archive file straight away (the file is created when the first email is archived). This may have led some users to believe it did not work.
  • Some users get confused between the "Starts with" search and the full text search features offered in the Notes UI, the former of which will only search on data that is visible in the currently sorted column of the visible folder. The product's defenders point out that the optional full text search feature has provided superior searching in Notes since the early 1990s, whereas rival Microsoft Outlook only provided that feature starting with the 2007 version, relying on third-party external plug-ins to provide similar functionality before that.
  • It is difficult to read your Notes email from a standalone NSF file with any other software.
  • Double clicking an attachment in Lotus Notes does not immediately open the attachment. A dialog box opens up with options to open the attachment or to view the size.
  • It is hard to get the regular email address of someone that has sent an email to you if this person is from your Organization (in the Notes directory) because Notes does not display email addresses but specific Notes addresses like "Mike Smith/San Jose/ABC Company"

History

Enlarge picture
IBM Lotus Notes 7 customized Welcome Page
Enlarge picture
IBM Lotus Notes 6.5 default Welcome Page
Enlarge picture
Lotus Notes Wikipedia article in Lotus Notes 6.5
Enlarge picture
Lotus Notes 5 client workspace
Lotus Notes has a history spanning more than 20 years.[6] Its chief inspiration was PLATO Notes, created by David Woolley at the University of Illinois in 1973. In today's terminology, PLATO Notes was a message board, and it was the basis for an online community which thrived for more than 20 years on the PLATO system. Ray Ozzie, who in 2006 succeeded Bill Gates as Chief Software Architect at Microsoft, worked with PLATO while attending the University of Illinois in the 1970s. When PC network technology began to emerge, Ozzie made a deal with Mitch Kapor, the founder of Lotus Development Corporation, that resulted in the formation of Iris Associates in 1984 to develop products that would combine the capabilities of PCs with the collaborative tools pioneered in PLATO. The agreement put control of product development under Ozzie and Iris, and sales and marketing under Lotus. In 1994, after the release and marketplace success of Notes R3, Lotus purchased Iris. In 1995 IBM purchased Lotus.

When Lotus Notes was initially released, the name "Notes" referred to both the client and server components. In 1996, Lotus released an HTTP server add-on for the Notes 4 server called "Domino". This add-on allowed Notes documents to be rendered as web pages in real time. Later that year, the Domino web server was integrated into release 4.5 of the core Notes server and the entire server program was re-branded, taking on the name "Domino". Only the client program officially retained the "Lotus Notes" name, however end users are generally unaware of this differentiation, so even though more than ten years has passed since the re-branding, references to the "Lotus Notes Server" are still fairly common.

Versions

  • Release 1 - 1989 - The Notes client required DOS 3.1 or OS/2. The Notes server required either DOS 3.1, 4.0, or OS/2.
  • Release 1.1 - 1990
  • Release 2 - 1991
  • Release 3 - May 1993
  • Release 4 - January 1996
  • Release 4.5 - December 1996. Server renamed as "Domino", added native HTTP server, POP3 (POP) server, added Calendaring & Scheduling. Also included SMTP MTA "in the box", but not installed by default.
  • Release 4.6: added IMAP support. OS/2 and Unix client support dropped. No Mac client for this particular release.
  • Release 5 - 1999: Moved SMTP functionality from a separate MTA task to become a native ability of the mail routing task, improving performance and fidelity of internet email. Major improvements to HTTP server. Notes client had a major interface overhaul.
  • Release 5.0.8 - Added a new webmail interface, called iNotes (later changed to Domino Web Access in Release 6).
  • Release 6.0 - September 2002. Added Domino Web Access (formerly iNotes Web Access) support. Dropped OS/2 server support.
  • Release 6.5 - September 2003. Added Lotus SameTime Instant Messaging integration to the Notes client (Windows only).
  • Release 7.0 - August 2005. Added DB2 support as database storage
  • Release 7.0.1 - July 2006. Added native Linux client, with initial release certified for RHEL.
  • Release 7.0.2 - September 2006. Added blog template, rss feed support, iCal support, SAP integration and "Nomad" which allows you to take your Notes client with you on a USB device.
  • Release 8.0 - August 2007
Current server versions available:
  • Release 7.0.2 for All Platforms (Windows, Linux (Red Hat & SuSE x86, and zSeries), i5OS, z/OS, Solaris 9 & 10)
  • Release 8.0 for Windows, Linux, Solaris, AIX
Current client versions available:

Future

This article or section contains information about scheduled or expected .
The content may change as the software release approaches and more information becomes available.
Since the IBM acquisition of Lotus, some industry analysts and mainstream business press writers, along with IBM competitors, have made predictions of the impending demise of Lotus Notes. One noted example of this was an article published in Forbes magazine entitled "The decline and fall of Lotus", published in April 1998. Since that time, IBM claims that the installed base of Lotus Notes has nearly tripled from an estimated 42 million seats in September 1998 to more than 125 million in 2006.[3]

Speculation about the decline of Notes was fueled by lingering market confusion emanating from IBM placing marketing emphasis on Websphere and IBM Workplace in 2003 and 2004. IBM Workplace, however, has been discontinued[8], thus this source of confusion about the future of Notes and Domino has been rendered moot. While the future of any product in the technology sector cannot be predicted, IBM has made announcements that indicate that it continues to invest heavily in research and development on the Lotus Notes product line.

Notes 8, which was previously code-named "Hannover" (after the location of the 22nd Deutsche Notes User Group meeting, where it was first shown to the public) incorporates Notes into a larger Eclipse framework and includes support for productivity editors based on the OpenDocument format.[9] (These editors have also been released in a standalone package called Lotus Symphony.) In addition, IBM executive Ken Bisconti has made public comments on several occasions asserting that there will be releases 8, 9 and 10 of Notes and Domino.[10]

In 2005, some analysts concluded that Lotus is losing market share to Microsoft Exchange.[11] There is no general agreement, however, about methods of accurately calculating share in the messaging and collaboration market.[12] Figures based on seat count may be skewed by the presence of unused seats that are counted as a result of "bundled CALs", and figures based on customer count may be skewed by difference in typical customer organization sizes. IBM has asserted that growth shown in the revenue figures for the Lotus brand, as published in their audited annual financial report, show the continuing strength of the Lotus Notes product in the market. According to these figures, the Notes and Domino product line has sustained double-digit growth since late 2004 and continuing through 2006, including 30% year-to-year growth in Q4 of 2006.

In 2007, it was announced that IBM would contribute some of the code it had developed for the integration of the OpenOffice.org suite into Lotus Notes 8 back to the project[13]. IBM also packaged its version of Open Office for free distribution as IBM Lotus Symphony, released in beta mode on September 17[14].

See also

References

1. ^ "IBM's home page for Lotus Notes" Definition of Lotus Notes
2. ^ "The Swedes discover Lotus Notes has key escrow!" The Risks Digest, Volume 19, Issue 52, 1997-12-24
3. ^ Stan Beer (2006-07-10). Lotus Notes for Linux arrives. iTWire. Retrieved on 2007-05-15.
4. ^ Lotus Notes Sucks Lotus Notes Sucks website
5. ^ Survival of the unfittest Guardian Unlimited, February 9, 2006
6. ^ Official history of Lotus Notes IBM DeveloperWorks Web Site
7. ^ The Official Wine Wiki
8. ^ "Software withdrawal and service discontinuance: IBM Workplace Messaging" IBM Press Release December 12, 2006
9. ^ "IBM backs OpenDocument in Lotus Notes" CNET News.com, Article published in May, 2006
10. ^ "Lotus set to uphold the future of Notes" Article published in January, 2006
11. ^ "IBM In Denial Over Lotus Notes" Article published in April 2005
12. ^ "Response to Daniel Lyons: "IBM In Denial Over Lotus Notes"" Blogpost by Michael Sampson, Research Director at Shared Spaces
13. ^ "IBM Joins OpenOffice.org Community"
14. ^ "IBM Releases Office Desktop Software at No Charge to Foster Collaboration and Innovation"

External links

Software development process
Activities and steps
Requirements | Architecture | Implementation | Testing | Deployment
Models
Agile | Cleanroom | Iterative | RAD | RUP | Spiral | Waterfall | XP
Supporting disciplines
..... Click the link for more information.
International Business Machines Corporation

Public (NYSE:  IBM )
Founded 1889, incorporated 1911
Headquarters Armonk, New York, USA

Key people Samuel J.
..... Click the link for more information.
An operating system (OS) is the software that manages the sharing of the resources of a computer. An operating system processes system data and user input, and responds by allocating and managing tasks and internal system resources as a service to users and programs of the
..... Click the link for more information.
Cross-platform is a term which can refer to computer programs, operating systems, computer languages, programming languages, or other computer software and their implementations which can be made to work on multiple computer platforms.
..... Click the link for more information.
Collaborative software is software designed to help people involved in a common task achieve their goals. Collaborative software is the basis for computer supported cooperative work.

Such software systems as email, calendaring, text chat, wiki belong in this category.
..... Click the link for more information.
A software license comprises the permissions, rights and restrictions imposed on software (whether a component or a free-standing program). Use of software without a license could constitute infringement of the owner's exclusive rights under copyright or, occasionally, patent law
..... Click the link for more information.
Proprietary software (also called non-free software or closed-source software) is software with restrictions on using, copying and modifying as enforced by the proprietor.
..... Click the link for more information.
A website (alternatively, Web site or web site) is a collection of Web pages, images, videos or other digital assets that is hosted on one or several Web server(s), usually accessible via the Internet, cell phone or a LAN.
..... Click the link for more information.
Client-server is a computing architecture which separates a client from a server, and is almost always implemented over a computer network. Each client or server connected to a network can also be referred to as a node.
..... Click the link for more information.
Collaborative software is software designed to help people involved in a common task achieve their goals. Collaborative software is the basis for computer supported cooperative work.

Such software systems as email, calendaring, text chat, wiki belong in this category.
..... Click the link for more information.
International Business Machines Corporation

Public (NYSE:  IBM )
Founded 1889, incorporated 1911
Headquarters Armonk, New York, USA

Key people Samuel J.
..... Click the link for more information.
E-mail (short for electronic mail; often also abbreviated as e-mail, email or simply mail) is a store and forward method of composing, sending, storing, and receiving messages over electronic communication systems.
..... Click the link for more information.
Application software is a subclass of computer software that employs the capabilities of a computer directly and thoroughly to a task that the user wishes to perform. This should be contrasted with system software which is involved in integrating a computer's various capabilities,
..... Click the link for more information.
Lotus Domino is an IBM server product that provides enterprise-grade e-mail, collaboration capabilities, and custom application platform. Domino began life as Lotus Notes Server, the server component of Lotus Development Corporation's client-server messaging technology.
..... Click the link for more information.
Instant messaging (IM) is a form of real-time communication between two or more people based on typed text. The text is conveyed via computers connected over a network such as the Internet.
..... Click the link for more information.
Lotus Sametime is an enterprise instant messaging and web conferencing application sold by the Lotus Software division of IBM. Lotus Sametime provides enterprise instant messaging functionality, presence information, and web conferencing.
..... Click the link for more information.
blog (a portmanteau of web log) is a website where entries are written in chronological order and commonly displayed in reverse chronological order. "Blog" can also be used as a verb, meaning to maintain or add content to a blog.
..... Click the link for more information.
RSS

Screenshot of an RSS feed as seen in Mozilla Thunderbird
File extension: .rss, .xml
MIME type: application/rss+xml (Registration Being Prepared)[1]
Extended from: XML
..... Click the link for more information.
In computing, a feed aggregator, also known as a feed reader or simply as an aggregator, is client software or a Web application which aggregates syndicated web content such as news headlines, blogs, podcasts, and vlogs in a single location for easy viewing.
..... Click the link for more information.
Customer relationship management (CRM) is a broad term that covers concepts used by companies to manage their relationships with customers, including the capture, storage and analysis of customer, vendor, partner, and internal process information.
..... Click the link for more information.
help desk is an information and assistance resource that troubleshoots problems with computers and similar products. Corporations often provide help desk support to their customers via a toll-free number, website and/or e-mail.
..... Click the link for more information.
Application software is a subclass of computer software that employs the capabilities of a computer directly and thoroughly to a task that the user wishes to perform. This should be contrasted with system software which is involved in integrating a computer's various capabilities,
..... Click the link for more information.
The Internet Message Access Protocol (commonly known as IMAP or IMAP4, and previously called Internet Mail Access Protocol, Interactive Mail Access Protocol (RFC 1064), and Interim Mail Access Protocol[1]
..... Click the link for more information.
In computing, local e-mail clients use the Post Office Protocol version 3 (POP3), an application-layer Internet standard protocol, to retrieve e-mail from a remote server over a TCP/IP connection.
..... Click the link for more information.
The Lightweight Directory Access Protocol, or LDAP (IPA: [ˈɛl dæp]), is an application protocol for querying and modifying directory services running over TCP/IP.
..... Click the link for more information.
Simple Mail Transfer Protocol (SMTP) is the de facto standard for e-mail transmissions across the Internet. Formally SMTP is defined in RFC 821 (STD 10) as amended by RFC 1123 (STD 3) chapter 5. The protocol used today is also known as ESMTP and defined in RFC 2821.
..... Click the link for more information.
HTML (Hypertext Markup Language)

File extension: .html, .htm
MIME type: text/html
Type code: TEXT
..... Click the link for more information.
The Network News Transfer Protocol or NNTP is an Internet application protocol used primarily for reading and posting Usenet articles (aka netnews), as well as transferring news among news servers.
..... Click the link for more information.
Hypertext Transfer Protocol (HTTP) is a communications protocol used to transfer or convey information on the World Wide Web. Its original purpose was to provide a way to publish and retrieve HTML hypertext pages.
..... Click the link for more information.
Instant messaging (IM) is a form of real-time communication between two or more people based on typed text. The text is conveyed via computers connected over a network such as the Internet.
..... Click the link for more information.


This article is copied from an article on Wikipedia.org - the free encyclopedia created and edited by online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of the wikipedia encyclopedia articles provide accurate and timely information please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.
Herod_Archelaus


page counter