Implementation of Concatenated Short Messaging Service in a Campus Environment

Size: px
Start display at page:

Download "Implementation of Concatenated Short Messaging Service in a Campus Environment"

Transcription

1 International Conference on IEEE, Computer Science and Education (ICCSE-2013), Sri Lanka, ISBN Implementation of Concatenated Short Messaging Service in a Campus Environment H.K.S. Premadasa Centre for Computer Studies Sabaragamuwa University of Sri Lanka Belihuloya, Sri Lanka salinda@sab.ac.lk R.G.N. Meegama Department of Statistics and Computer Science Faculty of Applied Sciences University of Sri Jayewardenepura Gangodawila, Nugegoda, Sri Lanka rgn@sjp.ac.lk Abstract Integrating a secure short messaging system with message concatenation into a learning management system (LMS), provides a facility for teachers to communicate with students effectively. In this paper, we propose an open-source mobile-based short messaging system with message concatenation that can be easily integrated into the Moodle LMS. Initially, a database is integrated into the LMS that holds message information such as recipient s phone number, message body, user data header (UDH), etc. The UDH associated message concatenation with short messaging service is used to transmit data in the SMS for the students. Authenticated users can create extensive text messages using a mobile device connected to the Internet. Statistical analysis of results during a campus-wide implementation of the system reveals positive feedback of students in using SMS for academic activities. Index terms- Message concatenation, mobile learning, SMS, UDH I. INTRODUCTION Recent reports indicate that more than 6.6 trillion text messages were sent out over carrier networks worldwide in the year 2010 which includes messages used in learning environments [1, 2]. Moreover, stereo images, colour images, animations and voice can be sent over SMS using a number of consecutive messages through mobile devices that do not even support 3G or GPRS technologies [7, 8]. The use of mobile technologies for distance learning has become a popular tool in higher education across the globe due to its ever-increasing demand for student-centric learning [3]. In this scenario, an SMS system can be established for university students as a supportive tool to capture students retention in the existing LMS that provides a blended learning environment [4]. The teacher and the student are crucial entities in the learning process and moreover, supporting students in teaching is considered as an indirect form of supporting a student s learning ability [5]. A majority of university students use a mobile phone for routine voice and text message communication. Consequently, SMS can be used as a trusted technology to form a better learning environment having a huge potential in higher education with active (sending a message) and passive (reading a message) interactions [1, 6]. In mobile telephony, the Short Message Service Centre (SMSC) is the intermediate controlling unit in both parties (sender and receiver) when sending and receiving text messages [20]. The mobile phone is handled by an inbuilt GSM (Global System for Mobile Communication) modem controlled by AT (ATTENTION) commands to pursue text messaging [9, 10]. Teachers who work with Moodle are assigned to facilitate and monitor academic progress of the learners. The teachers use a concatenated SMS system integrated with Moodle through a secure channel. This system provides a facility for the teachers to communicate with students effectively. Moreover, teacher can send brief lecture summaries, assessment schedules or feedbacks, detailed news and notices at any time anywhere using consecutive messages at once. There are number of web-based paid SMS systems available in the Internet at present that facilitate sending secure messages through an LMS, such paid services restrict the number of outgoing messages as well as the number of users [11, 12]. Teachers who work with this LMS can send messages to a relevant course unit so that students who are currently logged in will receive this message on their mobile devices. In contrast, our proposed system is a secure, open source SMS system with message concatenation technique using UDH that can be easily integrate into Moodle for monitoring academic progress and performing administrative tasks using consecutive messages at once where the cost involved is only for sending messages. Furthermore, we have used only an SMS gateway and the database of the LMS for this proposed system. II. RELATED WORK Khan and Beg [7] have presented a methodology where stereo images can be sent through a number of consecutive short messages over a GSM network. A stereo image is converted into characters and then set these characters as the payload text of the short message. This payload text is sent as concatenated short messages on a specified port of the mobile device. Moreover, Khan and Beg [13] have used this invention to propose a technique to transfer voice over a short

2 International Conference on IEEE, Computer Science and Education (ICCSE-2013), Sri Lanka, ISBN message by concatenating short messages defined on a specific messaging port in the device. A method concerning multiple-choice quizzing over concatenated messages is revealed by Shirali-Shahreza [14] where students receive questions via short messages and after answering these questions, the results can be obtained in the client side. In this research, the authors have used steganography (hiding information in a cover media) in a picture message to hide quiz answers. There are apparently two programs running on instructor-side and student-side where the instructor prepares and sends quizzes over messages and answers over steganography picture message. The student in turn takes the quiz, answers it, finds the quiz grade and sends answers back to the instructor. In recent literature, as presented in the previous section, applications were developed based on concatenation of messages and also complex data conversion techniques mainly to send voice, image, animation as well as to perform MCQ tests only between two mobile devices where large amounts of messages (i.e. 30 messages) are required increasing the cost of implementation. Our proposed system is capable of monitoring academic progress and performing administrative tasks using consecutive text messages at once without sending such large amount of messages and concealing data. For this purpose, we have used an open source SMS gateway, a messaging daemon and UDH associated software in the teacher s end. The system is fully functional at anytime anywhere between both parties (teacher and student) in a secure, cost effective and time efficient manner providing a mobile learning environment for assessing students and performing administrative work. III. THEORETICAL FRAMEWORK It is traditionally known that an SMSC performs a store and forward mechanism for sending and receiving messages [15]. The mobile originated (MO) text message is transported from a mobile station to the SMSC where these MO text message may be destined to other mobile stations or other services. In contrast, the mobile terminated (MT) text message is transported from an SMSC to a mobile station. Two approaches, namely, PDU (Protocol Description Unit) and Text can be applied to send and receive text messages using AT commands. The text mode (unavailable on some phones) is just an encoding of the bit stream represented by the PDU mode [16]. A majority of network services such as Wireless Application Protocol (WAP), Multimedia Messaging Service (MMS), mobile banking and Over-the-Air (OTA) makes use of the PDU messaging standard. Because this PDU mode is used to encode the message header and user data (payload) hexadecimal or decimal semi-octet format, it is SMS-SUBMIT and SMS-DELIVER Protocol Description Unit (PDU) The SMS-SUBMIT PDU can be expressed as with Service Centre Address (SCA) and the rest of Transport Protocol Data Unit (TPDU). The PDU format is a hexadecimal encoded binary format, which means that two hexadecimal digits represent a byte of data. A header with control information and user data make up a TPDU [18]. As some mobile phones do not supported the PDU format but only the TPDU format, the SCA is removed from the PDU and stored in the SIM card by the network operator. This information can be modified using AT commands and hence, the default SCA information (from the SIM card) can be used to implement SMS-SUBMIT to insert any type of SCA supported by the network operator. As a result of this implementation, the SCA part of the PDU can be replaced with a 00 Octet. Fig. 1. The architecture of the SMS-SUBMIT protocol description unit (PDU) and its data values The mobile phone receives an SMS-DELIVER PDU from the SMSC as a Mobile Terminated (MT) message. For this architecture, the same method as described above performs both SMS-DELIVER and SMS-SUBMIT type messages [15]. The architecture and the data values contained in an SMS- SUBMIT PDU associated with message concatenation (with SCA) are represented in Figure 1. Various fields that are associated with this SMS-SUBMIT PDU are shown in Table 1. These concepts allow us to understand the theoretical background of generating and sending text messages [21]. A. User Data Header (UDH) The UDH is divided into two parts, the first part, which is only one byte in length, is identified as a User Data Header Length (UDHL) of the UDH. Following this UDHL, an Information Elements (IE) instructs the mobile phone to perform some action based on the information received. The most common Information Element Identifier (IEI) of Message Concatenation is representing a byte 00. Each concatenated message reference is addressed to a phone that provides clear instruction on putting together two or more text messages to make a single message during concatenation of several text messages. The second byte of the IE is the Information Element Data Length (IEDL) that tells the phone how many of the following bytes are part of the Information Identifier. The subsequent bytes of the IE are the actual information being conveyed and is referred to as the Information Element Data (IED) [15, 17]. Figure 2 illustrates that the architecture of the standard SMS payload and the concatenated SMS payload.

3 TABLE I SMS-SUBMIT PROTOCOL DESCRIPTION UNIT (PDU) FIELDS SMS-OCTETS Field Name Length (bytes) Description 06 Address Length 1 number of octets to follow 91 Type of address 1 SMSC number format (international format) F3 Address value variable address of an SMSC ( ) 41 First octet of SMS-SUBMIT 1 User Data Header (UDH ) turned on 00 TP-MR 1 ID assigned to a SMS in SMS-SUBMIT format by a local GSM modem 0A Address Length 1 number of digits in the destination mobile number 81 Type of address 1 destination phone number format (national format) Address value Variable destination phone number ( ) 00 TP-PID 1 informs about networking protocol and nature of SMS data 00 TP-DCS 1 user data encoding scheme A7 TP-VP 1 validity period (amount of time that the SCA will hold submitted SMS if the destination address is unreachable 15 TP-UDL 1 size of the user data (payload) 05 TP-UDHL 1 user data header length (Depicts in a Table 2) TP-UDH Variable user data header (Depicts in a Table 2) user data (in octets) TP-UD Variable user data (PDU message), 153 (character length per message when UDH exist) x 8 (number of messages) = 1224 characters 160 characters = 140 octets (Therefore 1071octets need maximum as user data) B. Concatenated SMS The concatenated SMS (CSMS) is completely related to the User Data Header (UDH), a collection of bytes that can be placed at the beginning of the text message [15]. To indicate that the SMS-SUBMIT PDU contains a UDH, a flag on the text message, called TP-UDHI, must be turned on. This signal instructs the mobile phone that it must separate the UDH from the rest of the PDU. Fig. 2. The architecture of the standard SMS payload and UDH associated SMS payload For the CSMS, the UDHL (06 octets) specifies that the remaining six bytes are for the UDH. The IEI points out that the rest of the message is a CSM (01 represents an 8 bit message reference number of CSMS) while the Information Element Data Length (IEDL) indicates the number of bytes (03) containing the IED. The first byte (01) is allocated to CSMS reference number, next byte (08) is for the total number of fragments of the CSMS and the final byte (01) is for the number of currently received fragment of the CSMS) When transmitting an extensive text (more than 160 characters as user data) through a GSM network, the message is split into fragments of text messages (153 characters for user data and the rest for UDH in each part of the text message)[19]. Even though, these fragmented text messages are concatenated as a single text message in the recipient s mobile phone, the recipient is unable to recognize this backend functionality. According to CSMS concept, the reference number of the UDH-IED must be same in each text message fragment. The total number of text message fragments and current fragment number of the text message must be indicated accordingly in the UDH-IED for each text message fragment. This is achieved by setting up the fields to 08 (total number of text message fragments) and 01 (fragment number of the current text message) allowing the receiving device to recognize that the concatenated text message consists of just one fragment which is the current actual text message. Table 2 illustrates the fields of the UDH with message concatenation [15, 17].

4 TABLE II FIELDS OF USER DATA HEADER (UDH) FOR CONCATENATED SMS Fields Description 05 User Data Header Length -UDHL(5 octets contained in this UDH) 00 IEI: Concatenated SMS 8-bit 03 (IEDL: Indicates the number of fields in UDH 01 Concatenated message reference 08 Total message parts 01 Message part number (up to 08) IV. Message Concatenation SYSTEM FUNCTION AND ARCHITECTURE The theoretical concept behind this system functionality is built upon the convention of message concatenation and the UDH of the SMS PDU. In the standard format of the text message, only 160 characters (140 octets) can be sent without UDH information to the recipient. However, the UDH with the message concatenation technique can be used to send more characters (rather than 160 characters) using consecutive messages to the recipient. As illustrated in Figure 3, the proposed system enables a teacher to post extensive text messages to students for monitoring academic progress and performing administrative tasks using consecutive messages at once via a mobile browser interface through an Internet-enabled mobile device. Once a teacher logs in to the system relevant to a particular course unit, he/she can create extensive text message and send brief lecture summaries, assessment schedules or feedbacks, detailed news and notices to obtain more academic expectations such reading, learning or working to gain the preeminent learning outcome from students before the scheduled class. Fig. 3. The architecture of the proposed system The length of the message (number of characters containing the message) is pre-defined by the system administrator. When the teacher creates and ready to insert the extensive text, the front-end software splits this extensive text into number of consecutive messages and concatenation technique associated UDH is added for each message part. At this point, the concatenated message reference is the same as every message part assigned by the software. Thereafter, these consecutive messages are inserted into a database where an SMS daemon checks the database periodically and sends out stored messages through an SMS gateway to a GSM modem. Using AT commands, the modem in turn sends out these text messages to all the recipients having access to that particular course unit through the SMSC. Finally, these consecutive messages are merged in the recipient s mobile device and viewed as a single extensive text message in the standard INBOX. The front-end design of the system provides the teacher the ability to select a single or multi-recipient phone numbers in addition to students mobile phones numbers previously added. In order to mitigate system abuse, restriction can be enforced to limit the number of messages that can be sent by each teacher for a given month. System logs allow a teacher to view delivery information such as recipient phone numbers, delivered times, message contents about each text message. V. METHODOLOGY The Students feedback is a vital factor to evaluate the effectiveness of the proposed system integrated with the Moodle in an academic environment. Two groups of students, from Sciences and Non-Sciences, were asked to fill out two questionnaires according to pre and post usage of the proposed system. Detailed notices were placed in the notice board by informing assessment schedules and administrative activities. On the other hand, lecture summaries and student feedbacks were given by the lecturer in the classroom. At first, a prequestionnaire was given to the students after following the above process. Secondly, extensive text messages with lecture summaries, student feedbacks, informing assessment and detailed notices were sent to the students from the system. The post-questionnaires were given to the students after those messages had been sent. The signal strength of the mobile phone is not dependent on the reception of extensive text message, because the reception of an extensive text message is a passive interaction. It means, if the mobile phone is not in the area of network coverage or switched off, the reception of extensive text message is temporally ignored. However, the short messaging service centre (SMSC) will continuously attempt to send the messages until an acknowledgement is received. The proposed system is tested with a series of smart phones as well as basic phones (i.e. Nokia 6720, 3120, 6210, Sony Ericsson W508, T700) having connectivity to several GSM networks. The pre-questionnaire was primarily focused on

5 both groups of students to obtain an evaluation of the level of satisfaction among the following aspects, separately: a) Come across existing methods for achieving their academic and administrative activities. b) Obtain a preference order of mobile phone s features. These factors help us to ascertain whether the students are willing to use the proposed system or not for their academic and administrative activities. Basically, any kind of existing mobile device is well supported for receiving extensive text messages at present. Hence, the following aspect of both groups was taken into account to obtain an evaluation of the effectiveness of the students adaptation to academic and administrative activities using the proposed system: satisfaction shown by the students in using the proposed system. A score value was assigned to each option in list of answers the pre and post survey. A paired sample T-test (parametric) was applied, after defining a null hypothesis (H 0 ), to compare these two final score values. H 0 was accepted or not by considering the p-value of the test (i.e. if p-value > 0.05 then reject H 0 or accept otherwise). a) Suitability of the proposed system for academic and administrative activities Several statistical approaches, namely, paired sample T-test (parametric) and descriptive statistical analysis, were applied to pre and post intervention data to analyse the appropriateness of the proposed system and its effect on enhancing the efficiency in academic notification of students. The analysis was carried out using both samples separately at first and finally, as an overall sample. VI. PRE- AND POST-INTERVENTION SURVEY A. Pre-survey results: Existing methods of academic and administrative activities and mobile phone usage. Two samples were selected to carry out this survey from Science and Non-Science students with 75 students per each group. At the pre-survey, 97% of the sample responded that they were familiar with mobile phone usage with the precedence of calling (84.33%), sending text messages (73.92%) and other (10.15%) activities. As highlighted in Figure 4, a majority of the students preferred traditional methodologies, such as notice board for administrative activities and verbal access for academic information in the class room. Non-science students were significantly more dependent on notice boards than Science students. The pre-survey results initially exhibit students existing methods of accessing academic and administrative information. B. Post-survey results: Suitability of the proposed system to obtaining academic and administrative information The paired sample T-test (parametric) was carried out to analyse the suitability of the extensive text messaging system by comparing data obtained during pre and post intervention surveys with the same sample of students. The post-survey was mainly focused on the importance, efficiency, its effect in changing the learner s traits and social skills and the level of Fig. 4. Methods obtained to access academic and administrative information 1) Suitability of proposed system to access information in academic and administrative activities: We assume a null hypothesis H 0 as, H 0 = Students are not satisfied with the proposed system to access information in academic and administrative activities According to the pre-intervention survey, students preferred administrative activities on notice boards (67.33%) than other technological methods (32.67%). This is followed by having the lecturer in the class room for face-to-face interaction (74.00%) rather than distance learning methods (26.00%). Questions focusing on pre and post surveys were verified using a 5-point Likert scale with strongly disagreed as -10, disagreed as -5, neutral as 0, agreed as 5 and strongly agreed as 10 on the scale. Table 3 gives statistical results obtained after applying paired sample t-test. TABLE III RESULTS OF PAIRED SAMPLE T-TEST FOR SMS NOTIFICATION SYSTEM. Sample Variable N Mean St. Dev p-value pre Science post difference pre Nonpost Science difference pre Overall post difference

6 As seen in Table 3, of the overall sample as well as of each sample, the related p-value was less than the significant level (0.05). This results in H 0 being rejected and H 1 accepted. This shows that the chance of accepting the proposed system for academic and administrative activities is significantly higher than previous traditional methods. VII. CONCLUSION AND FUTURE WORK The proposed system is a prototype developed to communicate administrative details such as detailed notices and assessment/teaching schedules to students and perform academic activities such as lecturer feedbacks and lecture summaries using extensive text messages. Statistical analysis of students feedback during a campuswide implementation of the proposed system pointed out that the students preference of using proposed system in academic activities is highly significant. As such, it is evident students are eager to be reminded of lecture summaries and feedbacks using extensive text messages to gain pre-eminent learning outcome from a lecture session at any time before the scheduled class from outside the boundaries of a traditional classroom. We have also identified certain limitations that are beyond the theoretical and technical implementation of the proposed system. This original survey was conducted in the university at four different faculties, namely, Agricultural Sciences, Applied Sciences, Management Studies and Social Sciences. Social issues concerning the usage of modern technology are somewhat different among the two groups of students. Language skills played a major role during the introduction of this technology. As such, we must pay attention to isolate social difference and language skills during implementation of the project. Future research directions will certainly discover solutions to mitigate the above limitations by inventing a demand based mobile learning environment useful for lifelong learning. REFERENCES [1] L. L. Lomine, and C. Buckhingham, M-Learning: texting (SMS) as a teaching & learning tool in higher arts education, European League of Institutes of the Arts Teachers Academy, pp. 1-6, [2] Portio-Research, Mobile Messaging Future , Last Accessed in Jan [3] G. Jones, G. Edwards and A. Reid, How can mobile SMS communication support and enhance a first year undergraduate learning environment, ALT-J, Research in Learning Technology, vol. 17, no. 3, pp , [4] A. Stone, Blended learning, mobility and retention: supporting first-year university students with appropriate technology, Mobile learning anytime everywhere: proceedings of the 2004 international conference, London, pp , [5] E. Gaudioso, F.H. Olmo, and M. Montero, Enhancing e- learning through teacher support: two experiences, IEEE Trans. Educ., vol. 52, no. 1, pp , [6] S. So, The development of an SMS-based teaching and learning system, Journal of Educational Technology Development and Exchange, vol. 2, no. 1, pp , [7] M. F. Khan and S. Beg, Stereo image transference & retrieval over SMS, Journal of Computing, vol. 3, no. 7, [8] D. L. Roth, Voice over short message service, United States Patent Application Publication, Pub no: US 2009/ A1, [9] M. Z. Rafique, and M. Farook, Sms Spam Detecting by Operating on Byte-Level Distributions Using Hidden Markov Model, Virus Bulletin Conference, Vancouver, September, [10] Commands, Last Accessed in Jan [11] N. Capuano, et al (2004), A system for adaptive platformindependent mobile learning, Proceedings of the 2004 international conference, pp , 2004 [12] N. Safie The use of Short Messaging System (SMS) as a supplementary learning tool in Open University Malaysia (OUM), 18th Annual Conference Association of Asian Open Universities (AAOU) Shanghai, China, pp. 1-11, [13] M. F. Khan and S. Beg, Transferring Voice using SMS over GSM Network, Journal of Computing (JoC), vol. 3, no. 4, pp 50-53, [14] M. Shirali-Shahreza, Taking multiple-choice quiz by SMS on mobile phones including analyzing property, Journal of Computers, vol. 2, no. 2, pp , [15] M. Ryan and McMinnville, System and Method for Electronic Messaging with Group Sending, Receiving and Replying Capabilities, United States Patent Application Publication, Jul 2011, Pub no: US 2011/ A1. [16] R. Verma, et al, Extraction and Verification of Mobile Message Integrity, International Conference on Communication Systems and Network Technologies, IEE Computer Society, pp , [17] Application Note Construction of SMS PDU s, Sony Ericsson Mobile Communications, First Edition, Jun [18] S. Rao, et al, Development of a Transport Layer Using SMS, International Conference on Cognitive Systems, New Delhi, India, [19] M. Z. Rafique, et al, Embedding High Capacity Secret Channels in Short Message Service, The 8th FTRA International Conference on Secure and Trust Computing, data management, and Application, Loutraki, Greece, [20] msc, Last accessed Jan [21] Last accessed Jan 2012.

Concealed Data in Two Way Text Messaging: A Framework for Interactive Mobile Learning Environment

Concealed Data in Two Way Text Messaging: A Framework for Interactive Mobile Learning Environment Concealed Data in Two Way Text Messaging: A Framework for Interactive Mobile Learning Environment H K Salinda Premadasa Sabaragamuwa University of Sri Lanka Introduction Short Messaging Service (SMS) is

More information

Mobile forensics. SMS (Short Message Service) EMS, MMS, CBS

Mobile forensics. SMS (Short Message Service) EMS, MMS, CBS Mobile forensics SMS (Short Message Service) EMS, MMS, CBS How the Mobiles Work The Route of a Mobile Phone Telephone Call, (or SMS or user data traffic) SIM card Radio access network Core network MS/UE

More information

How to handle SMS messages

How to handle SMS messages How to handle SMS messages This section gives examples of the AT commands for sending and receiving SMS (Small Message Service) messages with the GM12. First we will discuss what an SMS is, and some details

More information

Evaluation of the Effect of Wireshark-based Laboratories on Increasing Student Understanding of Learning Outcomes in a Data Communications Course

Evaluation of the Effect of Wireshark-based Laboratories on Increasing Student Understanding of Learning Outcomes in a Data Communications Course Paper ID #7675 Evaluation of the Effect of Wireshark-based Laboratories on Increasing Student Understanding of Learning Outcomes in a Data Communications Course Dr. Craig A Chin, Southern Polytechnic State

More information

ON THE USE OF AT COMMANDS FOR CONTROLING THE MOBILE PHONE WITH MICROCONTROLLER LABORATORY EXERCISE

ON THE USE OF AT COMMANDS FOR CONTROLING THE MOBILE PHONE WITH MICROCONTROLLER LABORATORY EXERCISE 2007 Poznańskie Warsztaty Telekomunikacyjne Poznań 6-7 grudnia 2007 P OZNAN POZNAN UNIVERSIT UNIVERSITY Y OF OF TECHNOLOGY ACADEMIC ACADEMIC JOURNALS JOURNALS No 54 Electrical Engineering 2007 Adrian KLIKS*

More information

3GPP TS V8.2.0 ( )

3GPP TS V8.2.0 ( ) TS 29.311 V8.2.0 (2011-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Service Level Interworking (SLI) for Messaging Services

More information

2013/14. ita`leem A Student Guide

2013/14. ita`leem A Student Guide 2013/14 ita`leem A Student Guide E-learning Unit, Centre for Professional Development (CPD), International Islamic University Malaysia, Level 2, Education Building, P.O. Box 10, 50728 Kuala Lumpur, Malaysia.

More information

SMS Application Note. Version 2.6

SMS Application Note. Version 2.6 SMS Application Note Version 2.6 Copyright Neoway Technology Co., Ltd 2017. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written

More information

TS V6.1.0 ( )

TS V6.1.0 ( ) Technical Specification Digital cellular telecommunications system (Phase 2+); Technical realization of the Short Message Service (SMS); Point-to-Point (PP) (GSM 03.40 version 6.1.0 Release 1997) GLOBAL

More information

I lllll llllllll II llllll lllll lllll lllll lllll lllll lllll lllll

I lllll llllllll II llllll lllll lllll lllll lllll lllll lllll lllll (19) United States (12) Patent Application Publication Requena et al. I lllll llllllll II llllll lllll lllll lllll lllll lllll lllll lllll 111111111111111111111111111111111 US 20020181495Al (10) Pub. No.:

More information

Implementation of a Short Message Service Centre in a TCP/IP environment

Implementation of a Short Message Service Centre in a TCP/IP environment Master thesis 2003.76 Implementation of a Short Message Service Centre in a TCP/IP environment Torbjörn Söderberg & Toni Kautto This thesis is presented as a part of the Master of Science degree in Electrical

More information

A Web Based Registration system for Higher Educational Institutions in Greece: the case of Energy Technology Department-TEI of Athens

A Web Based Registration system for Higher Educational Institutions in Greece: the case of Energy Technology Department-TEI of Athens A Web Based Registration system for Higher Educational Institutions in Greece: the case of Energy Technology Department-TEI of Athens S. ATHINEOS 1, D. KAROLIDIS 2, P. PRENTAKIS 2, M. SAMARAKOU 2 1 Department

More information

Quick help quide to GSM PDU mode structure

Quick help quide to GSM PDU mode structure 1 (6) Quick help quide to GSM 07.05 PDU mode structure AT+CMGS Send Message Sends a message from the DTE to the network (SMS-SUBMIT): AT+CMGS=PDU The length of the actual

More information

5 th International Symposium 2015 IntSym 2015, SEUSL

5 th International Symposium 2015 IntSym 2015, SEUSL THE IMPACT OF INTERNATIONAL COMPUTER DRIVING LICENSE (ICDL) TRAINING ON CLASSROOM COMPUTER USE BY SECONDARY SCHOOL TEACHERS (SPECIAL REFERENCE ON BADULLA DISTRICT) J.D.Careemdeen 1 and P.K.J.E. Nonis 2

More information

MMS THE MODERN WIRELESS SOLUTION FOR MULTIMEDIA MESSAGING

MMS THE MODERN WIRELESS SOLUTION FOR MULTIMEDIA MESSAGING MMS THE MODERN WIRELESS SOLUTION FOR MULTIMEDIA MESSAGING Miraj-E-Mostafa Nokia Corporation, Visiokatu 3, 33720 Tampere, Finland, miraj.mostafa@nokia.com Abstract - MMS provides multimedia messaging solution

More information

M. Zubair Rafique and Mudassar Farooq

M. Zubair Rafique and Mudassar Farooq SMS SPAM DETECTION BY OPERATING ON BYTE LEVEL DISTRIBUTIONS USING HIDDEN MARKOV MODELS (HMMs) (Be Liberal in What you Receive on Your Mobile Phone) M. Zubair Rafique and Mudassar Farooq Next Generation

More information

Visual Guide to Online Campus

Visual Guide to Online Campus Contents Course Navigation... 2 Avatars..3 Text Editor... 4 Accessing Assignments... 6 Accessing Assessments... 9 Accessing and Participating in Discussions... 12 Discussion Forums and Threads... 14 Creating

More information

Short Message Service (SMS)

Short Message Service (SMS) TECQUI Ayra M.-B. Short Message Service (SMS) Introduction Short message service is a mechanism of delivery of short messages over the mobile networks. It is a store and forward way of transmitting messages

More information

On using Emoticons and Lingoes for Hiding Data in SMS

On using Emoticons and Lingoes for Hiding Data in SMS 2015 International Symposium on Technology Management and Emerging Technologies (ISTMET), August 25-27, 2015, Langkawi, Kedah, Malaysia On using Emoticons and Lingoes for Hiding Data in SMS Vahab Iranmanesh*

More information

SPECIAL PROJECT TITLE: DEVELOPMENT OF AN SMS BASED EXAMINATION RESULT CHECKING SYSTEM

SPECIAL PROJECT TITLE: DEVELOPMENT OF AN SMS BASED EXAMINATION RESULT CHECKING SYSTEM SPECIAL PROJECT TITLE: DEVELOPMENT OF AN SMS BASED EXAMINATION RESULT CHECKING SYSTEM ABSTRACT This project presents a way to bring information to students by leveraging the availability of phones (with

More information

IP Mobility vs. Session Mobility

IP Mobility vs. Session Mobility IP Mobility vs. Session Mobility Securing wireless communication is a formidable task, something that many companies are rapidly learning the hard way. IP level solutions become extremely cumbersome when

More information

Input on Teaching from Students

Input on Teaching from Students Input on Teaching from Students Introduction Blue Evaluations ( Blue, for short), a software provided by explorance, is the solution selected and deployed at American University to capture students course

More information

USING SatTerm SOFTWARE WITH SMS APPLICATION NOTE

USING SatTerm SOFTWARE WITH SMS APPLICATION NOTE AN2007-06-V3.4.0 USING SatTerm SOFTWARE WITH SMS APPLICATION NOTE February 20, 2007 Copyright 2007 by NAL Research Corporation The specifications in this document are subject to change at NAL Research

More information

SMS Submit Interface description HTTP Version 1.5

SMS Submit Interface description HTTP Version 1.5 SMS Submit Interface description HTTP Version 1.5 This document is intended for application developers with knowledge about the HTTP protocol. Document history Version Description 1.5 Spelling error corrected

More information

ETSI TS V4.2.0 ( )

ETSI TS V4.2.0 ( ) TS 123 040 V4.2.0 (2001-03) Technical Specification Universal Mobile Telecommunications System (UMTS); Technical realization of the Short Message Service (SMS) (3GPP TS 23.040 version 4.2.0 Release 4)

More information

Welcome to Moodle! How To Moodle

Welcome to Moodle! How To Moodle Welcome to Moodle! The MH Vicars School Moodle site is where you ll find all the online components of your Vicars curriculum. For the following year, this will include quizzes and access to multimedia

More information

EXPLORING COURSE TOOLS

EXPLORING COURSE TOOLS EXPLORING COURSE TOOLS Now that we have covered the My Blackboard screen, let s explore the different tools that you might find within your course. NOTE: Your instructor controls which tools are available.

More information

Title Core TIs Optional TIs Core Labs Optional Labs. All None 1.1.6, 1.1.7, and Network Math All None None 1.2.5, 1.2.6, and 1.2.

Title Core TIs Optional TIs Core Labs Optional Labs. All None 1.1.6, 1.1.7, and Network Math All None None 1.2.5, 1.2.6, and 1.2. CCNA 1 Plan for Academy Student Success (PASS) CCNA 1 v3.1 Instructional Update # 2006-1 This Instructional Update has been issued to provide guidance on the flexibility that Academy instructors now have

More information

TRAINING MATERIAL. An introduction to SONET-BULL Platform for members. HOME PAGE

TRAINING MATERIAL. An introduction to SONET-BULL Platform for members. HOME PAGE TRAINING MATERIAL An introduction to SONET-BULL Platform for members. HOME PAGE REGISTRATION The register page contains the registration form and is the users can register on the SONET-BULL platform. The

More information

Support notes (Issue 1) September 2018

Support notes (Issue 1) September 2018 Support notes (Issue 1) September 2018 Pearson Edexcel Level 2 Certificate/Diploma in Digital Applications (DA202) Unit 2: Creative Multimedia ONCE UPON A TIME Key points for this Summative Project Brief

More information

Faculty Training. Blackboard I Workshop Bobbi Dubins

Faculty Training. Blackboard I Workshop Bobbi Dubins Faculty Training Blackboard I Workshop Bobbi Dubins Table of Contents Introduction... 2 blackboard.allegany.edu... 2 Overview of Features:... 2 Using Blackboard... 3 Changing Your Password... 3 How to

More information

ETSI TS V8.1.0 ( ) Technical Specification

ETSI TS V8.1.0 ( ) Technical Specification TS 129 311 V8.1.0 (2009-04) Technical Specification Universal Mobile Telecommunications System (UMTS); LTE; Service Level Interworking for Messaging Services (3GPP TS 29.311 version 8.1.0 Release 8) 1

More information

CISN 340 Data Communication and Networking Fundamentals Fall 2012 (Hybrid)

CISN 340 Data Communication and Networking Fundamentals Fall 2012 (Hybrid) CISN 340 Data Communication and Networking Fundamentals Fall 2012 (Hybrid) Instructor: Kevin M. Anderson, MBA, CCAI, MCSE, MCDBA, Office Phone: (916) 650-2926 CNE, LCP, CIW Associate, Security+, N +, A

More information

Reqs-LTE-SMS. Device Requirements Issued: Mar-16

Reqs-LTE-SMS. Device Requirements Issued: Mar-16 Reqs-LTE-SMS Device Requirements Issued: Mar-16 This document provides initial information related to Verizon Wireless Long Term Evolution (LTE) Reqs-LTE- SMS requirement document. All information herein

More information

Response: Note: Please define Dynamic Value in ##Field## The following are the parameters used: For Unicode Message:

Response: Note: Please define Dynamic Value in ##Field## The following are the parameters used: For Unicode Message: For Unicode Message: Promotional Unicode Message API http://cloud.smsindiahub.in/vendorsms/pushsms.aspx?user=youruserid&password=yourpassword& msisdn=919898xxxxxx&sid=senderid&msg=पर षण स द श &fl=0&dc=8

More information

University of Moratuwa

University of Moratuwa University of Moratuwa Faculty of Information Technology Bachelor of Information Technology (BIT) External Degree Programme Administered by the Centre for Open & Distance Learning (CODL) Mode 01 Collaboration

More information

Student Guide INTRODUCTION TO ONLINE RESOURCES

Student Guide INTRODUCTION TO ONLINE RESOURCES Student Guide INTRODUCTION TO ONLINE RESOURCES Date: 08. June. 2017 By: Technical Support Team STUDENT GUIDE southwales.unicaf.org 1)Introduction...4 2)Student Panel (SIS)...4 2.1)Student Panel (SIS) Login...4

More information

a) BSNL b) Airtel c) Reliance d) Aircel e) Vodafone f) Tata Docomo g) Others, Specify

a) BSNL b) Airtel c) Reliance d) Aircel e) Vodafone f) Tata Docomo g) Others, Specify A STUDY ON USER S LEVEL OF SATISFACTION WITH MOBILE PHONE SERVICE PROVIDERS WITH SPECIAL REFERENCE TO TIRUPPUR DISTRICT Questionnaire I. Personal Information: Name Age Sex: Educational Qualification Occupation

More information

Factors Affecting Adoption of Cloud Computing Technology in Educational Institutions (A Case Study of Chandigarh)

Factors Affecting Adoption of Cloud Computing Technology in Educational Institutions (A Case Study of Chandigarh) American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-7, Issue-3, pp-358-364 www.ajer.org Research Paper Open Access Factors Affecting Adoption of Cloud Computing

More information

Virtual Classrooms in Education

Virtual Classrooms in Education Virtual Classrooms in Education Welcome to the Human Network Your World Simplified 1 What Is WebEx Training Center? WebEx Training Center is the market leader in virtual classroom solutions, providing

More information

Scope and Sequence: CCNA Discovery

Scope and Sequence: CCNA Discovery Scope and Sequence: CCNA Discovery Last updated June 19, 2009 Target Audience The Cisco CCNA Discovery curriculum is primarily designed for Cisco Networking Academy students who are seeking entry-level

More information

University of Mumbai

University of Mumbai AC 7/4/2014. Item 4.36 University of Mumbai Revised Scheme of Evaluation for Continuous Assessments and Semester End Examinations for Under-graduate Programmes of Faculty of Arts, Commerce and Science

More information

Lasell College s Moodle 3 Student User Guide. Access to Moodle

Lasell College s Moodle 3 Student User Guide. Access to Moodle Access to Moodle The first session of this document will show you how to access your Lasell Moodle course, how to login, and how to logout. 1. The homepage of Lasell Learning Management System Moodle is

More information

SMS Outbound. HTTP interface - v1.1

SMS Outbound. HTTP interface - v1.1 SMS Outbound HTTP interface - v1.1 Table of contents 1. Version history... 5 2. Conventions... 5 3. Introduction... 6 4. Application Programming Interface (API)... 7 5. Gateway connection... 9 5.1 Main

More information

WAP over GSM USSD Version 15-July-1999

WAP over GSM USSD Version 15-July-1999 WAP over GSM USSD Version 15-July-1999 Wireless Application Protocol WAP over GSM USSD Specification Disclaimer: This document is subject to change without notice. Page 2 (38) Contents 1. SCOPE...4 2.

More information

User Manual for Student. Moodle Administrator

User Manual for Student. Moodle Administrator User Manual for Student Moodle Administrator 1.Introduction About this document This document is part of a Moodle Learning Management System(LMS) documentation Start Guides for Students. What is Moodle?

More information

MOBILE IP AND WIRELESS APPLICATION PROTOCOL

MOBILE IP AND WIRELESS APPLICATION PROTOCOL MOBILE IP AND WIRELESS APPLICATION PROTOCOL In this chapter, we look at two standards that provide application-level support for wireless networking: Mobile IP and Wireless Application Protocol (WAP).

More information

Programme Specification Title of Programme: HNC in Computing and Systems Development with Cisco CCENT

Programme Specification Title of Programme: HNC in Computing and Systems Development with Cisco CCENT Programme Specification Title of Programme: HNC in Computing and Systems Development with Cisco CCENT This specification provides a concise summary of the main features of the programme and the learning

More information

BONAM VENKATA CHALAMAYYA INSTITUTE OF TECHNOLOGY & SCIENCE

BONAM VENKATA CHALAMAYYA INSTITUTE OF TECHNOLOGY & SCIENCE BONAM VENKATA CHALAMAYYA INSTITUTE OF TECHNOLOGY & SCIENCE TITLE: AUTOMATIC POWER METER READING SYSTEM USING GSM NETWORK By B.VENKATA PAVAN SRIKANTH Regd No : 08H41A0411 Under the Guidance of Mr. S.TATA

More information

CONTENTS. What is Moodle? Logging in to Moodle Introducing the Workspace Customising the Workspace... 8

CONTENTS. What is Moodle? Logging in to Moodle Introducing the Workspace Customising the Workspace... 8 Moodle Training March 2012 Material produced by the VLE Group (Monash University) and elearning Services (Faculty of Medicine, Nursing and Health Sciences, Monash University) vle.monash.edu/supporttraining/learnbytech/moodle/

More information

Organizing Course Content and Information

Organizing Course Content and Information Organizing Course Content and Information This document includes general overviews for using course organization tools in Canvas. Each tool includes information on reasons to use the tool, instructions

More information

Smart Service Packs. Providing customer recruitment, retention & new revenue streams. 1 Smart Service Packs

Smart Service Packs. Providing customer recruitment, retention & new revenue streams. 1 Smart Service Packs Smart Service Packs Providing customer recruitment, retention & new revenue streams 1 Smart Service Packs Mobile messaging has been a runaway success, yet the basic service has changed little since its

More information

Coastal Bend College Learn Blackboard 9.1 Faculty Instructional Handbook

Coastal Bend College Learn Blackboard 9.1 Faculty Instructional Handbook Coastal Bend College Learn Blackboard 9.1 Faculty Instructional Handbook Distance Education Table of Contents LOGGING IN TO BLACKBOARD... 1 EXPLORING MY BLACKBOARD... 2 EXPLORING COURSE TOOLS... 5 ANNOUNCEMENTS...

More information

IceWarp Unified Communications. SyncML Push Guide. Version 11.3

IceWarp Unified Communications. SyncML Push Guide. Version 11.3 IceWarp Unified Communications SyncML Push Guide Version 11.3 Published on 1/6/2015 Contents SyncML Push... 4 What is SyncML Push?... 4 What Is Push Email?... 5 How does SyncML Push Work?... 6 SMS Push...

More information

Instructions for implementing Monitoring and Community using epals

Instructions for implementing Monitoring and Community using epals Instructions for implementing Monitoring and Community using epals Student Safety and Monitoring As an e-mail service, epals SchoolMail can alleviate some of the common concerns that arise from the implementation

More information

A Framework for Enhancing Mobile Development Software for Rangsit University, Thailand

A Framework for Enhancing Mobile Development Software for Rangsit University, Thailand A Framework for Enhancing Mobile Development Software for Rangsit University, Thailand Thossaporn Thossansin Abstract This paper presents the development of a mobile application for students at the Faculty

More information

A New Symmetric Key Algorithm for Modern Cryptography Rupesh Kumar 1 Sanjay Patel 2 Purushottam Patel 3 Rakesh Patel 4

A New Symmetric Key Algorithm for Modern Cryptography Rupesh Kumar 1 Sanjay Patel 2 Purushottam Patel 3 Rakesh Patel 4 IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 08, 2014 ISSN (online): 2321-0613 A New Symmetric Key Algorithm for Modern Cryptography Rupesh Kumar 1 Sanjay Patel 2 Purushottam

More information

Internet Routing Protocols Part II

Internet Routing Protocols Part II Indian Institute of Technology Kharagpur Internet Routing Protocols Part II Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Kharagpur, INDIA Lecture 8: Internet routing protocols Part

More information

Design and Development of Software Coding for m- Advertisement Using VB6

Design and Development of Software Coding for m- Advertisement Using VB6 Abstract: 76 Design and Development of Software Coding for m- Advertisement Using VB6 Physics Department, H.N.G.University, Patan, Gujarat, INDIA Mobile phone has become essential in our life. Almost all

More information

Multi-Way Reminder System: A Solution towards Ubiquitous and Effective Communication

Multi-Way Reminder System: A Solution towards Ubiquitous and Effective Communication Multi-Way Reminder System: A Solution towards Ubiquitous and Effective Communication TAN SHIANG-YEN, MOHD AZAM OSMAN, GENEVIE LOO SHIM SHENG HOOI, ABDULLAH ZAWAWI TALIB School of Computer Science Universiti

More information

Evaluating Three Scrutability and Three Privacy User Privileges for a Scrutable User Modelling Infrastructure

Evaluating Three Scrutability and Three Privacy User Privileges for a Scrutable User Modelling Infrastructure Evaluating Three Scrutability and Three Privacy User Privileges for a Scrutable User Modelling Infrastructure Demetris Kyriacou, Hugh C Davis, and Thanassis Tiropanis Learning Societies Lab School of Electronics

More information

Student Guide. By UNICAF University

Student Guide. By UNICAF University vnhgfj Student Guide By UNICAF University 1 2 Table of Contents 1) Introduction... 5 2) Student Panel (SIS)... 5 2.1) Student Panel (SIS) Login... 5 2.1.1) Definitions... 5 2.1.2) Registration Email...

More information

A Detailed look of Audio Steganography Techniques using LSB and Genetic Algorithm Approach

A Detailed look of Audio Steganography Techniques using LSB and Genetic Algorithm Approach www.ijcsi.org 402 A Detailed look of Audio Steganography Techniques using LSB and Genetic Algorithm Approach Gunjan Nehru 1, Puja Dhar 2 1 Department of Information Technology, IEC-Group of Institutions

More information

A STUDY ON SMART PHONE USAGE AMONG YOUNGSTERS AT AGE GROUP (15-29)

A STUDY ON SMART PHONE USAGE AMONG YOUNGSTERS AT AGE GROUP (15-29) A STUDY ON SMART PHONE USAGE AMONG YOUNGSTERS AT AGE GROUP (15-29) R. Lavanya, 1 st year, Department OF Management Studies, Periyar Maniammai University, Vallam,Thanjavur Dr. K.V.R. Rajandran, Associate

More information

Diploma in Graphics & Multimedia

Diploma in Graphics & Multimedia FINAL CERTIFICATION AWARDED BY IMRTC - USA Diploma in Graphics & Multimedia THIS HIGHLY SPECIALIZED AND WORTH FULL DIPLOMA IS IDEALLY SUITED TO FOLLOWING INDIVIDUALS WHO ARE: Fresh Matriculations who would

More information

IT322 Software Engineering I Student Textbook Exchange System Software Requirements Specification. Prepared by

IT322 Software Engineering I Student Textbook Exchange System Software Requirements Specification. Prepared by King Saud University College of Computer and Information Sciences Information Technology Department IT322 Software Engineering I Student Textbook Exchange System Software Requirements Specification Prepared

More information

Telecommunication Services Engineering Lab

Telecommunication Services Engineering Lab Logistics Instructor Office: EV006-227, Tel: 1-514-8482424 ext 5846, Email: Glitho@ciiseconcordiaca URL: http://wwwececoncordiaca/~glitho/ Office hours: Friday: 3 pm 5 pm Time: Friday, 17h45-20h15 Room

More information

This handbook contains directions on using tools and resources in WebAccess at CSM.

This handbook contains directions on using tools and resources in WebAccess at CSM. WebAccess Handbook This handbook contains directions on using tools and resources in WebAccess at CSM. Contents Logging in to WebAccess... 2 Setting up your Shell... 3 Docking Blocks or Menus... 3 Course

More information

Canvas Student Guide. The Office of Online Learning Massasoit Community College

Canvas Student Guide. The Office of Online Learning Massasoit Community College Canvas Student Guide The Office of Online Learning Massasoit Community College www.massasoit.edu TABLE OF CONTENTS What is Canvas?... 1 Computer and Browser Requirements... 1 Mobile Support... 1 Accessing

More information

. Before You Begin. Accessing

. Before You Begin. Accessing Email You can send email to individuals who participate in your course using the Send Email function. Emails are sent to individual users or to groups of users within the course, such as all Teaching Assistants.

More information

Adaptive Pixel Pair Matching Technique for Data Embedding

Adaptive Pixel Pair Matching Technique for Data Embedding Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 1, January 2014,

More information

WAP Provisioning Architecture Overview

WAP Provisioning Architecture Overview WAP Provisioning Architecture Overview WAP-182-PROVARCH Proposed Version 19-February-2000 Wireless Application Protocol WAP Provisioning Architecture Overview Wireless Application Protocol Forum Ltd.2000.

More information

The Internet. The Internet is an interconnected collection of netw orks.

The Internet. The Internet is an interconnected collection of netw orks. The Internet The Internet is an interconnected collection of netw orks. Internetw orking-1 Internetworking! Communications Network: A facility that provides a data transfer service among stations attached

More information

[MS-RDPEMC]: Remote Desktop Protocol: Multiparty Virtual Channel Extension

[MS-RDPEMC]: Remote Desktop Protocol: Multiparty Virtual Channel Extension [MS-RDPEMC]: Remote Desktop Protocol: Multiparty Virtual Channel Extension Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications

More information

Student Guide INTRODUCTION TO ONLINE RESOURCES

Student Guide INTRODUCTION TO ONLINE RESOURCES Student Guide INTRODUCTION TO ONLINE RESOURCES Date: 12. March. 2018 By: Technical Support Team Table of Contents 1) Introduction 3 2) Student Panel (SIS) 3 2.1) Student Panel (SIS) Login 3 2.1.1) Definitions

More information

Parent Student Portal User Guide. Version 3.1,

Parent Student Portal User Guide. Version 3.1, Parent Student Portal User Guide Version 3.1, 3.21.14 Version 3.1, 3.21.14 Table of Contents 4 The Login Page Students Authorized Users Password Reset 5 The PSP Display Icons Header Side Navigation Panel

More information

ETSI TS V ( )

ETSI TS V ( ) TS 129 311 V11.0.0 (2012-10) Technical Specification Universal Mobile Telecommunications System (UMTS); LTE; Service level interworking for Messaging Services (3GPP TS 29.311 version 11.0.0 Release 11)

More information

TRAINER MOODLE QUICK GUIDE

TRAINER MOODLE QUICK GUIDE TRAINER MOODLE QUICK GUIDE Update 2-2018 Maine Roads to Quality Professional Development Network PO Box 9300, 34 Bedford Street, Portland, ME 04104 1-888-900-0055 www.muskie.usm.maine.edu/maineroads Table

More information

INTERNATIONAL TELECOMMUNICATION UNION

INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION ITU-T H.323 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Annex G (02/00) SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Infrastructure of audiovisual services Systems

More information

WAP Over GSM USSD Version 30-July Wireless Application Protocol WAP-204-WAPOverGSMUSSD a

WAP Over GSM USSD Version 30-July Wireless Application Protocol WAP-204-WAPOverGSMUSSD a WAP Over GSM USSD Version 30-July-2001 Wireless Application Protocol WAP-204-WAPOverGSMUSSD-20010730-a A list of errata and updates to this document is available from the WAP Forum Web site, http://www.wapforum.org/,

More information

Co. Cavan VEC. Co. Cavan VEC. Programme Module for. Word Processing. leading to. Level 5 FETAC. Word Processing 5N1358. Word Processing 5N1358

Co. Cavan VEC. Co. Cavan VEC. Programme Module for. Word Processing. leading to. Level 5 FETAC. Word Processing 5N1358. Word Processing 5N1358 Co. Cavan VEC Programme Module for Word Processing leading to Level 5 FETAC 1 Introduction This programme module may be delivered as a standalone module leading to certification in a FETAC minor award.

More information

Electronic journals in the University libraries of Punjab: the present situation and future perspective

Electronic journals in the University libraries of Punjab: the present situation and future perspective Electronic journals in the University libraries of Punjab: the present situation and future perspective DR. NAV JYOTI DHINGRA Library Assistant A.C. Joshi Library Panjab University Chandigarh, India Email:

More information

Loyola Marymount University School of Education

Loyola Marymount University School of Education Loyola Marymount University School of Education The California Teaching Performance Assessment (CalTPA) Frequently Asked Questions The information presented in this guide is meant to serve as introductory

More information

PROCESS FOR INITIAL CERTIFICATION OF CERTIFIED SCRUM TRAINER PROFESSIONALS WITH CERTIFICATION STANDARDS

PROCESS FOR INITIAL CERTIFICATION OF CERTIFIED SCRUM TRAINER PROFESSIONALS WITH CERTIFICATION STANDARDS PROCESS FOR INITIAL CERTIFICATION OF CERTIFIED SCRUM TRAINER PROFESSIONALS WITH CERTIFICATION STANDARDS Introduction Certified Scrum Trainer professionals ( CSTs ) play a vital role within Scrum Alliance.

More information

Online Programming Assessment and Evaluation Platform. In Education System

Online Programming Assessment and Evaluation Platform. In Education System Online Programming Assessment and Evaluation Platform In Education System Aatisha Cyrill 1, Dr. R. Subhashini 2 1 Dept. of IT, Sathyabama Institute of Science and Technology, Chennai, India. Email: cyrillaatisha@gmail.com

More information

CIM Level 3 Foundation Certificate in Marketing

CIM Level 3 Foundation Certificate in Marketing Qualification Specification: CIM Level 3 Foundation Certificate in Marketing About CIM CIM (The Chartered Institute of Marketing) has been representing its members and the industry for over 100 years.

More information

/ tel: / tel:

/ tel: / tel: nsteptoe@dcccd.edu / tel: 972-669-6464 jchi@dcccd.edu / tel: 214-576-0919 Table of Contents Introduction... 3 Anonymous Grading... 4 Delegated Grading... 6 Reconcile Grades... 7 SafeAssign Integration...

More information

Development of a Web based Education Module for Verilog HDL

Development of a Web based Education Module for Verilog HDL Proceedings of the 2010 International Conference on Industrial Engineering and Operations Management Dhaka, Bangladesh, January 9 10, 2010 Development of a Web based Education Module for Verilog HDL Rifat

More information

Title Core TIs Optional TIs Core Labs Optional Labs. 1.1 WANs All None None None. All None None None. All None 2.2.1, 2.2.4, 2.2.

Title Core TIs Optional TIs Core Labs Optional Labs. 1.1 WANs All None None None. All None None None. All None 2.2.1, 2.2.4, 2.2. CCNA 2 Plan for Academy Student Success (PASS) CCNA 2 v3.1 Instructional Update # 2006-1 This Instructional Update has been issued to provide guidance on the flexibility that Academy instructors now have

More information

WAP Over GSM USSD Version 13 Aug Open Mobile Alliance WAP-204-WAPOverGSMUSSD a

WAP Over GSM USSD Version 13 Aug Open Mobile Alliance WAP-204-WAPOverGSMUSSD a WAP Over GSM USSD Version 13 Aug 2001 Open Mobile Alliance WAP-204-WAPOverGSMUSSD-20010813-a Continues the Technical Activities Originated in the WAP Forum WAP-204-WAPOverGSMUSSD-20010813-a Page 2 (45)

More information

A Quick Guide to Using Moodle version 2.6 Faculty Edition

A Quick Guide to Using Moodle version 2.6 Faculty Edition A Quick Guide to Using Moodle version 2.6 Faculty Edition Based on the Moodle participants handbook, edited and modified by Rev. Dr. Ellen Wondra and Gene Servillo. Refer all questions to: gservillo@bexleyseabury.edu

More information

Please note: If you already have an active SAM 2016 Account from another CAWT course, you do not need to purchase another SAM Code for this course.

Please note: If you already have an active SAM 2016 Account from another CAWT course, you do not need to purchase another SAM Code for this course. GREETINGS! Welcome to a new and exciting way of taking a college class. For many of you this will be your first time taking an online class. I will work very hard to make this a rewarding and successful

More information

AFRICA INTERNATIONAL UNIVERSITY

AFRICA INTERNATIONAL UNIVERSITY AFRICA INTERNATIONAL UNIVERSITY DEPARTMENT OF OPEN, DISTANCE AND elearning (ODeL) STUDENTS MANUAL FOR ACCESSING THE elearning PLATFORM Table of Contents Introduction... 3 Logging in to Moodle... 4 Profile

More information

Extending the AAT Tool with a User-Friendly and Powerful Mechanism to Retrieve Complex Information from Educational Log Data *

Extending the AAT Tool with a User-Friendly and Powerful Mechanism to Retrieve Complex Information from Educational Log Data * Extending the AAT Tool with a User-Friendly and Powerful Mechanism to Retrieve Complex Information from Educational Log Data * Stephen Kladich, Cindy Ives, Nancy Parker, and Sabine Graf Athabasca University,

More information

ETSI TS V ( )

ETSI TS V ( ) TS 129 311 V15.0.0 (2018-07) TECHNICAL SPECIFICATION Universal Mobile Telecommunications System (UMTS); LTE; Service Level Interworking (SLI) for messaging services (3GPP TS 29.311 version 15.0.0 Release

More information

Black Hat Europe 2009

Black Hat Europe 2009 Black Hat Europe 2009 Mobile Security Lab Hijacking Mobile Data Connections 1 Provisioning & WAP primer Forging Messages Demo: Remote provisioning Provisioning: Process and Issues Attack scenario and exploiting

More information

Higher National Unit specification: general information

Higher National Unit specification: general information Higher National Unit specification: general information Unit code: H17N 34 Superclass: CD Publication date: March 2012 Source: Scottish Qualifications Authority Version: 01 Unit purpose The Unit is intended

More information

Web-based system for learning of communication protocols

Web-based system for learning of communication protocols 38 Web-based system for learning of communication protocols Dan Komosny Brno University of Technology, Czech Republic Summary The paper introduces a new web-based system that provides on-line access to

More information

Using Outlook Live

Using Outlook Live EMAIL Using Outlook Live Contents: What is?... 3 Using... 3 Address... 3 Password... 3 The Windows Live Hotmail Welcome Screen... 5 Online Notification Status... 6 Help... 6 Inbox... 7 The Mail Inbox Toolbar...

More information

A Student Guide to using Moodle

A Student Guide to using Moodle A Student Guide to using Moodle Version 1: September 2007 Table of Contents Introduction...3 What is Moodle?...3 How do I access Moodle?...4 What will I find in Moodle?...5 Accessing a course...5 The main

More information