Skip to main content

Types Of e-Commerce

Types/Categories/Modes of e-commerce.

There are three main types of e-commerce as follows:

1) Business To Consumer (B2C)


B2C ecommerce consists of selling goods and services to individual consumers. In this type, consumers or customers can visit the website and purchase goods online. The website will have a StoreFront. This storefront will show product details, pictures and a shopping cart. Shopping cart is used to collect items to purchase.

Advantages of B2C e-commerce

B2C e-commerce has the following advantages:

* Shopping can be faster and more convenient.
* Offerings and prices can change instantaneously.
* Broadband telecommunications will enhance the
buying experience.

2) Business To Business (B2B)




B2B e-commerce takes place between two businesses. One business provides services to other business. Examples of B2B include:
Online Advertisement, recruiting, sales, marketing, technical support and training. For eample, some companies provide online purchasing, tracking and transaction facilities to other companies.

3) Consumer To Consumer (C2C)




C2C e-commerce takes place between two consumers. For example, one consumer sells an item through online auction. The other consumer purchases this item by offering the highest bid.
There are many sites offering free classifieds, auctions, and forums where individuals can buy and sell. Thanks to online payment systems like PayPal where people can send and receive money online with ease.


eBay's auction service is a great example of C2C where person-to-person transactions take place everyday since 1995.


Basics of eCommerce

  1. Definition and History of ECommerce
  2. Role of E-Commerce in Daily Life
  3. Classification of e-Commerce Applications
  4. Difference Between Electronic Market and IOS
  5. Types Of e-Commerce


Ecommerce Payment Systems/ ePayment

  1. Types of Popular e-Payment Systems
  2. Explain Credit Card Payment System
  3. Advantages Disadvantages of Credit Cards
  4. Difference Between Debit Card and Credit Card
  5. Types of E-payment Security Schemes
  6. Types of e-Payment Security Protocols

Comments

Amazon is another example. And the normal website owner can now utilise ecommerce software from these large providers for their own websites.
STC Technologies selects candidates with BE/BTECH/MCA Graduation and 60% & above in 10th/ 12th & graduation as eligibility for this program.STC Technologies
B2C E-commerce market in China to grow at a CAGR of 56.4 percent over the period 2011–2015. One of the key factors contributing to this market growth is the growing number of internet users. The B2C E-commerce market in China has also been witnessing the emergence of social media in the market. However, increasing price wars among e-commerce companies could pose a challenge to the growth of this market.

Popular posts from this blog

Explain different types of storage devices

Topic: Explain different types of storage devices in Computer systems Storage Devices Storage devices are used to store data and instructions permanently. Storage devices are also called secondary storage devices / backing storage devices / external storage devices or auxiliary storage devices. Examples of storage devices include Hard Disk, CD and DVD etc. Why Secondary Storage Devices are Used? Secondary storage devices are used because: Primary memory(RAM) is volatile and temporary. When computer is switched off, all data in ram is erased. Storage devices can store large amounts of data and instructions permanently whereas Primary memory has less capacity of storing data. Types Of Storage Devices There are three main types of storage devices:  Magnetic Tape   Magnetic Disk   Optical Disk   Flash Memory storage devices 1. Magnetic Tape Magnetic tape is the oldest storage device. It is made of plastic coated with magnetic material. Data is stored on mag

Important Objective Type Questions 101-155

MMC stands for multimedia card. SD stands for secure digital card. System Bus  is used to connect main components of a computer such as cpu and main memory. A Port is an interface or a point of attachments. POS stands for Point Of Sale terminal. ATM stands for Automated Teller Machine. PIN stands for Personal identification number. Kbps stands for kilobits per second. Mbps stands for megabits per second. A port that transmits one bit at a time is called Serial Port. A type of port that transmits many bits at a time is called Parallel Port. LPT stands for Line Printer. Examples of system software are Operating System, Utility Programs and Device Drivers. Examples of operating systems are DOS, Windows, Unix and Linux. Examples of Utility programs are File Manager, Image Viewer, Disk Scanner and File Compressor. Software used to detect and remove viruses is called Antivirus . Examples of antivirus programs are Mcaffee, Avast,

Convert Centimeters to Inches Python Programming | Python Program Conver...

YouTube Video Tutorial How to write a Python program to convert centimetres to inches Formula to convert centimetres to inches   Explanation of this Python Program This Python program prompts the user to enter a height in inches, converts it to centimeters, and then prints the converted value. It uses the conversion factor of 2.54 to perform the conversion and rounds the result to two decimal places before displaying it to the user. Here's an explanation of the provided Python program line by line: python inches = float ( input ( 'Enter the Height in inches to convert into centimeters:' )) This line prompts the user to enter a height in inches and assigns the entered value to the variable inches . The input() function is used to receive input from the user, and float() is used to convert the input into a floating-point number. python centimeters = inches * 2.54 This line calculates the equivalent value in centimeters by multiplying the inches variable by the conver