annotate thesis/tex/2-MarketAnalysis.tex @ 123:f2046b9c5382

spell checking done
author meillo@marmaro.de
date Thu, 04 Dec 2008 10:53:34 +0100
parents 1beb702fdcd9
children 27ddf2506157
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
1 \chapter{Market analysis}
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
2 \label{chap:market-analysis}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
3
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
4 This chapter analyzes the current situation and future trends, for electronic communication in general and email in particular. First electronic mail's position within other electronic communication technologies is located. Then trends for the whole field of electronic communication are shown. Afterwards opportunities and threats in the market are located and trends for email are figured out. The insights of these analysis result in a summary of things that are important for developing future-prove email software.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
5
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
6
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
7
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
8 \section{Electronic communication technologies}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
9
114
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
10 Electronic communication is ``communication by computer'', according to the \name{WordNet} database of \name{Princeton University} \citeweb{wordnet}. Mobile phones and telefax machines should be seen as computers here too. The \name{Science Glossary} of the \name{Pennsylvania Department of Education} describes electronic communication as ``System for the transmission of information using electronic technology (e.g., digital cameras, cellular telephones, Internet, television, fiber optics).'' \citeweb{science-glossary-pa}.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
11
114
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
12 Electronic communication needs no transport of tangible things, only electrons, photons, or radio waves need to be transmitted. Thus electronic communication is fast in general. With having costs mainly for infrastructure and very low costs for data transmission, electronic communication is also cheap communication. As underlying transport infrastructure, mostly the Internet is used; this makes it available nearly everywhere around the world. These properties---fast, cheap, everywhere---make electronic communication well suited for long distance communication.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
13
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
14 As globalization proceeds and long distance communication becomes more and more important. The future of electronic communication is bright.
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
15
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
16 Electronic communication includes the following technologies: electronic mail (email), instant messaging (\name{IM}), chats (e.g.\ \NAME{IRC}), short message service (\NAME{SMS}), voice mail, video messages, and Voice over \NAME{IP} (\NAME{VoIP}).
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
17
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
18
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
19 \subsection{Classification}
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
20 Types of electronic communication can be divided in synchronous and asynchronous communication. Synchronous communication is direct dialog with little delay. Telephone conversation is an example. Asynchronous communication consists of independent messages. Dialogs are possible as well, but not in the same direct fashion. These two groups can also be split by the time needed for data delivery. Synchronous communication requires nearly real-time delivery, whereas for asynchronous communication message delivery times of several seconds or even minutes are sufficient.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
21
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
22 Another possible separation is to distinguished written and recorded information. Recorded information, like audio or video data, is accessible only in a linear way by spooling and replay. Written information, on the other hand, can be accessed in arbitrary sequence, detail and speed.
114
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
23
118
078fb8ac6bf8 added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents: 116
diff changeset
24 Lenke and Schmitz \cite{lenke95} use the same criteria to classify \emph{new media}. %fixme: is this term common?
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
25 They additionally divide into local and remote communication---the latter is presumed here---and by the number of communication participants. As communication technologies for n:m communication (like chat rooms) are usable for 1:1 too (private chat), and ones for 1:1 (email) are usable for n:m (mailing lists), a classification by participant structures is omitted here.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
26
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
27 Figure \ref{fig:comm-classification} shows a classification of communication technologies sorted by the properties synchronous/asynchronous and written/recorded. Email and \NAME{SMS} are written and asynchronous communication; \NAME{IM} and chats are written information too, but synchronous. Recorded information are voice mail and video messages as examples for asynchronous communication. VoIP is an example for synchronous communication.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
28
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
29 One might be surprised to find Instant \emph{Messaging} not in the group of \emph{message} communication. Instant Messaging could be put in both groups because it allows asynchronous communication additional to being a chat system. The reasons why it is sorted to dialog communication are its primary use for dialog communication and the very fast---instant---delivery time.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
30
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
31 Email is not limited to written information, at least since the advent of \NAME{MIME}, which allows to include multimedia content in textual email messages. Thus recorded information can be sent as sub parts of emails. The same applies to Instant Messaging too, where file transfer is an additional sub service offered by most systems. In general recorded information can be transmitted in an encoded textual form.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
32
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
33
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
34
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
35 %\begin{figure}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
36 % \begin{center}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
37 %\begin{verbatim}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
38 % ---------------------------------------------------
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
39 % | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
40 % messages | email | voicemail |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
41 % asynchron | SMS | video messages |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
42 % | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
43 % ---------------------------------------------------
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
44 % | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
45 % dialog | IM | VoIP |
108
9ec16cd54ab6 removed UMTS and GSM
meillo@marmaro.de
parents: 107
diff changeset
46 % synchron | chat | video conference |
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
47 % | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
48 % ---------------------------------------------------
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
49 % | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
50 % | written | recorded |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
51 % | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
52 %\end{verbatim}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
53 % \end{center}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
54 % \caption{Classification of electronic communication}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
55 % \label{fig:comm-classification}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
56 %\end{figure}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
57
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
58
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
59 \input{kvmacros}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
60 \kvunitlength=3cm
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
61 \kvnoindex
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
62
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
63 \begin{figure}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
64 \begin{center}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
65 \karnaughmap{2}{}{
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
66 {\parbox{\kvunitlength}{asynchronous\\(messages)}}
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
67 {written}
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
68 {\parbox{\kvunitlength}{synchronous\\(dialog)}}
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
69 {recorded}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
70 }{
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
71 {\parbox{0.8\kvunitlength}{email\\\NAME{SMS}}}
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
72 {\parbox{0.8\kvunitlength}{voice mail\\video messages}}
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
73 {\parbox{0.8\kvunitlength}{\NAME{IM}\\chat}}
108
9ec16cd54ab6 removed UMTS and GSM
meillo@marmaro.de
parents: 107
diff changeset
74 {\parbox{0.8\kvunitlength}{VoIP\\video conferencing}}
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
75 }{}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
76 \end{center}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
77 \caption{Classification of electronic communication}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
78 \label{fig:comm-classification}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
79 \end{figure}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
80
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
81
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
82
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
83
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
84 \subsection{Life cycle analysis}
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
85 Life cycle analysis are common for products but also for technologies. This one here is for electronic communication technologies. The first dimensions regarded is the life time of the subject. It is segmented into the introduction, growth, mature, saturation, and decline phases. The second dimension can display sales, market share, importance, or similar values. The graph has always an S-line shape, with a slow start, a rapidly increasing first half, the highest level in the third quarter, and a slowly declining end. Reaching the end of the life cycle means, the subject is inherited by its successor or the market situation changed thus making it old fashioned.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
86
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
87 The current position on the life cycle of the introduced communication technologies is depicted in figure \ref{fig:comm-lifecycle}. It is important to notice that there is no time line matching for all of them---some life cycles are shorter than others---the shape of the graph, however, is the same.
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
88
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
89 Video messages and voice mail are technologies in the introduction phase. Voice over \NAME{IP} is heavily growing these days. Instant Messaging has reached maturation, but still growing. Email is an example for a technology in the saturation phase. Declining does none of the above mentioned; telefax is an example for a declining technology.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
90
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
91 \begin{figure}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
92 \begin{center}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
93 \begin{verbatim}
108
9ec16cd54ab6 removed UMTS and GSM
meillo@marmaro.de
parents: 107
diff changeset
94 | | | | ******* | |
114
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
95 | | | |*#** **| telefax |
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
96 | | | ***** email ***#** |
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
97 | | | ** | | *****|
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
98 | | |*#** | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
99 | | *** IM | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
100 | | ** | | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
101 | | *#* | | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
102 | | ** VoIP | | | |
108
9ec16cd54ab6 removed UMTS and GSM
meillo@marmaro.de
parents: 107
diff changeset
103 | | ** | | | |
9ec16cd54ab6 removed UMTS and GSM
meillo@marmaro.de
parents: 107
diff changeset
104 | voice * | | | |
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
105 | video mail** | | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
106 | mess. #**| | | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
107 | #**** | | | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
108 |**** | | | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
109 ----------------------------------------------------------------
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
110 | | | | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
111 | introduct. | growth | mature | saturation | decline |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
112 \end{verbatim}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
113 \end{center}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
114 \caption{Life cycle of electronic communication technologies}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
115 \label{fig:comm-lifecycle}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
116 \end{figure}
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
117
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
118 Email ranges in the saturation phase, which is defined by a saturated market, no more products are needed, there is no more growth. This means, email is a technology used by everyone who want to use it. It is a standard technology. The current form of email in the current market is on the top of its life cycle. The future is decline, sooner or later.
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
119
120
3b5e6ffd7b27 typographic cleanups
meillo@marmaro.de
parents: 118
diff changeset
120 But life cycles positions change as the subject or the market changes. An examples is the \name{Flash} animation software. The product's change from a drawing and animation system to a technology for website building, advertising, and movie distribution, and the then changing target market, made it slip back on the life cycle. If the email system would evolve to become the basis for Unified Messaging (see section \ref{sec:unified-messaging}), a similar slip back would be the consequence. An example for a changing market are the \NAME{DVD} standards \NAME{DVD+} and \NAME{DVD$-$}. With the upcoming next generation formats BlueRay and \NAME{HD-DVD}, a much sooner decline of \NAME{DVD+} and \NAME{DVD$-$} started, even before reaching their last development steps in storage size. Such can happen to email too, if Unified Messaging is a revolution to the email system instead of an evolution.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
121
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
122
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
123
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
124
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
125 \subsection{Trends}
107
54c0b044f853 some rework in market analysis
meillo@marmaro.de
parents: 105
diff changeset
126 Following are the trends for electronic communication. The trends are shown from the view point of \mta{}s. Nevertheless are these trends common for all of the communication technology.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
127
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
128 \subsubsection*{Consolidation}
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
129 There is a consolidation of communication technologies with similar transport characteristics, nowadays. Email is the most flexible kind of asynchronous communication technology already in major use. Hence email is the best choice for transferring messages of any kind today. But in future it probably will be \name{Unified Messaging}, which tries to group all kinds of asynchronous messaging into one communication system. It aims to provide a single transport protocol for all content and a flexible access interface for all kinds of clients. Unified messaging seems to have the potential to be the successor of all asynchronous communication technologies, including email.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
130
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
131 Today email still is the major asynchronous communication technology and it probably will be it for the next years. As Unified Messaging needs similar transfer facilities to email, it may to be an evolution not a revolution. Hence \mta{}s will still have importance in future, maybe in a modified way.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
132 %todo: decentral organization, like the internet -> MTAs are well suited -> further technologies will need something similar
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
133
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
134
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
135 \subsubsection*{Integration}
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
136 Integration of communication technologies becomes popular. This goes beyond consolidation, because communication technologies of different kinds are bundled together to make communication more convenient for human. User interfaces tend to this direction. The underlying technologies will get grouped, but it seems as if synchronous and asynchronous communication can not be joined together in a sane way, so they will probably only merge at the surface.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
137
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
138
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
139
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
140 \subsubsection*{Communication hardware}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
141 Hardware needed for communicating comes from two different roots: On the one side, the telephone, now available as mobile phones. This group centers around recorded data and dialog, but messages are supported by the answering machine and \NAME{SMS}. On the other side, mail and its relatives like email, using computers as main hardware. They center around document messages, support dialog communication in Instant Messaging and Voice over \NAME{IP}.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
142
114
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
143 The last years finally brought the two groups together, with \name{smart phones} being the merging hardware element. Smart phones are computers in the size of mobile phones or mobile phones with the capabilities of computers, however one likes to see it. They provide both functions, being telephones and computers.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
144
114
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
145 Smart Phones match well the requirements of recorded data, for which they were designed. Writing text is not good to do with the minimal keyboards available for smart phones; speech to text converters may provide help in future. This leaves us with the need for ordinary computers for the field of exchanging documents and as better input hardware for all written information.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
146
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
147 It seems as if a combination of computers and smart phones will be the hardware used for communication in future. Both specialized to the best matching communication technologies, but supporting the others too. Hence facilities for transferring information off and onto the devices will be needed.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
148
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
149
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
150
114
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
151 \subsubsection*{Unified Communication}
120
3b5e6ffd7b27 typographic cleanups
meillo@marmaro.de
parents: 118
diff changeset
152 \name{Unified communication} is the technology aiming to consolidate and integrate all electronic communication and providing access for all kinds of hardware clients. Unified communication tries to bring the tree trends here mentioned together. The \name{{\smaller PC} Magazine} has the following definition in its Encyclopedia \citeweb{pcmag:uc}: ``[Unified communications is] The real-time redirection of a voice, text or e-mail message to the device closest to the intended recipient at any given time.'' The main goal is to integrate all kinds of communication (asynchronous and synchronous) into one system, hence this requires real-time delivery of data.
114
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
153
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
154 According to Michael Osterman \citeweb{howto-def-uc}, unified communications is already possible as far as various incoming sources are routed to one storage where messages can be accessed by one or a few clients. But a system with an ``intelligent parser of a single data stream into separate streams that are designed to meet the real-time needs of the user'' is a goal for the future, he says.
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
155
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
156 The question is, if the integration of synchronous and asynchronous message transfer does make sense. A communication between one person talking on the phone and the other replying using his instant messenger, certainly does, if the text-to-speech and speech-to-text converting is fast and the quality good enough. But transferring large video messages and real-time communication data with the same technology, possibly does not.
114
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
157
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
158
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
159
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
160 \subsubsection*{Unified Messaging}
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
161 \label{sec:unified-messaging}
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
162 \name{Unified messaging}, although often used exchangeable with unified communications, is only a subset of it. It does not require real-time data transmission and is therefor only usable for asynchronous communication \citeweb{wikipedia:uc}. Unified messaging's function is basically: Receiving incoming messages from various channels, converting it to a common format, and storing it into a single space. The stored messages can then be accessed from different devices. \citeweb{wikipedia:um}
114
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
163
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
164 The easiest way of unified messaging is to base it on either email and convert all input sources to email messages (as attachments for instance) and store them in the user's mail box. Or use the telephone system as basis and convert text messages to speech. Both is no problem for asynchronous communication.
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
165
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
166 Finally a critical voice from Jesse Freund, who voted unified messaging on top of a hype list for \name{Wired.com}, ten years ago \cite{wired:hype}. His description of the technology ended with the humorous sentences: ``Unified messaging is a nice idea, but a tough sell: The reason you bought a cell phone, a pager, and a fax/modem is because each does its job well. No one wants to download voice mail as a series of RealAudio messages or sit through a voice mail bot spelling out email, complete with `semicolon dash end-parenthesis' for ;-).''
114
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
167
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
168
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
169 %todo: have a result here?
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
170
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
171
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
172
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
173
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
174 \section{Electronic mail}
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
175
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
176 After viewing the whole market of electronic communication, a zoom in to the market of electronic mail follows. Email is an asynchronous communication technology that transports textual information primary. This thesis is about a \mta, so the market situation for email is important. Interesting questions are: Is email future-safe? How will electronic mail change? Will it change at all? Which are the critical parts? These questions matter when deciding on the directions for further development of an \MTA. They are discussed in this section.
107
54c0b044f853 some rework in market analysis
meillo@marmaro.de
parents: 105
diff changeset
177
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
178
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
179
120
3b5e6ffd7b27 typographic cleanups
meillo@marmaro.de
parents: 118
diff changeset
180 \subsection{SWOT analysis}
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
181
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
182 A \NAME{SWOT} analysis regards the strengths and weaknesses of a subject against the opportunities and threats of its market. The slightly altered form called \name{Dialectical {\smaller SWOT} analysis}, which is used here, is described in \cite{powerof2x2}. \NAME{SWOT} analysis should always focus on a specific specific goal to reach with the product. In this case, the main goal is to make email future-safe.
114
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
183
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
184 The market's main threat is \emph{spam}, also named \name{junk mail} or \name{unsolicited commercial email} (\NAME{UCE}). Panda Security and Commtouch state in their \name{Email Threats Trend Report} for the second Quarter of 2008: ``Spam levels throughout the second quarter averaged 77\%, ranging from a low of 64\% to a peak of 94\% of all email [...]''\cite[page 4]{panda:email-threats}. The report sees the main reason in the bot nets consisting of zombie computers: ``Spam and malware levels remain high for yet another quarter, powered by the brawny yet agile networks of zombie \NAME{IP}s.''\cite[page 1]{panda:email-threats} This is supported by IronPort Systems: ``More than 80 percent of spam now comes from a `zombie'---an infected \NAME{PC}, typically in a consumer broadband network, that has been hijacked by spammers.''\cite{ironport:zombie-computers}. Positive for \MTA{}s is, that they are not the main source for spam, but it is only a small delight. Spam is a general weakness of the email system, because it can not prevent it.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
185
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
186 Opportunities of the market are large data transfers, coming from multimedia content, which becomes popular. If email is used as basis for unified messaging, lots of voice and video mail will need to be transferred. Email is weak related to that kind of data: the data needs to be encoded to \NAME{ASCII} and and stresses mail servers a lot.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
187
114
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
188 The use of various hardware to access mail is another opportunity of the market. The software and infrastructure needed to transfer mail within this network might be a weakness of the email system. %fixme: think about that
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
189
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
190 An opportunity of the market and at the same time a strength of electronic mail is its standardization. Few other communication technologies are standardized and thus freely available in a similar way. %fixme: ref
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
191 Another opportunity and strength is the modular and extensible structure of electronic mail; it can easily evolve to new requirements. %fixme: ref
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
192
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
193 The increasing integration of communication channels, is an opportunity for the market. But deciding weather it is a weakness or strength of email is not so easy. It is a weakness because the not possible integration of stream data and the not good integration of large binary data. It is also a strength, because arbitrary asynchronous communication data already can be integrated. On the other hand, the integration might be a threat too, because it easily leads to complexity of software. Complex software is more error prone and thus less reliable. This could be a strength of electronic mail because of its modular design that decreases complexity, but real integration is harder to do than in monolithic systems.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
194
107
54c0b044f853 some rework in market analysis
meillo@marmaro.de
parents: 105
diff changeset
195 Figure \ref{fig:email-swot} displays the \NAME{SWOT} analysis in a handy overview. It is easy to see, that the opportunities outweigh. This indicates a still increasing technology. %fixme: ref
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
196
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
197 \begin{figure}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
198 \begin{center}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
199 \begin{verbatim}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
200 ---------------------------------------------------
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
201 | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
202 strength | standard | |
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
203 of email | modular,extensible| |
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
204 | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
205 ---------------------------------------------------
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
206 | big data transfer| |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
207 weaknesses | too big for phone| |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
208 of email | | spam |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
209 | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
210 ---------------------------------------------------
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
211 | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
212 | opportunities of | threats of |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
213 | market | market |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
214 | | |
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
215 \end{verbatim}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
216 \end{center}
120
3b5e6ffd7b27 typographic cleanups
meillo@marmaro.de
parents: 118
diff changeset
217 \caption{\NAME{SWOT} analysis for email}
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
218 \label{fig:email-swot}
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
219 \end{figure}
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
220
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
221 The analysis shows what should be done to achieve the goal (Making email future-safe). Spam mail should be reduced as good as possible. Solutions for large data transfers and infrastructures with more nodes moving within the net should be developed, there is a lot of potential. Standardization, modularity and extendability should be used to go even further, these are the key advantages of email.
115
0c72b9409bc8 some comments
meillo@marmaro.de
parents: 114
diff changeset
222 %fixme: a bit more concrete, see description of swot analysis
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
223
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
224
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
225
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
226
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
227 \subsection{Trends for electronic mail}
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
228
107
54c0b044f853 some rework in market analysis
meillo@marmaro.de
parents: 105
diff changeset
229 Trends and possible trend, or just plans to think about, are presented now.
54c0b044f853 some rework in market analysis
meillo@marmaro.de
parents: 105
diff changeset
230 %Emailing in future will not be the same as emailing today. This will mainly affect how email is transfered.
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
231
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
232
107
54c0b044f853 some rework in market analysis
meillo@marmaro.de
parents: 105
diff changeset
233 \subsubsection*{Provider independence}
122
1beb702fdcd9 fixed nobreakdash; remove unimportant section about freesw
meillo@marmaro.de
parents: 120
diff changeset
234 Today's email structure is heavily dependent on email providers. This means, most people have email addresses from some provider. These can be the provider of their online connection (e.g.\ \NAME{AOL}, \name{T\mbox{-}On\-line}),
114
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
235 %fixme: check for non-breakable dash
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
236 freemail provider (e.g.\ \NAME{GMX}, \name{Yahoo}, \name{Hotmail}) or provider that offer enhanced mail services that one needs to pay for. Outgoing mail is send either with the webmail client of the provider or using \name{mail user agent}s sending it to the provider for relay. Incoming mail is read with the webmail client or retrieved from the provider via \NAME{POP3} or \NAME{IMAP} to the local computer to be read in the \name{mail user agent}. This means all mail sending and receiving work is done by the provider.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
237
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
238 The reason therefor is originated in the time when people used dial-up connections to the Internet. A mail server needs to be online to receive email. Sending mail is no problem, but receiving it is hardly possible with an \MTA\ being few time online. Internet service providers had servers running all day long connected to the Internet. So they offered email service.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
239
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
240 Nowadays, dial-up Internet access is rare; the majority has broadband Internet access paying a flat rate for it. So being online or not does not affect costs anymore, even traffic is unlimited. Today it is possible to have an own mail server running at home. The last technical problem remaining are the changing \NAME{IP} addresses one gets assigned every 24 hours. But this is easily solvable with one of the dynamic \NAME{DNS} services around; they provide the mapping of a fixed domain name to the changing \NAME{IP} addresses.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
241
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
242 Home servers become popular in these days, for central data storage and multimedia services. Being assembled of energy efficient elements, power consumption is no big problem anymore. These home servers will replace video recorders and music collections in the near future. It is also realistic that they will manage heating systems and intercoms too. Given the future leads to this direction, it is a logical step to have email and other communication will be provided by the (or one of) the own server as well.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
243
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
244 After \mta{}s have not been popular for users in the last time, the next years might bring them back to them. Maybe in a few years nearly everyone will have one running at home \dots\ possibly without knowing about it.
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
245
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
246
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
247 \subsubsection*{Pushing versus polling}
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
248 The retrieval of email is a field that is about to change now. The old way is to fetch email by polling the server that holds the personal mail box. This polling is done in regular intervals, often once every five to thirty minutes. The mail transfer from the mail box to the \name{mail user agent} is initiated from the mail client side. The disadvantage herewith is the delay between mail actually arriving on the server and the user finally having the message on his screen.
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
249
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
250 To remove this disadvantage, \name{push email} was invented. Here the server is not polled every few minutes about new mail, but the server pushes new mail directly to the client on arrival. The transfer is initiated by the server. This concept became popular with the smart phones; they were able to do emailing, but the traffic caused by polling the server often was expensive. The concept works well with mobile phones where the provider knows about the client, but it seems not to be a choice for computers since the provider needs to have some kind of login to push data to the computer.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
251
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
252 The push concept, however could swap over to computers when using a home server and no external provider. A possible scenario is a home server receiving mail from the Internet and pushing it to computers and smart phones. The configuration could be done by the user through some simple interface, like one configures his telephone system to have different telephone numbers ring on specified phones.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
253 %FIXME: add reference to push email
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
254
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
255
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
256 \subsubsection*{Internet Mail 2000}
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
257 Another concept to redesign the electronic mail system, but this time focused on mail transfer is named ``Internet Mail 2000''. It was proposed by Daniel J.\ Bernstein, the creator of \name{qmail}. Similar approaches were independently introduced by others too.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
258
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
259 As main change it makes the sender have the responsibility of mail storage; only a notification about a mail message gets send to the receiver, who can fetch the message then from the sender's server. This is in contrast to the \NAME{SMTP} mail architecture, where mail and the responsibility for it is transferred from the sender to the receiver.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
260
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
261 \name{Mail transfer agent}s are still important in this mail architecture, but in a slightly different way. Their job is not transferring mail anymore---this makes the name misleading---they are used to transport the notifications about new mail to the destinations. This is a quite similar job as they do in the \NAME{SMTP} model. The real transfer of the mail can be done in any way, for example via \NAME{FTP} or \NAME{SCP}.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
262 %FIXME: add references for IM2000
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
263
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
264
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
265
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
266
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
267
114
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
268 \subsection{Future-safety of email}
115
0c72b9409bc8 some comments
meillo@marmaro.de
parents: 114
diff changeset
269 %fixme: rework
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
270 It seems as if electronic mail or a similar technology has good chances to survive the next decades. This bases on the assumption that it always will be important to send information messages. These can be notes from other people, or notifications from systems (like a broken or full hard drive in the home server, or the coffee machine ran out of coffee beans). Other communication technologies are not as suitable for this kind of messages, as email, short message service, voice mail, and the like. Telephone talks are more focused on dialog and normally interrupt people. These kind of messages should not interrupt people, unless urgent, and they do not need two-way information exchange. The second argument applies to instant messaging too. If only one message is to be send, one does not need instant messaging. Thus, one type of one-way message sending technology will survive.
114
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
271
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
272 Whether email will be the one surviving, or short message service, or another one, does not matter. Probably it will be \name{unified messaging}, which includes all of the other ones in it, anyway. \MTA{}s are a kind of software needed for all of these messaging methods---programs that transfer and receive messages.
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
273
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
274
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
275
6c9986a7415c everything I did today, all on market analysis
meillo@marmaro.de
parents: 110
diff changeset
276
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
277
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
278 \section{What will be important}
110
22dbadd03195 small cleanups
meillo@marmaro.de
parents: 108
diff changeset
279 Now that it is explained why email will survive (in some changed but related form), it is time to think about the properties required for \mta{}s in the next years. Because as the fields and kinds of usage change, the requirement change too.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
280
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
281 Provider independence through running an own mail server at home asks for easy configuration of the \MTA. Providers have specialists to configure the systems, but ordinary people do not. Solutions are either having some home service system for computer configuration established with specialists coming to ones home to set up the systems; like it is already common for problems with the power and water supply systems. Or configuration needs to be easy and fool-prove, to be done by the owner himself. The latter solution depends on standardized parts that fit together seamlessly. The technology must not be a problem itself. Only settings custom to the users environment should be left open for him to set. This of course needs to be doable using a simple configuration interface like a web interface. Non-technical educated users should be able to configure the system.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
282
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
283 \sendmail\ and \name{qmail} appear to have bad positions at this point. Their configuration is complex, thus they would need simplification wrappers around them to provide easy configuration.
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
284
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
285 The approach of wrappers around the main program to make it look easier to the outside is a good concept in general. %FIXME: add ref
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
286 It still lets the specialist do complex and detailed configuration, and also offering a simple configuration interface to novices. Further more is it well suited to provide various wrappers with different user interfaces (e.g.\ graphical programs, websites, command line programs; all of them either in a questionnaire style or interactive).
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
287
110
22dbadd03195 small cleanups
meillo@marmaro.de
parents: 108
diff changeset
288 When \MTA{}s become popular on home servers and maybe even on workstations and smart phones, then performance will be less important. Providers need \mta{}s that process large amounts of mail in short time. Home servers or workstations however, do not see that much mail; they need to handle only tens or hundreds of email messages per hour. Thus performance will probably not be a main requirement for an \MTA\ in future, if they mainly run on private machines.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
289
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
290 \name{postfix} focuses much on performance, this might not be an important point then.
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
291
110
22dbadd03195 small cleanups
meillo@marmaro.de
parents: 108
diff changeset
292 New mailing concepts and architectures like push email or \name{Internet Mail 2000} will, if they succeed, require \mta{}s to adopt the new technology. \MTA{}s that are not able to change are going to be sorted out by evolution. Thus it is important to not focus too much on one use case, but to stay flexible. Allman saw the flexibility of \sendmail\ one reason for its huge success (see section \ref{sec:sendmail}).
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
293
110
22dbadd03195 small cleanups
meillo@marmaro.de
parents: 108
diff changeset
294 Another important requirement for all kinds of software will be security. There is a constant trend coming from completely non-secured software, in the 70s and 80s, over growing security awareness, in the 90s, to security being a primary goal, now. This leads to the conclusion that software security will be even more important in the next years. As more clients get connected to the Internet and especially more computers are listening for incoming connections (like an \MTA\ in a home server), there are more possibilities to break into systems. Securing of software systems will be done with increasing effort in future.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
295
105
9c6a6c210e92 just commit it now: ... lots of changes, rearranges and new text in market analysis
meillo@marmaro.de
parents: 92
diff changeset
296 ``Plug-and-play''-able hardware with preconfigured software running can be expected to become popular. Like someone buys a set-top box to watch Pay-\NAME{TV} today, he might be buying a box acting as mail server in a few years. He plugs the power cable in, inserts his email address in a web interface and selects the clients (workstation computers or smart phones) to which mail should be send and from which mail is accepted to receive. That's all. It would just work then, like everyone expects it from a set-top box today.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
297
110
22dbadd03195 small cleanups
meillo@marmaro.de
parents: 108
diff changeset
298 Secure and robust software is a pre-requisite for such boxes to make that vision possible.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
299
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
300 It seems as if all widely used \mta{}s provide good security nowadays. \name{qmail}'s architecture, also used in \name{postfix}, is generally seen to be conceptually more secure, however.
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
301
123
f2046b9c5382 spell checking done
meillo@marmaro.de
parents: 122
diff changeset
302 In summary: Easy configuration, as well as the somehow opposed flexibility will be important for future \mta{}s. Also will it be security, but not performance. \MTA{}s might become more commodity software, like web servers already are today, with the purpose to include it in many systems and the need of minimal configuration.
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
303
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
304
e050221efd38 much restructuring again
meillo@marmaro.de
parents:
diff changeset
305