跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.110) 您好!臺灣時間:2025/09/28 22:28
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:黃志文
研究生(外文):Chih-Wen Huang
論文名稱:校園行動訊息系統的設計與實作
論文名稱(外文):Design and Implementation of a Mobile Messaging System for Primary Schools
指導教授:王讚彬
指導教授(外文):Tsan-Pin Wang
學位類別:碩士
校院名稱:靜宜大學
系所名稱:資訊管理學系研究所
學門:電算機學門
學類:電算機一般學類
論文種類:學術論文
論文出版年:2004
畢業學年度:92
語文別:中文
論文頁數:81
中文關鍵詞:校園行動訊息系統設計與實作
外文關鍵詞:mobilemessaging systemdesign and implementation
相關次數:
  • 被引用被引用:3
  • 點閱點閱:280
  • 評分評分:
  • 下載下載:37
  • 收藏至我的研究室書目清單書目收藏:2
網際網路的蓬勃發展,改變了人類的生活方式;無線技術的進步,實現人們資訊捶手可得的願望。校園中對即時性訊息的發佈,有相對增加的趨勢,一項結合網際網路與無線技術的整合式訊息發送系統便應運而生。其目的在有效解決校園訊息的處理方式,加速資訊的傳播,提供更多的行動訊息支援,以滿足學校與家長訊息交換的多方面需求。
本研究是針對國小校園中,各種訊息事件的處理,設計並實作出一個整合性的訊息發送系統,提供學校與家長間一個訊息溝通和交換的平臺。為了加速校園訊息的傳播效率,我們根據校內人員職務分配及業務性質,歸納出相關訊息事件。依照訊息事件緩急程度和處理方式,給予分級,提供適當的訊息傳送應用服務,以滿足不同程度的訊息發送需求。為了考量訊息傳遞的便利,系統採用Web瀏灠介面,以Active Server Page(ASP)語言為開發工具,設計一個IIS+ASP+Database三階層式的Web應用系統。
在Web平臺上,我們提供了電話聯絡、E-Mail、簡訊傳遞、即時通訊等訊息傳遞服務;透過樣板內容、通訊錄等功能設計,縮短使用者訊息內容的處理時間;利用記錄器記下訊息傳遞資訊,方便學校日後追踪和管理。希望藉由訊息傳送平臺的輔助,加速內部事件的處理效率,提高學校與家長訊息交換程度,真正發揮親師溝通功能,以利教育活動的推展。
Advances in Internet and wireless technologies allow people to access information worldwide while on the move. Meanwhile, the teaching staff of primary schools may need to send real-time information to the students’ parents. Therefore, an increasing demand for a mobile messaging system has arisen at primary schools.
The purpose of this research is to design and implement an integrated mobile messaging system in order to provide a message communication and exchange platform at primary schools. For improving the communication efficiency of message at schools, we classify the message events according to school staff’s task and rank the message events according to the emergency degree and the handling way of message events. The proposed system also provides suitable message delivery service to satisfy the different need for those message events. For the convenience of message delivery, this mobile messaging system uses a web interface to communicate with the users and ASP program as development tools to design a 3-Tier Web Application System (IIS+ASP+Database).
On this platform, we provide various types of message service including phone calls, E-Mail, Short Message Service, and Instant Messaging Service. We shorten users’ time in handling messages through functional designs with personal template and address book, and manage the sent messages more conveniently in the future through a messaging log. We fasten the handling efficiency of various inner messages through the aid of the mobile messaging system to increase the volume of message exchange between parents and the school for extending educational activities smoothly.
目 錄 iv
圖目錄 vii
表目錄 ix
第一章 、緒論 1
1.1研究背景 1
1.2研究動機 2
1.3研究目的 3
1.4論文章節說明 4
第二章 、文獻探討及相關文件說明 5
2.1 GSM網路系統簡介 5
2.1.1 GSM網路系統的服務內容 5
2.1.2 GSM網路系統架構 (GSM Network Architecture)[11] 6
2.1.3 GSM網路的區域劃分[7,8] 8
2.1.4 GSM網路的通話程序 (GSM Call Setup)[13,28] 9
2.2 簡訊服務(SMS)簡介[12] 10
2.2.1 簡訊的服務種類及型態 11
2.2.2 簡訊的點對點服務傳輸架構[15] 12
第三章 、行動管理(Mobility Management) 13
3.1 行動管理架構 14
3.1.1 應用層(Application Layer) 14
3.1.2 網路層(Network Layer) 16
3.1.3 資料鏈結層(Data-link Layer) 16
3.2 GSM行動管理 17
3.2.1 位置更新管理 (Location Update)[28] 17
3.2.2 交遞 (Handoff or Handover) 18
3.3 即時通訊(MSN) 18
3.3.1 MSN Protocol簡介[19] 19
3.3.2 MSN與狀態伺服器(OSI)的協同運作 20
3.3.3 MSN的校園應用 21
3.4 Mobile IP 21
3.4.1 Mobile IP的架構[1,2,3,23,24] 21
3.4.2 Care-of-address的註冊 22
3.4.3 通道化(Tunneling) 22
3.4.4 Mobile IP的應用 23
3.5 Wireless Lan[21,25,26] 23
3.5.1 無線區域網路的展頻技術 23
3.5.2無線網路運作模式 24
3.5.3 WLAN MAC的存取方式 25
3.5.4 無線網路的教育應用 25
第四章 、系統設計 27
4.1 校園訊息系統架構 27
4.1.2 電話聯絡服務(VoIP) 29
4.1.3 簡訊(SMS)傳送服務 30
4.1.4 即時通訊服務 30
4.1.5 E-Mail傳送服務 30
4.1.6 線上列印服務 31
4.2 校園訊息的定義 31
4.3 訊息的傳送對象 32
4.4 傳統的校園訊息傳遞程序 33
4.5 訊息系統傳遞流程 33
4.5.1 行政處室訊息傳遞流程 34
4.5.2 導師訊息傳遞流程 37
4.5.3 科任教師訊息傳遞流程 39
4.6 訊息事件的服務等級 41
4.6.1 電話聯絡服務 41
4.6.2 簡訊服務 42
4.6.3 即時通訊服務MSN 43
4.6.4 E-Mail服務 44
4.6.5 線上列印服務 45
4.7 會辦處室功能選項 46
4.8 訊息內容樣板 47
4.9 接收群組分類選項 48
4.9.1訊息事件的單一傳遞 48
4.9.2 訊息事件的群組傳遞 48
4.9.3 訊息事件的全校傳遞 49
4.10 接收者資料庫(通訊錄) 49
4.11 訊息事件記錄器 51
第五章 、系統實作、展示與評估 52
5.1 環境架設 52
系統部份 52
使用者部份 52
5.2 軟體架構與訊息傳遞服務 52
5.3 系統展示與使用說明 56
5.3.1 系統登入 56
5.3.2 導師訊息傳遞服務 57
5.3.3 訊息分級引擎 57
5.3.4 通訊錄 58
5.3.5 樣板內容選項 59
5.3.6 傳送訊息 59
5.3.7 訊息事件記錄器 60
5.3.8 系統管理功能選單 60
5.4 系統評估 62
第六章 、結論 66
6.1 結論 66
參考文獻 68
附錄一 70
附錄二 72
附錄三 81
[1] Perkins, C.E., “Mobile IP,” IEEE Communications Magazine, Vol. 35, Issue 5, Page(s): 84 -99, May 1997.
[2] Perkins, C.E., “Mobile IP: design principles and practices,” Addison Wesleywireless communications series, 1998.
[3] C. Perkins, “IP Mobility Support for IPv4,” RFC 3220, January 2002.
[4] S. Derring, R. Hinden, “Internet Protocol Version 6 (IPv6),” IEEE Potentials, Vol. 17, No. 2, pp.11-12, December 1998.
[5] Stallings, “IPv6: the new Internet protocol,” IEEE Communications Magazine, Vol. 34, No.7, pp.96 –108, July 1996.
[6] David B. Johnson, Charles Perkins, “Mobility Support in IPv6,” draft ietf mobile ip ipv6 15.txt, July 2001.
[7] John Scourias, “Overview of the Global System for Mobile Communications,” Internet - http://ccnga.uwaterloo.ca/~jscouria/GSM/gsmreport.html , Last modified October 14, 1997, Last Accessed: 28/05/2003.
[8] Javier Gozálvez Sempere, “An overview of the GSM system,” Internet - http://www.comms.eee.strath.ac.uk/~gozalvez/gsm/gsm.html, 1997-2002, Last Accessed: 30/05/2003.
[9] Lourens O. Walters, P. S. Kritzinge, ”Cellular networks: past, present and future,” Crossroads, Volume 7, Issue 2, December 2000.
[10] Vikrant A. Chitre, John N. Daigle, “IP-based services over GPRS,” ACM SIGMETRICS Performance Evaluation Review December 2000 Volume 28 Issue 3
[11] The International Engineering Consortium,” Global System for Mobile Communication (GSM),” Internet – http://www.iec.org , Last Accessed: 10/03/2004.
[12] G. Peersman, P. Griffiths, H. Spear, S. Cvetkovic and C. Smythe, ”A tutorial overview of the short message service within GSM,” Computing & Control Engineering Journal April 2000.
[13] Marc Kahabka, ”Pocket Guide for Fundamentals and GSM Testing,” Wandel & Goltermann GmbH & Co Elektronische Mebtechnik, Internet – http://www.acterna.ru/library/articles/gsm_guide.shtml, Last Accessed: 20/05/2004.
[14] Critical Path. CP, ”An Introduction to the Short Message Service,” A Critical Path White Paper October 2001, Internet – http://www.criticalpath.net
[15] The International Engineering Consortium, ”Wireless Short Message Service (SMS),” Internet – http://www.iec.org, Last Accessed :10/03/2004.
[16] Roger Dettmer, ”Short message gets longer,” Personal communications, IEE REVIEW MAY 1997.
[17] Internet – http://www.msn.com.tw/msnmobile/, Last Accessed: 24/04/2004.
[18]Chung-Hwa Rao, H.; Di-Fa Chang; Yi-Bing Lin, “iSMS: an integration platform for short message service and IP networks,” Network, IEEE, Volume 15 Issue 2, March-April 2001 Page(s) 48 -55.
[19]Internet – http://www.hypothetic.org/docs/msn/ , Last Accessed: 24/05/2004.
[20]Internet – http://www.onlinestatus.org/ , Last Accessed: 22/05/2004.
[21]Saliga, S.V. “An introduction to IEEE 802.11 wireless LANs,” Radio Frequency Integrated Circuits (RFIC) Symposium, 2000. Digest of Papers. 2000 IEEE, 2000 Page(s): 11 –14
[22]Internet – http://www.aspemail.com , Last Accessed: 23/05/2004.
[23]謝志欣、洪國寶, ”Mobile IP 之 Registration Protocol 的安全性探討,” 2000網際網路與分散式系統研討會,第一冊,民國八十九年五月,第306-315 頁
[24]顏春煌,行動與無線通訊,初版,台北,金禾出版社,民國九十二年五月
[25]唐政,802.11 無線區域網路通訊協定及應用,初版,台北,文魁資訊股份有限公司,民國九十二年二月
[26]施威銘研究室,無線網路架設實務,初版,台北,旗標出版股份有限公司,民國九十一年七月
[27]皇甫建君,“iSOHO:無線網際網路服務平台之實作”,國立交通大學資訊工程學系碩士論文,2000年
[28]林一平,行動電話及數據網路管理,維科出版社,1999年8月
[29]廖德華,台中縣國民小學分層負責明細表,台中縣政府印行,民國七十六年八月
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top