Demoz Articles
BookMark this Page    Tell Your Friend    Contact Us
Categories
 Arts & Entertainment

 Business

 Communications

 Computers

 Disease & Illness

 Fashion

 Finance

 Food & Beverage

 Health & Fitness

 Home & Family

 Internet Business

 Politics

 Product Reviews

 Recreation & Sports

 Reference & Education

 Self Improvement

 Society

 Travel & Leisure

 Vehicles

 Writing & Speaking

Useful Links
  Free Visa Guide

  Study Abroad

  UK Immigration

  Canada Immigration

  Australia Immigration

  Work Permits

  Arabic Girls

  Night Life of Dubai

  Jobs in Dubai

  Jobs in UK

  Search Universities

  Girls Fashion

  Bollywood Models

  UK Poetry and Jokes

  UK Hot Girls

Home / Computers / Networks / Embedded Web Server More Than Just An Operating System

Embedded web server-more than just an operating system

Resource for the latest of Embedded web server-more than just an operating system. It contains latest useful information of Embedded web server-more than just an operating system along with detail of Embedded web server-more than just an operating system, also get the latest articles of Embedded web server-more than just an operating system

Embedded web server-more than just an operating system

  Viewed : 65Mail to a FriendRating :    Rate it

Embedded web server isn't new term. Web server is jus a method of delivering web pages (or other contents) to the user.

Market is full of such systems allowing interconnection of domestic devices and other web-enabled appliances. It is hard to understand how microcontroller can drive web server. Embedded web server usually is highly optimized machine code. Usually implemented in the AVR C language. In order to write optimized embedded web server it is necessary to write code from scratch.

What parts need to be implemented while creating embedded web server:
Microcontroller hardware;
Network protocols for embedded web server;
Implementation and optimisation techniques.
Microcontroller hardware is a computer on a chip which has program memory for code storage, EEPROM, RAM, I/O and other peripherals.
Network protocols can be used for embedded web server:
HTTP-document request/response
TCP-reliable communications
IP-low-level data transport
ICMP-diagnostics (ping)
SLIP-serial interface
Modem emulation

HTTP request is Hyper Transfer Protocol which defines a request – response mechanism for obtaining documents from web server. Web browse sends request to web server in multiline string format like:

GET /index.htm HTTP/1.0
User-Agent: Mozilla/4.5 [en]
(Win95; I)
Pragma: no-cache
Host: 10.1.1.11
Accept: image/gif, image/x- xbitmap, image/jpeg, */*
Accept-Encoding: gzip
Accept-Language: en
Accept-Charset: iso-8859-1,*,utf-8

In embedded systems all this information isn't needed. For instance we don't care about browser information, HTTP version isn't important because usually simplest HTTP interface is used. Simply you can trim the rest part of message and send line:
GET / HTTP/1.0
because most web servers interpret this as request of index.htm.

Article Directory: http://www.articledashboard.com

Scienceprog embedded related info. Scientific, embedded, biomedical, electronics articles. Interesting electronics and embedded projects. Submitted with Article Distributor.

Tell Your Friend :


  Resource for Embedded web server-more than just an operating system
© 2006-2008 DmozArticles : Latest collection of articles of all categories. All material on this site is copyrighted by its respective owner. If you see your copyright violated here, please Contact us Free Articles