TN Online TestSamacheer Kalvi practice

E-Commerce Security Systems: Class 12 Chapter Guide

This chapter covers the essential security systems and protocols required to safeguard online transactions. Students will explore common e-commerce threats, understand key security dimensions like confidentiality and non-repudiation, and study critical defense technologies including encryption, digital signatures, certificates, and authentication protocols such as SSL and SET.

Study this chapter

Book Back Questions10 textbook MCQs · solved Additional MCQs15 extra MCQs · solved Practice TestInteractive · instant score Book Back TestTest yourself on the textbook set Additional MCQ TestTest yourself on the extra set Study NotesConcepts & methods Formula SheetAll key formulas

About E-Commerce Security Systems

Medium ~120 min study

As the internet evolved into a global marketplace, electronic commerce became a primary driver of modern business. However, the open and shared nature of network infrastructures exposes online transactions to various security vulnerabilities, making defense systems essential. This chapter exists to address these critical security issues, providing students with a foundational understanding of how digital businesses protect their assets and maintain user trust.

The chapter systematically connects theoretical security requirements to practical defense mechanisms. Students begin by identifying diverse e-commerce threats, ranging from data tampering and payment fraud to malicious code. These risks are analyzed through the core dimensions of security, which are then actively defended using modern technical solutions like public-key encryption, digital signatures, certificates, and secure communication channels.

For board examinations, this chapter is highly significant as it evaluates both basic security terminology and complex transaction mechanisms. Students can expect questions on specific online threats, the functional differences between symmetric and asymmetric cryptography, and the implementation of standard security protocols like SSL and SET. Mastering these concepts is vital for excelling in computer application assessments.

What you'll learn

Before you start

Topics covered in this chapter

E-Commerce Security Threats Explores accidental and intentional threats to online businesses, including data theft, payment frauds, tampering, and malicious software attacks.
Core Dimensions of Security Covers critical requirements like authenticity, confidentiality, integrity, availability, and non-repudiation that ensure secure digital transaction environments.
Symmetric Key Cryptography Analyzes the encryption method that uses a single shared secret key to both encrypt plaintext and decrypt ciphertext quickly.
Asymmetric Key Cryptography Examines public-key systems that utilize different keys for encryption and decryption, establishing confidentiality, authenticity, and non-repudiation.
Digital Signatures and Certificates Details electronic verification tools used to bind public keys to entities and verify the origin and unaltered state of documents.
Secure Sockets Layer Protocol Explains the cryptographic standard used to establish secure, encrypted communication channels between internet clients and web servers.
Secure Electronic Transaction Details the specialized e-commerce protocol developed by credit card networks to secure card-based payments over open networks.
Three-Domain Secure Protocol Introduces the XML-based secure payment standard that directly links financial authorizations with interactive online user authentication mechanisms.

E-Commerce Security Systems explained

Overview of E-Commerce Security

Understanding E-Commerce Security Threats

Online businesses face a wide array of intentional and accidental security threats due to the inherent openness of internet networks. Common vulnerabilities include information leakage, where trade secrets or transaction contents are stolen by unauthorized third parties, and tampering, which alters data integrity during transmission. Payment frauds, such as friendly fraud, clean fraud, or triangulation fraud, directly impact business revenues, while malicious codes like viruses, ransomware, and SQL injections compromise system stability. Additionally, businesses must guard against phishing campaigns that steal user credentials, distributed denial of service attacks that flood servers with request traffic to make them completely inoperative, and domain name violations like cyber squatting and typopiracy that exploit typographical errors.

The Crucial Dimensions of Security

To establish a secure e-commerce environment, transactions must fulfill several essential dimensions of information security that protect stakeholders. Authenticity ensures the true identity of the participating parties, while confidentiality protects private data from unauthorized disclosure. Integrity guarantees that business information remains completely unaltered during transit, and availability prevents any delay or removal of critical data. Non-repudiation is also vital, ensuring that neither the buyer nor the merchant can falsely deny their participation in an completed transaction after a deal has been finalized. Finally, privacy safeguards personal customer data, while review ability allows administrators to audit and track all system operations for forensic tracking.

Encryption and Authentication Technologies

Protecting confidential information during network transmission requires sophisticated cryptographic technologies. Encryption converts readable plaintext into scrambled ciphertext using specialized mathematical algorithms. In symmetric encryption, the exact same private key is used for both locking and unlocking data, which is highly efficient but presents complex key distribution challenges. Conversely, asymmetric encryption utilizes a publicly accessible key for encryption and a distinct private key for decryption, providing enhanced confidentiality, authenticity, and non-repudiation. To verify the trustworthy identity of entities, digital certificates are issued by recognized certification authorities, while digital signatures officially authenticate the source of a document and ensure the received data has not been modified by crackers.

Security Authentication Protocols

Standardized protocols are deployed to automate secure transaction environments on the web. Secure Sockets Layer is a hybrid encryption standard that establishes an encrypted communication channel between a web browser and a server, easily recognized by the secure protocol prefix in the address bar. Secure Electronic Transaction is a comprehensive payment protocol designed specifically for credit card transactions, using dual signatures and public-key cryptography to guarantee merchant and cardholder privacy. Furthermore, modern implementations utilize three-domain secure payment protocols to link the financial authorization process directly to online authentication systems, protecting users against fraudulent credit card usage by validating identities across issuer, acquirer, and interoperability domains.

Common mistakes to avoid

Test yourself on these with the practice test, then check the worked reasoning in the solved MCQs.

Frequently asked questions

What is the difference between symmetric and asymmetric encryption?

Symmetric encryption uses the exact same secret key for encrypting and decrypting data, making it very fast but hard to distribute securely. Asymmetric encryption uses a public key to encrypt the data and a separate, private key to decrypt it, which provides better security for distributed users on open networks.

How does SSL keep online shopping safe?

Secure Sockets Layer establishes an encrypted communication link between the buyer's web browser and the e-commerce server. This ensures that sensitive information, such as credit card numbers or personal details, is scrambled during transmission and cannot be intercepted or read by unauthorized third parties.

What are digital signatures used for?

A digital signature is a mathematical mechanism used to verify that a digital document is authentic. It guarantees the recipient that the message was genuinely created by the claimed sender and has not been altered or tampered with by crackers during its transmission across the network.

What is cyber squatting in e-commerce?

Cyber squatting is the illegal practice of registering, trafficking in, or using an internet domain name that incorporates a popular trademark owned by someone else. The cyber squatter usually does this with the bad-faith intent to sell the domain name later to the legitimate owner for a high profit.

What does non-repudiation mean in transaction security?

Non-repudiation is a security dimension that prevents any participant in an online transaction from falsely denying their actions. Once a digitally signed document is sent or a payment is authorized, the sender cannot claim they did not initiate the deal, establishing strong legal and operational accountability.

How does 3D Secure authentication work?

Three-Domain Secure is an XML-based protocol that adds an extra security layer for online credit card transactions. It links the merchant's financial authorization process directly with the cardholder's bank authentication system, requiring a password or one-time password to verify the user's identity before completing the purchase.

Last updated 13 August 2026

More chapters in Computer Applications

View all
1 Multimedia 2 An Introduction to Adobe PageMaker 3 Introduction to Database Management System 4 PHP: Hypertext Preprocessor 5 Functions and Arrays in PHP 6 Conditional Statements in PHP 7 Loops in PHP 8 Forms and Files 9 Connecting PHP and MYSQL 10 Introduction to Computer Networks 11 Network Examples and Protocols 12 Domain Name System (DNS) 13 Network Cabling 14 Open Source Concepts 15 E-Commerce 16 Electronic Payment Systems 18 Electronic Data Interchange- EDI