CIS 2200 Kannan Mohan Department of CIS Zicklin School of Business, Baruch College.

Slides:



Advertisements
Similar presentations
Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
Advertisements

TECHNOLOGY GUIDE 5 Basics of the Internet and the World Wide Web.
Technology Infrastructure: The Internet and the World Wide Web
Mgt 20600: IT Management & Applications Telecommuncations and Networks Tuesday March 28, 2006.
Vocabulary URL = uniform resource locator: web address protocol –set of rules that networked computers follow in order to share data and coordinate communications.
1-1 Information Systems: A Manager’s Guide to Harnessing Technology.
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.
Lesson 19 Internet Basics.
Networks Chapter 3. 2 What Is The Internet? It's not a big truck. It's a series of tubes. Ted Stevens, former Alaskan Senator, 6/28/2006 Internet: global.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
A global, public network of computer networks. The largest computer network in the world. Computer Network A collection of computing devices connected.
Website Publishing. Publishing Basics Early Web Sites Obtain a Domain Name IP Address (Internet Protocol Address) – A number that uniquely identifies.
Chapter 4 Telecommunications, the Internet, Intranets, and Extranets
Chapter 3 The Basics of Networking
Connecting one computer to another computer creates a network.
Chapter 4. After completion of this chapter, you should be able to: Explain “what is the Internet? And how we connect to the Internet using an ISP. Explain.
Lesson 2 — The Internet and the World Wide Web
CS134 Web Design & Development Introduction to the Internet Mehmud Abliz.
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
Web Mastering Module Internet Fundamentals. What is the Internet? –Global network of networks –Communicating using same set of rules (protocols/languages)
Internet Concept and Terminology. The Internet The Internet is the largest computer system in the world. The Internet is often called the Net, the Information.
1.1 What is the Internet What is the Internet? The Internet is a shared media (coaxial cable, copper wire, fiber optics, and radio spectrum) communication.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
An Overview of the Internet: The Internet: Then and Now How the Internet Works Major Features of the Internet.
CIS 250 Advanced Computer Applications Internet/WWW Review.
Communication, Networks, The internet and the Worldwide Web.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
The Inter-network is a big network of networks.. The five-layer networking model for the internet.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 3-1.
Chapter 4 Networking and the Internet © 2007 Pearson Addison-Wesley. All rights reserved.
Chapter 6 Data Communications. Network Collection of computers Communicate with one another over transmission line Major types of network topologies What.
The Web and Web Services Jim Graham NR 621 Spring 2009.
Introduction to Internet. Chapter 1 Objectives Origins of the Internet Packets and Routers TCP/IP DNS HTTP URL Client-Server.
© 2010 Pearson Education, Inc. | Publishing as Prentice Hall. Computer Literacy for IC 3 Unit 3: Living Online Chapter 1: Understanding the Internet.
CS1001 Lecture 7. Overview Computer Networks Computer Networks The Internet The Internet Internet Services Internet Services Markup Languages Markup Languages.
Internet Infrastructure Mapping the World Wide Web.
ISDS 4120 Project 1 DWAYNE CARRAL JR 3/27/15. There are seven layers which make up the OSI (Open Systems Interconnection Model) which is the model for.
Internet Technologies Mr. Grimming. Internet Applications File Transfer World Wide Web E-commerce Searches Voice over Internet Protocol Video over.
Uniform Resource Locator URL protocol URL host Path to file Every single website on the Internet has its own unique.
HOW THE INTERNET WORKS. Introduction : The internet has brought revolutionary changes Has become a medium for interaction and information Can access to.
World Wide Web. The World Wide Web is a system of interlinked hypertext documents accessed via the Internet The World Wide Web is a system of interlinked.
Internet and World Wide Web Introduction to the Internet.
Introduction to the Internet
Fundamentals of Information Systems, Sixth Edition
Introduction to the WWW
Chapter 14 A Manager’s Guide to the Internet and Telecommunications.
CISC103 Web Development Basics: Web site:
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Introduction To Web Design
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Information Systems: A Manager’s Guide to Harnessing Technology
Web Design Introduction to the Internet Week One
ICT Communications Lesson 1: Using the Internet and the World Wide Web
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Web Development & Design Chapter 1, Sections 4, 5 & 6
Wednesday, September 19, 2018 What Is the Internet?
CS222 Web Programming Course Outline
CISC103 Web Development Basics: Web site:
1 Introduction to the Internet.
ACT102 Introduction to web design
Web Design & Development
CS134 Web Design & Development
ACT102 Introduction to web design
Internet Basics Videos
Unit-3.
Protocol Application TCP/IP Layer Model
Computer Networks Primary, Secondary and Root Servers
Q/ Compare between HTTP & HTTPS? HTTP HTTPS
Presentation transcript:

CIS 2200 Kannan Mohan Department of CIS Zicklin School of Business, Baruch College

This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. To view a copy of this license, visit send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA

3 Identify and describe the purpose of the different elements of the Internet

4

Hypertext transfer protocol (http) - application transfer protocol that allows web browsers and web servers to communicate Domain name - represents an organization and a host refers to public services offered by that organization 5

Is a site hosted by a single computer? Load Balancing: Distributing a computing or networking workload across multiple systems in order to avoid congestion and slow performance Fault Tolerant: Systems that are capable of continuing operation even if a component fails Domains broken down into subdomains ( International URLs – second level classification scheme (co for commercial) Country code Top Level Domain (ccTLD) -.uk,.jp 6

Domain name registrar Accredited by ICANN (Internet Corporation for Assigned Names and Numbers) Restrictions on some top-level domain names (.edu) First-come first-served Trading domain names Cybersquatting: Acquiring a domain name that refers to a firm, individual, product, or trademark; with the goal of exploiting it for financial gain 7

HTML – Hypertext Markup Language: Language used to create and format web pages Path and file names as part of web addresses Default file (index.html) Web hosting service: A firm that provides hardware and services to run websites of others 8

IP – Internet Protocol Domain name service Hierarchical system of nameservers that maps host-domain name combinations to IP addresses Internet directory service that allows devices and services to be named and discoverable Helps your browser locate the appropriate computers when entering an address like Exploding number of Internet connected devices (limited number of combinations for unique IP addresses) Shifting to a new IP scheme such as IPv6 increases the possible address space to a new theoretical limit of addresses 9

10

The Internet Protocol Suite consists of: Transmission Control Protocol (TCP) Internet Protocol (IP) TCP works at both ends of Internet communications to ensure perfect copies of messages are sent IP is a routing protocol in charge of forwarding packets on the Internet Routers are computing devices that connect networks and exchange data between them 11

12 - special computing devices that forward packets from one location to the next

Computers are connected to the Internet by: Copper cable, for short distances Fiber optic lines, for long distances Wireless TCP/IP is not dependent on transmission media Most Internet communications are carried out via a combination of transmission media 13

The Internet Backbone - fiber optic lines Amdahl’s law - a system’s speed is determined by its slowest component or the last mile High-speed last mile technologies - Broadband Internet Access Cable DSL Fiber Wireless (3G, 4G) Satellite 14

Wireless local area networking Range of a base station or hotspot IEEE standards Wireless security (WEP, WPA) 15

Principle that all Internet traffic should be treated equally Internet firms - openness of the Internet Telecommunications firms - limit access to services that overtax their networks Demand for greater bandwidth 16

What is a URL? What are the different transmission media that are used? What is a protocol and what are the ones used by the Internet? What is net neutrality? 17