{"id":1735,"date":"2015-06-30T15:19:54","date_gmt":"2015-06-30T19:19:54","guid":{"rendered":"http:\/\/internetdistinction.com\/wsisimpacts\/?page_id=1735"},"modified":"2015-06-30T15:19:54","modified_gmt":"2015-06-30T19:19:54","slug":"pp-2014_71","status":"publish","type":"page","link":"https:\/\/internetdistinction.com\/wsisimpacts\/wsis\/plenipotentiary\/pp-2014\/pp-2014_71\/","title":{"rendered":"PP Resolution 71"},"content":{"rendered":"<p><style type=\"text\/css\">\nbody {}\n\n:link { color: #0000ff; text-decoration:none;}\n:visited { color: #6666ff; text-decoration:none; }\na:active { color: #0000ff; text-decoration:none;}\na:hover {color: #0000ff; text-decoration:underline; }\n\ndiv.basetext {}\n\ndiv.basetop {}\n\nh1 {\n    text-align:center;\n}\n\nspan.h2 {}\n\ndiv.year {}\n\ndiv.form {}\n\nspan.cpt {}\n\nspan.cm {}\n\n.fl {}\n\nul {}\n\nli {}\n\nul li {\n\tlist-style:square;\n\tfont-family:sans-serif;\n\tfont-weight:normal;\n}\n\nli.basic {\n\tlist-style:square;\n\tlist-style-image:none;\n  margin-top:2px;\n  margin-bottom:2px;\n}\n\nspan.links {\n}\n\n\n\n\n.sub { display: none; }\n.subexp {display: block; }\n.sub { display: none; } \n\n.subexp {display: block; } \n\nli.exp {\n  list-style-image:url(\"plus.png\");\n  margin-top:10px;\n  margin-bottom:10px;\n  cursor:pointer;\n}\n\nli.col {\n  list-style-image:url(\"minus.png\");\n  margin-top:10px;\n  margin-bottom:10px;\n  cursor:pointer;\n}\n\nli.exp_active {\n  list-style-image:url(\"plus.png\");\n  margin-top:10px;  \n  margin-bottom:10px;\n  background-color:#eeeeff;\n  cursor:pointer;\n}\n\nli.col_active {\n  list-style-image:url(\"minus.png\");\n  margin-top:10px;\n  margin-bottom:10px;\n  background-color:#eeeeff;\n  cursor:pointer; \/* if not included, bullets are not shown right in moz*\/\n}\n\n\nli.basic_active {\n  list-style:square;\n  list-style-image:none;\n  background-color:#eeeeff;\n  margin-top:2px;\n  margin-bottom:2px;\n}\n\n\/* the 'boxed' and 'attributes' styles are used to display notes and attributes\n*\/\n\n.boxed,.nodecontent {display:inline;}\n.boxed .note-and-attributes {display:none;}\n\n.boxed:hover .note-and-attributes {\n\tposition:fixed; top:2em;right:10px;z-index:3;\n\tdisplay:block;\n\tmin-width:33%;\n\tmax-width:60%;\n\tmax-height:95%;\n\tcolor:black;\n\tbackground:#ffffff;\n\tfont:normal 16px courier, sans-serif;\n\tborder:1px solid black;\n\tpadding:10px;\n}\n\n.note:before {\n\tcontent:\"NOTE: \";\n\tfont-weight:bold;\n}\n\ntable.attributes {\n\tborder-collapse:collapse;\n\tempty-cells:show;\n\tborder:thin black solid;\n}\ntable.attributes td,th {\n\tborder:thin black solid;\n\tpadding-top:2px;\n\tpadding-bottom:2px;\n\tpadding-left:3px;\n\tpadding-right:3px;\n}\ntable.attributes th {\n\ttext-align:center;\n}\ntable.attributes caption {\n\tmargin-top:1em;\n\tfont-style:italic;\n\ttext-align:center;\n}\n\/* Thanks to wolfgangradke, https:\/\/sourceforge.net\/forum\/message.php?msg_id=5991663 *\/\ndiv.nodecontent > p {\n\tmargin-top:0pt;\n\tmargin-bottom:0pt;\n\tdisplay:inline;\n}\n\np + p { \n \tmargin-top: 0.5em !important;\n\tdisplay:block !important;\n}\n\n\/* Thanks to erne100, https:\/\/sourceforge.net\/tracker\/?func=detail&atid=107118&aid=2747128&group_id=7118*\/\ntable {\n\tborder-collapse:collapse;\n\tempty-cells:show;\n\tborder:thin black solid;\n}\ntable td {\n\tborder:thin black solid;\n\tpadding-top:2px;\n\tpadding-bottom:2px;\n\tpadding-left:3px;\n\tpadding-right:3px;\n}\n\n\/* Thanks to erne100, https:\/\/sourceforge.net\/tracker\/?func=detail&atid=107118&aid=2747000&group_id=7118*\/\nol {\n\tmargin-top:1px;\n    margin-bottom:1px;\n\tmargin-left:0px;\n\tpadding-left:3%;\n}\n\nol li {\n\tlist-style:decimal;\n\tfont-family:sans-serif;\n\tfont-weight:normal;\n}\n<\/style><br \/>\n<script type=\"text\/javascript\">\r\n\/* MarkTree JavaScript code\r\n * \r\n * Distributed under the terms of the MIT License.\r\n * See \"LICENCE.MIT\" or http:\/\/www.opensource.org\/licenses\/mit-license.php for details.\r\n *\r\n * Software distributed under the License is distributed on an \"AS IS\" basis,\r\n * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License\r\n * for the specific language governing rights and limitations under the\r\n * License.\r\n * \r\n * Miika Nurminen, 12.7.2004.\r\n *\/\r\n\r\n\/* cross-browser (tested with ie5, mozilla 1 and opera 5) keypress detection *\/\r\nfunction get_keycode(evt) {\r\n  \/\/ IE\r\n    code = document.layers ? evt.which\r\n           : document.all ? event.keyCode \/\/ event.keyCode!=evt.keyCode!\r\n           : evt.keyCode;\r\n\r\n  if (code==0) \r\n    code=evt.which; \/\/ for NS\r\n  return code;\r\n}\r\n\r\nvar lastnode=null;\r\nvar listnodes = null;\r\nvar list_index=1;\r\nvar lastnodetype=''; \/\/ determines if node is a link, input or text;\r\n\r\n\/\/ up, left, down, right, keypress codes\r\n\/\/ijkl\r\n\/\/var keys = new Array(105,106,107,108);\r\n\/\/num arrows\r\n\/\/var keys = new Array(56,52,50,54);\r\n\/\/wasd\r\n\/\/ var press2 = new Array(119,97,115,100);\r\n var press = new Array(47,45,42,43);\r\n\r\n\/\/ keydown codes\r\n  \/\/  var keys2=new Array(87,65,83,68);\r\n  var keys= new Array(38,37,40,39);\r\n\r\n  \/\/ keyset 1 = keydown, otherwise press\r\nfunction checkup(keyset,n) {\r\n  if (keyset==1) return (n==keys[0]);\r\n  return ((n==press[0]) \/*|| (n==press2[0])*\/)\r\n}\r\n\r\nfunction checkdn(keyset,n) {\r\n  if (keyset==1) return (n==keys[2]);\r\n  return ((n==press[2]) \/*|| (n==press2[2])*\/)\r\n}\r\n\r\nfunction checkl(keyset,n) {\r\n  if (keyset==1) return (n==keys[1]);\r\n  return ((n==press[1]) \/*|| (n==press2[1])*\/)\r\n}\r\n\r\nfunction checkr(keyset,n) {\r\n  if (keyset==1) return (n==keys[3]);\r\n  return ((n==press[3]) \/*|| (n==press2[3])*\/)\r\n}\r\n\r\n\r\n\r\n\r\n\r\nfunction is_exp(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='exp') || (n.className=='exp_active'));\r\n}\r\n\r\nfunction is_col(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='col') || (n.className=='col_active'));\r\n}\r\n\r\nfunction is_basic(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='basic') || (n.className=='basic_active'));\r\n}\r\n\r\n\r\n\r\n\/* returns i>=0 if true *\/\r\nfunction is_active(node) {\r\n  if (node.className==null) return false\r\n  return node.className.indexOf('_active');\r\n}\r\n\r\nfunction toggle_class(node) {\r\n  if ((node==null) || (node.className==null)) return;\r\n  str=node.className;\r\n  result=\"\";\r\n  i = str.indexOf('_active');\r\n  if (i>0)\r\n    result= str.substr(0,i);\r\n  else\r\n    result= str+\"_active\";\r\n  node.className=result; \r\n  return node;\r\n}\r\n\r\nfunction activate(node) {\r\n  node.style.backgroundColor='#eeeeff';\r\n}\r\n\r\nfunction deactivate(node) {\r\n   node.style.backgroundColor='#ffffff';\r\n}\r\n\r\nfunction is_list_node(n) {\r\n  if (n==null) return false;\r\n  if (n.className==null) return false;\r\n  if ( (is_exp(n)) || \r\n       (is_col(n)) ||\r\n       (is_basic(n)) )\r\n   return true; else return false;\r\n}\r\n\r\n\r\nfunction get_href(n) {\r\n  alist=n.attributes;\r\n  if (alist!=null) {\r\n    hr = alist.getNamedItem('href');\r\n    if (hr!=null) return hr.nodeValue;\r\n  }\r\n  if (n.childNodes.length==0) return '';\r\n  for (var i=0; i<n.childNodes.length; i++) {\r\n    s = get_href(n.childNodes[i]);\r\n    if (s!='') return s;\r\n  }\r\n  return '';\r\n}\r\n\r\nfunction get_link(n) {\r\n  if (n==null) return null;\r\n  if (n.style==null) return null;\r\n\r\n \/\/ disabling uncontrolled recursion to prevent error messages on IE\r\n \/\/ when trying to focus to invisible links (readonly mode)\r\n\/\/    alert(n.nodeName+' '+n.className);\r\n  if ((n.nodeName=='UL') && (n.className=='sub')) return null;\r\n\r\n  if (n.nodeName=='A') return n;\r\n  if (n.childNodes.length==0) return null;\r\n  for (var i=0; i<n.childNodes.length; i++) {\r\n    s = get_link(n.childNodes[i]);\r\n    if (s!=null) return s;\r\n  }\r\n  return null;\r\n}\r\n\r\nfunction set_lastnode(n) {\r\n\/*var d = new Date();\r\nvar t_mil = d.getMilliseconds();*\/\r\n\/\/ testattu nopeuksia explorerilla, ei merkitt\u2030vi\u2030 eroja\r\n  if (lastnode==n) return; \r\n\/*  deactivate(lastnode)\r\n  lastnode=n;\r\n  activate(lastnode);*\/\r\n\r\n  if (is_active(lastnode)>=0)\r\n    toggle_class(lastnode);\r\n  lastnode=n;\r\n  if (!(is_active(lastnode)>=0))\r\n    toggle_class(lastnode);\r\n\r\n\r\n\/*var d2 = new Date();\r\nvar t_mil2 = d2.getMilliseconds();\r\n  window.alert(t_mil2-t_mil);*\/\r\n}\r\n\r\nfunction next_list_node() {\r\n  tempIndex = list_index;\r\n  while (tempIndex<listnodes.length-1) {\r\n    tempIndex++;\r\n    var x = listnodes[tempIndex];\r\n    if (is_list_node(x)) {\r\n      list_index=tempIndex;\r\n      return;\r\n    }\r\n  }\r\n}\r\n\r\nfunction prev_list_node() {\r\n  tempIndex = list_index;\r\n  while (tempIndex>0) {\r\n    tempIndex--;\r\n    var x = listnodes[tempIndex];\r\n    if (is_list_node(x)) {\r\n      list_index=tempIndex;\r\n      return;\r\n    }\r\n  }\r\n}\r\n\r\n\r\n\r\nfunction getsub (li) {\r\n  if (li.childNodes.length==0) return null;\r\n  for (var c = 0; c < li.childNodes.length; c++)\r\n    if ( (li.childNodes[c].className == 'sub') || (li.childNodes[c].className == 'subexp') ) \r\n      return li.childNodes[c];\r\n}\r\n\r\nfunction find_listnode_recursive (li) {\r\n  if (is_list_node(li)) return li; \r\n  if (li.childNodes.length==0) return null;\r\n  result=null;\r\n  for (var c = 0; c < li.childNodes.length; c++) {\r\n    result=find_listnode_recursive(li.childNodes[c]);\r\n    if (result!=null) return result;\r\n  }\r\n  return null;\r\n}\r\n\r\nfunction next_child_listnode(li) {\r\n  var result=null;\r\n  for (var i=0; i<li.childNodes.length; i++) {\r\n    result=find_listnode_recursive(li.childNodes[i]);\r\n    if (result!=null) return result;\r\n  }\r\n  return null;  \r\n}\r\n\r\nfunction next_actual_sibling_listnode(li) {\r\n  if (li==null) return null;\r\n  var temp=li;\r\n  while (1) { \r\n    var n = temp.nextSibling;\r\n    if (n==null) {\r\n      n=parent_listnode(temp);\r\n      return next_actual_sibling_listnode(n);\r\n    }\r\n    if (is_list_node(n)) return n;\r\n    temp=n;\r\n  }\r\n}\r\n\r\nfunction next_sibling_listnode(li) {\r\nif (li==null) return null; \r\n var result=null;\r\n  var temp=li;\r\n  if (is_col(temp)) return next_child_listnode(temp);\r\n  while (1) { \r\n    var n = temp.nextSibling;\r\n    if (n==null) {\r\n      n=parent_listnode(temp);\r\n      return next_actual_sibling_listnode(n);\r\n    }\r\n    if (is_list_node(n)) return n;\r\n    temp=n;\r\n  }\r\n}\r\n\r\nfunction last_sibling_listnode(li) {\r\n  if (li==null) return null;\r\n  var temp=li;\r\n  var last=null;\r\n  while(1) {\r\n    var n = temp.nextSibling;\r\n    if (is_list_node(temp)) \r\n      last = temp;\r\n    if (n==null) {\r\n      if (is_col(last)) return last_sibling_listnode(next_child_listnode(last));\r\n      else return last;\r\n    }\r\n    temp = n;\r\n  }\r\n}\r\n\r\nfunction prev_sibling_listnode(li) { \r\n  if (li==null) return null;\r\n  var temp=li;\r\n  var n = null;\r\n  while (1) { \r\n    n = temp.previousSibling;\r\n    if (n==null) {\r\n      return parent_listnode(li);\r\n    }\r\n    if (is_list_node(n)) {\r\n      if (is_col(n)) { \r\n        return last_sibling_listnode(next_child_listnode(n));\r\n      }\r\n      else {\r\n        return n;\r\n      }\r\n    }\r\n    temp=n;\r\n  }\r\n}\r\n\r\n\r\nfunction parent_listnode(li) {\r\n  \/\/ added 12.7.2004 to prevent IE error when readonly mode==true\r\n  if (li==null) return null;\r\n  n=li;\r\n  while (1) {\r\n    n=n.parentNode;\r\n    if (n==null) return null;\r\n    if (is_list_node(n)) return n;\r\n  }\r\n}\r\n\r\nfunction getVisibleParents(id) {\r\n  var n = document.getElementById(id);\r\n  while(1) {\r\n    expand(n);\r\n    n = parent_listnode(n);\r\n    if (n==null) return;\r\n  }\r\n}\r\n\r\nfunction onClickHandler (evt) {\r\nif (lastnode==null) \r\n{\r\nlistnodes = document.getElementsByTagName('li');\r\nlastnode=listnodes[1];\r\ntemp=listnodes[1];\r\n}\r\n\r\n\r\n  var target = evt ? evt.target : event.srcElement;\r\n  if (!is_list_node(target)) return;\r\n  toggle(target);\r\n  set_lastnode(target);\r\n}\r\n\r\n\r\nfunction expand(node) {\r\n    if (!is_exp(node)) return;\r\n    if (node.className=='exp_active') \r\n      node.className='col_active';\r\n    else \r\n        node.className='col';\r\n    setSubClass(node,'subexp');\r\n    \/\/    getsub(node).className='subexp';\r\n}\r\n\r\nfunction collapse(node) {\r\n  if (!is_col(node)) return;\r\n  \r\nif (node.className=='col_active')\r\n    node.className='exp_active'\r\n  else \r\n    node.className='exp';\r\n\r\n setSubClass(node,'sub');\r\n\/\/  getsub(node).className='sub';\r\n\r\n}\r\n\r\nfunction setSubClass(node,name) {\r\n  sub = getsub(node);\r\n  if (sub==null) return;\r\n  sub.className=name;  \r\n}\r\n\r\nfunction toggle(target) {\r\n  if (!is_list_node(target)) return;\r\n    if (is_col(target)) {\r\n      target.className='exp';\r\n      setSubClass(target,'sub');\r\n      \/\/      getsub(target).className='sub';\r\n    }\r\n    else if (is_exp(target)) {\r\n      target.className='col';\r\n      setSubClass(target,'subexp');\r\n      \/\/      getsub(target).className='subexp';\r\n    }\r\n \r\n}\r\n\r\nfunction expandAll(node) {\r\n    if (node.className=='exp') {\r\n        node.className='col';\r\n        setSubClass(node,'subexp');\r\n\/\/        getsub(node).className='subexp';\r\n    }\r\n    var i;\r\n    if (node.childNodes!=null) \r\n\/\/    if (node.hasChildNodes()) \r\n        for ( i = 0; i<node.childNodes.length; i++)\r\n            expandAll(node.childNodes[i]);\r\n}\r\n\r\nfunction collapseAll(node) {\r\n    if  (node.className=='col') {\r\n        node.className='exp';\r\n        setSubClass(node,'sub');\r\n\/\/        getsub(node).className='sub';\r\n    }\r\n    var i;        \r\n    if (node.childNodes!=null) \r\n\/\/ for opera   if (node.hasChildNodes()) \r\n        for ( i = 0; i<node.childNodes.length; i++)\r\n            collapseAll(node.childNodes[i]);\r\n}\r\n\r\n\r\n\r\nfunction unFocus(node) {\r\n     \/\/ unfocuses potential link that is to be hidden (if a==null there is no link so it should not be blurred).\r\n     \/\/ tested with mozilla 1.7, 12.7.2004. \/mn (\r\n      intemp=parent_listnode(node);  \r\n      a = get_link(intemp);     \/\/ added 6.4. to get keyboard working with\r\n      \/\/ moved before collapse to prevent an error message with IE when readonly==true      \r\n      if (a!=null) a.blur(); \/\/ netscape after collapsing a focused node\r\n      return intemp;\r\n}\r\n\r\n\/\/ mode: 0==keypress, 1==keyup\r\nfunction keyfunc(evt,mode) {\r\n var c = get_keycode(evt);\r\n var temp = null;\r\n var a = null;\r\n\r\n  if (lastnode==null) {\r\n    listnodes = document.getElementsByTagName('li');\r\n    lastnode=listnodes[1];\r\n    temp=listnodes[1];\r\n  }\r\n\r\n  \/\/window.alert(c);\r\n  if (checkup(mode,c)) { \/\/ i \r\n   temp=prev_sibling_listnode(lastnode);\r\n  }\r\n  else if (checkdn(mode,c)) { \/\/ k\r\n    temp=next_sibling_listnode(lastnode);\r\n  }\r\n  else if (checkr(mode,c)) { \/\/ l\r\n    expand(lastnode);\r\n    \/\/  temp=next_child_listnode(lastnode);\r\n    \/\/ if (temp==null) {\r\n      a = get_link(lastnode);\r\n        if (a!=null) a.focus(); else self.focus(); \r\n      \/\/}\r\n  }\r\n  else if (checkl(mode,c)) { \/\/ j\r\n    if (is_col(lastnode)) {\r\n      unFocus(lastnode);\r\n      collapse(lastnode);\r\n    }\r\n    else {\r\n      temp=unFocus(lastnode);\r\n      collapse(temp);\r\n    }\r\n   \/\/    if (temp==null) lastnode.focus(); \/\/ forces focus to correct div (try mozilla typesearch) (doesn't seem to work -mn\/6.4.2004)\r\n  }\r\n  else return;\r\n  if (temp!=null) set_lastnode(temp);\r\n\r\n  \/\/ alert('pressed ' + String.fromCharCode(c) + '(' + c + ')');\r\n  return true;\r\n}\r\n\r\n\r\nfunction keytest (evt) {\r\n  return keyfunc(evt,1);\r\n};\r\n\r\n\r\nfunction presstest (evt) {\r\n  return keyfunc(evt,0);\r\n};\r\n\r\n\r\n  document.onclick = onClickHandler;\r\n  document.onkeypress = presstest;\r\n  document.onkeyup = keytest;\r\n<\/script><\/p>\n<h3><span style=\"\">PP RESOLUTION 71 (Rev. Busan, 2014)<\/span><\/h3>\n<h4><span style=\"\">Strategic plan for the Union for 2016-2019<\/span><\/h4>\n<p><span style=\"\">The Plenipotentiary Conference of the International Telecommunication Union ( Busan, 2014),<\/span><\/p>\n<ul class=\"subexp\">\n<li class=\"exp\">\n<div class=\"nodecontent\">considering<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">a)        the provisions of the ITU Constitution and ITU Convention relating to strategic policies and plans;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b)        Article 19 of the Convention on the participation of Sector Members in the Union&#8217;s activities;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c)        Resolution 72 (Rev. Busan, 2014) of this conference, which underlines the importance of linking strategic, financial and operational plans as a basis for measuring progress in achieving the objectives and goals of ITU,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">noting<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">the challenges faced by the Union in achieving its purposes in the constantly changing telecommunication\/information and communication technology (ICT) environment as well as the context for the development and implementation of the strategic plan, as outlined in Annex 1 to this resolution,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">recognizing<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">a)        the experience gained in implementing the strategic plan for the Union for 2012-2015;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b)        the recommendations of the report by the United Nations Joint Inspection Unit (JIU) on Strategic Planning in the UN system, published in 2012;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c)        that the effective linkage between the strategic plan and the financial plan, which is detailed in Annex 1 to Decision 5 (Rev. Busan, 2014) of this conference, can be achieved through reallocation of the resources of the financial plan to the various Sectors, and then to the goals and objectives of the strategic plan, as presented in Annex 3 to this resolution,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" id=\"FMID_407675011FM\">\n<div class=\"nodecontent\">resolves<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">to adopt the strategic plan for 2016-2019, contained in Annex 2 to this resolution,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" id=\"FMID_1495794174FM\">\n<div class=\"nodecontent\">instructs the Secretary-General<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">1        in coordination with the Directors of the three Bureaux, to develop and implement an ITU results framework for the strategic plan of the Union for 2016-2019 (Annex 2), following the principles of results-based budgeting (RBB) and result-based management (RBM);<\/div>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">2        in coordination with the Directors of the three Bureaux, when reporting annually to the ITU Council, to present annual progress reports on the implementation of the strategic plan for 2016-2019 and on the performance of the Union towards the achievement of its goals and objectives, including recommendations to adjust the plan in the light of changes in the telecommunication\/ICT environment and\/or as a result of the performance evaluation, in particular by:<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">i)        updating the sections of the strategic plan related to objectives, outcomes and outputs;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">ii)        making all modifications necessary to ensure that the strategic plan facilitates the accomplishment of ITU&#8217;s mission, taking account of proposals by the competent Sector advisory groups, decisions by conferences and by assemblies of the Sectors and changes in the strategic focus of the Union&#8217;s activities, within the context of the financial limits established by the Plenipotentiary Conference;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">iii)        ensuring the linkage between the strategic, financial and operational plans in ITU, and developing the corresponding human resources strategic plan;<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3        to distribute these reports to all Member States, after consideration by the Council, urging them to circulate them to Sector Members, as well as to those entities and organizations referred to in No. 235 of the Convention which have participated in these activities,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" id=\"FMID_1523116599FM\">\n<div class=\"nodecontent\">instructs the Council<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">1        to oversee further development and implementation of the ITU results framework for the implementation of the strategic plan of the Union for 2016-2019 (Annex 2);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2        to oversee further development and implementation of the strategic plan for 2016-2019 in Annex 2 to this resolution, and when necessary adjust the strategic plan, on the basis of the Secretary-General\u2019s reports;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3        to present an assessment of the results of the strategic plan for 2016-2019 to the next plenipotentiary conference, along with a proposed strategic plan for the period 2020-2023,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" id=\"FMID_1810776503FM\">\n<div class=\"nodecontent\">invites the Member States<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">to contribute national and regional insights on policy, regulatory and operational matters to the strategic planning process undertaken by the Union in the period before the next plenipotentiary conference, in order to:<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\uf02d        strengthen the effectiveness of the Union in fulfilling its purposes as set out in the instruments of the Union by cooperating in the implementation of the strategic plan;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\uf02d        assist the Union in meeting the changing expectations of all its constituents as national structures for the provision of telecommunication\/ICT services continue to evolve,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" id=\"FMID_190258200FM\">\n<div class=\"nodecontent\">invites Sector Members<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">to communicate their views on the strategic plan of the Union through their relevant Sectors and the corresponding advisory groups.<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" id=\"FMID_1561688543FM\">\n<div class=\"nodecontent\">Annex 1 to Resolution 71<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">Background on the strategic plan for the Union for 2016-2019<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">This background information document includes an introduction to the International Telecommunication Union (ITU), its role as a Specialized United Nations (UN) Agency, and the role and mission of the ITU Sectors and governing bodies, as presented in Section 1.<\/div>\n<\/li>\n<li class=\"basic\" id=\"FMID_511962522FM\">\n<div class=\"nodecontent\">The general assessment presented in Section 2, provides lessons learnt from the implementation of the Strategic Plan for 2012-2015, and sets out main broad trends shaping the telecommunication \/ Information and Communication Technology (ICT) environment\/sector as relevant for the strategic plan 2016-2019.<\/div>\n<\/li>\n<li class=\"basic\" id=\"FMID_16295753FM\">\n<div class=\"nodecontent\">Section 3 introduces Sector-specific situational analyses presenting the role and future of each of the ITU Sectors.<\/div>\n<\/li>\n<li class=\"exp\" id=\"FMID_885506073FM\">\n<div class=\"nodecontent\">1        Introduction<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">In accordance with the purposes of ITU, as defined in the Convention and Constitution (Article 1, \u00a71-2), ITU is committed to connecting the world. In order to achieve this, ITU works to ensure that the global communications infrastructure runs smoothly and efficiently to enable everybody to access the benefits of telecommunication\/ICTs and assist in mitigating new risks. ITU oversees international spectrum allocation and satellite coordination; works to develop and gain consensus on new telecommunication\/ICT standards; and carries out policy analysis and work on the development of an enabling environment as well as provides technical assistance to its Member States.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">ITU\u2019s work, as determined and guided by its Member States and Sector Members, covers a broad range of issues: from the underlying standards for broadband to spectrum allocation; from basic access technologies to high-speed mobile broadband; from submarine cables to terrestrial optical fibre; from microwave links to satellites; from accessibility to e-health; and from gender empowerment to interoperability. The work accomplished in ITU in collaboration with governments, the private sector, academia and civil society helps ensure ubiquitous and efficient radio, telephone, television and Internet connectivity.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">1.1        ITU as a part of the United Nations system: contributing to a transformative post-2015 development agenda<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">As the MDG deadline approaches, and the UN Post-2015 Development Agenda and Sustainable Development Goals (SDGs) processes are well under way, UN Member States are engaged in the formulation of a single development framework embodying one coherent set of goals, which integrates in a balanced manner the three dimensions of sustainable development identified by the Rio+20 process (social development; economic development; and environmental protection).<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Telecommunications\/ICTs, including broadband, are essential in accelerating progress towards sustainable development. Such technologies are a key foundation for any development policy and a major enabling tool of any development plan at the national, regional and\/or global levels.1<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Since 2003, the World Summit on Information Society (WSIS) process has been an important instrument to drive global telecommunication\/ICT development in support of the global development agenda. As part of its strategy to connect the world, ITU is striving to ensure that telecommunication\/ICTs continue to receive the recognition they deserve in the international community and UN\u2019s new approach to ensuring sustainable and equitable development.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">As part of the UN efforts, ITU is also committed to mainstreaming UN priorities in its strategic planning and work, in such areas as gender equality, youth, persons with disabilities, rural populations, older persons and disaster risk reduction, among others. The UN system has also been engaged in a reform process which, inter alia, requires business practices to be harmonized, in particular applying the results-based management (RBM) methodology. ITU\u2019s strategy takes into account these global priority efforts and reforms.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">1.2        Governing bodies \/ Role of Sectors<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The Union comprises: a) the Plenipotentiary Conference, which is the supreme organ of the Union; b) the Council, which acts on behalf of the Plenipotentiary Conference; c) World Conferences on telecommunications; d) the Radiocommunication Sector (ITU-R), including world and regional radiocommunication conferences, radiocommunication assemblies and the Radio Regulations Board; e) the Telecommunication Standardization Sector (ITU-T), including world telecommunication standardization assemblies; f) the Telecommunication Development Sector (ITU-D), including world and regional telecommunication development conferences; and g) the General Secretariat. The three Bureaus (the Radiocommunication Bureau or BR; the Telecommunication Standardization Bureau or TSB; and the Telecommunication Development Bureau or BDT) serve as the Secretariat to each respective individual Sector.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">1.2.1        ITU governing bodies<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">1.2.1.1        The Plenipotentiary Conference<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The ITU is governed by the Plenipotentiary Conference. The Plenipotentiary Conference is the supreme organ of the Union. It is the decision-making body which determines the direction of the Union and its activities.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">1.2.1.2        The Council<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The Council acts as the Union\u2019s governing body in the interval between Plenipotentiary Conferences. The Council takes all steps to facilitate the implementation of the provisions of the ITU Constitution, the ITU Convention, the Administrative Regulations (International Telecommunications Regulations and Radio Regulations), and the decisions of Plenipotentiary Conferences and; where appropriate, the decisions of other conferences and meetings of the Union. ITU Council also acts on the policy and strategic planning of the ITU and is responsible for ensuring the smooth day-to-day running of the Union, coordinating work programmes, approving budgets and controlling finances and expenditure. Its role is to consider broad telecommunication policy issues to ensure that the Union\u2019s activities, policies and strategies fully respond to today&#8217;s dynamic, rapidly changing telecommunication\/ICT environment\/sector.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">1.2.2        The role and missions of the ITU Sectors<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">1.2.2.1        The ITU Radiocommunication Sector (ITU-R)<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The ITU Radiocommunication Sector (ITU-R) plays a vital role in the global management of the radio-frequency spectrum and satellite orbits &#8211; limited natural resources which are increasingly in demand from a large and growing number of services such as fixed, mobile, broadcasting, amateur, space research, emergency telecommunications, meteorology, global positioning systems, environmental monitoring and communication services that ensure safety of life on land, at sea and in the skies.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The mission of ITU-R is to ensure the rational, equitable, efficient and economical use of the radio-frequency spectrum by all radiocommunication services, including those using satellite orbits, and to carry out studies and approve Recommendations on radiocommunication matters.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">World Radiocommunication Conferences (WRC)<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">World Radiocommunication Conferences (WRC) are held every three to four years. It is the mandate of WRC to review and, if necessary, revise the Radio Regulations, the international treaty governing the use of the radio-frequency spectrum and geostationary-satellite and non-geostationary-satellite orbits. Revisions are made on the basis of an agenda determined by the ITU Council, which takes into account recommendations made by previous world radiocommunication conferences.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Radiocommunication Assemblies (RA)<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Radiocommunication Assemblies (RA) are responsible for the structure, programme and approval of radiocommunication studies. The Assemblies:<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        assign conference preparatory work and other questions to the Study Groups;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        respond to other requests from ITU conferences;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        suggest suitable topics for the agenda of future WRCs;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        approve and issue ITU-R Recommendations and ITU-R Questions developed by the Study Groups;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        set the programme for Study Groups, and disband or establish Study Groups according to need.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Radio Regulations Board (RRB)<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The twelve members of the Radio Regulations Board (RRB) are elected at the Plenipotentiary Conference. They perform their duties independently and on a part-time basis. The Board:<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        approves Rules of Procedure, used by the Radiocommunication Bureau in applying the provisions of the Radio Regulations and registering frequency assignments made by the Member States;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        addresses matters referred by the Bureau which cannot be resolved through application of the Radio Regulations and Rules of Procedure;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        considers reports of unresolved interference investigations carried out by the Bureau at the request of one or more administrations and formulates Recommendations;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        provides advice to Radiocommunication Conferences and Radiocommunication Assemblies;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        considers appeals against decisions made by the Radiocommunication Bureau regarding frequency assignments;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        performs any additional duties prescribed by a competent conference or by the Council.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">ITU-R Study Groups<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The ITU-R Study Groups, including the Special Committee, develop the technical, operational, regulatory and procedural bases for decisions taken by World Radiocommunication Conferences. These bases are consolidated by the Conference Preparatory Meeting (CPM). The ITU-R Study Groups also develop international standards (Recommendations), Reports, Opinions and Handbooks on radiocommunication matters.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Radiocommunication Advisory Group (RAG)<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">According to Art 11A of the Convention, the RAG \u201cshall: 1) review priorities, programmes, operations, financial matters and strategies related to radiocommunication assemblies, study groups and other groups and the preparation of radiocommunication conferences, and any specific matters as directed by a conference of the Union, a radiocommunication assembly or the Council; 1bis) review the implementation of the operational plan of the preceding period in order to identify areas in which the Bureau has not achieved or was not able to achieve the objectives laid down in that plan, and advise the Director on the necessary corrective measures; 2) review progress in the implementation of the programme of work [\u2026]; 3) provide guidelines for the work of study groups; 4) recommend measures, inter alia, to foster cooperation and coordination with other standards bodies, with the Telecommunication Standardization Sector, the Telecommunication Development Sector and the General Secretariat; [\u2026] 6) prepare a report for the Director of the Radiocommunication Bureau indicating action in respect of the above items; 7) prepare a report for the Radiocommunication Assembly on the matters assigned to it in accordance with No.137A of this Convention and transmit it to the Director for submission to the assembly [\u2026]\u201d.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">1.2.2.2        The ITU Telecommunication Standardization Sector (ITU-T)<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The mission of the ITU Telecommunication Standardization Sector (ITU-T) is to provide a unique forum for industry and government to work together to foster the development and use of interoperable, non-discriminatory and demand-driven international standards. These standards are based on openness and take into account needs of users, in order to create an environment where users can access affordable services worldwide regardless of underlying technology, particularly in developing countries, while establishing links between the activities of ITU-T and the relevant WSIS outcomes.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">World Telecommunication Standardization Assembly<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The World Telecommunication Standardization Assembly (WTSA) sets the overall direction and structure for ITU-T. It meets every four years and defines the general policy for the Sector, establishes study groups, approves their expected work programme for the next four-year period, and appoints their chairmen and vice-chairmen.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Telecommunication Standardization Advisory Group (TSAG)<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">According to Article 14A of the Convention, TSAG \u201cshall 1) review ITU-T priorities, programmes, operations, financial matters and strategies for activities in the Telecommunication Standardization Sector; 1bis) review the implementation of the operational plan [\u2026]; 2) review progress in the implementation of the programme of work [\u2026]; 3) provide guidelines for the work of study groups; 4) recommend measures, inter alia, to foster cooperation and coordination with other relevant bodies, with the Radiocommunication Sector, the Telecommunication Development Sector and the General Secretariat; [\u2026] 6) prepare a report for the Director of the Telecommunication Standardization Bureau indicating action in respect of the above items; 7) prepare a report for the world telecommunication standardization assembly on the matters assigned to it [\u2026]\u201d.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The ITU-T Study Groups<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">ITU-T\u2019s Study Groups assemble experts from around the world to develop international standards known as ITU-T Recommendations, which act as defining elements in the global infrastructure of telecommunication\/ICTs. They enable global communications by ensuring that countries\u2019 telecommunication\/ICT networks and devices are interoperable.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">1.2.2.3        The ITU Telecommunication Development Sector (ITU-D)<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The core mission of the Telecommunication Development Sector (ITU-D) is to foster international cooperation and solidarity in the delivery of technical assistance and in the creation, development and improvement of telecommunication\/ICT equipment and networks in developing countries. ITU-D is required to discharge the Union\u2019s dual responsibility as a UN specialized agency and also as an executing agency for implementing projects under the UN development system or other funding arrangements, so as to facilitate and enhance telecommunication\/ICT development by offering, organizing and coordinating technical cooperation and assistance activities.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">World Telecommunication Development Conferences<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The World Telecommunication Development Conference (WTDC) sets the agenda and guidelines for the ITU-D Sector for the following four-year cycle, while Regional Conferences review \u201cwork-in-progress\u201d towards the overall objectives and ensure that goals are met. The Telecommunication Development Conferences serve as forums for the discussion of the digital divide, telecommunications and development by all stakeholders involved in and concerned with ITU-D\u2019s work. In addition, they review the numerous programmes and projects of the Sector and Telecommunication Development Bureau (BDT). Results are reported and new projects are launched.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Each Regional Preparatory Meeting brings together the countries in its region to explore and discuss their needs and the present and future projects of the Sector.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Telecommunication Development Advisory Group (TDAG)<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">According to Article 17A of the Convention, the TDAG \u201cshall: 1) review priorities, programmes, operations, financial matters and strategies for activities in the Telecommunication Development Sector; 1bis) review the implementation of the operational plan of the preceding period in order to identify areas in which the Bureau has not achieved or was not able to achieve the objectives laid down in that plan, and advise the Director on the necessary corrective measures; 2) review progress in the implementation of the programme of work [\u2026]; 3) provide guidelines for the work of study groups; 4) recommend measures, inter alia, to foster cooperation and coordination with the Radiocommunication Sector, the Telecommunication Standardization Sector and the General Secretariat, as well as with other relevant development and financial institutions; [\u2026] 6) prepare a report for the Director of the Telecommunication Development Bureau indicating action in respect of the above items; 6bis) prepare a report for the world telecommunication development conference on the matters assigned to it in accordance with No. 213A of this Convention and transmit it to the Director for submission to the conference [\u2026]\u201d<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">ITU-D Study Groups<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">In support of the knowledge-sharing and capacity-building agenda of the BDT, the ITU-D study groups study and analyse specific task-oriented telecommunication\/ICT questions of priority to developing countries. ITU-D has two Study Groups, providing a neutral forum for governments, industry and academia to address priority issues for the telecommunication\/ICT Sector: Study Group 1 addresses issues related to the enabling environment, cybersecurity, ICT applications and Internet-related issues; Study Group 2 addresses issues related to information and communication infrastructure and technology development, emergency telecommunications and climate change adaptation.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">1.2.2.4        Intersectoral activities<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Plenipotentiary Resolutions and Decisions of the Council foresee other intersectoral events, fora and conferences, in accordance with the mandate of the Union.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">World Conference on International Telecommunications<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">A world conference on international telecommunications may partially or in exceptional cases, completely revise the International Telecommunication Regulations and may deal with any question of a worldwide character within its competence and related to its agenda.<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" id=\"FMID_41446891FM\">\n<div class=\"nodecontent\">2        General assessment<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">The general assessment briefly reviews the implementation of the 2012-2015 strategic plan of the Union and identifies main trends and challenges of the telecommunication\/ICT environment\/sector that will influence and shape ITU\u2019s work in future. It specifically recognizes that:<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2022        Telecommunications\/ICTs are growing strongly, and becoming more widely available and pervasive.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2022        As telecommunications\/ICTs become more widespread, the challenges of inequalities and exclusion are becoming greater \u2013 special attention must be given to bridging the digital divide and ensuring inclusion.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2022        New risks and challenges emerge with increasing growth and use of telecommunications\/ICTs.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2022        Convergence is occurring on different levels, breaking down silos between different technological sectors. Technologies are evolving rapidly, with accelerating rates of innovation, while becoming more pervasive. The Telecommunication\/ICT environment\/sector is becoming increasingly complex. The evolution and convergence of telecommunication\/ICTs will also impact the changing telecommunication\/ICT environment\/sector.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2.1        Brief review of the implementation of strategic plan for the Union for 2012-2015<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The ITU strategic plan for 2012-2015 was adopted in 2010 by the Plenipotentiary Conference in Guadalajara (Mexico). It is structured with a view, inter alia, to facilitating implementation of the results-based management methodology and linking the strategic goals to ITU\u2019s core activities.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The strategic plan for 2012-2015 has allowed ITU to progress towards fulfilling its mission and achieving its goals. A comprehensive overview of its results from 20112 to 2014 can be found in the \u201cReport on the Implementation of the strategic plan and on the activities of the Union 2011-2014\u201d (Doc PP14\/20).<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Lessons learned<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">On the basis of analysis of the implementation of the current strategic plan and a thorough review of the practices of other UN organizations, key needed adjustments to the strategic plan for 2016-2019 have been identified, as follows:<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2022        One vision, mission and set of core values: The common vision and mission of the Union, and the core values that drive priorities and guide decision-making processes, shall be defined and stated up front in the strategic plan.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2022        Strong results-based framework: Strategic planning and operational planning shall follow the same results-based framework, but in a different level of detail. To drill down the principles of RBM, the components of the ITU results-based framework shall include:<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        ITU strategic goals and targets: there is a need to define Union-wide strategic goals, to which the three Sectors, the corresponding Bureaux and the General Secretariat all contribute. Global telecommunication\/ICT targets may serve as the indicators of achievement at the level of strategic goals, providing baselines and targets for the period of the strategic plan.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Objectives and outcomes: The Sectoral and intersectoral objectives and outcomes shall be set in order to achieve the strategic goals of the Union.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Outputs and corresponding activities: Final products or services delivered by ITU and the corresponding activities that need to be undertaken to produce them shall be defined within the operational planning process. This will ensure proper alignment with the ITU strategic goals and objectives\/outcomes and will allow for any corrective actions during the four-year period of the strategic plan, permitting proper adjustments required by the rapidly changing telecommunication\/ICT environment\/sector.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2022        Clear Implementation criteria: appropriate criteria shall be defined to strengthen the linkage between strategic and operational planning, and provide the criteria for prioritizing among different activities of the Union<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2022        Strengthening RBM methodology: In order to further improve monitoring of the implementation of the strategic plan and allow for any corrective actions during the four-year period, a comprehensive ITU results framework shall be developed, and shall be supported by the enhancement of the following frameworks:<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Performance-management framework: The performance-management framework shall serve to evaluate not only performance with respect to ITU\u2019s activities, but also progress towards achievement of the strategic goals by meeting the global telecommunication\/ICT targets.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Risk-management framework: The risk-management framework shall serve to identify, analyse, evaluate and address risks that might have an impact on the performance of the Union in pursuit of its goals and objectives. Risk-mitigation measures defined within the framework shall be considered, planned and implemented via the operational planning process.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2.2        The telecommunication\/ICT environment\/sector<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Telecommunications\/ICTs are transforming virtually every facet of modern life \u2013 in work, business, social and cultural life, and entertainment. According to ITU estimates, there were 6.8 billion mobile-cellular subscriptions by the end of 2013 or almost as many as there were people on the planet, giving a mobile-cellular penetration rate of 96 per cent. There were close to five billion people with access to television, and 2.4 billion Internet users by the end of 2013. New telecommunication\/ICTs continue to penetrate countries in all regions of the world, as more and more people get connected.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2.2.1        Growth in and evolution of telecommunications\/ICTs<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Telecommunications\/ICTs are evolving rapidly, and have become more widespread and pervasive. Figure 1 shows global telecommunication\/ICT development, i.e. increase in levels of access for different types of telecommunication\/ICTs, over the last decade. They have become critical infrastructure, supporting not only communications for citizens and organizations, but also other integral services, such as power supply, healthcare and financial services.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The uptake of both fixed (wired)-broadband and, in particular, mobile-broadband services has continued to grow worldwide. Currently, there are three times as many mobile-broadband as fixed-broadband subscriptions (2.1 billion, as against 700 million). Indeed, mobile broadband is the telecommunication\/ICT service displaying the sharpest growth rates globally (Figure 1 below), and is contributing to changes in telecommunication\/ICT use and uptake and in the type of services that the industry is providing.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Figure 1. Global telecommunication\/ICT development 2003-2013<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">These rapid growth rates will continue and accelerate in the future. For example, Ericsson predicts that the number of smartphone subscriptions is expected to exceed 4 billion by 2018, while mobile broadband subscriptions are projected to reach 7 billion subscriptions in 2018.3 Other analysts project that, globally, 4G subscriptions will grow tenfold over five years, from 88 million in 2012 to 864 million in 2017.4<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">As a result of the growth in users, traffic and applications, overall revenues in the telecommunication\/ICT sector are expected to continue to rise, but new industry participants seem poised to take an increasing share. Total revenues from traditional telecommunication operators are likely to grow, even though they may lose up to 6.9 per cent in cumulative voice revenues (representing USD 479 billion) to Over-the-Top (OTT) VoIP services by 2020.5 In another closely related area, the cloud computing market was worth USD 18 billion in 2011, and was estimated to reach USD 32 billion by 2013,6 driven by big data stored in the cloud now accounting for two-thirds of data centre traffic worldwide.7<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Annual global IP traffic is expected to surpass the zettabyte threshold (1.4 zettabytes) by the end of 2017, driven by the diversification of pay-TV and video streaming services, and other media-rich content.8 More than 4 billion hours of video are watched on YouTube each month, 30 billion pieces of content are shared on Facebook every month, and some 400 million tweets are sent per day by about 200 million monthly active users.9<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The Internet of Things (IoT) is rapidly becoming a reality, and machine-to-machine (M2M) communications are expected to grow significantly in the near future. By 2017, televisions, tablets, smartphones and business Internet M2M modules will register growth rates of 42 per cent, 116 per cent, 119 per cent and 86 per cent, respectively. Traffic from wireless devices will already exceed traffic from wired devices by 2014.10<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The term of \u201cbig data\u201d is used to define high-volume, -velocity and -variety information assets that demand cost-effective, innovative forms of information processing for enhanced insight and decision making11. It is estimated that 40 Zettabytes of data will be created by 2020, an increase of 300 times from 2005. It is estimated that currently, 2.5 Quintillion bytes of data are created each day. Most companies in the U.S. have at least 100 Terabytes of data stored. Depending on the industry and the organization, big data encompasses information from multiple internal and external sources such as transactions, social media, enterprise content, sensors and mobile devices. As of 2011, the global size of data in healthcare was estimated to be 150 Exabytes, and in 2014, it is estimated that there are 420 million wearable, wireless health monitors.12<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Telecommunications\/ICTs increasingly contribute to social and economic development by enabling access to and the exchange of information and services anywhere and anytime, as well as rapid processing and vast storage of such information, making provision of public and private services more effective, efficient, accessible and affordable. Telecommunication\/ICTs are also expanding access to markets, improving disaster management and facilitating democratic participation in governance processes. Telecommunication\/ICTs provide more cost-efficient and effective ways to preserve and promote local culture. They are bringing down the costs of economic and social activities (for example by replacing transport and postal services), and opening up entirely new business opportunities (such as cloud-based services, mobile applications and services, business process outsourcing and content-related businesses).<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">In the modern world, telecommunications\/ICTs, and broadband networks and services in particular, are vital to countries\u2019 economic growth (Box 1) and national competitiveness in the global digital economy. Telecommunication\/ICT and broadband networks support rapid and efficient communications across different countries and continents. Not only that, but telecommunication\/ICT products and services are part of the higher-value high-tech sector in their own right \u2013 the sector which is growing fastest in terms of international trade13, and which can sustain even faster growth in incomes. Telecommunication\/ICTs are today an economic sector in their own right, as well as enablers leveraging technological competitiveness across other sectors. Broadband is essential for generating new skills and fuelling economic growth and technological change throughout the economy \u2013 from agriculture to finance, education, healthcare and modern services.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Box 1: The contribution of telecommunication\/ICTs to national development<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Widely cited research from the World Bank14 shows that ICTs, and in particular fast access to the Internet, accelerate economic growth, especially in less developed countries. Examples of the impact of utilization of telecommunication\/ICTs include:<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2022        It is estimated that by 2025, ICTs could have a global economic impact of the order of trillions of USD15. The annual economic benefit of the mobile Internet will be between USD 3.7 trillion and USD 10.8 trillion globally by 2025. Bringing broadband penetration levels in emerging markets up to today\u2018s Western European levels could potentially add USD 300 &#8211; 420 billion in GDP and generate 10 &#8211; 14 million jobs.16<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2022        A report by the Broadband Commission17 forecasts that health applications available via mobile broadband will reduce costs, e.g. by allowing physicians to provide care remotely via remote monitoring and diagnosis, or by supporting preventive care. It is estimated that mobile health could save developed countries USD 400 billion in 2017 and save a million lives over five years in Sub-Saharan Africa.18<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2022        It is estimated that 2.5 billion individuals are unbanked worldwide. ICT financial services represent an opportunity for many nations to achieve financial inclusion of the poor.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2022        Small- and medium-sized enterprises (SMEs) which spend more than 30 per cent of their budget on web technologies grow their revenue nine times as fast as SMEs spending less than 10 per cent.19<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2022        ICT solutions represent one of the most innovative and high-potential means of tackling environmental challenges. The ICT sector has been estimated to contribute 2-2.5 per cent of GHG emissions. However, at the same time the smart use of ICTs can reduce greenhouse gas (GHG) emissions by up to 25 per cent.20<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Source: Various<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2.2.2        Inequality and Digital Exclusion<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2.2.2.1        The digital divide<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Despite this rapid growth in access to and use of telecommunication\/ICTs, around 4.4 billion people still do not have regular access to the Internet &#8211; nearly two-thirds of the world population. Furthermore, 92 per cent of the population of the 49 UN-designated least developed countries (LDCs) (which are home to some 890 million people) are still unable to access the world\u2019s biggest and most valuable library and marketplace on a regular basis. With 53 per cent of the population in developing countries living in rural areas, the infrastructure challenge to connect all of these people to high-speed Internet is enormous.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Even more importantly, telecommunication\/ICT networks and ICT skills are the foundations on which tomorrow\u2019s digital economy will be built. Two-thirds of the global population are therefore currently unable to access or develop the digital skills, which shall determine future national competitiveness. Box 2 shows the significance of the gap between the developed and developing world.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Box 2: Tracking the digital divide with the ICT Development Index<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Box Figure 1: The digital divide: Active mobile-broadband (left graph) and<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">fixed (wired)-broadband subscriptions (right graph)<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Box Figure 2: IDI, world and by level of development<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The ITU ICT Development Index (IDI) is a useful tool for comparing differences in the telecommunication\/ICT development since, as a composite index, it consolidates several telecommunication\/ICT indicators into one single value. An analysis of the IDI points to a significant divide between the developed and developing world. In 2012, the average developed-country IDI value was exactly twice as high as the developing-country average. At the same time, the developing-country average IDI value is growing faster, at a rate of 5.8 per cent, as against 3.5 per cent for developed countries. While developed countries are starting to reach saturation levels, in particular in terms of mobile-cellular subscriptions and household telecommunication\/ICT access, developing countries, where penetration levels remain much lower, have ample potential for growth.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Source: ITU Measuring the Information Society Report 2013<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2.2.2.2        The gender digital divide<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Women in many countries suffer from a \u201cgender gap\u201d in regard to telecommunication\/ICTs &#8211; lacking access to related skills, education, technology, networks and capital. A woman in the developing world is 21 per cent less likely to own a mobile phone than her male counterpart.21 In the developing world, 16 per cent fewer women than men use the Internet (as against only 2 per cent in the developed world), suggesting that, in many countries, women are coming online more slowly and later than men. This has serious implications for the ability of women to use the Internet to access information and develop the vital telecommunication\/ICT skills needed to participate and work in today\u2019s digital economy.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Closing the gender gap would bring the benefits of wireless to an additional 300 million women,22 enabling them to fully participate in the economy and unlock their potential. 1.3 billion Internet users are women (37 per cent of all women worldwide) and 1.5 billion are men (41 per cent of all men), i.e. the current global Internet gender gap is about 200 million fewer women online.23 Without action, the global Internet gender gap would be about 350 million in three years\u2019 time. Bringing women online is beneficial to the society overall \u2013 e.g., bringing 600 million additional women and girls online could raise GDP by up to USD 13-18 billion.24<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2.2.2.3        Telecommunications\/ICTs and persons with disabilities<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">There are around 1 billion persons with disabilities in the world (or some 15 per cent of the global population), 80 per cent of whom live in developing countries. This important group of people still faces significant barriers that limit their social and economic inclusion. While telecommunication\/ICTs have become a fundamental technology to support the independent living of persons with disabilities, important challenges still need to be addressed, namely: (a) bringing down the high cost of assistive technologies (including the cost of the technology, as well as the cost of assessment, training and support services); (b) lack of access to telecommunication\/ICTs for persons with disabilities, as well as the lack of policies which would foster widespread availability of such technologies; and (c) limited availability and use of telecommunication\/ICTs in general.25<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2.2.3        Risks and challenges accompanying the growth of telecommunications\/ICTs<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The growing role of telecommunication\/ICTs holds great promise, but the development of the environment has spawned some \u201ccollateral\u201d issues. Breakthroughs in communications bring tremendous benefits, but also create new risks.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2.2.3.1        Building confidence and security in the use of telecommunications\/ICTs<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">With the increasing volume of e-commerce and online financial transactions, the availability of government services, and the popularity of collaborative and social networks, building confidence and maintaining trust in the use of telecommunications\/ICTs will continue to be a major challenge. As telecommunications\/ICTs continue to be further integrated into the economy and our societies, their continuous availability, reliability and security will be increasingly vital to governments, businesses and individuals. Promoting cybersecurity and international cooperation and coordination in this domain remains a key priority.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The cost of global cyber-criminal activity is estimated at up to $1 trillion,26 a figure that could triple by 2020 unless companies step up their defences.27 Proliferation of threats continue to rise &#8211; for example, new malware is being discovered every day, hundreds of times more frequently than in the past decade. No fewer than 6.5 million new malwares have been discovered in 2013.28<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Some 69 per cent of the executives interviewed by the World Economic Forum29 feared that cyber attackers would remain more sophisticated and efficient than their companies\u2019 defence mechanisms. With a large multinational company expecting up to 10,000 cyber-attacks per day, nearly 40 per cent of firms surveyed thought their spending on defences was \u201csignificantly too little\u201d.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Currently, there is a shift from standard forms of cyber-attacks and related crimes to more sophisticated ones, exploiting new technological paradigms (e.g. cloud, big and open data, web 2.0, social networks, etc.). Yet countries are still trying to curb the current threats, and therefore will have difficulties in trying to catch up with the rapid evolution of the telecommunication\/ICT environment\/sector.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Future projections are difficult to acquire on account of the dynamic and fluid nature of cyberspace. However, it is clear that the growth and evolution of the telecommunication\/ICT environment\/sector is directly proportional to the growth and evolution of the risks and challenges related to its use. Therefore, cybersecurity &#8211; or rather building confidence and security in the use of telecommunication\/ICTs &#8211; will remain at the top of the national, regional and international agendas.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2.2.3.2        Protection of most vulnerable<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Young people all over the world are the most active users of telecommunication\/ICTs. Thirty per cent of the youth population are \u201cdigital natives\u201d today (a term broadly used to characterize the young people with solid telecommunication\/ICT experience who are drivers of the information society). ITU\u2019s \u201cMeasuring the Information Society 2013\u201d report30 shows that within the next five years, the digital native population in the developing world is expected to double. However, young people and children are also vulnerable to novel forms of risks presented by telecommunication\/ICTs, especially when they are ill-prepared to meet these challenges and inadequately protected by legislation. Young people and especially children encounter a range of risks online, including child pornography, grooming, cyberbullying, exposure to harmful content and privacy violations.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">A Consumer Reports magazine survey found that one million children were harassed, threatened or subjected to other forms of cyberbullying on Facebook in 2011.31 Other statistics and studies are showing that 72 per cent of teens have a social networking profile. Nearly half (47 per cent)32 have a public profile viewable by anyone, and only the 15 per cent33 have checked the security and privacy settings on their social media account.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Recent initiatives on child online protection focus not only on combating and reducing risks, but also on empowering young people to participate actively in civic and social life online responsibly and ethically as digital citizens. A comprehensive protection and empowerment response requires a multi-stakeholder approach involving a diverse range of governmental and non-governmental actors.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">While significant investments have been made in North America, Europe and parts of Asia to understand children\u2019s online behaviour and implement strategies to protect children online, there are still many gaps in our knowledge of the vulnerabilities and needs of young online users in other parts of the world, especially in countries where Internet penetration remains low.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2.2.3.3        Telecommunications\/ICTs and climate change<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Central to the climate-change issue is the continuing production of greenhouse gas (GHG) emissions as a by-product of industrial and commercial life. While the telecommunication\/ICT industry is a key in addressing climate change, it also accounts for 2 to 2.5 per cent of global GHG emissions or 1 Gigatonne of carbon dioxide (CO2) annually. Experts estimate that personal computers and other end-user devices are responsible for around 40 per cent of the GHG emissions from ICT, while telecommunication networks and data centres generate 24 per cent and 23 per cent, respectively. This is supported by the SMART 2020 report34, which further suggests that the growth rate of GHG emissions from the telecommunication\/ICT industry was 6.1 per cent from 2002 to 2011, although it is expected to slow to 3.8 per cent from 2011 to 2020. The International Energy Agency (IEA) indicates that consumption related to ICT is already more than 5 percent of total final global electricity consumption and total ICT consumption could double by 2022 and be three times the 2010 rate by 2030.35 In addition, United Nations University indicates that in 2013 alone, 67 million metric tons of electrical and electronic equipment have been put on the market and 53 million metric tons of e-waste has been disposed of worldwide.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2.2.4        Changing telecommunication\/ICT environment\/sector<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Fuelled by the evolution to all IP-based wired and wireless Next Generation Networks (NGNs), convergence is transforming the telecommunication\/ICT sector and providing major opportunities, as well as challenges to industry operators, regulators and policy-makers alike, on both the national and international scale. Convergence is reshaping relations between previously disparate telecommunication and media platforms, enabling separate vertical services to be provided over unified horizontal platforms. As a result, previously siloed (service-specific) technology platforms are now supporting multiple voice, data and video services and applications. Convergence is blurring boundaries between previously separate service markets and giving rise to a need to review traditional policy and regulatory regimes, including reinforcing public safety issues. The boundaries between fixed and mobile, wireline and wireless are blurring, as telecommunication moves towards hybrid networks, where devices will be able to transfer seamlessly and smoothly from network to another, without any interruption in service.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">New telecommunication\/ICT developments such as the combination of mobile Internet and the Internet of Things (IoT) are heralded as some of the most disruptive technologies of the coming decade.36 In fact, the advent of new digital devices, networks, services and applications represent a profound change that is reshaping major industries.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Countries are updating and adapting their policies to accommodate and reflect the changes in technologies and markets. As a consequence, national telecommunication\/ICT policies are increasingly focusing on broader, cross-sectoral considerations37 (Figure 2).<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Figure 2. Evolution in Countries\u2019 telecommunication\/ICT Policies over time, 1997-2013<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Source: Broadband Commission (2013): Planning for Progress; Why National Broadband Plans Matter<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Adopting appropriate regulatory tools to respond to new market behaviours and the growing need for consumer protection is becoming an increasingly complex proposition for regulators in today\u2019s converged environment. Such environment is becoming increasingly complex with multiple players operating in the same markets, but under different regimes: in the provision of voice services, for example, traditional telecommunication operators are not only competing with players in adjacent markets, such as Internet service providers (ISPs) and cable operators, but with players in the layers above, such as OTT content and application providers.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The nature of telecommunication\/ICT as cross-sectoral and pervasive infrastructure means that telecommunication\/ICT regulators are today forced to look beyond traditional models of regulation, which have historically consisted mainly of regulating access to networks and services, ensuring fair competition, protecting the interests of consumers and advancing universal access. More recently, electronic services, cybersecurity, data protection, privacy and environmental issues have entered into the purview of regulators.38 The increased use of online applications and services to communicate and do business (such as social media, cloud services, e-payment and other m-banking services) brings a host of new regulatory issues to the fore.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">In this highly dynamic digital environment, regulators need to consider whether they are sufficiently equipped to ensure appropriate operation of markets. They also need to identify if additional measures should be adopted to help ensure a level playing field among operators. In addition, where public funds are requested, clear policies should be adopted with regard to how these should be used.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">To adapt to the changing telecommunication\/ICT environment\/sector, some governments have continued the move towards reform of their institutional and organizational structures by considering merging multiple, separate regulatory authorities, covering different areas of telecommunications and broadcasting, into converged communication\/ICT authorities.39<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">As many of the services carried over telecommunication\/ICT networks are today transnational and borderless in nature, strengthening cross-border, regional and international cooperation will remain key in ensuring that all citizens of the world can benefit from affordable, secure and safe access anytime, anywhere.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Reviewing existing telecommunication\/ICT policy and regulatory frameworks to adapt to the fast-changing digital environment is an ongoing process that requires coordination with multiple stakeholders so as to develop forward-looking approaches to attract and secure the huge and sustained investment in networks which is still needed.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Various international organizations, non-governmental organizations, civil society, multinational companies, academia and foundations, are taking a role in this increasingly complex telecommunication\/ICT environment\/sector. For example, the World Bank Group\u2019s new ICT Strategy aims at helping developing countries use telecommunication\/ICT to transform delivery of basic services, drive innovations and productivity gains, and improve competitiveness.40 Other emerging initiatives, such as public-private and multi-stakeholder partnerships can potentially significantly contribute to the changing telecommunication\/ICT environment\/sector. Therefore collaboration among various established and new players will be important for the future of the telecommunication\/ICT environment\/sector.<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" id=\"FMID_335092201FM\">\n<div class=\"nodecontent\">3        Situational analysis of ITU Sectors<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">3.1        Situational analysis of ITU-R Sector<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The biggest challenge for ITU-R is to remain abreast of the rapid and complex changes occurring in the world of international radiocommunications, coupled with a timely response to the needs of the radiocommunication and broadcasting industry in particular and to the membership as a whole. In an environment undergoing constant change and with ever greater demands from its members for products and services, the Sector should ensure that it remains as adaptable and responsive as possible to meet these challenges.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Pursuant to Article 1 of the ITU Constitution, ITU-R is committed to building an enabling environment through management of the international radio-frequency spectrum and satellite-orbit resources. Since the global management of frequencies and orbit resources requires a high level of international cooperation, one of the principal tasks in ITU-R is to facilitate the complex intergovernmental negotiations needed to develop legally binding agreements between sovereign states. These agreements are embodied in the Radio Regulations and in world and regional plans adopted for different space and terrestrial services.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The field of radiocommunications addresses terrestrial and space services that are critical and increasingly important for the development of the global economy in the twenty-first century. The world is witnessing a phenomenal increase in the use of wireless systems in a myriad of applications. International radiocommunication standards (such as those contained in ITU-R Recommendations) underpin the entire global communications framework \u2013 and will continue to serve as the platform for a whole range of new wireless applications.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The domain of radiocommunications also includes aeronautical telemetry and telecommand systems, satellite services, mobile communications, maritime distress and safety signals, digital broadcasting, satellites for meteorology, and the prediction and detection of natural disasters.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">In line with Radio Regulations, the recording of space and terrestrial notices and their associated publications are central to ITU-R&#8217;s mission.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The need for continuing development of radiocommunication systems used in disaster mitigation and relief operations has increased and will be a key challenge for the future. Telecommunications are critical at all phases of disaster management. Aspects of emergency radiocommunication services associated with disasters include, inter alia, disaster prediction, detection, alerting and relief.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">In the area of climate change, the work of ITU-R focuses on the use of telecommunication\/ICT (different radio and telecommunication technologies and equipment) for weather and climate-change monitoring and for prediction, detection and mitigation of hurricanes, typhoons, thunderstorms, earthquakes, tsunamis, man-made disasters, etc.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Stakeholders, such as government agencies, public and private telecommunication operators, manufacturers, scientific or industrial bodies, international organizations, consultancies, universities, technical institutions, etc., through the processes linked with world radiocommunication conferences and study groups, will need to continue to make decisions on the most profitable and efficient ways to exploit the limited resource of the radio-frequency spectrum and satellite orbits, which will be critical and of increasing economic value for the development of the global economy in the twenty-first century.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">In conducting its activities, the ITU-R should ensure to cast a proper balance:<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        between the need for worldwide harmonization (to benefit from economies of scale, connectivity and interoperability) and the need for flexibility in spectrum allocations,<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        between the need to accommodate new systems, applications and technologies as they arise and the need to protect existing radiocommunication services.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.2        Situational analysis of ITU-T Sector<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">ITU-T operates in a competitive, complex and rapidly evolving environment and ecosystem.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">There is a need for high-quality, demand-driven international standards, which should be developed rapidly in line with the principles of global connectivity, openness, affordability, reliability, interoperability and security. Key technologies, enabling new services and applications and promoting the building of the information society are emerging and should be taken into account in the work of ITU-T.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">While retaining current ITU-T members, new members from industry and academia need to be attracted and encouraged, and the participation of developing countries in the standardization process (\u201cBridging the standardization gap\u201d) needs to be boosted.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Cooperation and collaboration with other standardization bodies and relevant consortia and fora are key to minimize conflict of work and achieve efficient use of resources, as well as to incorporate expertise from outside ITU.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The review of the International Telecommunication Regulations will set a renewed worldwide framework for ITU-T activities.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.3        Situational analysis of ITU-D Sector<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Telecommunications\/ICTs are increasingly being recognized by governments around the world as the key engine for economic growth and social development. Furthering development of telecommunications\/ICTs around the world has long been at the core of the work of ITU, as a United Nations specialized agency, but has become even more vital over recent years, when technological developments have given telecommunications\/ICTs an essential role in every aspect of human lives. Telecommunications\/ICTs are not just an end in themselves, but are the key enablers of the other sectors.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The progress that has been made since the establishment of the Millennium Development Goals (MDGs) in 2000 and of the telecommunication\/ICT connectivity targets set by WSIS in 2003 and 2005 has been extremely important. Providing the right conditions is key to fully meeting these goals. The priority shall be the development of infrastructure, in particular for broadband communications, and the provision of telecommunication\/ICT applications and services. The enhancement of human capacity building and a robust, predictable, enabling regulatory environment will ensure that technological development is sustainable.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Having regard to the importance of local content and its role in developing the use of broadband, countries with language and cultural barriers should pay adequate attention to the significant proportion of local content. Therefore, generating local content as an enabler for developing deployment of broadband services and enhancing its penetration, developing e-health, e-learning and e-commerce to satisfy demand for local content and encouraging countries with similar or common culture and language to construct local content could help speed up continuing access to broadband services.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">In view of the borderless nature of the cyberspace community, ITU\u2011D acknowledges the importance of international cooperation in enhancing reliability, availability and security in the use of ICTs. Therefore, ITU\u2011D recognizes that there is an urgent need to support countries in developing specific measures in the implementation of their national cybersecurity frameworks to address the concerns of different stakeholders in this regard and to enable and assist in the sharing of best practices at the global level. Accordingly, ITU will play a key role in facilitating the above-mentioned cooperation.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Among those standing to derive the greatest benefit from telecommunications\/ICTs are least developed countries (LDCs), small island developing states (SIDS), landlocked developing countries (LLDCs) and countries with economies in transition, all of which deserve special attention. Emergency telecommunications and gender issues are also priority areas in ITU-D work. Given the magnitude of the task, success will depend on working closely with ITU members and mobilizing resources through public-private partnerships.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">There is a need to encourage a culture of innovation in ITU-D. Constantly examining BDT\u2019s activities under the lens of how products and services can be more innovative leads to critical consideration of its competitive position among telecommunication\/ICT development agencies and provides the motivation to pursue new opportunities for improvement. The growing importance of innovation is recognized worldwide. Innovation is essential if countries and firms are to recover from the global economic downturn and thrive in today\u2019s highly competitive and connected global economy. Innovation is a powerful engine for development and for addressing social and economic challenges. Innovative broadband-fuelled services such as m-payments, m-health and m-education can be literally \u201clife-changing\u201d for individuals, communities and societies at large. Access to telecommunications\/ICTs can empower hundreds of millions of people in developing countries to directly enhance their own social and economic well-being.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The ITU-D mission is not just about connectivity for connectivity\u2019s sake, but is more to aim at seeing innovative uses of telecommunications\/ICTs that fundamentally improve people\u2019s lives for the better.<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" id=\"FMID_7964866FM\">\n<div class=\"nodecontent\">Annex 2 to Resolution 71<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">Strategic plan for the Union for 2016-2019<\/div>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">Table of Contents<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">1        ITU results-based management (RBM) framework and structure of the strategic plan        35<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2        ITU vision, mission and values                36<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2.1        Vision                36<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2.2        Mission                37<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2.3        Values                37<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3        Strategic goals and targets of the Union                38<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.1        Strategic goals                38<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.1.1        Goal 1: Growth \u2013 Enable and foster access to and increased use of telecommunications\/ICTs                39<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.1.2        Goal 2: Inclusiveness \u2013 Bridge the digital divide and provide broadband for all                39<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.1.3        Goal 3: Sustainability \u2013 Manage challenges resulting from telecommunication\/ICT development                39<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.1.4        Goal 4: Innovation and partnership \u2013 Lead, improve and adapt to the changing telecommunication\/ICT environment                40<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.2        Targets of the Union                40<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.2.1        Principles for global telecommunication\/ICT targets                40<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.2.2        Global telecommunication\/ICT targets                40<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.3        Strategic risk management and mitigation                42<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4        Sectoral and intersectoral objectives, outcomes and outputs                43<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4.1        Sectoral and intersectoral objectives                43<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4.2        Objectives, outcomes and outputs                46<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4.3        Enablers                57<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">5        Implementation and evaluation                59<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">5.1        Linkage between strategic, operational and financial planning                59<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">5.2        Implementation criteria                60<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">5.3        Monitoring, evaluation and risk management in the ITU RBM framework                62<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The four-year strategy guides the activities of the Union in 2016-2019 in accordance with the Constitution and Convention of ITU.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The structure of the 2016-2019 strategic plan of the Union follows the structure of the ITU results-based management (RBM) framework, as shown in Section 1 below. Section 2 defines the vision, mission and values, Section 3 defines the ITU strategic goals and sets the targets, and Section 4 defines the Sectoral and intersectoral objectives, the outcomes, the enablers of the strategic goals and objectives of the Union and, for purposes of linkage of the strategic with the operational plans of the Union, the Sectoral and intersectoral outputs. Section 5 plots the roadmap from strategy to execution, by laying down the implementation criteria for prioritization. The activities and outputs are defined in detail in the operational planning process, thereby ensuring a strong linkage between strategic and operational planning (as described in Section 5.1).<\/div>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">1        ITU results-based management (RBM) framework and structure of the strategic plan<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">The RBM framework presented below describes the relationships between the activities of ITU, outputs they produce, and overall objectives and strategic goals of the Union, which contribute to the organization\u2019s mission and vision.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The ITU results chain is divided into five levels: activities, outputs, objectives and outcomes, strategic goals and targets, and vision and mission. The ITU values represent overarching shared and common beliefs that drive priorities of the Union.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Table 1: The ITU RBM framework (as presented in the ITU strategic and operational plans)<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\uf0df RBM planning<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Implementation \uf0e0<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Vision &amp; Mission<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">(Section 2)<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Vision is the better world ITU wants to see.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Mission refers to the main overall purposes of the Union, as per the Basic Instruments of ITU.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Values: ITU\u2019s shared and common beliefs that drive its priorities and guide all decision-making processes (Section 2)<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Strategic goals &amp; Targets<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">(Section 3)<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Strategic goals refer to the Union\u2019s high-level targets to which the objectives contribute, directly or indirectly. They relate to the whole of ITU.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Targets are the expected results during the period of the strategic plan; they provide an indication as to whether the Goal is being achieved. Targets may not always be achieved for reasons that may be beyond the control of the Union.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Objectives &amp; Outcomes<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">(Section 4)<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Objectives refer to the specific aims of the Sectoral and intersectoral activities in a given period.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Outcomes provide an indication as to whether the objective is being achieved. Outcomes are usually partly, but not entirely, within the organization\u2019s control.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Outputs<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">(Section 4)<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Outputs are the final tangible results, deliverables, products and services achieved by the Union in the implementation of the operational plans.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Activities<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Activities are various actions\/services for transforming resources (inputs) into outputs. Activities may be grouped into processes.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Each of the levels above represents a distinct step in the causal logic of the ITU RBM framework. The bottom two levels (activities and outputs) relate to how financial contributions from the membership and other revenues of ITU are being invested in order to implement various functions, programmes and initiatives of the Union. The top three levels refer to the actual changes and impact that ITU envisages, i.e. the long-term economic, socio-cultural, institutional, environmental, technological or other effects of the Union\u2019s work.<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">2        ITU vision, mission and values<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">2.1        Vision<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u201cAn information society, empowered by the interconnected world, where telecommunication\/ information and communication technologies enable and accelerate social, economic and environmentally sustainable growth and development for everyone\u201d<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">ITU is committed to enabling a connected world. In this interconnected world, information and communication technologies (ICTs) play a key role as an ultimate enabler for social, economic and environmentally sustainable development, benefiting each and every person on the planet. ICTs are redefining how development objectives may be achieved. Delivering affordable access to telecommunication\/ICT networks, services and applications to all the world\u2019s inhabitants is a vital driver of development.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2.2        Mission<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u201cTo promote, facilitate and foster affordable and universal access to telecommunication\/ information and communication technology networks, services and applications and their use for social, economic and environmentally sustainable growth and development\u201d<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2.3        Values<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The core values of ITU are the principles and common beliefs that drive the priorities of the Union and the decision-making process of the organization.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">People-centred, service-oriented and results-based<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Being people-centred, ITU is focused on people in order to deliver results that matter to each and every individual. Being service-oriented, ITU is committed to further delivering high-quality services and maximizing satisfaction of beneficiaries and stakeholders. Being results-based, ITU aims for tangible results and to maximize the impact of its work.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Inclusiveness<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Recognizing inclusiveness as a universal value, ITU is committed to ensuring that the benefits of telecommunication\/ICTs reach everyone in an equitable manner, including developing countries, persons with specific needs as well as marginal and vulnerable populations, including youth, indigenous peoples, older persons, persons with disabilities, persons with diverse income levels, rural and remote populations, as well as ensuring gender equality in telecommunication\/ICTs. Significance of inclusiveness is twofold: everyone benefits from the work of ITU, and everyone can contribute.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Universality and neutrality<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">As a United Nations specialized agency, ITU reaches, covers and represents all parts of the world. Within the remit of the Basic Instruments of the Union, its operations and activities reflect the express will of its membership. ITU also recognizes the overarching pre-eminence of human rights, including the right to freedom of opinion and expression, which includes the freedom to seek, receive and impart information and ideas through any media and regardless of frontiers, and the right to not be subjected to arbitrary interference with privacy.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Synergies through collaboration<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">A diverse array of organizations contributes to the development of the telecommunication\/ICT. ITU, as a major player in this diverse environment, embraces collaboration as the best way to contribute to the fulfilment of its mission.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Innovativeness<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Innovation is a key element in the transformation of the telecommunication\/ICT environment. In order to be successful in what it does, ITU recognizes that it must continuously contribute to shaping and adapting quickly to this rapidly changing telecommunication\/ICT environment.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Efficiency<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Efficiency is a concern for all stakeholders in the telecommunication\/ICT environment. ITU is committed to providing increased value for money, focusing on its priorities and avoiding conflicting efforts and activities.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Continuous improvement<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Recognizing that in a fast-moving, rapidly-evolving environment there are no permanent solutions, ITU embraces the value of continuous improvement of its products, services and processes, by adjusting focus as required and raising performance and quality standards.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Transparency<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">As an enabler for many of the above values, transparency allows accountability for decisions, actions and results. Embracing transparency, ITU communicates and demonstrates progress towards the achievement of its goals.<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">3        Strategic goals and targets of the Union<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">3.1        Strategic goals<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The Council in its role in managing the Union between Plenipotentiary Conferences, and all three ITU Sectors will cooperate towards achievement of the ITU-wide goals: the ITU Radiocommunication Sector (ITU-R), the ITU Telecommunication Standardization Sector (ITU-T) and the ITU Telecommunication Development Sector (ITU-D). Successful coordination and collaboration among the Sectors, their three Bureaux and the General Secretariat shall underpin the Union\u2019s progress in achieving these goals.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">In 2016-2019 ITU will work to achieve its mission through the following four goals:<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.1.1        Goal 1: Growth \u2013 Enable and foster access to and increased use of telecommunications\/ICTs<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Recognizing the role of telecommunication\/ICTs as a key enabler for social, economic and environmentally sustainable development, ITU will work to enable and foster access to, and increase the use of telecommunication\/ICTs. Growth in the use of telecommunication\/ICTs has a positive impact on short- and long-term socio-economic development. The Union, including its members, are committed to working together and collaborating with all stakeholders in the telecommunication\/ICT environment in order to achieve this goal.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.1.2        Goal 2: Inclusiveness \u2013 Bridge the digital divide and provide broadband for all<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Being committed to ensuring that everyone without exception benefits from telecommunication\/ICTs, ITU will work to bridge the digital divide and enable the provision of broadband for all. Bridging the digital divide focuses on global telecommunication\/ICT inclusiveness, fostering telecommunication\/ICT access, accessibility, affordability and use in all countries and regions and by all peoples, including marginal and vulnerable populations, such as women, children, people with different income levels, Indigenous Peoples, older persons and persons with disabilities. The Union will continue to work towards enabling the provision of broadband for all, so everyone can take advantage of these benefits.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.1.3        Goal 3: Sustainability \u2013 Manage challenges resulting from telecommunication\/ICT development<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">To promote the beneficial use of telecommunication\/ICTs, the Union recognizes the need to manage challenges that emerge from the rapid growth of telecommunication\/ICTs. The Union focuses on enhancing the sustainable and safe use of telecommunication\/ICTs, in close collaboration with all organizations and entities. Accordingly, the Union will work towards minimizing the negative impact of undesired collaterals, such as cybersecurity threats, including potential harm to most vulnerable parts of the society, in particular children, and negative effects on the environment, including e-waste.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.1.4        Goal 4: Innovation and partnership \u2013 Lead, improve and adapt to the changing telecommunication\/ICT environment<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">The fourth goal of the Union\u2019s strategy for 2016-2019 is innovation: fostering an innovative ecosystem and adapting to the changing telecommunication\/ICT environment. In the rapidly evolving environment, the goal set by the Union is to contribute to the development of an environment that is sufficiently conducive to innovation, where advances in new technologies and strategic partnerships become a key driver for the post-2015 development agenda. The Union recognizes the global need to adapt systems and practices continuously, since technological innovation is transforming the telecommunication\/ICT environment. The Union recognizes the need to foster the engagement and cooperation with other entities and organizations in pursuing that goal.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.2        Targets of the Union<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Targets represent the effect and long-term impact of the Union\u2019s work and provide an indication of progress towards achievement of the strategic goals. ITU will work collaboratively with the full range of other organizations and entities around the world committed to advancing the use of telecommunications\/ICTs. The purpose of such targets is to provide the direction where the Union should focus its attention and materialize the ITU vision for an interconnected world for the four\u2011year period of the strategic plan.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.2.1        Principles for global telecommunication\/ICT targets<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Following best practice for setting targets, the global telecommunication\/ICT targets are set in compliance with the following criteria:<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Specific: Targets describe the tangible impact that the Union would like to see from its efforts:  the long-term economic, socio-cultural, institutional, environmental, technological or other effects sought, which may, however, be largely outside the Union\u2019s direct control.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Measurable: Targets build on existing statistical indicators, leveraging ITU knowledge bases, are measurable and have an established baseline.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Action-oriented: Targets guide specific efforts under the strategic and operational plans of the Union.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Realistic and relevant: Targets are ambitious, but realistic, and are linked with the strategic goals of the Union.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Time-bound and traceable: Targets correspond to the time-frame within the four-year period of the strategic plan of the Union, i.e. by 2020.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.2.2        Global telecommunication\/ICT targets<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Table 2 below presents the Global telecommunication\/ICT targets for each of the strategic goals of the ITU.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Table 2: Global telecommunication\/ICT targets<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Goal 1: Growth \u2013 Enable and foster access to and increased use of telecommunications\/ICTs<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Target 1.1: Worldwide, 55% of households should have access to the Internet by 2020<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Target 1.2: Worldwide, 60% of individuals should be using the Internet by 2020<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Target 1.3: Worldwide, telecommunication\/ICTs should be 40% more affordable by 202041<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Goal 2: Inclusiveness \u2013Bridge the digital divide and provide broadband for all<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Target 2.1.A: In the developing world, 50% of households should have access to the Internet by 2020<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Target 2.1.B: In the least developed countries (LDCs), 15% of households should have access to the Internet by 2020<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Target 2.2.A: In the developing world, 50% of individuals should be using the Internet by 2020<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Target 2.2.B: In the least developed countries (LDCs), 20% of individuals should be using the Internet by 2020<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Target 2.3.A: The affordability gap between developed and developing countries should be reduced by 40% by 202042<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Target 2.3.B: Broadband services should cost no more than 5% of average monthly income in developing countries by 2020<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Target 2.4: Worldwide, 90% of the rural population should be covered by broadband services by 202043<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Target 2.5.A: Gender equality among Internet users should be reached by 2020<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Target 2.5.B: Enabling environments ensuring accessible telecommunications\/ICTs for persons with disabilities should be established in all countries by 2020<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Goal 3: Sustainability \u2013 Manage challenges resulting from the telecommunication\/ICT development<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Target 3.1: Cybersecurity readiness should be improved by 40% by 2020<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Target 3.2: Volume of redundant e-waste to be reduced by 50% by 202044<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Target 3.3: Green House Gas emissions generated by the telecommunication\/ICT sector to be decreased per device by 30% by 202045<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Goal 4: Innovation and partnership \u2013 Lead, improve and adapt to the changing telecommunication\/ICT environment<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Target 4.1: Telecommunication\/ICT environment conducive to innovation46<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Target 4.2: Effective partnerships of stakeholders in telecommunication\/ICT environment47<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3.3        Strategic risk management and mitigation<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Bearing in mind the prevailing challenges, evolutions and transformations that have the most potential to impact activities of the ITU during the period of the strategic plan, the following list of top-level strategic risks presented in Table 3 has been identified, analysed and evaluated. These risks have been considered when planning the strategy for 2016-2019, and the corresponding mitigation measures have been identified as necessary. It should be emphasized that the strategic risks are not meant to represent deficiencies of ITU\u2019s operations. They represent forward-looking uncertainties that may affect efforts to fulfil the mission of the Union during the period of the strategic plan.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">ITU has identified, analysed and assessed these strategic risks. Apart from the strategic planning processes, setting the overall framework on how to mitigate these risks, operational mitigation measures will be defined and implemented through the operational planning process of the Union.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Table 3: Strategic risks and mitigation measures<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Risk<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Strategic mitigation measure<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Reflected in<\/div>\n<\/li>\n<li class=\"col\">\n<div class=\"nodecontent\">\u2022        Diminishing relevance and ability to demonstrate clear added value<\/div>\n<ul class=\"subexp\">\n<li class=\"basic\">\n<div class=\"nodecontent\">Represents the risk of conflicting efforts, inconsistencies and competition with other relevant organizations and bodies, as well as the risk of misperception of ITU\u2019s mandate, mission and role.<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">1)        Identify and concentrate on activities with unique added value<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Vision, Mission, Strategic goals and Objectives\/Outcomes, Criteria for prioritization<\/div>\n<\/li>\n<li class=\"col\">\n<div class=\"nodecontent\">\u2022        Spreading too thin<\/div>\n<ul class=\"subexp\">\n<li class=\"basic\">\n<div class=\"nodecontent\">Represents the risk of mission dilution and the risk of losing sight of the organization\u2019s core mandate.<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2)        Ensure cohesiveness and strength of focus<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Criteria for prioritization<\/div>\n<\/li>\n<li class=\"col\">\n<div class=\"nodecontent\">\u2022        Failure to respond quickly to emerging needs and innovate sufficiently while still providing high-quality deliverables<\/div>\n<ul class=\"subexp\">\n<li class=\"basic\">\n<div class=\"nodecontent\">Represents the risk of unresponsiveness, leading to disengagement of membership and other stakeholders.<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3)        Be fast moving, agile, responsive and innovative<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4)        Proactively engage stakeholders<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Goal 4 related to Innovation, ITU values<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Vision, Mission, Values, Strategic goals and Objectives\/Outcomes, Criteria for prioritization<\/div>\n<\/li>\n<li class=\"col\">\n<div class=\"nodecontent\">\u2022        Inadequate adjustment of implementation strategies, tools, methodology and processes to keep up with best practices and changing needs<\/div>\n<ul class=\"subexp\">\n<li class=\"basic\">\n<div class=\"nodecontent\">Represents the risk of the study group structure, methods and tools becoming inadequate, of the implementation tools and methods becoming unreliable and failing to ensure maximum effectiveness, and of inadequate cooperation among the Sectors.<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">5)        Continuously improve strategies, tools, methodologies and processes according to best practice<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Values, Implementation criteria<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Process of monitoring the implementation and adjusting the strategic plan<\/div>\n<\/li>\n<li class=\"col\">\n<div class=\"nodecontent\">\u2022        Inadequacy of funding<\/div>\n<ul class=\"subexp\">\n<li class=\"basic\">\n<div class=\"nodecontent\">Represents the risk of reduced financial contributions from membership.<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">6)        Be more efficient and prioritize<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">7)        Ensure effective financial planning<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        Implementation criteria<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">4        Sectoral and intersectoral objectives, outcomes and outputs<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">ITU will implement strategic goals of the Union for 2016-2019 through a number of objectives to be attained in this period. Each Sector will contribute to the overarching goals of the Union in the context of its specific remit, through the implementation of the sector-specific objectives and the overarching intersectoral objectives. The Council will ensure efficient coordination and oversight of this work.<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4.1        Sectoral and intersectoral objectives<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">Sectoral and intersectoral objectives will contribute to the ITU Strategic Goals as presented in Table 4 below48, supported by the enablers of the goals and the objectives of the Union provided by the secretariat.<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/goo.gl\/dd1kPI'><\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>PP RESOLUTION 71 (Rev. Busan, 2014) Strategic plan for the Union for 2016-2019 The Plenipotentiary Conference of the International Telecommunication Union ( Busan, 2014), considering a) the provisions of the ITU Constitution and ITU Convention relating to strategic policies and plans; b) Article 19 of the Convention on the participation of Sector Members in the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1668,"menu_order":71,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-1735","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1735","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/comments?post=1735"}],"version-history":[{"count":0,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1735\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1668"}],"wp:attachment":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/media?parent=1735"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}