{"id":209,"date":"2020-04-05T07:51:29","date_gmt":"2020-04-05T07:51:29","guid":{"rendered":"https:\/\/temp.ashkerala.com\/?p=209"},"modified":"2020-04-05T07:51:29","modified_gmt":"2020-04-05T07:51:29","slug":"internet-and-ecommerce-2","status":"publish","type":"post","link":"https:\/\/temp.ashkerala.com\/?p=209","title":{"rendered":"Internet and eCommerce-2"},"content":{"rendered":"<p><strong>Q.\u00a0 Describe in brief the history of E-Commerce.<\/strong><\/p>\n<p> <em>History of E-commerce.<\/em><br \/> E-commerce began before personal computers were prevalent and has grown into a multibillion\u00a0 dollar industry. By looking at the evolution of e-commerce, it will be easier to judge its trends for the future.<\/p>\n<p> 1984 EDI, or electronic data interchange, was standardized through ASC X12. This guaranteed that companies would be able to complete transactions with one another reliably.<br \/> 1992 CompuServe offers online retail products to its customers. This gives people the first chance to buy things off their computer.<br \/> 1994 Netscape arrived. Providing users a simple browser to surf the Internet and a safe online transaction technology called Secure Sockets Layer.<br \/> 1995 Two of the biggest names in e-commerce are launched: Amazon.com and eBay.com.<br \/> 1998 DSL, or Digital subscriber Line, provides fast, alwayson Internet service to subscribers across California. This prompts people to spend more time, and money, online.<br \/> 1999 Retail spending over the Internet reaches $20 billion, according to Business.com.<br \/> 2000 The U.S government extended the moratorium on Internet taxes until at least 2005.<\/p>\n<p> <strong>Q. Explain briefly the generic framework for e-commerce.<\/strong><\/p>\n<p> Generic framework of e-commerce includes the Applications of EC (such as banking, shopping in online stores and malls, buying stocks, finding a job, conducting an auction, and collaborating electronically on research and development projects). To execute these applications, it is necessary to have Supporting Information and Organizational Infrastructure and System, which includes<\/p>\n<p> \u0393\u00c7\u00f3 Common Business Services Infrastructure (security smart cards\/authentication, electronic payment, directories\/catalogs)<br \/> \u0393\u00c7\u00f3 Messaging and Information Distribution Infrastructure (EDI, e-mail, Hypertext Transfer Protocol)<br \/> \u0393\u00c7\u00f3 Multimedia Content and Network Publishing Infrastructure (HTML, Java, World Wide Web, VRML)<br \/> \u0393\u00c7\u00f3 Network Infrastructure (Telecom, cable TV, wireless, Internet, VAN, WAN, LAN, Intranet, Extranet) And their implementation is dependent on four major areas as supporting pillars:<br \/> \u0393\u00c7\u00f3 People (Buyers, Sellers, Intermediaries services, IS People, and Management),<br \/> \u0393\u00c7\u00f3 Public policy (Taxes, Legal, Privacy Issues, Free Speech, Domain Names)<br \/> \u0393\u00c7\u00f3 Technical Standards (for Documents, Security and Network Protocols, Payments)<br \/> \u0393\u00c7\u00f3 Organizations (Partners, competitors, Associations, Govt. Services)<\/p>\n<p> The EC management coordinates the applications, Infrastructures and pillars.<\/p>\n<p> <strong>Q.\u00a0\u00a0 What are IP addresses? How are IP addresses allocated to Computer?<\/strong><\/p>\n<p> IP address refers to the name of a computer on a network, like the Internet.<br \/> \u0393\u00c7\u00f3 An Identifier for a computer or device on a TCP\/IP network, like the Internet.<br \/> \u0393\u00c7\u00f3 The format of an IP address is a 32-bit numeric address written as four numbers separated by periods. Each number can be zero to 255.<br \/> \u0393\u00c7\u00f3 The IP addresses can be in different classes\/categories.<\/p>\n<p> CLASS A, CLASS B, CLASS C, CLASS D, CLASS E IP ADDRESSES ARE ALLOCATED AS FOLLOWS:<br \/> Every machine on the Internet has a unique identifying number, called an IP Address. A typical IP address looks like this: 216.27.61.137<\/p>\n<p> To make it easier for us to remember, IP addresses are normally expressed in decimal format as a \u0393\u00c7\u00a3dotted decimal number\u0393\u00c7\u00a5 like the one above. But computers communicate in binary form. Look at the same IP address in binary.<br \/> 11011000.00011011.00111101.10001001<br \/> The four numbers in an IP address are called octets, because they each have eight positions when viewed in binary form. It can have two different states (1or0). If you add all the positions the total number of possible combinations per octet is 28 or 256. So each octet can contain any value between 0 and 255. Combine the four octets and you get 2342 or a possible 4,294,967,296 unique values:<\/p>\n<p> There are five IP classes plus certain special addresses:<\/p>\n<p> Default Network-The IP address of 0.0.0.0 is used for the default network.<\/p>\n<p> <strong>Class A- <\/strong>This class is for very large networks. IP addresses with a first octet from 1 to 126 are part of this class. The other three octets are used to identify each host. This means that there are 126 Class A networks each with 16,777,214 (2 raised to 24-2) possible hosts for a total of 2,147,483,648 (2 raised to 31) unique IP addresses. Class A networks account for half of the total available IP addresses. In class A networks, the high order bit value (the very first binary number) in the first octet is always 0.<\/p>\n<p> <em>Net Host or Node<br \/> 115 24.53.107<\/em><\/p>\n<p> <strong>Loop back-<\/strong> The IP address 127.0.0.1 is used as the loop back address. This means that it is used by the host computer to<br \/> send a message back to itself. It is commonly used for troubleshooting and network testing.<\/p>\n<p> <strong>Class B- <\/strong>Class B is used for medium-sized networks. A good example is a large college campus. IP addresses with a first octet from 128 to 191 are part of this class. Class B addresses also include the second octet as part of the Net identifier. The other two octets are used to identify each host. This means that there are 16,384(2 raised to 14) Class B networks each with 65, 534 (2 raised to 16-2) possible hosts for a total of 1,073,741,824(230) unique IP addresses. Class B networks make up a quarter of the total available IP addresses. Class B networks have a first bit value of 1 and a second bit value of 0 in the first octet.<\/p>\n<p> <em>Net Host or Node<br \/> 145.24 53.107<\/em><\/p>\n<p> <strong>Class C-<\/strong> Class C addresses are commonly used for small to mid-size businesses. IP addresses with a first octet from 192 to 223 are part of this class. Class C addresses also include the second and third octets as part of the Net identifier. The last octet is used to identify each host. This means that there are 2,097,152(2 raised to 21) Class C networks each with 254 (2 raised to 8-2) possible hosts for a total of 536,870,912 (2 raised to 29) unique IP addresses. Class C Networks make up an eighth of the total available IP addresses. Class C networks have a first bit value of 1, second bit value of 1 and a third bit value of 0 in the first octet.<\/p>\n<p> <em>Net Host or Node<br \/> 195.24.53 107<\/em><\/p>\n<p> <strong>Class E- <\/strong>Class E is used for experimental purposes only. Like Class D, it is different from the first three classes. It has a first bit value of 1, second bit value of 1, third bit value of 1 and fourth bit value of 1. The other 28 bits are used to identify the group of computers the multicast message is intended for. Class E accounts 1\/16th (268,435,456,or 2 raised to 28) of the available IP addresses.<\/p>\n<p> <em>Net Host or Node<br \/> 240 24.53.107<\/em><br \/> Broadcast- Message that are intended for all computers on a network are sent as broadcasts. These messages always use IP address 255.255.255<\/p>\n<p> <strong>Q. What are the advantages of having e-commerce over extranets?<\/strong><\/p>\n<p> Extranets are about \u0393\u00c7\u00a3 joining up\u0393\u00c7\u00a5 the supply chain-suppliers, resellers, distributors, customers, etc.-enabling business-to business eCommerce and streamlining production and sales process, e.g. through on-line ordering, order tracking and inventory management, and so can dramatically reduce costs in these areas. Business-to-business sales are expected to outstrip business-to-consumer sales as an Internet growth area.<\/p>\n<p> The advantages and benefits to businesses include: Less Paperwork- with documents and business processes on an Extranet, information and documents can be accessed, processed, downloaded (and if necessary printed out) on demand;<\/p>\n<p> Lower Costs- reduction in need for costly meetings, \u0393\u00c7\u00ffphone calls and travel; A single interface-the Web browser is the only interface required between you and your business partners, regardless of the computer systems being used; Easy to use- Web browsers provide an intuitive, point-and-click interface Up-to-date and timely information-Web-based documents can be updated easily, giving you and your business partners faster access to accurate information.<\/p>\n<p> More efficient customer service- information, such as inventory levels, is easily accessible and available 24 hours a day, 7 days a week\u0393\u00c7\u00aa in effect creating self-service customers. Easy access-because Extranets use Internet technologies, information can be accessed from anywhere in the world, e.g. from a remote office.<\/p>\n<p> <strong>Q. What is electronic cash? What are the properties of electronic cash?<\/strong><\/p>\n<p> E-cash is a cash which is represented by two models. One is the on-line form of e-cash which allows for the completion of all types of internet transactions. The other is off-line; essentially a digitially encoded card that could be used for many of the same transactions as cash.<\/p>\n<p> <em>Properties :<\/em><br \/> 1. Monetary Value : Monetary value must be backed by either cash, bank \u0393\u00c7\u00f4 authorized credit cards or bank certified cashier\u0393\u00c7\u00d6s cheque.<br \/> 2. Interoperability : E-cash must be interoperable i.e exchangeable for other e-cash, paper cash, goods or services etc.<br \/> 3. Retrievability : E-cash must be storable and retrievable.<br \/> 4. Security : E-cash should not be easy to copy or tamper.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Q.\u00a0 Describe in brief the history of E-Commerce. History of E-commerce. E-commerce began before personal computers were prevalent and has grown into a multibillion\u00a0 dollar industry. By looking at the evolution of e-commerce, it will be easier to judge its trends for the future. 1984 EDI, or electronic data interchange, was standardized through ASC X12&#8230;.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"categories":[19],"tags":[],"class_list":["post-209","post","type-post","status-publish","format-standard","hentry","category-computer-networking-and-internet"],"_links":{"self":[{"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/posts\/209","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=209"}],"version-history":[{"count":0,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/posts\/209\/revisions"}],"wp:attachment":[{"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=209"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=209"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=209"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}