 Introduction  Aim  Tools  Methodology  System architecture  Screenshot.

Slides:



Advertisements
Similar presentations
Computer Networks An Overview. A Computer Network!
Advertisements

Computer Networks Fall, 2007 Prof Peterson. CIS 235: Networks Fall, 2007 Western State College Homework #5 We will be talking about other protocols. Everyone.
Exchange server Mail system Four components Mail user agent (MUA) to read and compose mail Mail transport agent (MTA) route messages Delivery agent.
Chapter 2: Application layer  2.1 Web and HTTP  2.2 FTP 2-1 Lecture 5 Application Layer.
Exploring Microsoft Office Outlook Microsoft Outlook 2000 A Desktop Information Manager By Robert T. Grauer Maryann Barber.
COS/PSA 413 Day 17. Agenda Lab 8 write-up grades –3 B’s, 1 C and 1 F –Answer the Questions!!! Capstone progress report 2 overdue Today we will be discussing.
Implementing Application Protocols. Overview An application protocol facilitates communication between applications. For example, an client uses.
Technion – Israel Institute of Technology Department of Electrical Engineering Software Lab Remote Mailbox based on.NET technology Michael and Eugene Shamis.
Computer Networks,Internet,& SMTP Priyanka Daultani Department of Computer Science USF, San Francsico, CA.
Application Layer. This graphic is taken from The Abdus Salam International Centre for Theoretical Physics.
Chapter 30 Electronic Mail Representation & Transfer
Introduction 1 Lecture 7 Application Layer (FTP, ) slides are modified from J. Kurose & K. Ross University of Nevada – Reno Computer Science & Engineering.
» Explain the way that electronic mail ( ) works » Configure an client » Identify message components » Create and send messages.
Introduction 1-1 Chapter 2 FTP & Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley March 2012 IC322 Fall.
1 Application Layer Lecture 5 Imran Ahmed University of Management & Technology.
Introduction to Window Understanding the Internet Using Lecture 2 Chapter 2.
Backup Local Online For secure offsite storage of your , and making it available from any computer or smart phone. Backup accessed with.
1 Computer Communication & Networks Lecture 27 Application Layer: Electronic mail and FTP Waleed.
Fall 2005 By: H. Veisi Computer networks course Olum-fonoon Babol Chapter 7 The Application Layer.
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
 TCP/IP is the communication protocol for the Internet  TCP/IP defines how electronic devices should be connected to the Internet, and how data should.
The Internet in Education Objectives Introduction Overview –The World Wide Web –Web Page v. Web Site v. Portal Unique and Compelling Characteristics Navigation.
Some Data Comm. Standards
CPT 499 Internet Skills for Educators Electronic Mail Session Five.
Application Layer CHAPTER 2. Announcements and Outline  Administrative Items  Questions? Recap 1.Introduction to Networks 1.Network Type 2.N etwork.
.NET Library Objects So far we have looked at the following objects in learning about ASP.NET: Controls Used to control the screen / interface and gather.
Electronic Mail. Client Software and Mail Hosts –Client PC has client software that communicates with user’s mail host –Mail hosts deliver.
What is and How Does it Work?  Electronic mail ( ) is the most popular use of the Internet. It is a fast and inexpensive way of sending messages.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
Concepts  messages are passed through the internet by using a protocol called simple mail transfer protocol.  The incoming messages are.
1 E- Mail. 2 Electronic Mail ( ) is simply a means of sending messages via computer Business is using more and fax To access you must.
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
  is a system of electronic communication that allows the user to exchange messages over the internet  Everyone’s address is unique  Two.
(Electronic Mail) a message sent and received electronically via telecommunication links between computers.
CS440 Computer Networks 1 Neil Tang 12/01/2008.
Peer to peer networks. Peer to peer is when digital devices communicate wirelessly with each others without the need for a transmitter. Wi-Fi Direct 1-
Computer Network Architecture Lecture 6: OSI Model Layers Examples 1 20/12/2012.
– Protocols 21 – Protocols 21. – Protocols 21 Now we’ll move on to more technical aspects of This means protocols Remember.
By: Derek Ton & Alex Pappas.  Most frequently used internet service that you will manage as network administrator.  You need to understand how they.
Communication protocols 2. HTTP Hypertext Transfer Protocol, is the protocol of World Wide Web (www) Client web browser Web server Request files Respond.
Mail Server Mail is just a message in any form sends from sender to receiver. Mail Server is a computerized system that is equivalent to virtual post office.
Communications and Networks
Internet Business Associate v2.0
Instructor Materials Chapter 5 Providing Network Services
Development of Web Applications - Introduction
Network Wiring and Reference
Data Communications and Computer Networks Chapter 2 CS 3830 Lecture 9
Some bits on how it works
Protocols and networks in the TCP/IP model initially.
Networking for Home and Small Businesses – Chapter 6
CHAPTER 2 Application Layer.
CIW Lesson 7 Part A Name: _______________________________________
Chapter 10: Application Layer
Web Development & Design Chapter 1, Sections 4, 5 & 6
14-мавзу. Cookie, сеанс, FTP и технологиялари
Networking for Home and Small Businesses – Chapter 6
1 Introduction to the Internet.
Fun gym Cambridge Nationals R001.
Computer Networks,Internet,& SMTP
Computer communications
Networking Theory (part 2)
Part of Chapter 1 Key Concepts Networks
Protocols 2 Key Revision Points.
TCP/IP Protocol Suite: Part 2, Application Layer
Networking for Home and Small Businesses – Chapter 6
Chapter 2 Application Layer
Networking Theory (part 2)
Presentation transcript:

 Introduction  Aim  Tools  Methodology  System architecture  Screenshot

Effective communication is an essential part of business strategy in an organization. To keep in touch with employees, customers and business partners is very important. Industries benefits immensely from to sms. Company’s employees who are always on the move, e.g. Directors, Managers and other staff member are open up by this channel as they can be contacted without the need to be glued to computer.

This project is aimed at developing sms gateway software that makes it possible to receive sms alert whenever an is sent to your mailbox.

 Open System Interconnection (OSI)  Simple Message Transfer Protocol (SMTP)  Post Office Protocol (POP3)  Internet Message Access Protocol (IMAP)  Hypertext Transfer Protocol (HTTP)  Short Message Service Centre (SMSC)

 AJAX  JAVASCRIPT(JQUERY)  PHP  HTML  MySQL <?php $hello = “Hello world”; echo $hello; ?> $(document).ready(function(){ }); mysql_query(“”)or die(mysql_error());

HTTP SMTP POP3 Gateway Software (Application Program) ( HTTP Gateway Short Message Service Centre Phone client computer key Send sms Send acknowledgment

Messages ID Sender_Address Subject Body Attachment Dated Status alert ID MsgID Subject Sender_Name Dated Status Sms alert ID Body Dated Acknowledgment Web mail ID MsgID Subject Sender_Name Dated Status

coming soon...