Lecture 2 E-Business Technology Basics (Book Chapter 2)

Slides:



Advertisements
Similar presentations
E-Commerce Infrastructures
Advertisements

Technology Infrastructure: The Internet and the World Wide Web
Copyright © 2002 Pearson Education, Inc. Slide 3-1 PERTEMUAN 5.
Chapter 2 Technology Infrastructure The Internet and the World Wide Web.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Communications and Networks Chapter 8.
Chapter 2: Technology Infrastructure: The Internet and the World Wide Web Electronic Commerce, Seventh Annual Edition.
Chapter 2: Technology Infrastructure: The Internet and the World Wide Web.
1 Networking A computer network is a collection of computing devices that are connected in various ways in order to communicate and share resources. The.
Lecture slides prepared for “Business Data Communications”, 7/e, by William Stallings and Tom Case, Chapter 8 “TCP/IP”.
A global, public network of computer networks. The largest computer network in the world. Computer Network A collection of computing devices connected.
Communications & Networks
E-Commerce: The Second Wave Fifth Annual Edition Chapter 2: Technology Infrastructure: The Internet and the World Wide Web.
Communications and Networks Chapter 8. 2 Introduction We live in a truly connected society. Increased connectivity potentially means increased productivity,
Copyright © 2002 Pearson Education, Inc. Slide 3-1 CHAPTER 3 Created by, David Zolzer, Northwestern State University—Louisiana The Internet and World Wide.
IT Introduction to Information Technology. The Internet & World Wide Web Began in 1969 with the ARPANET (Advanced Research Project Agency Network)
Networks QUME 185 Introduction to Computer Applications.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
An Overview of the Internet: The Internet: Then and Now How the Internet Works Major Features of the Internet.
Lalit Sharma, JIM The Internet and World Wide Web: E-commerce Infrastructure.
Networks CS105. What is a computer network? A computer network is a collection of computing devices that are connected in various ways so that they can.
Course code: ABI 204 Course: Introduction to E-Commerce AMA University.
Copyright © 2007 Pearson Education, Inc. Slide 3-1 E-commerce Kenneth C. Laudon Carol Guercio Traver business. technology. society. Third Edition.
Chapter 6 Data Communications. Network Collection of computers Communicate with one another over transmission line Major types of network topologies What.
Internet Architecture and Governance
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
Internet technologies. E-Commerce: The Second Wave, Fifth Annual Edition2 The Internet and the World Wide Web Computer network –Any technology that allows.
Communications and Networks Chapter 9 9-1Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
The Internet Technological Background. Topic Objectives At the end of this topic, you should be able to do the following: Able to define the Internet.
CIS 1203 Web Technologies Introduction to the Internet and the WWW.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
1 ** THE INTERNET ** Large, worldwide collection of networks that use a common protocol to communicate with each other A network of networks.
Web Development & Design Foundations with XHTML Chapter 1 Key Concepts 1.
Copyright © 2013 Dorling Kindersley (India) Pvt. Ltd. Management Information Systems: Managing the Digital Firm, 12eAuthors: Kenneth C. Laudon and Jane.
NETWORK AND COMMUNICATIONS
Chapter Objectives In this chapter, you will learn:
Fundamentals of Information Systems, Sixth Edition
Instructor Materials Chapter 5 Providing Network Services
NETWORK Unit 1 Module: 2 Objective: 7.
Chapter 4 Computer Networks – Part 2
Distributed Systems.
Communications and Networks Chapter 9 McGraw-Hill/Irwin
Electronic Commerce Eighth Edition
McGraw-Hill Technology Education
Web Development & Design Chapter 1, Sections 4, 5 & 6
Networks, telecommunications
Wednesday, September 19, 2018 What Is the Internet?
Telecommunications, the Internet, and Wireless Technology
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Copyright © 2002 Pearson Education, Inc.
CS222 Web Programming Course Outline
1 Introduction to the Internet.
POWERPOINT PRESENTATION ON NETWORKING Presented by Ms
E-Business Tenth Edition
Chapter Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of various network.
E-Commerce: The Second Wave Fifth Annual Edition Chapter 2: Technology Infrastructure: The Internet and the World Wide Web.
E-commerce Infrastructure
Lecture 2 E-Business Technology Basics (Book Chapter 2)
NETWORK Unit 1 Module: 2 Objective: 7.
NETWORK Unit 1 Module: 2 Objective: 7.
Lesson 3: Introduction to Internet Technology
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Networks, telecommunications
McGraw-Hill Technology Education
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
COMPUTER NETWORKING Presented by Pushpanjali Associate professor
Presentation transcript:

Lecture 2 E-Business Technology Basics (Book Chapter 2) Md. Mahbubul Alam, PhD Professor 1

Intended Learning Outcomes (ILOs) Origin, growth, and current structure of the Internet Packet-switched technologies and network structure Internet protocols and Internet addressing work Use of markup languages on the Web, including SGML, HTML, and XML Internet2 project 9/14/2019 Presented by Md Mahbubul Alam, PhD 2

The Internet and the Web Computer network Technology allowing people to connect computers Internet Interconnected global computer networks (large) Is a set of interconnected networks. Type of internet (lowercase “i”) World Wide Web (Web) Subset of computers on the Internet that are connected to one another in a specific way that makes them and their contents accessible to each other. Includes easy-to-use standard interfaces ARPANET: earliest network (became the Internet) Usenet: User’s News Network (1979), allows anyone to the network to read and post articles on a variety of subjects. HTML: Set of codes (tags) attached to text 9/14/2019 Presented by Md Mahbubul Alam, PhD

How Does Internet Works? Internet Standards

Router-based architecture of the Internet Routers connect networks by translating packets into standard format Internet backbone: Internet routers handle packet traffic along main connecting points (backbone routers) Three billion packets per second 9/14/2019 Presented by Md Mahbubul Alam, PhD

The Internet: Key Technology Concepts Packet switching A method of slicing digital messages into packets, sending the packets along different communication paths as they become available, and then reassembling the packets once they arrive at their destination. Uses routers: special purpose computers that interconnect the computer networks that make up the Internet and route packets to their ultimate destination. Routers use computer programs called routing algorithms to ensure packets take the best available path toward their destination. 1. Packets discrete units into which digital messages are sliced for transmission over the Internet. 9/14/2019 Presented by Md Mahbubul Alam, PhD

The Internet: Key Technology Concepts (cont’d) TCP/IP communications protocol Protocol: a set of rules for formatting, ordering, compressing and error-checking messages. TCP: Establishes the connections among sending and receiving Web computers, handles the assembly of packets at the point of transmission, and their reassembly at the receiving end. Controls moving of data between applications. IP: Provides the Internet’s addressing scheme Client/server computing Model of computing in which very powerful personal computers (clients) are connected in a network with one or more server computers that perform common functions for the clients, such as storing files, software applications, etc. 1. Packets discrete units into which digital messages are sliced for transmission over the Internet. 9/14/2019 Presented by Md Mahbubul Alam, PhD

Packet Switching: Architecture 9/14/2019 Presented by Md Mahbubul Alam, PhD

Routing Internet Messages: TCP/IP & Packet Switching The Internet uses packet-switched networks and the TCP/IP communications protocol to send, route & assemble messages. Messages are broken into packets, and packets from the same messages can travel along different routes. 9/14/2019 Presented by Md Mahbubul Alam, PhD

Presented by Md Mahbubul Alam, PhD IP Address Two versions of IP currently in use. IPv4 Internet address (also called IP address): A 32-bit number expressed as a series of four separate numbers marked off by periods, such as 64.49.254.91 Each of the four numbers can range from 0-255. IPv4 the current version of IP. Can handle up to 4 billion addresses IPv6 (next generation of IP) will use 128-bit addresses and be able to handle up 1 quadrillion addresses. 64.49.254.91  first three sets of numbers (64.49.254) identifies the Network (Local Area Network Identification) and last number (91) identified a specific computer. 1 million = 106, 1 billion = 109 , 1 Trillion = 1012 , 1 Quadrillion = 1015 9/14/2019 Presented by Md Mahbubul Alam, PhD

Presented by Md Mahbubul Alam, PhD Domain Names, DNS, URLs Domain name: IP address expressed in a natural language convention called a domain name. Domain name system (DNS): allows numeric IP addresses to be expressed in natural language Example: cnet.com = 216.239.113.101 Uniform resource locator (URL): addresses used by Web browsers to identify location of content on the Web. DNS is a hierarchical namespace. Root server at the top. Top-level domains  organization type or geographic location. Second-level Servers organizations & individuals. (e.g., nyu.edu) Third-level servers  a particular computer(s) of an organization. (e.g., www.finance.nyu.edu) 9/14/2019 Presented by Md Mahbubul Alam, PhD

Presented by Md Mahbubul Alam, PhD Commonly used domain names 9/14/2019 Presented by Md Mahbubul Alam, PhD

Electronic Mail Protocols Two common protocols Electronic mail (e-mail) Formatted according to common set of rules Client/server structure E-mail server Computer devoted to e-mail handling Stores, forwards e-mail messages E-mail client software Reads and sends e-mail Communicates with e-mail server software Standardization and rules very important Simple Mail Transfer Protocol (SMTP) Specifies mail message format Describes mail administration e-mail server Describes mail transmission on the Internet Post Office Protocol (POP) Sends mail to user’s computer, deletes from server Asks if new mail arrived Interactive Mail Access Protocol (IMAP) Sends mail to user’s computer, does not delete 9/14/2019 Presented by Md Mahbubul Alam, PhD

Presented by Md Mahbubul Alam, PhD Development of markup languages Presented by Md Mahbubul Alam, PhD

Presented by Md Mahbubul Alam, PhD Text marked up with HTML tags Presented by Md Mahbubul Alam, PhD

Presented by Md Mahbubul Alam, PhD Processing requests for Web pages from an XML database Presented by Md Mahbubul Alam, PhD

Internet Connection Options 9/14/2019 Presented by Md Mahbubul Alam, PhD

Connectivity overview Bandwidth: amount of data that can travel through a communication medium per unit of time. Symmetric connections, provide the same bandwidth in both directions, Asymmetric connections, provide bandwidth for each direction, Upstream bandwidth, amount of information that can travel from the user to the Internet in a given amount of time, Downstream bandwidth, amount of information that can travel from the Internet to a user in a given amount of time. IAP: Internet Access Provider 9/14/2019 Presented by Md Mahbubul Alam, PhD

Voice-Grade Telephone Connections Local telephone service provider Most common way for an individual to connect to ISP Plain old telephone service (POTS) Uses existing telephone lines, analog modem Bandwidth between 28 and 56 Kbps Digital Subscriber Line (DSL) protocol Higher grade of service Use DSL modem (type of network switch) Integrated Services Digital Network (ISDN) First technology developed using DSL protocol suite 9/14/2019 Presented by Md Mahbubul Alam, PhD

Broadband Connections Connection speeds greater than 200 Kbps Asymmetric digital subscriber line (ADSL) DSL protocol providing broadband range service High-speed DSL (HDSL) More than 768 Kbps symmetric bandwidth Cable modems Transmission speeds: 300 Kbps to 1 Mbps Connection bandwidths vary Subscribers compete for shared resource 9/14/2019 Presented by Md Mahbubul Alam, PhD

Leased-Line Connections More expensive technologies Classified by equivalent number of telephone lines included DS0 (digital signal zero) Carries one digital signal (56 Kbps) T1 line (DS1) Carries 24 DS0 lines (1.544 Mbps) Fractional T1 128 Kbps and upward in 128-Kbps increments T3 (DS3): 44.736 Mbps 9/14/2019 Presented by Md Mahbubul Alam, PhD

Virtual Private Network (VPN) VPN is a secure, encrypted, private network that has been configured within a public network. Tunnel: Point-to-Point Tunneling Protocol (PPTP) It provides a network infrastructure for combining voice and data networks. This graphic illustrates how a virtual private network works. The rectangles A, B, C, and D represent different computers on the VPN. In a process called tunneling, packets of data are encrypted and wrapped inside IP packets. By adding this wrapper around a network message to hide its content, business firms create a private connection that travels through the public Internet. 9/14/2019 Presented by Md Mahbubul Alam, PhD

Wireless Local Area Network (WLANs) Wi-Fi (802.11) Wireless standard for Ethernet networks with greater speed and range (Wireless Fidelity, also known as 802.11b): first commercially viable standard for WLANs wireless access points connect to Internet directly via a broadband connection and then transmit radio signals to transmitters/receivers installed in laptops or PDAs Offers high-bandwidth capacity, but limited range; is also inexpensive Bluetooth (802.11) Technology standard for short-range wireless communication under 30 feet personal connectivity technology that enables links between mobile computers, phones, PDAs and connectivity with Internet; has much more limited range than Wi-Fi (30 feet vs. 300 meters, links up to 8 devices) WiMax (802.16) Wireless access range of 31 miles 9/14/2019 Presented by Md Mahbubul Alam, PhD

Presented by Md Mahbubul Alam, PhD Internet2® Project 9/14/2019 Presented by Md Mahbubul Alam, PhD

Presented by Md Mahbubul Alam, PhD Internet2® Project Advanced networking consortium of more than 350 member institutions including universities, corporations, government research agencies, and not- for-profit networking organizations, working in partnership to facilitate the development, deployment and use of revolutionary Internet technologies. Primary goals: Create a leading edge very-high speed network for national research community (100 gigabit-per-second network) Enable revolutionary Internet applications Ensure the rapid transfer of new network services and application to the broader Internet community. 9/14/2019 Presented by Md Mahbubul Alam, PhD

Areas of Focus of Internet2® New networking capabilities: Projects include Deploying IPv6 Developing and implementing new technologies Developing more effective routing practices Coordinating the interconnection of different components of the Internet2 infrastructure Creating an infrastructure to handle multicasting Advanced applications distributed computation, virtual labs, digital libraries, distributed learning, telemedicine 9/14/2019 Presented by Md Mahbubul Alam, PhD

Presented by Md Mahbubul Alam, PhD Internet2®: Benefits IP Multicasting Set of technologies that enables efficient delivery of data to many locations on a network. Latency solutions Diffserve (differentiated quality of service) will be able to assign different levels of priority to packets depending on type of data being transmitted. Guaranteed service levels Ability to purchase right to move data through network at guaranteed speed in return for higher fee. Lower error rates Declining costs 9/14/2019 Presented by Md Mahbubul Alam, PhD

Presented by Md Mahbubul Alam, PhD Acknowledgement: Gary Schneider. E-Business. International Edition, Cengage Learning. Laudon & Traver. E-Commerce (2014). 9/14/2019 Presented by Md Mahbubul Alam, PhD