Internet Technologies and their importance in Making an E-Business Successful
Electronic Data Interchange or EDI is a basic network running system and it is a subset of e-commerce through which exchange of data can be possible. EDI transmission consists of sending and receiving of the EDI files through the internet by which more than one documents can be sent or received. There are different ways by which EDI Transmission can be described File Transfer Protocol or FTP
It is a famous way which is conducted for the sending or receiving of files among the trading partners. With the help of this internet protocol, they have to just create their personal FTP server and then have to upload the EDI files. Depending on the polling intervals, those files get processed. This is an operation through which EDI that is packaged properly along with XML or Extensible Markup Language can be sent
Hypertext Transfer Protocol or HTTP
It is the most commonly available communication server among all the servers. Like FTP server, HTTP server is also inexpensive. However, the key factor here is that this protocol can send or receive the files directly from the destination application. Therefore, the instant running of the process by the destination application is possible once the file is received.
Role of URLs
Web addresses refer to the official websites of different companies by which customers can directly access to the company products and services virtually and then they can order those according to their suitability. URLs are technically known as Universal Resource Locators and these are standard techniques of addressing which is similar to that of ZTP codes through which consumers can find the name of the website in a straightforward manner.
Explain the main features of HTML
Content is the website means the data as well as graphics along with the interactive components that take part in the framework of the website. There are diverse standards present for the text, multimedia as well as graphics and content is the thing that determines the choice of a consumer which can affect the World Wide Web. It determines whether the customer will visit the website of A2Z Cosmetics in future or not.
HTML
In the word Processor, web-page text contains many formatting options. It also includes the fonts in the website along with the emphasis which are- bold, italic etc. as well as placing of the tables and information within them. Web browsers actually apply the formats in line with the given instructions in the files for the construction of the web page and therefore, formatting can be carried out. All these things are written in Hypertext Markup Language known as HTML. It is considered as the international standard set by World Wide Web Consortium for the intention of same appearance in all types of web browsers. CMS or Content Management Systems are utilized for the protection of business content editors.
Structure
A simple example
<html>
<head>
<title> My First WEB PAGE </title>
<body>
HTML is Hyper Text Markup Language
</body>
</html>
Comments