You are on page 1of 19

MBEDDED WEB TECHNOLOGY

ByBy
: :
SRUTHI
SRUTHIRRBABU
BABU
S7S7ECE13134240
ECE13134240
COE
COE,PATHANAPURAM
,PATHANAPURAM
INTRODUCTION
 The world we are living is becoming internet controlled
day by day .

 In this sense we should have some regarding embedded


web technology(EWT)
Introduction to EWT

Embedded web technology is defined as the marriage


of embedded system and world wide web
history
 EWT was developed by members of NASA
Lewis Research Center

 It was modified in 2002.


EWT- BASICS
Embedded system

Embedded web server

Client server

HTML and XML


Embedded system
•An embedded system is a computer system with a dedicated
function within a larger mechanical or electrical system, often
with real-time computing constraints
Embedded web server
• Embedded Web Server Technology is most evolving technology for
Internet Devices. There are many application areas including internet
devices, telecommunication devices, measuring instruments and lots of
consumer electronics
Client server model
•Client—A logical entity that initiates a request for data or for
an action to take place..
• Server—A complementary logical entity to a client.
HTML and XML
HTML XML
 Hypertext markup language • Extensible markup language
(HTML) is a language used to
describe a webpage. (XML) is a structure for text so
that information can be easily
 When a web browser receives
stored and transmitted through
content that is HTML it will try a web service.
to render the content into a web
 Although the L in XML stands
page. Similar to XML, HTML
is made up of tags, but unlike for language , but it is not a
XML, HTML defines what programming language. XML is
a popular content choice
types of tags are acceptable. because it is human readable,
and translates easily to other
programming languages.
EWT-explanation
Typical web server environment versus an embedded,
real-time environment

World wide web EXAMPLE

Embedded systems on the web TWO PROBLEMS

Tempest
Working of ewt

 The embedded Web system works on the same principle as


that traditional Web request-response systems.
 Web pages from the embedded system (server) are transmitted to the
Web browser (client) , which implements the user interface (Presentation
layer).

 Web-enabled devices use the HTTP (Hyper Text Transfer


Protocol) standard protocol to transmit Web pages from the embedded
system to the Web browser , and to transmit HTML (Hyper Text Markup
Languages) form the data from the browser back to the device.

 The HTTP protocol engine takes the request from the Web browser and
sends it on the TCP/IP. The HTTP protocol Engine parses the request and
sends it to the embedded application for processing.

 After producing the results , the embedded application generates the


HTML code and feeds it to the HTTP Engine , which sends it back to the
client using TCP/IP. 
Advantages

Utilizing Embedded Web Technology has several advantages

Web browser does not store the applet permanently

. User interface software upgrades

Provide output to the remote user in any format

.
APPLICATIONS OF EWT
Traffic monitoring

Video monitoring

Power infrastructure monitoring


CONCLUSION

Web technology in embedded applications has distinct advantages over


legacy and custom communication mechanisms due to the scalability and
security. The amount of knowledge and skills needed to create a web
application may be large. However embedded technology is vastly
becoming an important tool in our daily lives
REFERENCES
[1] “Embedded Web Technology: Applying World Wide Web Standards to Embedded
Systems”- Joseph G. Ponyik and David W. York Glenn Research Center, Cleveland,
Ohio; NASA/TM—2002-211199/March 2002/AIAA–2001–5107

[2] “Embedded web technology in traffic monitoring system”, International Journal of


Innovative Research in Advanced Engineering (IJIRAE) Volume 1 Issue 4 (May
2014 ISSN: 2349-2163 ) http://ijirae.com

[3] “Application Research of Embedded Web Technology in Traffic Monitoring System”


Proceedings of the Second Symposium International Computer Science and
Computational Technology(ISCSCT ’09) Huangshan, P. R. China, 26-28,Dec. 2009, pp.
094-097

[4] Dustdar, S.; Schreiner, W. (2005). "A survey on web services. composition". International
Journal of Web and Grid Services :  Doi:10.1504/IJWGS.2005.007545

[5] “ Power infrastructure monitoring system on Embedded Web” International Journal of


Science and Engineering Volume 1, Number 2 - 2013 PP-71-76 ©IJSE
THANK YOU…..
EXAMPLE
REQUEST RESPONSE
 GET /index.html HTTP/1.0 HTTP/1.1 200 OK
 Connection: Keep-Alive Host: jgp6290/139.88.219.70
 User-Agent: Mozilla/4.7 [en]
Date: Mon, 020 Aug 2001
(WinNT; U)
17:27:31 GMT
 Host: jgp6290.grc.nasa.gov
 Server: TempestJava 1.2
 Accept: image/gif, image/x-
xbitmap, image/jpeg,
(NASA/GRC Java Version of
image/pjpeg, image/png, */* Tempest)
 Accept-Encoding: gzip Connection: Close
 Accept-Language: en Content-Length: 293 293
 Accept-Charset: iso-8859- Content-Type: text/html
1,*,utf-8
Two problems
1. User interface providing real time application

2. Giving embedded system the capability to serve web


pages

Solution
1. Java applets

2. A new software

You might also like