A Concept of Community Care System and Community Information Network

Size: px
Start display at page:

Download "A Concept of Community Care System and Community Information Network"

Transcription

1 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA' A Concept of Community Care System and Community Information Network Ayami Manaka 1, Akio Ogata 2, Hirohide Matsuzaka 2, Hayato Taniguchi 2, Masaya Nomoto 2, Minoru Fukuzaki 2,Hiroshi Ishii 2, Yasuhiro Nozawa 3, and Keisuke Utsu 2 1 Graduate Sch. of Information and Telecommunication Engineering, Tokai University, Minato City, Tokyo, Japan 2 Sch. of Information and Telecommunication Engineering, Tokai University, Minato City, Tokyo, Japan 3 Collaboration Project Section, Minato City, Tokyo, Japan Abstract - To enable the citizens to send their safety information using smartphones to the city government or its branches, we are studying and developing Community Care System (CCS). We are taking into account of real circumstances in Minato City, Tokyo, Japan, as a model case of CCS. In addition, we also developing Community Information Network (CIN), which is a network service platform to support CCS. CIN provides CCS with connectivity between citizen s smartphones and servers of city government and at the same time provides access from not only citizen but tourism to the Internet. This paper reports the concept of the CCS, the prototype development of one of CCS functions (services), the concept of CIN, and the prototype development of access point devices of CIN. Keywords: Community, Application, Network 1 Introduction Japanese society is aging rapidly that results in the increase of the number of elderly people that are living alone. Traditionally, people living in a close-knit community have helped each other out. Today, such social ties are becoming weaker particularly in urban areas, which is making it difficult to confirm the well-being of elderly or physically handicapped people on a daily basis. The problem is becoming more and more serious because confirmation of their well-being depends on inefficient ways such as telephone calls or visits made by social workers who are increasingly overstretched and in short supply. One solution of this problem is to improve the efficiency of collecting and sharing the information on the well-being of these vulnerable people on a regular basis using mobile devices such as smartphones and tablet PCs which are now widely used in Japan. Japan has a well-developed communication infrastructure. According to a report by the Ministry of Internal Affairs and Communications, the percentage of smartphone users aged 60 or older is rapidly on the rise. It was 7.3% in fiscal year 2013 compared to 3.4% in the previous year [1]. The authors expect that this percentage will continue to increase rapidly in the near future as people in their 50s and early 60s, who routinely use their smartphones for business and private purposes, join the ranks of the elderly. In light of the above circumstances, we are developing, in collaboration with the Minato Ward Office in Tokyo, a community care system (CCS) that is designed to meet local needs for confirming the well-being of the elderly on a regular basis. An experiment is being conducted in an area in Takanawa, Minato city, Tokyo. This area was chosen as a model case because the Minato Ward has a dense population in which the proportion of elderly people is rising rapidly and will come to characterize many other localities in Japan in the near future. This paper reports the concepts of CCS and the prototype development of one of the functions (services) of CCS. In addition, we are developing a Community Information Network (CIN) which supports CCS application by providing wireless LAN (Wi-Fi) connections, in the area. The paper also reports the concepts of CIN and the prototype development of access point (AP) devices. The rest of the paper is organized as follows. Section 2 introduces the concept of CCS and the prototype development of the system which is one of the functions (services) of tccs. Section 3 introduces the concept of the CIN and the prototype development of AP devices. Lastly, Section 5 summarizes this paper. 2 Community Care System, CCS 2.1 Concept of CCS In the near future, an insufficiency of the support staffs becomes more serious due to progression of aging. The number of people who have no support person for the daily or emergency situations will be increased. We develop CCS to tackle the above problems by realizing the following functions 1) and 2). 1) Safety confirmation for elderly and/or handicapped people The safety confirmation for elderly people and handicapped people is made by telephone and patrols by social workers. However, the ways are insufficient solutions in the metropolitan area such as Minato city. There is another way to apply services which are provided by network carriers or

2 534 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'15 communication device manufacturers. However, the installation and running costs are so expensive that the way is difficult to apply in the areas. Therefore, an alternative way which can be realized at a low cost is needed. further issues to be studied. The implementation of the application on other OSs will be studied in the future. 2) Local information notifications by the local government: Local information such as daily information, event announcements, and emergency notifications are provided by message boards, handbills, and radio broadcast in general. The information provision should be realized more quickly and certainly. 2.2 Outline of the safety confirmation and notification system We are planning to build up the CCS in step-by-step manner. As the first step, we develop the prototype of the safety confirmation and notification service system. This system is server-client based and application software is defined in each side of server and user. This system assumes that the necessary servers are installed in the ward office and/or its branch offices and that users, i.e., elderly people, have smartphones. The administrator at the ward office or a branch office sends users a message containing an inquiry about their well-being and a list of possible answers. The user can send a response to the question by simple touch operation (selection of answer) on his/her smartphone. Then, the administrator confirms responses from the users and takes appropriate action if needed. In an actual operation, the messages will be sent regularly. Since the system facilitates the workload reduction for the ward office staffs and social workers, it can contribute to realizing the function 1) in Section 2.1. In addition to the inquiry messages, daily information, event announcements, and emergency notifications are also sent to the citizen. By sending those information by the system, to the citizen, the citizens can share the information more quickly and certainly. Hence the system can contribute to realizing the function 2) in Section The prototype of the safety confirmation and notification system The prototype of the safety confirmation and notification system is configured as shown in Fig. 1. Our experimental system uses a virtual machine on Amazon Elastic Compute Cloud (Amazon EC2), which is an IaaS (Infrastructure as a Service). The OS of the server is Ubuntu LTS. A Web server, Apache2, and a database, MySQL, run on it. The server side application is implemented using PHP (Hypertext Processer). The user needs to have a smartphone or a tablet that runs on Android (version 4.0 or higher), and also to be in an environment that allows access to the Internet. The implementation on other platforms is a Fig. 1 System prototype configuration of the safety confirmation and notification system Server side application The administrator logs into the system by entering his/her user name and password. After that, Admin screen #1 (Fig. 2) appears. It has Notify, Confirm and Register buttons. The administrator registers users in advance on Admin screen #2 (Fig. 2). The server identifies a user terminal using the MAC address of the Wi-Fi communication device mounted on the terminal because a MAC address is unique to each terminal. The administrator composes a request for information about the user s general condition on Admin screen #3 (Fig. 2). The administrator enters a question and possible answers on this screen and can also include information about precautions in daily life and upcoming events in the request message. When the administrator clicks the Send button, the request message is sent to user terminals. The administrator can read user responses on Admin screen #4 (Fig. 2). The information on this screen is updated in real time as responses arrive. The list of response messages can be sorted by user name, question, answer, and response date and time Users side application Messages requesting information about the well-being of users are sent to user terminals via the Internet. The request information is automatically displayed on the user terminal screen. The user can reply by simple touch operation because a list of possible answers to choose is displayed. For example, to the question Please answer your health condition., possible answers are: Reply 1: Good, Reply 2: Not good, Reply 3: I need consultation / I have a question and Reply 4: Nearby people are in trouble.

3 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA' Admin screen #1 Admin screen #2 Administrator Admin screen #3 Admin screen #4 Request Reply User User terminal screen #1 User terminal screen #2 replied Fig. 2 Screen transition of CCS application 2.4 Example of use Examples of messages, questions, and answer choices assumed to be sent are as follows. Example 1: general notifications and questions Message: In Minato city, the highest temperature will be more than 35 degrees Celsius (95 degrees Fahrenheit) today. Please be careful about heat stroke. Please answer your health condition. Answer choice 1: Good Answer choice 2: Not good Answer choice 3: I need consultation / I have a question Example 2: event announcements and questions Message: In Minato city, x festival will be held at x park at 10:00am, Today. Please come and visit. Please answer your health condition. Answer choice 1: Good Answer choice 2: Not good Answer choice 3: I need consultation / I have a question Example 3: emergency notifications and questions Message: We have just experienced a big earthquake in Minato City. Tsunami will not occur. Please answer your safety. Answer choice 1: Safe and not injured Answer choice 2: Minor injured but can move Answer choice 3: Can t move Example 4: emergency notifications and questions Message: A typhoon is coming soon. Please refrain from unnecessary going out. Please answer your health condition. Answer choice 1: Good Answer choice 2: Not good Answer choice 3: I need consultation / I have a question 2.5 Issues to be improved In the future, we plan to improve the following issues of the prototype system. Each number of people who made each choice should be visible on the administrator side. In particular, since a person may be identified by using information such as date of birth, there are some citizens who hesitate to register such personal information. The safety information of the citizen who requires daily support should be highlighted. The system should enable the citizen to upload optionally his present location which is obtained by GPS (Global Positioning System) on his terminal.

4 536 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'15 Since city newsletters are published every 10 days, the inquiry and notification message should be sent with them. It can be expected that the administrator obtain the responses from the citizens more certainly. 3 Community Information Network, CIN 3.1 Needs of CIN As locally launched communication network services, access points have been equipped to provide tourists with public Wi-Fi services in Japan [2][3]. On the other hand, as a technology, IEEE802.11s mesh network has been studied [4]. Hence, CIN will make the most of those services. We consider that there are following 2 requirements to realize the CIN. Fig. 3 An example of a streetlamp at Merry-road Takanawa 1) The CIN makes it possible for the residents and/or tourists to be provided the internet connection service by deploying Wi-Fi APs. As a result, CIN makes it possible for the users to use the application everywhere in the city even when the infrastructures of communication carriers are unavailable due to disasters. 2) Even when the infrastructures of communication carriers are unavailable due to disasters, CIN makes it possible for the users to use the application. 3.2 Concept of CIN To satisfy the requirements and at low costs, we are considering CIN as follows. First let us consider the AP. In Merry Road Takanawa area, many streetlamps have been equipped by Minato-city government. An example of a streetlamp is shown in Fig.3. As an interval between any two streetlamps is around 20 meters, we assume to equip the APs on these streetlamps. Each AP is assumed to be furnished with 2 radio interfaces. The one interface runs ad hoc mode to communicate with other APs, and the other one runs infrastructure mode to communicate with user terminals in its coverage. Next, the CIN is composed of a number of sub-areas, each of which is composed of several APs, as shown in Fig. 4. An AP in each sub-area is a gateway to other sub-areas and/or the external network (Internet). How to realize the connections among sub-areas and between the CIN and the internet needs further study. The network performance of broadcast and unicast communication among APs in for a model assuming of the CIN sub-area by network simulations are shown in [5][6]. Fig.4 CIN and CCS application 3.3 Prototype development of AP To facilitate the development of the practical APs to deploy CIN in the future, we develop and evaluates a prototype AP by use of a Raspberry Pi board [7]. The board is a low cost and single-board microcomputer and equips an ARM processor, developed by Raspberry Pi Foundation in the United Kingdom. Since the board is low price, Linuxcompliant, and it runs with a low energy consumption, we can easily implement the AP functions on it. Two wireless LAN adaptors are installed in each AP. The one is running as the ad hoc mode for the inter-ap channel (IF0) for multi-hop LAN, and the other one is running as the infrastructure mode for connections with the user terminals (IF1). This study adopts Raspberry Pi Type B as shown in Fig.5. We develop a set of 4 APs by Raspberry Pi type B boards with the spec shown in Table 1. The board is credit card sized. It has a CPU, 2 USB ports, a HDMI port, and a Wired LAN port. The OS of the board is Raspbian OS, on top of which necessary functions are implemented. Two USB connected wireless LAN adaptors are installed on the board. The adaptor for IF0 is running on the ad hoc mode and uses IEEE802.11g as the MAC layer. The adaptor for IF1 is running on the infrastructure mode by hostapd [8], and uses IEEE802.11g as the MAC layer.

5 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA' A multi-hop network is constructed by the static routing as shown in Fig.6. Actually, a dynamic routing protocol should be applied to the routing. A suitable routing protocol will be adopted in the further study. In the experiment, the number of APs between the user terminals (n) is assumed to be 2, 3, or 4, i.e. the number of hops in the inter-aps channel (n-1) becomes 1, 2, or 3, For each of three cases, the throughputs are evaluated. User terminals x and y are connected to AP_0 and AP_n, respectively. The experiment is made in indoors. The distance between the adjacent APs and that between the AP and the user terminal are 10m. User terminal x generates traffics using Netperf [9]. In the measurement of the TCP throughput, the maximum volume of the load (i.e. line rate) is generated, then the throughput is calculated by the volume of the exchanged traffic. In the measurement of the UDP throughput, the maximum volume of the load is generated, then the throughput is calculated by the volume of the received packets at User terminal y. The throughput of TCP and UDP were observed for 60 samples, the maximum 5 and minimum 5 samples were discarded, and then 50 samples were evaluated. The mesurement results are shown in Fig. 7. The deviation bars in the graphs show the standard deviations of the evaluated values. Here, the throughput values were decreased as the number of hops increased. This was due to contention resolution mechanisms in CSMA/CA (Carrier Sense Multiple Access Collision Avoidance) on the wireless LAN MAC layer. In the future, we plan to develop the practical and costeffective APs and also study and implement a suitable dynamic routing protocol on them. Finally we will execute field tests by deploying the APs in the town street. Table 1 Spec of Raspberry Pi Type B board CPU BCM2835, 700MHz RAN 512MBytes USB port 2 ports Board size in 2.22 in Price USD Throughput [Mbps] Fig. 6 Network composition of the experiment 2.52 Fig. 7 Experiment result of TCP and UDPthroughput 4 Summary 5.10 We are studying to develop CCS and CIN taking the real situations in Takanawa, Minato city, Tokyo, as a model case. This paper introduced the concept of CCS and CIN. As CCS, the paper showed the development and test installation of the safety confirmation and notification system which is one of the functions of CCS. In the future, we plan to make the test installation of the system and to improve it. As CIN, the paper showed the prototype development of the AP devices. The multi-hop wireless network was configured and the throughput was evaluated in the experiment. In the future, we plan to make field tests using them. 5 Acknowledgments The num. of hops in the inter-ap channel TCP Throughput UDP Throughput This study has been supported by the following funds. COC (Center of Community), Ministry of Education, Culture, Sports, Science and Technology, Japan KAKENHI , Japan Society for the Promotion of Science. 6 References Fig. 5 Raspberry Pi board [1] Ministry of Internal Affairs and Communications Japan, _1.pdf, 2014

6 538 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'15 [2] Kobe City, KOBE Free Wi-Fi, html [3] Fukuoka City, Fukuoka City Wi-Fi, [4] Shiro Sakata, Akira Yamada, Hiroyuki Iizuka, Tetsuya Ito, Trend on Wireless LAN Mesh Network, J. IEICE, Vol.92, No.10, pp , 2009 [5] Ayami Manaka, Keisuke Utsu, Chee Onn Chow, Yasuhiro Nozawa, Minoru Fukuzaki, Hiroshi Ishii, An Application of Broadcast Based Information Sharing System to A Community Information Network, MJIIT-JUC Joint International Symposium 2014, , 2014 [6] Ayami Manaka, Tomomi Itoh, Yasuhiro Nozawa, Chee Onn Chow, Minoru Fukuzaki, Hiroshi Ishii, Keisuke Utsu, "Performance Evaluation of a Community Information Network for a Daily Life Support System", the 2015 International Conference on Parallel and Distributed Processing Techniques and Applications (PDPTA'15), 2015 [7] Raspberry Pi, [8] hostapd, [9] Netperf,

Prototype Development of a Twitter-Based Safety Confirmation System for Disaster Situations

Prototype Development of a Twitter-Based Safety Confirmation System for Disaster Situations Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'16 289 Prototype Development of a Twitter-Based Safety Confirmation System for Disaster Situations Keisuke Utsu 1, Akio Ogata 2, Kunihiko Sakurai

More information

Information Providing System for Commuters Unable to Get Home at the Time of Disaster by Constructing Local Network using Single-board Computers

Information Providing System for Commuters Unable to Get Home at the Time of Disaster by Constructing Local Network using Single-board Computers Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'17 221 Information Providing System for Commuters Unable to Get Home at the Time of Disaster by Constructing Local Network using Single-board Computers

More information

Operability Improvement of Twitter-based Safety Confirmation System for Disaster Situations

Operability Improvement of Twitter-based Safety Confirmation System for Disaster Situations Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'17 203 Operability Improvement of Twitter-based Safety Confirmation System for Disaster Situations Mariko Abe 1, Osamu Uchida 2, and Keisuke Utsu

More information

Data-Driven Sensor Networking System Simulator

Data-Driven Sensor Networking System Simulator 564 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'15 Data-Driven Sensor Networking System Simulator Kazuhiro Aoki 1, Shuji Sannomiya 2 and Hiroaki Nishikawa 2 1 Information Infrastructure Laboratory,

More information

A Web Application for Location Recording and Rescue Request Using Twitter

A Web Application for Location Recording and Rescue Request Using Twitter Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'17 209 A Web Application for Location Recording and Rescue Request Using Twitter Shuji Nishikawa 1, Yuuto Ohtsuka 1, Osamu Uchida 2, Hiroshi Ishii

More information

A PROTOTYPE IMPLEMENTATION OF VPN ENABLING USER-BASED MULTIPLE ASSOCIATION

A PROTOTYPE IMPLEMENTATION OF VPN ENABLING USER-BASED MULTIPLE ASSOCIATION A PROTOTYPE IMPLEMENTATION OF VPN ENABLING USER-BASED MULTIPLE ASSOCIATION O. Honda, H. Ohsaki and M. Imase Graduate School of Information Science and Technology Osaka University Osaka, Japan email: {o-honda,oosaki,imase}@ist.osaka-u.ac.jp

More information

A Novel Information Sharing Architecture Constructed by Broadcast Based Information Sharing System (BBISS)

A Novel Information Sharing Architecture Constructed by Broadcast Based Information Sharing System (BBISS) A Novel Information Sharing Architecture Constructed by Broadcast Based Information Sharing System (BBISS) Keisuke Utsu, Chee Onn Chow 2, Hiroaki Nishikawa 3, and Hiroshi Ishii School of Information and

More information

Small-cell-based Solution to Make Diverse Services Possible

Small-cell-based Solution to Make Diverse Services Possible Small-cell-based Solution to Make Diverse Services Possible Masanori Hashimoto Hideo Iwamoto The of Things (IoT) has brought the age of connection where everything is linked to a network, but it is also

More information

An efficient traffic management framework for multi-channel wireless backbone networks

An efficient traffic management framework for multi-channel wireless backbone networks An efficient traffic management framework for multi-channel wireless backbone networks Yuzo Taenaka 1a) and Kazuya Tsukamoto 2 1 Information Technology Center, The University of Tokyo 2 11 16 Yayoi, Bunkyo,

More information

Vulnerability Analysis of information systems (Modeling of interaction between information systems and social infrastructures)

Vulnerability Analysis of information systems (Modeling of interaction between information systems and social infrastructures) Vulnerability Analysis of information systems (Modeling of interaction between information systems and social infrastructures) Ichiro Murase Team Leader of Security Technology Team, Information Technology

More information

Grandstream Networks, Inc. GWN76XX Series Mesh Network Guide

Grandstream Networks, Inc. GWN76XX Series Mesh Network Guide Grandstream Networks, Inc. GWN76XX Series Mesh Network Guide Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 MESH NETWORK ARCHITECTURE... 6 Terminology... 6 Mesh Network Architecture Models...

More information

BookAidee: Managing Evacuees from Natural Disaster by RFID Tagged Library Books

BookAidee: Managing Evacuees from Natural Disaster by RFID Tagged Library Books BookAidee: Managing Evacuees from Natural Disaster by RFID Tagged Library Books Markus Liuska 1,EmmiMakkonen 1,andItiroSiio 2 1 Centria University of Applied Sciences, RF-Media Laboratory Vierimaantie

More information

Next-generation IT Platforms Delivering New Value through Accumulation and Utilization of Big Data

Next-generation IT Platforms Delivering New Value through Accumulation and Utilization of Big Data Next-generation IT Platforms Delivering New Value through Accumulation and Utilization of Big Data 46 Next-generation IT Platforms Delivering New Value through Accumulation and Utilization of Big Data

More information

ICTs for inclusive social and economic development in Japan

ICTs for inclusive social and economic development in Japan ICTs for inclusive social and economic development in Japan 3 December, 2013 Mari ICHIKAWA Ministry of Internal Affairs and Communications (MIC), Japan 1. Overview of Japan's ICT policies Basic Act on

More information

Using Geofencing for a Disaster Information System

Using Geofencing for a Disaster Information System Using Geofencing for a Disaster Information System Akira Suyama Graduate School of Engineering Tokyo Denki University Tokyo, Japan 16kmc16@ms.dendai.ac.jp Ushio Inoue Dept. of Information and Communication

More information

Expanding ICT Infrastructure for Rural Areas in Korea

Expanding ICT Infrastructure for Rural Areas in Korea Expanding ICT Infrastructure for Rural Areas in Korea Hyongsoon Kim*, Eunyoung Lee** * Digital Infrastructure Division, National Information Society Agency, Seoul, Korea **Dept. of Computer Science, Dongduk

More information

In-Vehicle Cloudlet Computing System for Disaster Information based on Delay Tolerant Network Protocol

In-Vehicle Cloudlet Computing System for Disaster Information based on Delay Tolerant Network Protocol 2017 IEEE 31st International Conference on Advanced Information Networking and Applications In-Vehicle Cloudlet Computing System for Disaster Information based on Delay Tolerant Network Protocol Masaki

More information

Wireless LAN Tester Conformable to IEEE802.11ac

Wireless LAN Tester Conformable to IEEE802.11ac Practical Field Information about Field Telecommunication Information Technologies about Telecommunication Technologies Wireless LAN Tester Conformable to IEEE802.11ac Abstract This article describes the

More information

Submission for Approval of Business Operation Plan for the Fiscal Year Ending March 31, 2015

Submission for Approval of Business Operation Plan for the Fiscal Year Ending March 31, 2015 This English text is a translation of the Japanese original. The Japanese original is authoritative. February 28, 2014 Submission for Approval of Business Operation Plan for the Fiscal Year Ending March

More information

The development of wireless communication technology for smart gas meters in Japan

The development of wireless communication technology for smart gas meters in Japan International Gas Union Research Conference 2014 The development of wireless communication technology for smart gas meters in Japan Reina Nagayama, Takuya Kawata Tokyo Gas Co., Ltd. Masahiro Yasui, Ryo

More information

LTE : The Future of Mobile Broadband Technology

LTE : The Future of Mobile Broadband Technology LTE : The Future of Mobile Broadband Technology Erick Setiawan tukangbajaksawah@gmail.com 1 Become a necessity today, where the wireless broadband technology needed to meet increasing expectations in terms

More information

Create a smarter environment where information becomes insight

Create a smarter environment where information becomes insight Create a smarter environment where information becomes insight How a seamless network can turn data into intelligence for your smart city or factory Contents Introduction 3 Smart city surveillance: From

More information

Intelligent Operations Utilizing IT to Accelerate Social Innovation

Intelligent Operations Utilizing IT to Accelerate Social Innovation 324 Hitachi Review Vol. 63 (2014), No. 6 Featured Articles Operations Utilizing IT to Accelerate Social Innovation Toshiyuki Moritsu, Ph.D. Keiko Fukumoto Junji Noguchi, Ph.D. Takeshi Ishizaki Katsuya

More information

IP Announcement Solution

IP Announcement Solution KAWABATA Atsushi, AZUMA Ryoichi, ITOH Masaaki, ASANO Keizo, SHIBATA Goh, KASAI Ryuji Abstract In recent years the spread of broadband through FTTH (Fiber To The Home) is progressing largely in the countryside

More information

Development of the framework for disaster mitigating information sharing platform and its application to a local government

Development of the framework for disaster mitigating information sharing platform and its application to a local government Risk Analysis VI 433 Development of the framework for disaster mitigating information sharing platform and its application to a local government T. Suzuki 1 & Y. Hada 2 1 Interdiciplinary Graduate School

More information

Delivering the Wireless Software-Defined Branch

Delivering the Wireless Software-Defined Branch Delivering the Wireless Software-Defined Branch By: Lee Doyle, Principal Analyst at Doyle Research Sponsored by Cradlepoint Executive Summary Operations at the branch, critical to many distributed organizations,

More information

Resilient Network Platform and Rural IoT Platform

Resilient Network Platform and Rural IoT Platform Resilient Network Platform and Rural IoT Platform NerveNet NPS-108AC (HIRAKAWA HEWTECH) Masugi Inoue, Yasunori Owada, Goshi Sato, and Nobuyuki Asai National Institute of Information and Communications

More information

Supporting Growth in Society and Industry Using Statistical Data from Mobile Terminal Networks Overview of Mobile Spatial Statistics

Supporting Growth in Society and Industry Using Statistical Data from Mobile Terminal Networks Overview of Mobile Spatial Statistics Supporting Growth in Society and Industry Using Statistical Data from Mobile Terminal Networks Overview of Mobile Spatial Statistics MSS Estimation Privacy Protection Mobile Spatial Statistics Supporting

More information

Smart City Solution & Case Study. LG Uplus

Smart City Solution & Case Study. LG Uplus Smart City Solution & Case Study LG Uplus LG Group & LGU+ LG Group Overview LG Group Founded in 1947, LG Group now has 3 main business domains Portfolio Revenue (USD) 9.6 B 10.2 B 11.0 B 2015 2016 2017

More information

Seoul e-government Policies & Strategies. Information System Planning Bureau

Seoul e-government Policies & Strategies. Information System Planning Bureau Seoul e-government Policies & Strategies Information System Planning Bureau > About Seoul No.6 Ranked 6th in Urban Competitiveness Worldwide ( 15) 90% More than 90% of Seoul citizens are Smart Phone Users

More information

CARED Safety Confirmation System Training Module. Prepared by: UGM-OU RESPECT Satellite Office Date: 22 October 2015

CARED Safety Confirmation System Training Module. Prepared by: UGM-OU RESPECT Satellite Office Date: 22 October 2015 CARED Safety Confirmation System Training Module Prepared by: UGM-OU RESPECT Satellite Office Date: 22 October 2015 Table of Contents Introduction... 3 Who are we?... 3 Our Programs and Experience... 3

More information

Joint Research Project on Disaster Reduction using Information Sharing Technologies

Joint Research Project on Disaster Reduction using Information Sharing Technologies 2 nd International Conference on Urban Disaster Reduction November 27~29, 2007 Joint Research Project on Disaster Reduction using Sharing Technologies Takeyasu Suzuki 1*, Yasunori Hada 2 and Yozo Goto

More information

IoT Based Traffic Signalling System

IoT Based Traffic Signalling System IoT Based Traffic Signalling System Ashok. P.V B.Tech Graduate, Department of Information Technology, SivaSankari.S Assistant Professor, Department of Information Technology, Vignesh Mani B.Tech Graduate,

More information

VirtuLocity VLNCloud Software Acceleration Service Virtualized acceleration wherever and whenever you need it

VirtuLocity VLNCloud Software Acceleration Service Virtualized acceleration wherever and whenever you need it VirtuLocity VLNCloud Software Acceleration Service Virtualized acceleration wherever and whenever you need it Bandwidth Optimization with Adaptive Congestion Avoidance for Cloud Connections Virtulocity

More information

Outline. Performance Evaluation of Traffic in a Interfering Wireless LANs Environment for Bluetooth and IEEE

Outline. Performance Evaluation of Traffic in a Interfering Wireless LANs Environment for Bluetooth and IEEE Performance Evaluation of Traffic in a Interfering Wireless LANs Environment for Bluetooth and IEEE 82.11 Wuyi YUE, Koichi HATOGAI, Koji MIYAZAKI and Shinya OOKA Department of Information Science and Systems

More information

Infrastructure-less Communication Access Points. NEC Corporation

Infrastructure-less Communication Access Points. NEC Corporation Infrastructure-less Communication Access Points NEC Corporation Summary of infrastructure-less communication access points An infrastructure-less communication access point provides a wireless LAN environment

More information

THE NEW REALITY IN WI-FI: DEALING WITH THE DEVICE INVASION. Philip Scott Xirrus

THE NEW REALITY IN WI-FI: DEALING WITH THE DEVICE INVASION. Philip Scott Xirrus THE NEW REALITY IN WI-FI: DEALING WITH THE DEVICE INVASION Philip Scott Xirrus Agenda Wireless at a Tipping Point Challenges Facing Wireless Deployments Today Wi-Fi Standards from the IEEE 2.4Ghz and 5Ghz

More information

Japan s s Broadband Policy. Ministry of Public Management, Home Affairs, Posts and Telecommunications

Japan s s Broadband Policy. Ministry of Public Management, Home Affairs, Posts and Telecommunications Japan s s Broadband Policy Ministry of Public Management, Home Affairs, Posts and Telecommunications The world s s most advanced IT nation Society in which every Japanese national can enjoy the benefits

More information

SAQ² ( Sakusaku ) JAPAN Project -Action Plan for Establishing ICT Use Environment for Foreign Tourists-

SAQ² ( Sakusaku ) JAPAN Project -Action Plan for Establishing ICT Use Environment for Foreign Tourists- June 12, 2014 Ministry of Internal Affairs and Communications SAQ² ( Sakusaku ) JAPAN Project -Action Plan for Establishing ICT Use Environment for Foreign Tourists- The number of foreign tourists exceeded

More information

Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks

Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks Mobile Information Systems 9 (23) 295 34 295 DOI.3233/MIS-364 IOS Press Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks Keisuke Goto, Yuya Sasaki, Takahiro

More information

A new MAC protocol for reducing effect of needless transmission deferment induced by missed RTS/CTS handshake

A new MAC protocol for reducing effect of needless transmission deferment induced by missed RTS/CTS handshake Mobile Information Systems 5 (009) 3 DOI 0.333/MIS-009-0070 IOS Press A new MAC protocol for reducing effect of needless transmission deferment induced by missed / handshake Tetsuya Shigeyasu a, Daishi

More information

Chapter 2. Literature Survey. 2.1 Remote access technologies

Chapter 2. Literature Survey. 2.1 Remote access technologies Chapter 2 Literature Survey This chapter presents a brief report on literature reviewed in context to present work with an aim to identify current state of research in the domain. Literature review is

More information

Delivering Free Wi-Fi Services for Foreign Tourists in Shibuya

Delivering Free Wi-Fi Services for Foreign Tourists in Shibuya Customer Case Study Delivering Free Wi-Fi Services for Foreign Tourists in Shibuya Highly-stable wireless network environment as the infrastructure to deliver & obtain information was realized by Cisco

More information

ITS (Intelligent Transportation Systems) Solutions

ITS (Intelligent Transportation Systems) Solutions Special Issue Advanced Technologies and Solutions toward Ubiquitous Network Society ITS (Intelligent Transportation Systems) Solutions By Makoto MAEKAWA* Worldwide ITS goals for safety and environment

More information

Secure, cloud-based workflow, alert, and notification platform built on top of Amazon Web Services (AWS)

Secure, cloud-based workflow, alert, and notification platform built on top of Amazon Web Services (AWS) Technical Overview Secure, cloud-based workflow, alert, and notification platform built on top of Amazon Web Services (AWS) Copyright 2017 by Bluetooth SIG, Inc. The Bluetooth word mark and logos are owned

More information

Power-efficient Communication Protocol for Social Networking Tags for Visually Impaired

Power-efficient Communication Protocol for Social Networking Tags for Visually Impaired Power-efficient Communication Protocol for Social Networking Tags for Visually Impaired Problem Social Networking Tags System for Visually Impaired is an project aims to utilize electronic id technology

More information

In this E-Guide: The Future of 5G

In this E-Guide: The Future of 5G In this E-Guide: 5G technology is here. Although it isn t completely mainstream yet the technology is certainly starting to impact enterprises. Download this e-guide to learn what the future of 5G technology

More information

O&M Service for Sustainable Social Infrastructure

O&M Service for Sustainable Social Infrastructure O&M Service for Sustainable Social Infrastructure Hitachi Review Vol. 62 (2013), No. 7 370 Toshiyuki Moritsu, Ph. D. Takahiro Fujishiro, Ph. D. Katsuya Koda Tatsuya Kutsuna OVERVIEW: Hitachi is developing

More information

Emergency Telecommunications as the ASP Regional Initiative

Emergency Telecommunications as the ASP Regional Initiative 0 Emergency Telecommunications as the ASP Regional Initiative Japan s International Contribution in the Field of ICT for Disaster Risk Reduction Mutsuharu NAKAJIMA Director for International Policy Coordination

More information

Business Continuity. Policies. Promotion Framework

Business Continuity. Policies. Promotion Framework Business Continuity For many years NEC has been involved in the construction of social infrastructure through information and communications technologies. Social infrastructures, such as communication

More information

Accelerating Innovation and Collaboration for the Next Stage

Accelerating Innovation and Collaboration for the Next Stage Accelerating Innovation and Collaboration for the Next Stage November 8, 2013 Smart Life & Smart Work in the Next Stage - ICT as an Enabler Transportation Intelligent Transportation Systems, Quick Charging

More information

Announcements / Wireless Networks and Applications Lecture 9: Wireless LANs Wireless. Regular Ethernet CSMA/CD.

Announcements / Wireless Networks and Applications Lecture 9: Wireless LANs Wireless. Regular Ethernet CSMA/CD. Announcements 18-452/18-750 Wireless Networks and Applications Lecture 9: Wireless LANs 802.11 Wireless Peter Steenkiste Homework 1 should be out by tomorrow Project 1 by Friday Schedule:» Thursday lecture

More information

Economic Evaluation of ehealth in Japan

Economic Evaluation of ehealth in Japan Economic Evaluation of ehealth in Japan Tsuji, Masatsugu 1 and Akematsu, Yuji 1 1 Graduate School of Applied Informatics, University of Hyogo, Japan Email: tsuji@ai.u-hyogo.ac.jp Abstract This paper aims

More information

Development of a guidance system for tourism by using archived data

Development of a guidance system for tourism by using archived data Journal of Global Tourism Research, Volume 3, Number 1, 2018 Development of a guidance system for tourism by using archived data Original Article Mari Endo (Faculty of Information Design and Sociology,

More information

An Overview of Smart Sustainable Cities and the Role of Information and Communication Technologies (ICTs)

An Overview of Smart Sustainable Cities and the Role of Information and Communication Technologies (ICTs) An Overview of Smart Sustainable Cities and the Role of Information and Communication Technologies (ICTs) Sekhar KONDEPUDI Ph.D. Vice Chair FG-SSC & Coordinator Working Group 1 ICT role and roadmap for

More information

Municipal Wireless: new opportunities for better city management

Municipal Wireless: new opportunities for better city management Municipal Wireless: new opportunities for better city management Giorgio Prister President of Major Cities of Europe giorgioprister@yahoo.it Major Cities of Europe: About us We are an INDEPENDENT COMMUNITY

More information

Detecting abnormality in vehicle immediately and providing the information surely in vehicle. Control vehicle remotely in real time by operating the v

Detecting abnormality in vehicle immediately and providing the information surely in vehicle. Control vehicle remotely in real time by operating the v NTUT Education of Disabilities Vol.12 2014 Development and Evaluation of ITS Information Communication System for Electric Vehicle HATTORI Yuriko 1), SHIMODA Tomokazu 2), ITO Masayoshi 2) 1) Department

More information

Complex Event Processing to Detect Congestions in Mobile Network

Complex Event Processing to Detect Congestions in Mobile Network Complex Event Processing to Detect Congestions in Mobile Network Tatsuya TAKAHASHI *, Hiroshi YAMAMOTO *, Norihiro FUKUMOTO **, Shigehiro ANO **, Katsuyuki YAMAZAKI * * Nagaoka University of Technology,

More information

Seoul Smart City Initiatives & Strategies. Information Planning Division Director, Lee Kiwan

Seoul Smart City Initiatives & Strategies. Information Planning Division Director, Lee Kiwan Seoul Smart City Initiatives & Strategies Information Planning Division Director, Lee Kiwan (kiwani@seoul.go.kr) About Seoul No.6 Ranked 6th in Global Power City index ( 16) -Institute for Urban Strategies,

More information

Vehicular traffic estimation through bluetooth detection the open-source way

Vehicular traffic estimation through bluetooth detection the open-source way Vehicular traffic estimation through bluetooth detection the open-source way Paolo Valleri, Patrick Ohnewein, Roberto Cavaliere paolo.valleri@tis.bz.it TiS Innovation Park - Italy Keywords: Vehicular traffic

More information

The concept of a storage-centric network which is safe and secure anywhere jointly developed

The concept of a storage-centric network which is safe and secure anywhere jointly developed November 20, 2003 Nippon Telegraph and Telephone Corporation Hitachi, Ltd. The concept of a storage-centric network which is safe and secure anywhere jointly developed Nippon Telegraph and Telephone Corporation

More information

Wireless technology Principles of Security

Wireless technology Principles of Security Wireless technology Principles of Security 1 Wireless technologies 2 Overview This module provides an introduction to the rapidly evolving technology of wireless LANs (WLANs). WLANs redefine the way the

More information

VirtuLocity VLN Software Acceleration Service Virtualized acceleration wherever and whenever you need it

VirtuLocity VLN Software Acceleration Service Virtualized acceleration wherever and whenever you need it VirtuLocity VLN Software Acceleration Service Virtualized acceleration wherever and whenever you need it Bandwidth Optimization with Adaptive Congestion Avoidance for WAN Connections model and supports

More information

Disaster Information System Using Geofence

Disaster Information System Using Geofence Disaster Information System Using Geofence Komal Wagh 1, Shreya Thakur 2, Saraswati Yadav 3,Assistant Prof.Shivsager Gondil 4 1,2,3,4 Computer Engg,BVCOE Abstract This paper proposes a disaster information

More information

Appeal Decision. Appeal No USA ALCATEL-LUCENT USA LTD. Tokyo, Japan. Tokyo, Japan

Appeal Decision. Appeal No USA ALCATEL-LUCENT USA LTD. Tokyo, Japan. Tokyo, Japan Appeal Decision Appeal No. 2014-5131 USA Appellant ALCATEL-LUCENT USA LTD. Tokyo, Japan Patent Attorney OKABE, Yuzuru Tokyo, Japan Patent Attorney YOSHIZAWA, Hiroshi The case of appeal against the examiner's

More information

Wireless# Guide to Wireless Communications. Objectives

Wireless# Guide to Wireless Communications. Objectives Wireless# Guide to Wireless Communications Chapter 1 Introduction to Wireless Communications Jorge Olenewa jolenewa@georgebrown.ca Office: E425 ext. 6809 Objectives Explain how the major wireless technologies

More information

People- and Environment-friendly Urban Development Utilizing Geospatial Information

People- and Environment-friendly Urban Development Utilizing Geospatial Information People- and Environment-friendly Urban Development Utilizing Geospatial Information 112 People- and Environment-friendly Urban Development Utilizing Geospatial Information Hitoshi Tomita So Maeda Yoshihiro

More information

Standardization Trend for Super 3G (LTE)

Standardization Trend for Super 3G (LTE) : NGN Mobile Communication Technologies for Standardization Trend for Super (LTE) Sadayuki Abeta and Minami Ishii Abstract Super (also known as Long Term Evolution (LTE)) expands upon the HSDPA/HSUPA (high-speed

More information

On Information Sharing Scheme for Automatic Evacuation Guiding System Using Evacuees Mobile Nodes

On Information Sharing Scheme for Automatic Evacuation Guiding System Using Evacuees Mobile Nodes On Information Sharing Scheme for Automatic Evacuation Guiding System Using Evacuees Mobile Nodes Nobuhisa Komatsu, Masahiro Sasabe, and Shoji Kasahara Graduate School of Information Science, Nara Institute

More information

ITU Arab Forum on Future Networks: "Broadband Networks in the Era of App Economy", Tunis - Tunisia, Feb. 2017

ITU Arab Forum on Future Networks: Broadband Networks in the Era of App Economy, Tunis - Tunisia, Feb. 2017 On the ROAD to 5G Ines Jedidi Network Products, Ericsson Maghreb ITU Arab Forum on Future Networks: "Broadband Networks in the Era of App Economy", Tunis - Tunisia, 21-22 Feb. 2017 agenda Why 5G? What

More information

A Medium Access Control Protocol with Retransmission using NACK and Directional Antennas for Broadcasting in Wireless Ad-Hoc Networks

A Medium Access Control Protocol with Retransmission using NACK and Directional Antennas for Broadcasting in Wireless Ad-Hoc Networks A Medium Access Control Protocol with Retransmission using NACK and Directional Antennas for Broadcasting in Wireless Ad-Hoc Networks Yoriko Utsunomiya, Michito Takahashi, Masaki Bandai, and Iwao Sasase

More information

6.9 Summary. 11/20/2013 Wireless and Mobile Networks (SSL) 6-1. Characteristics of selected wireless link standards a, g point-to-point

6.9 Summary. 11/20/2013 Wireless and Mobile Networks (SSL) 6-1. Characteristics of selected wireless link standards a, g point-to-point Chapter 6 outline 6.1 Introduction Wireless 6.2 Wireless links, characteristics CDMA 6.3 IEEE 802.11 wireless LANs ( wi-fi ) 6.4 Cellular Internet Access architecture standards (e.g., GSM) Mobility 6.5

More information

Proposal for Novel Bus Location System. Using Wireless Sensor Network

Proposal for Novel Bus Location System. Using Wireless Sensor Network Proposal for Novel Bus Location System Using Wireless Sensor Network Motonari Hata Graduate Student, Graduate School of Science and Technology, Meijo University Hajime Adachi Graduate Student, Graduate

More information

Workshop #10 Wifi & WhatsApp

Workshop #10 Wifi & WhatsApp Workshop #10 Wifi & WhatsApp What is Wi-Fi exactly, what s the big deal & how do I connect to it? WhatsApp Messenger explained Terms you will hear today What is WhatsApp? How do I send a message on WhatsApp

More information

INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL.

INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL. INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL. From IEEE INTERNET OF THINGS JOURNAL, VOL. 1, NO. 1, FEBRUARY 2014 Presented by: Abid Contents Objective Introduction Smart City Concept & Services

More information

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy Wireless Connectivity Options for IoT By: MIST Makers John Varela and Nicholas Landy Outline Introduction to the Internet of Things (IoT) Wireless Communication in IoT Current Standards IEEE 802.11 (Wi-

More information

The Potential for Edge Computing in the Commercial Building

The Potential for Edge Computing in the Commercial Building The Potential for Edge Computing in the Commercial Building White Paper 2Q 2017 Sponsored by Contributing Organization(s) and Author(s): Mike Bonewitz, CTO, CrossLayer Table of Contents Executive Summary

More information

Video Architectures Eyes on the Future: The Benefits of Wireless Technology for Fixed Video Surveillance

Video Architectures Eyes on the Future: The Benefits of Wireless Technology for Fixed Video Surveillance S O L U T I O N PA P E R Video Architectures Eyes on the Future: The Benefits of Wireless Technology for Fixed Video Surveillance Table of Contents Fixed Video Surveillance: The Big Three... 3 Wireless

More information

Chapter 16 Networking

Chapter 16 Networking Chapter 16 Networking Outline 16.1 Introduction 16.2 Network Topology 16.3 Network Types 16.4 TCP/IP Protocol Stack 16.5 Application Layer 16.5.1 Hypertext Transfer Protocol (HTTP) 16.5.2 File Transfer

More information

4G Technology in contrast with other G Technologies Raja Solanki,Vineeet Godara, Prashant Solanki, Dhronacharya Engineering College,Gurgaon,India

4G Technology in contrast with other G Technologies Raja Solanki,Vineeet Godara, Prashant Solanki, Dhronacharya Engineering College,Gurgaon,India Technology in contrast with other G Technologies Raja Solanki,Vineeet Godara, Prashant Solanki, Dhronacharya Engineering College,Gurgaon,India Abstract-Wireless services have the highest demand in internet

More information

Battery Power Management Routing Considering Participation Duration for Mobile Ad Hoc Networks

Battery Power Management Routing Considering Participation Duration for Mobile Ad Hoc Networks Battery Power Management Routing Considering Participation Duration for Mobile Ad Hoc Networks Masaru Yoshimachi and Yoshifumi Manabe movement of the devices. Thus the routing protocols for MANET need

More information

Vodafone 5G Trial for the metropolitan area of Milano

Vodafone 5G Trial for the metropolitan area of Milano Vodafone 5G Trial for the metropolitan area of Milano Sabrina Baggioni 5G Program Director, Vodafone Italia Politecnico di Milano, 10 Luglio 2018 Why Vodafone at an International Conference for Automotive?

More information

Running Reports CHAPTER

Running Reports CHAPTER CHAPTER 14 WCS reporting is necessary to monitor the system and network health as well as troubleshoot problems. A number of reports can be generated to run on an immediate and scheduled basis. Each report

More information

Improved MAC protocol for urgent data transmission in wireless healthcare monitoring sensor networks

Improved MAC protocol for urgent data transmission in wireless healthcare monitoring sensor networks , pp.282-286 http://dx.doi.org/10.14257/astl.2015.116.57 Improved MAC protocol for urgent data transmission in wireless healthcare monitoring sensor networks Rae Hyeon Kim, Jeong Gon Kim 1 Department of

More information

IPv6 Network Construction Support Solution: Application to the IPv6 Experimental System of IPv6 Promotion Council

IPv6 Network Construction Support Solution: Application to the IPv6 Experimental System of IPv6 Promotion Council Network Construction Support Solution: Application to the Experimental System of Promotion Council 36 Network Construction Support Solution: Application to the Experimental System of Promotion Council

More information

Providing free Wi-Fi to ensure a means of communication in the event of disaster

Providing free Wi-Fi to ensure a means of communication in the event of disaster Yamanashi Prefecture case study Providing free Wi-Fi to ensure a means of communication in the event of disaster During ordinary times, it can be used for tourism and to provide administrative information

More information

Sweet Digital Home: Enhancing Family Life with HIKARI and Cloud

Sweet Digital Home: Enhancing Family Life with HIKARI and Cloud : Activities Toward Service Incubation to Speed Up R&D of Service Systems Sweet Digital Home: Enhancing Family Life with HIKARI and Cloud Atsushi Fukayama, Hideaki Iwamoto, Noriyoshi Uchida, Hiroyuki Sato,

More information

Improving User Capacity and Disaster Recovery Time in IP Telephone Service Systems

Improving User Capacity and Disaster Recovery Time in IP Telephone Service Systems Improving Capacity and Disaster Recovery Time in IP Telephone Service Systems Hiroshi Shibata, Kouki Minamida, Hiroshi Miyao, Takashi Nambu, and Toru Takahashi Abstract The NTT Group is working on improving

More information

Mitsubishi Electric and NTT DOCOMO Achieve World s First 27Gbps Throughput in 5G Outdoor Trials

Mitsubishi Electric and NTT DOCOMO Achieve World s First 27Gbps Throughput in 5G Outdoor Trials Mitsubishi Electric Corporation NTT DOCOMO, INC. Mitsubishi Electric and NTT DOCOMO Achieve World s First 27Gbps Throughput in 5G Outdoor Trials World s first 5G transmission to mobile terminal exceeding

More information

Consumer Opinions and Habits A XIRRUS STUDY

Consumer Opinions and Habits A XIRRUS STUDY Consumer Opinions and Habits A XIRRUS STUDY Executive Summary With more devices on the planet than people, it goes without saying that wireless is no longer a bonus - it s a necessity. By the end of 2015,

More information

Implementation and Future Plans for Global IoT Maintenance System

Implementation and Future Plans for Global IoT Maintenance System FEATURED ARTICLES Public and Social Infrastructure for Safe and Pleasant Cities Implementation and Future Plans for Global IoT System There is an accelerating global trend, especially in industry, for

More information

Open to Every Citizen

Open to Every Citizen Open to Every Citizen Feb. 2014 Information System Planning Bureau (Information Communication & Security Division) 20 million people (11 million residents and 9.5 million foreign visitors) in Seoul!!

More information

Development of Smart-CITY Based Convergent Contents Platform Using Bluetooth Low Energy Beacon Sensors

Development of Smart-CITY Based Convergent Contents Platform Using Bluetooth Low Energy Beacon Sensors , pp.16-20 http://dx.doi.org/10.14257/astl.2017.145.04 Development of Smart-CITY Based Convergent Contents Platform Using Bluetooth Low Energy Beacon Sensors Jihoon Seo 1 and Kil-Hong Joo 2* 1 HI-CUBE,

More information

wi4 Fixed Point-to-Multipoint Canopy Solutions

wi4 Fixed Point-to-Multipoint Canopy Solutions wi4 Fixed Point-to-Multipoint Canopy Solutions Canopy Technology is as Simple as it is Powerful The wi4 Fixed Point-to-Multipoint Canopy solution is streamlined, powerful and simple, with built-in installation

More information

Public Key Management Scheme with Certificate Management Node for Wireless Ad Hoc Networks

Public Key Management Scheme with Certificate Management Node for Wireless Ad Hoc Networks Proceedings of the International Multiconference on Computer Science and Information Technology pp. 445 451 ISSN 1896-7094 c 2006 PIPS Public Key Management Scheme with Certificate Management Node for

More information

Introduction of Seoul Smart City. Pillars of Seoul Smart City 90% No.6 10,370,000 GDP 25%

Introduction of Seoul Smart City. Pillars of Seoul Smart City 90% No.6 10,370,000 GDP 25% Introduction of Seoul Smart City 90% More than 90% of Seoul citizens are Smart Phone Users Pillars of Seoul Smart City No.6 Ranked 6th on Urban Competitiveness Worldwide ( 15) 1 The best ICT infrastructure

More information

Smart City Dharamshala Concept Note

Smart City Dharamshala Concept Note Smart City Dharamshala Concept Note Concept Note for Smart City Smart City is referred as the safe, secure environmentally green, and efficient urban center of the future with advanced infrastructures

More information

Personal Handyphone Systems in Urban Infrastructure

Personal Handyphone Systems in Urban Infrastructure Personal Handyphone Systems in Urban Infrastructure Yukio Iino Mitsunobu Ootsuka Isao Shimbo ABSTRACT: The personal handyphone system (PHS) service began in Japan in 1995. As this new communication service

More information

Recovery and Reconstruction. towards disaster resilient communities - from lessons learnt in Japan - 24 August 2004.

Recovery and Reconstruction. towards disaster resilient communities - from lessons learnt in Japan - 24 August 2004. Recovery and Reconstruction towards disaster resilient communities - from lessons learnt in Japan - 24 August 2004 Tadashi HARADA Deputy Director General for Disaster Management Cabinet Office, Government

More information

Chapter 7. Telecommunications, the Internet, and Wireless Technology

Chapter 7. Telecommunications, the Internet, and Wireless Technology Chapter 7 Telecommunications, the Internet, and Wireless Technology LEARNING OBJECTIVES What are the principal components of telecommunications networks and key networking technologies? What are the different

More information