Internet Server vs. Local Network Server

Internet Server

Accessing an HTTP server on the Internet is effortless. You are doing so now as you read this webpage. You may need to enter a username or password for some sites, but it really couldn't be easier.

In this example, the webpage that controls and displays the current state of the board runs on an HTTP server in the Internet. The embedded HTTP client posts its current status to the server and polls for new commands.

A web browser on a PC or smartphone can monitor and control the embedded device via the webpage in the HTTP server. The server may be implemented on a shared web hosting service from a company like godaddy.com or networksolutions.com, or may be implemented in the cloud, which is a service of decentralized servers from companies like Amazon, Google, or ioBridge.

These service providers will allow you to choose a website name so your webpage can be easily accessed.

internet_server.png

Local Network Server

Instead of locating our HTTP server on the Internet, we could instead locate it on a local network. In this case, the webpage that controls and monitors the embedded device is actually running on the embedded device.

Just as in the previous case, a web browser on a PC or smartphone can monitor and control the embedded device via the webpage running in the embedded HTTP server.

local_server.png

Servers on local networks have some challenges that internet servers do not have.

© 2024 Microchip Technology, Inc.
Notice: ARM and Cortex are the registered trademarks of ARM Limited in the EU and other countries.
Information contained on this site regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in life support and/or safety applications is entirely at the buyer's risk, and the buyer agrees to defend, indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resulting from such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights.