The Internet and HTML. Jen Golbeck College of Information Studies University of Maryland

Size: px
Start display at page:

Download "The Internet and HTML. Jen Golbeck College of Information Studies University of Maryland"

Transcription

1 The Internet and HTML Jen Golbeck College of Information Studies University of Maryland 1

2 A Short History of the Internet 1969: Origins in government research Advanced Research Projects Agency (ARPAnet) 1983: Design adopted by other agencies Expansion from educational institutions to corporations 1991: World Wide Web added pointand-click capabilities 2

3 The Internet Global collection of public networks Private networks are often called intranets Each organization maintains its own network Use of shared protocols TCP/IP (Transmission Control Protocol/Internet Protocol): basis for communication DNS (Domain Name Service): basis for naming hosts HTTP (HyperText Transfer Protocol): World Wide Web 3

4 Packet Routing (TCP/IP) (Much simplified) Routing table for Destination *.* 18.1.*.* 4.*.*.* Next Hop /

5 Addresses and Domain Names Every computer has an IP address E.g Hard to remember, and hard wired Domain names are short cuts to IP addresses umd.edu, facebook.com, etc 5

6 Domain Name Service (DNS) Domain names improve usability Easier to remember than numeric IP addresses DNS coverts between names and numbers Written like a postal address: specific-to-general Each name server knows one level of names Top level name server knows.edu,.com,.mil,.edu name server knows umd, umbc, stanford,.umd.edu name server knows wam, glue, ttclass,.wam.umd.edu name server knows rac1, rac2, 6

7 7 Domain Names Unsponsored.biz.com.edu.gov.info.int.mil.name.net.org Sponsored.aero.asia.cat.coop.jobs.mobi.museum.pro.tel.travel Infrastructure:.arpa.root Proposed.berlin.bzh.cym.gal.geo.kid.kids.lat.mail.nyc.post.sco.web.xxx Deleted/retired:.nato Reserved.example.invalid.localhost.test

8 If you want one 8 You need a web host Company to host your web pages Alternatively, you can do it yourself, but it requires a lot of infrastructure (and permissions) you don t have Cost ranges from $5/month (e.g. ) and up depending on services You register for a domain name and point it to the host Cost is about $35/year (less if you buy for multiple years)

9 The Web Not the same thing as the Internet Internet is the network of computers that sends information around ( , web pages, chat, skype, file transfers, etc) The web is a layer on top of the internet that sends files in a certain way (using HTTP) now 9

10 Foundations of the Web TCP/IP DNS HTTP 10

11 Standards No one owns the web or the internet Platform and software independent - it should work the same everywhere W3C - World Wide Web Consortium A group of people (universities, businesses, governments, etc) who decide by committee what the web will be and how it changes Some people modify standards BAD! E.g. a web page that only works in Internet Explorer 11

12 HTML and XHTML HTML based on meta-language SGML SGML has lots of freedom, but that makes it harder to parse XHTML is based on XML Almost identical to HTML, except for a few stricter rules There are billions of web pages that are valid HTML but not valid XHTML - Thus, HTML will keep being supported pretty much forever 12

13 Why Code HTML by Hand? 13 The only way to learn is by doing WSIWYG editors Often generate unreadable code Ties you down to that particular editor Cannot help you connect to backend databases Hand coding HTML allows you to have finergrained control HTML is demonstrative of other important concepts: Structured documents Metadata

14 Today s Tutorial Your first HTML page Uploading your page to the Web server via FTP 14

15 HTML Basics 15 Tags <body> <b> <table> End Tags </body> </b> </table> Tag names are not case sensitive in HTML, are case sensitive and all lower case in XHTML

16 HTML Basics II 16 Every tag has an end tag (with a few exceptions) In HTML, some tags don t have an end tag E.g. the tag for putting an image on the page <img> or adding a line break <br> In XHTML, all tags need end tags. However, in some cases it doesn t make sense Short hand for starting and ending a tag all at once <br /> Note there is a space and then a slash at the end

17 HTML Basics III Attributes Add features to a tag <body bgcolor= red > Structure Attribute name = attribute value E.g. bgolor=red Values must be in quotes in XHTML Quotes are optional in HTML unless there is a space in the value. Then quotes are required Single or double quotes are fine 17

18 HTML Basics IV Learning HTML is basically just learning all the tag names and attributes Becoming a web designer takes a lot more than that Practice Practice Practice 18

19 Hello World HTML This is the header <html> <head> <title>hello World!</title> </head> <body> <p>hello world! This is my first webpage!</p> </body> </html> This is the actual content of the HTML document 19

20 Uploading Your Page Connect to terpconnect.umd.edu Go up one level in the directories Change directory to pub Upload files We will do this in detail in the next session 20

21 Tips Edit files on your own machine, upload when you re happy Save early, save often, just save! Reload browser 21

22 A little bonus on the history of the internet 22

23 How did the Internet come to be? It started as a research project to experiment with connecting computers together with packet switched networks. It was developed with funding and leadership of the Defense Department s Advanced Research Projects Agency (ARPA). 23

24 Who invented the Internet? Leonard Kleinrock who did early work in packet switching Vint Cerf and Robert Kahn who defined the "Internet Protocol" (IP) and participated in the development of TCP 24

25 : Connect Computers? 1958 After USSR launches Sputnik, first artificial earth satellite, US forms the Advanced Research Projects Agency (ARPA), the following year, within the Department of Defense (DoD) to establish US lead in science and technology applicable to the military 1961 First published work on packet switching ( Information Flow in Large Communication Nets, Leonard Kleinrock, MIT graduate student) 1964 other independent work in packet switching at RAND Institute and National Physics Laboratory in England 25

26 : Connect Computers? Funded Lawrence Roberts (colleague of Kleinrock from MIT) publishes overall plan for an ARPAnet, a proposed packet switch network 1968 ARPA awards contracts for four nodes in ARPANET to UCLA (Network Measurement), Stanford Research Institute (Network Information Center), UCSB (Interactive Mathematics) and U Utah (Graphics); BBN gets contract to build the IMP switches

27 1969: First Connections 4/7/1969 First RFC ( Host Software by Steve Crocker) basis for the Network Control Protocol(NCP) 9/2/1969 Leonard Kleinrock s computer at UCLA becomes first node on the ARPANET 10/29/1969 First packets sent; Charlie Kline attempts use of remote login from UCLA to SRI; system crashes as G in entered 27

28 : So what do we do with it? Vint Cerf, graduate student in Kleinrock s lab, works on application level protocols for the ARPANET (file transfer and Telnet protocols) Ray Tomlinson of BBN writes application; derived from two existing: an intramachine program (SENDMSG) and an experimental file transfer program (CPYNET) 28

29 Networks Growing First cross-country link installed by AT&T between UCLA and BBN at 56kbps Other networks: ALOHAnet (microwave network in Hawaii), Telenet (commercial, BBN), Transpac (France) 1973 Ethernet was designed in 1973 by Bob Metcalfe at Xerox Palo Alto Research Center (PARC) How do we connect these networks together? 29

30 : Protocol Development Robert Kahn and Vint Cerf develop protocols to connect networks without any knowledge of the topology or specific characteristics of the underlying nets 1972 Robert Kahn gives first public demonstration of ARPAnet (now 15 nodes) at International Conference on Computer Communication 30

31 : Development of TCP/IP 1974 First full draft of TCP produced November First three-network TCP/IP based interconnection demonstrated linking SATNET, PRNET and ARPANET in a path leading from Menlo Park, CA to Univ. College London and back to USC/ISI (Marina del Ray, CA) 1978 TCP split into TCP and IP 31

32 : Base Protocols In Place 1981 Term Internet coined to mean collection of interconnected networks 1982 ISO releases OSI seven layer model; actual protocols die but model is influential 1/1/1983 Original ARPANET NCP was banned from the ARPANET and TCP/IP was required 1984 Cisco Systems founded 32

33 : Not Just a Research Project Anymore 1984 Domain Name System introduced; hosts (200 hosts by end of 1970s; over by end of 1980s) 1986 NSFNET created to provide access to 5 super computer centers (NSFNET backbone speeds 56 Kbps) 1983 ARPANET split into ARPANET and MILNET; MILNET to carry defense related traffic 33

34 : Growing Pains? Nodes on Internet began to double every year November 1988 Internet worm affecting about 10% of the computers on the Internet Internet Assigned Numbers Authority (IANA) established in December with Jon Postel as its Director. Postel was also the RFC Editor and US Domain registrar for many years 34

35 : WWW Explosion ARPANET ceases to exist 1990 Tim Berners-Lee develops hypertext system with initial versions of HTML and HTTP and first GUI web browser called WorldWideWeb 1993 Mosaic, a GUI web browser, written by Marc Andreessen and Eric Bina at NCSA takes world by storm (showed in-line images and was easy to install); WWW proliferates at a 341,634% annual growth rate of service traffic

Introduction to Web Technology. Content of the course. What is the Internet? Diana Inkpen

Introduction to Web Technology. Content of the course. What is the Internet? Diana Inkpen Introduction to Web Technology Content of the course Diana Inkpen The Internet and the WWW. Internet Connectivity. Basic Internet Services. University of Ottawa School of Information Technology and Engineering

More information

Internet History. Why are we here?

Internet History. Why are we here? Internet History Why are we here? (C) Herbert Haas 2005/03/11 1 ARPAnet is a network of computers. The Internet is a network of networks. An interplanetary net would be a network of Internets. The sky

More information

Interactive telecommunication between people Analog voice

Interactive telecommunication between people Analog voice History background on Circuit switch and Packet based switch network Telephony Interactive telecommunication between people Analog voice Transmitter/receiver continuously in contact with electronic circuit

More information

SWE 444 Internet and Web Application Development. Introduction to Web Technology. Dr. Ahmed Youssef. Internet

SWE 444 Internet and Web Application Development. Introduction to Web Technology. Dr. Ahmed Youssef. Internet SWE 444 Internet and Web Application Development Introduction to Web Technology Dr. Ahmed Youssef Internet It is a network of networks connected and communicating using TCP/IP communication protocol 2

More information

CITS1231 Web Technologies. Client, Server, the Internet, and the Web

CITS1231 Web Technologies. Client, Server, the Internet, and the Web CITS1231 Web Technologies Client, Server, the Internet, and the Web Topic Outline How does the Internet work Client Server Architecture Connections Communications Protocols Addressing Routing One of the

More information

Author(s): August E. Evrard, PhD. 2010

Author(s): August E. Evrard, PhD. 2010 Author(s): August E. Evrard, PhD. 2010 License: Unless otherwise noted, this material is made available under the terms of the Creative Commons Attribution-Non-commercial-Share Alike 3.0 License: http://creativecommons.org/licenses/by-nc-sa/3.0/

More information

architecture: what the pieces are and how they fit together names and addresses: what's your name and number?

architecture: what the pieces are and how they fit together names and addresses: what's your name and number? Communications and networking history and background telephone system local area networks Internet architecture: what the pieces are and how they fit together names and addresses: what's your name and

More information

By : Khalid Alfalqi Department of Computer Science, Umm Al-Qura University

By : Khalid Alfalqi Department of Computer Science, Umm Al-Qura University By : Khalid Alfalqi Department of Computer Science, Umm Al-Qura University History of Web History of the Internet Basic Web System Architecture URL DNS Creating Static and Dynamic Information Security

More information

... but not today ;-)

... but not today ;-) Introduction to Web Technologies The Internet and the World Wide Web 1 Module Overview Web Technologies (CS7062) 1) Intro to the Web Background to the Web, terminology etc. (Owen Conlan) (3 Lecture) 2)

More information

Creating web pages Chapter 1. A brief introduction to the Internet and web pages

Creating web pages Chapter 1. A brief introduction to the Internet and web pages ESCUELA TÉCNICA SUPERIOR DE INGENIERÍA ICAI Chapter 1. A brief introduction to the Internet and web pages Cristina Puente, Rafael Palacios 2009-2010 History of the Internet. 1957-1970 1957 (Cold war) The

More information

CA106 Web Design. Dr. Dónal Fitzpatrick, School of Computing Room l2.48, Extension 8929, dfitzpat@computing.dcu.ie

CA106 Web Design. Dr. Dónal Fitzpatrick, School of Computing Room l2.48, Extension 8929, dfitzpat@computing.dcu.ie CA106 Web Design Dr. Dónal Fitzpatrick, School of Computing Room l2.48, Extension 8929, dfitzpat@computing.dcu.ie History of the Internet Terminals attached to mainframe computer From mid 1960 s packet-switching

More information

IT-5302-3 Internet Architecture and Protocols. Lecture 02 Overview of Internet Architecture

IT-5302-3 Internet Architecture and Protocols. Lecture 02 Overview of Internet Architecture IT-5302-3 Internet Architecture and Protocols Punjab University College of Information Technology, University of the Punjab, Pakistan. Lecture 02 Overview of Internet Architecture Lecture 02 - Roadmap

More information

Overview of TCP/IP. TCP/IP and Internet

Overview of TCP/IP. TCP/IP and Internet Overview of TCP/IP System Administrators and network administrators Why networking - communication Why TCP/IP Provides interoperable communications between all types of hardware and all kinds of operating

More information

TCP/IP Protocol Suite. Marshal Miller Chris Chase

TCP/IP Protocol Suite. Marshal Miller Chris Chase TCP/IP Protocol Suite Marshal Miller Chris Chase Robert W. Taylor (Director of Information Processing Techniques Office at ARPA 1965-1969) "For each of these three terminals, I had three different sets

More information

Internet. Internet is the network of networks i.e. a global network which make WWW (world wide web) Seema Sirpal Delhi University Computer Centre

Internet. Internet is the network of networks i.e. a global network which make WWW (world wide web) Seema Sirpal Delhi University Computer Centre Internet Internet is the network of networks i.e. a global network which make WWW (world wide web) Seema Sirpal Delhi University Computer Centre Birth of the Net The Internet grew out of an experiment

More information

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols E-Commerce Infrastructure II: the World Wide Web The Internet and the World Wide Web are two separate but related things Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 1 Outline The Internet and

More information

lesson 19 Internet Basics

lesson 19 Internet Basics lesson 19 Internet Basics This lesson includes the following sections: The Internet: Then and Now How the Internet Works Major Features of the Internet Online Services Internet Features in Application

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction Outline A BRIEF HISTORY PROTOCOLS AND STANDARDS STANDARDS ORGANIZATIONS INTERNET STANDARDS INTERNET ADMINISTRATION 1.1 A BRIEF HISTORY The McGraw-Hill Companies, Inc., 2000 Internet

More information

The Internet. On October 24, 1995, the FNC unanimously passed a resolution defining the term Internet.

The Internet. On October 24, 1995, the FNC unanimously passed a resolution defining the term Internet. The Internet Introductory material. An overview lecture that covers Internet related topics, including a definition of the Internet, an overview of its history and growth, and standardization and naming.

More information

Internet and IP addressing

Internet and IP addressing Internet and IP addressing Richard T. B. Ma School of Computing National University of Singapore CS 3103: Compute Networks and Protocols Communication Network Taxonomy Telephony Network parses number dialed

More information

Connecting with Computer Science, 2e. Chapter 5 The Internet

Connecting with Computer Science, 2e. Chapter 5 The Internet Connecting with Computer Science, 2e Chapter 5 The Internet Objectives In this chapter you will: Learn what the Internet really is Become familiar with the architecture of the Internet Become familiar

More information

The Internet Introductory material.

The Internet Introductory material. The Internet Introductory material. An overview lecture that covers Internet related topics, including a definition of the Internet, an overview of its history and growth, and standardization and naming.

More information

Page 1 of 7. Computer Networking

Page 1 of 7. Computer Networking Page 1 of 7 Computer Networking 7.1 What Is Computer Networking? A computer network consists of several computers that are connected to one another using devices that allow them to communicate. Computer

More information

CISC 1600 Introduction to Multi-media Computing

CISC 1600 Introduction to Multi-media Computing CISC 1600 Introduction to Multi-media Computing Spring 2012 Instructor : J. Raphael Email Address: Course Page: Class Hours: raphael@sci.brooklyn.cuny.edu http://www.sci.brooklyn.cuny.edu/~raphael/cisc1600.html

More information

ICT 6012: Web Programming

ICT 6012: Web Programming ICT 6012: Web Programming Covers HTML, PHP Programming and JavaScript Covers in 13 lectures a lecture plan is supplied. Please note that there are some extra classes and some cancelled classes Mid-Term

More information

1.1 Prior Knowledge and Revision

1.1 Prior Knowledge and Revision 1.1. PRIOR KNOWLEDGE AND REVISION 3 1.1 Prior Knowledge and Revision This topic assumes you already have some background knowledge of the Internet. You may have studied The Internet unit of Intermediate

More information

Basic Internet programming Formalities. Hands-on tools for internet programming

Basic Internet programming Formalities. Hands-on tools for internet programming Welcome Basic Internet programming Formalities Hands-on tools for internet programming DD1335 (gruint10) Serafim Dahl serafim@nada.kth.se DD1335 (Lecture 1) Basic Internet Programming Spring 2010 1 / 23

More information

COSC 122 Computer Fluency. Networking and the Internet. Dr. Ramon Lawrence University of British Columbia Okanagan ramon.lawrence@ubc.

COSC 122 Computer Fluency. Networking and the Internet. Dr. Ramon Lawrence University of British Columbia Okanagan ramon.lawrence@ubc. COSC 122 Computer Fluency Networking and the Internet Dr. Ramon Lawrence University of British Columbia Okanagan ramon.lawrence@ubc.ca Key Points 1) Networks allow computers to communicate information.

More information

The TCP/IP Reference Model

The TCP/IP Reference Model The TCP/IP Reference Model The TCP/IP Model Comparison to OSI Model Example Networks The TCP/IP Model Origins from ARPANET, DoD research network ARPA - Advanced Research Projects Agency Reliability was

More information

Data Communication Networks Introduction

Data Communication Networks Introduction Data Communication Networks Introduction M. R. Pakravan Department of Electrical Engineering Sharif University of Technology Data Networks 1 Introduction The course introduces the underlying concepts and

More information

Development of Internet Technology And Norwegian Par:cipa:on

Development of Internet Technology And Norwegian Par:cipa:on Development of Internet Technology And Norwegian Par:cipa:on Yngvar Lundh Re:red from Norwegian Defence Research Establishment Computers Began to be a fact of life towards end 1950s Became indispensable

More information

01 - Introduction. Internet Technology. MSc in Communication Sciences 2010-11 Program in Technologies for Human Communication.

01 - Introduction. Internet Technology. MSc in Communication Sciences 2010-11 Program in Technologies for Human Communication. MSc in Communication Sciences 2010-11 Program in Technologies for Human Communication Davide Eynard nternet Technology 01 - ntroduction 2 Welcome! My name is Davide Eynard davide.eynard@usi.ch This course

More information

Introduction to the Internet. Presented by the MU-SPIN Project. Network Resources and Training Site. Workshop

Introduction to the Internet. Presented by the MU-SPIN Project. Network Resources and Training Site. Workshop Introduction to the Internet Presented by the MU-SPIN Project at Network Resources and Training Site Workshop 1 Introduction to the Internet! Introduction! History of the Internet! The Internet! Growth

More information

2004/2005. G. Bianchi, G. Neglia

2004/2005. G. Bianchi, G. Neglia 2004/2005! 1. transmission technologies physical carriers, modulation, etc 2. data link protocols reliable transfer of bits from point to point 3. Packet switching Historical perspective, then technologies,

More information

Introduction to Internet and WWW

Introduction to Internet and WWW Introduction to Internet and WWW Course No.: CMPE296U Course Name:Web-Based Systems and Tools Instructor: Jerry Gao, Ph.D. Introduction to Internet and WWW - What is the Internet? - History of the Internet

More information

Key Points. Internet. Types of Communication Synchronous vs. Asynchronous. What is Communication? Types of Communication Broadcast vs.

Key Points. Internet. Types of Communication Synchronous vs. Asynchronous. What is Communication? Types of Communication Broadcast vs. Key Points 1) Networks allow computers to communicate information. 2) Communication requires a shared medium, a common language, and a protocol. Internet Dr. Abdallah Mohamed 3) TCP/IP is the standard

More information

Networks. Connecting Computers. Measures for connection speed. Ethernet. Collision detection. Ethernet protocol

Networks. Connecting Computers. Measures for connection speed. Ethernet. Collision detection. Ethernet protocol Connecting Computers Networks Computers use networks to communicate like people use telephones or the postal service Requires either some sort of cable point-to-point links connect exactly 2 computers

More information

Masters of Science in Information Technology

Masters of Science in Information Technology Objective: At the end of this module, you must be able to 1. Establish a basic understanding of the Internet 2. Understand the Internet's evolution What is Internet? Internet is a vast collection of different

More information

Basic Networking Concepts. 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet

Basic Networking Concepts. 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet Basic Networking Concepts 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet 1 1. Introduction -A network can be defined as a group of computers and other devices connected

More information

COMPSCI 111 / 111G An introduc)on to prac)cal compu)ng

COMPSCI 111 / 111G An introduc)on to prac)cal compu)ng COMPSCI 111 / 111G An introduc)on to prac)cal compu)ng Introduc)on to Networking and the Internet 3/8/15 1 From the Telephone to the Internet 1876: First successful bi- direc;onal transmission of clear

More information

Topic 1 A Brief History of the Internet. CITS3403 Agile Web Development

Topic 1 A Brief History of the Internet. CITS3403 Agile Web Development Topic 1 A Brief History of the Internet CITS3403 Agile Web Development In the beginning there was... Laika? Some material Copyright 2008-2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.

More information

Chapter 2. Birth of the Internet. Introduction. The Internet, The Web, and Electronic Commerce

Chapter 2. Birth of the Internet. Introduction. The Internet, The Web, and Electronic Commerce Chapter 2 The Internet, The Web, and Electronic Commerce McGraw-Hill/Irwin Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. 1 Introduction The Internet is often referred to as the

More information

The World Wide Web: History

The World Wide Web: History The World Wide Web: History - March, 1989, Tim Berners-Lee of Geneva s European Particle Physics Laboratory (CERN) circulated a proposal to develop a hypertext system for global information sharing in

More information

Web Hosting. Definition. Overview. Topics. 1. Overview of the Web

Web Hosting. Definition. Overview. Topics. 1. Overview of the Web Web Hosting Definition The World Wide Web (WWW), a web of worldwide servers connected to the Internet, provides an easily used and understood method of accessing electronic content. Accessing information

More information

Network Technologies

Network Technologies Network Technologies Telephone Networks IP Networks ATM Networks Three Network Technologies Telephone Network The largest worldwide computer network, specialized for voice ing technique: Circuit-switching

More information

Unit- I Introduction and Web Development Strategies

Unit- I Introduction and Web Development Strategies Introduction to Web Technology 1 (ECS-604) Unit- I Introduction and Web Development Strategies 1. World Wide Web: The World Wide Web is a system of interlinked hypertext documents accessed via the Internet.

More information

Introduction Chapter 1. Uses of Computer Networks

Introduction Chapter 1. Uses of Computer Networks Introduction Chapter 1 Uses of Computer Networks Network Hardware Network Software Reference Models Example Networks Network Standardization Metric Units Revised: August 2011 Uses of Computer Networks

More information

Chapter 7: Computer Networks, the Internet, and the World Wide Web. Invitation to Computer Science, C++ Version, Third Edition

Chapter 7: Computer Networks, the Internet, and the World Wide Web. Invitation to Computer Science, C++ Version, Third Edition Chapter 7: Computer Networks, the Internet, and the World Wide Web Invitation to Computer Science, C++ Version, Third Edition Objectives In this chapter, you will learn about: Basic networking concepts

More information

cnds@napier Slide 1 Introduction cnds@napier 1 Lecture 6 (Network Layer)

cnds@napier Slide 1 Introduction cnds@napier 1 Lecture 6 (Network Layer) Slide 1 Introduction In today s and next week s lecture we will cover two of the most important areas in networking and the Internet: IP and TCP. These cover the network and transport layer of the OSI

More information

Overview: Internet vs Data Center Networks

Overview: Internet vs Data Center Networks Overview: Inter vs Data Center Networks Hakim Weatherspoon Assistant Professor, Dept of Computer Science CS 5413: High Performance Systems and Networking August 29, 2014 Overview What is the Inter? Goals

More information

Early technology: Communications and networking. The Internet. Telephone system (Alexander Graham Bell, 1876) Local Area Networks

Early technology: Communications and networking. The Internet. Telephone system (Alexander Graham Bell, 1876) Local Area Networks Communications and ing tory and background telephone system local area s Internet architecture: what the pieces are and how they fit toget names and addresses: what's name and number? Domain Name System,

More information

Unit 4. Introduction to TCP/IP. Overview. Description. Unit Table of Contents

Unit 4. Introduction to TCP/IP. Overview. Description. Unit Table of Contents Unit 4 Introduction to TCP/IP Overview Description This unit contains one lesson: This lesson will introduce protocols in general. You will look at how a protocol functions, the differences between a routable

More information

Transformation of honeypot raw data into structured data

Transformation of honeypot raw data into structured data Transformation of honeypot raw data into structured data 1 Majed SANAN, Mahmoud RAMMAL 2,Wassim RAMMAL 3 1 Lebanese University, Faculty of Sciences. 2 Lebanese University, Director of center of Research

More information

Understanding TCP/IP. Introduction. What is an Architectural Model? APPENDIX

Understanding TCP/IP. Introduction. What is an Architectural Model? APPENDIX APPENDIX A Introduction Understanding TCP/IP To fully understand the architecture of Cisco Centri Firewall, you need to understand the TCP/IP architecture on which the Internet is based. This appendix

More information

CHAPTER 9: THE EVOLVING INTERNET

CHAPTER 9: THE EVOLVING INTERNET CHAPTER 9: THE EVOLVING INTERNET Multiple Choice: 1. What was the department of the U.S. government that developed the initial stages of the Internet? A. Department of Commerce B. Department of Defense

More information

Five Phases. The History of the Internet and World-Wide-Web. Long Distance LAN. internet. Internet. Tool Building

Five Phases. The History of the Internet and World-Wide-Web. Long Distance LAN. internet. Internet. Tool Building Five Phases The History of the Internet and World-Wide-Web Charles Severance Michigan State University Long Distance Networking 1966-1973 Network of Networks internet 1974-1985 internet becomes Internet

More information

Internet and its Application in Libraries

Internet and its Application in Libraries Internet and its Application in Libraries National Centre for Science Information (NCSI) Indian Institute of Science Bangalore 560 012 (E-Mail: raja@ncsi.iisc.ernet.in) Contents What is Internet? How does

More information

What is TCP/IP. Introduction to TCP/IP &216</ &216</ z Transmission Control Protocol/Internet Protocol

What is TCP/IP. Introduction to TCP/IP &216</ &216</ z Transmission Control Protocol/Internet Protocol Introduction to TCP/IP 4/11/40 page 1 What is TCP/IP Transmission Control Protocol/Internet Protocol TCP/IP refers to an entire suite of networking protocols, developed for use on the Internet TCP and

More information

Dreamweaver Tutorial #1

Dreamweaver Tutorial #1 Dreamweaver Tutorial #1 My first web page In this tutorial you will learn: how to create a simple web page in Dreamweaver how to store your web page on a server to view your page online what the Internet

More information

Lesson Overview. Getting Started. The Internet WWW

Lesson Overview. Getting Started. The Internet WWW Lesson Overview Getting Started Learning Web Design: Chapter 1 and Chapter 2 What is the Internet? History of the Internet Anatomy of a Web Page What is the Web Made Of? Careers in Web Development Web-Related

More information

Computer Networks - Xarxes de Computadors

Computer Networks - Xarxes de Computadors Computer Networks - Xarxes de Computadors Teacher: Llorenç Cerdà Slides: http://studies.ac.upc.edu/fib/grau/xc Outline Course Syllabus Unit 2. IP Networks Unit 3. TCP Unit 4. LANs Unit 5. Network applications

More information

Lecture (02) Networking Model (TCP/IP) Networking Standard (OSI) (I)

Lecture (02) Networking Model (TCP/IP) Networking Standard (OSI) (I) Lecture (02) Networking Model (TCP/IP) Networking Standard (OSI) (I) By: Dr. Ahmed ElShafee ١ Dr. Ahmed ElShafee, ACU : Fall 2015, Networks II Agenda Introduction to networking architecture Historical

More information

Management Information Systems

Management Information Systems Management Information Systems Basics of the Internet Dr. Shankar Sundaresan (Adapted from Introduction to IS, Rainer and Turban) Internet Basics Outline Internet History Internet Structure Switching Methods

More information

Lecture 28: Internet Protocols

Lecture 28: Internet Protocols Lecture 28: Internet Protocols 15-110 Principles of Computing, Spring 2016 Dilsun Kaynar, Margaret Reid-Miller, Stephanie Balzer Reminder: Exam 2 Exam 2 will take place next Monday, on April 4. Further

More information

Development of Internet Technology and Norwegian Participation

Development of Internet Technology and Norwegian Participation Development of Internet Technology and Norwegian Participation Yngvar Lundh Østre vei 26, 3152 Tolvsrød, Norway yngvar@ifi.uio.no Abstract. Ideas emerged over several years. From 1968, some fundamental

More information

Multimedia Systems Design

Multimedia Systems Design 32027 Multimedia Systems Design Core Concepts of the WWW The WWW principle of universal readership is that once information is available, it should be accessible from any type of computer, in any country,

More information

Introduction to computer networks and Cloud Computing

Introduction to computer networks and Cloud Computing Introduction to computer networks and Cloud Computing Aniel Nieves-González Fall 2015 Computer Netwoks A computer network is a set of independent computer systems that are connected by a communication

More information

Introduction to LAN/WAN. Application Layer (Part II)

Introduction to LAN/WAN. Application Layer (Part II) Introduction to LAN/WAN Application Layer (Part II) Application Layer Topics Domain Name System (DNS) (7.1) Electronic Mail (Email) (7.2) World Wide Web (WWW) (7.3) Electronic Mail (Email) Mostly used

More information

(Refer Slide Time: 00:36)

(Refer Slide Time: 00:36) Computer Networks Prof. Sujoy Ghosh Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture - 1 Emergence of Networks & Reference Models Good day. I am Professor

More information

Computer Networks. Computer Networks. Telecommunication Links. Connecting. Connecting via Telephone Lines ISDN

Computer Networks. Computer Networks. Telecommunication Links. Connecting. Connecting via Telephone Lines ISDN Chapter 12 Topics: Communication links LAN / WAN Internet / WWW A computer network is a set of independent computer systems interconnected by telecommunication links. CMPUT101 Introduction to Computing

More information

Web Browsers And Mailing Tools

Web Browsers And Mailing Tools Web Browsers And Mailing Tools Introduction: Network A network is an interconnection between two or more computers or other computing devices which are connected together usually through a cable to share

More information

Life of a Packet CS 640, 2015-01-22

Life of a Packet CS 640, 2015-01-22 Life of a Packet CS 640, 2015-01-22 Outline Recap: building blocks Application to application communication Process to process communication Host to host communication Announcements Syllabus Should have

More information

Computer Networks III

Computer Networks III Computer Networks III Wide Area Networks and Packet Switching Network Protocols and the OSI Layers The Internet Internet Infrastructure 1 Wide Area Networks (recap) 2 Page 1 Basic WAN structure Host Router

More information

Computer networks, data communication and Internet

Computer networks, data communication and Internet **** 1 Computer networks, data communication and Internet Introduction **** Computer networks: summary 2 The following gives an overview of computer networks and data communication:»the basic principles»local

More information

Internet Technologies_1. Doc. Ing. František Huňka, CSc.

Internet Technologies_1. Doc. Ing. František Huňka, CSc. 1 Internet Technologies_1 Doc. Ing. František Huňka, CSc. Outline of the Course 2 Internet and www history. Markup languages. Software tools. HTTP protocol. Basic architecture of the web systems. XHTML

More information

Modern snoop lab lite version

Modern snoop lab lite version Modern snoop lab lite version Lab assignment in Computer Networking OpenIPLab Department of Information Technology, Uppsala University Overview This is a lab constructed as part of the OpenIPLab project.

More information

CSE 3461 / 5461: Computer Networking & Internet Technologies

CSE 3461 / 5461: Computer Networking & Internet Technologies Autumn Semester 2014 CSE 3461 / 5461: Computer Networking & Internet Technologies Instructor: Prof. Kannan Srinivasan 08/28/2014 Announcement Drop before Friday evening! k. srinivasan Presentation A 2

More information

TCP/IP and the Internet

TCP/IP and the Internet TCP/IP and the Internet Computer networking today is becoming more and more entwined with the internet. By far the most popular protocol set in use is TCP/IP (Transmission Control Protocol/Internet Protocol).

More information

The Internet and World Wide Web: E-commerce Infrastructure

The Internet and World Wide Web: E-commerce Infrastructure 3 CHAPTER The Internet and World Wide Web: E-commerce Infrastructure LEARNING OBJECTIVES After reading this chapter, you will be able to: Discuss the origins of the Internet. Identify the key technology

More information

Course book: Computer Networking. Computer Networks 3 rd edition. By Andrew ST S.Tanenbaum. Top Down approach 3 rd edition.

Course book: Computer Networking. Computer Networks 3 rd edition. By Andrew ST S.Tanenbaum. Top Down approach 3 rd edition. Computer Networking Course book: Computer Networking Top Down approach 3 rd edition By Jim kurose and keith ross Reference book: Computer Networks 3 rd edition By Andrew ST S.Tanenbaum Introduction 1-1

More information

LIS 534 Lab: Internet Basics

LIS 534 Lab: Internet Basics LIS 534 Lab: Internet Basics This lab covers fundamental concepts of network organization, focusing on the client server model for network resources such as web pages and file storage. The procedure includes

More information

Origins Of The Internet. History: what was happening in the 1950 s. The Cold War was on. The Internet. Rock and roll was in it s infancy.

Origins Of The Internet. History: what was happening in the 1950 s. The Cold War was on. The Internet. Rock and roll was in it s infancy. The Internet In this section of notes you will learn about the history of the Internet, how it works and techniques that can be used to more efficiently search for information. Origins Of The Internet

More information

Web Development I & II*

Web Development I & II* Web Development I & II* Career Cluster Information Technology Course Code 10161 Prerequisite(s) Computer Applications Introduction to Information Technology (recommended) Computer Information Technology

More information

Mobile IP Network Layer Lesson 01 OSI (open systems interconnection) Seven Layer Model and Internet Protocol Layers

Mobile IP Network Layer Lesson 01 OSI (open systems interconnection) Seven Layer Model and Internet Protocol Layers Mobile IP Network Layer Lesson 01 OSI (open systems interconnection) Seven Layer Model and Internet Protocol Layers Oxford University Press 2007. All rights reserved. 1 OSI (open systems interconnection)

More information

Terminology. Internet Addressing System

Terminology. Internet Addressing System Terminology A local area network (LAN) is a computer network covering a small physical area, like a home, office, or small group of buildings, such as a school, or an airport. The defining characteristics

More information

Lesson Plan Course Title: Web Technologies Session Title: Internet Fundamentals & Background

Lesson Plan Course Title: Web Technologies Session Title: Internet Fundamentals & Background Lesson Plan Course Title: Web Technologies Session Title: Internet Fundamentals & Background Lesson Duration: 2 Hours Performance Objective: Upon completion of the lesson, students will have an understanding

More information

The OSI model has seven layers. The principles that were applied to arrive at the seven layers can be briefly summarized as follows:

The OSI model has seven layers. The principles that were applied to arrive at the seven layers can be briefly summarized as follows: 1.4 Reference Models Now that we have discussed layered networks in the abstract, it is time to look at some examples. In the next two sections we will discuss two important network architectures, the

More information

The Internet. Chapter 10. Learning Objectives. Chapter Outline. After reading this chapter, you should be able to:

The Internet. Chapter 10. Learning Objectives. Chapter Outline. After reading this chapter, you should be able to: The Internet Chapter 10 Learning Objectives After reading this chapter, you should be able to: Discuss the responsibilities of the Internet Protocol (IP) and how IP can be used to create a connection between

More information

SQA Higher Computing Unit 3b Computer Networking

SQA Higher Computing Unit 3b Computer Networking SCHOLAR Study Guide SQA Higher Computing Unit 3b Computer Networking David Bethune Heriot-Watt University Andy Cochrane Heriot-Watt University Tom Kelly Heriot-Watt University Ian King Heriot-Watt University

More information

WWW. World Wide Web Aka The Internet. dr. C. P. J. Koymans. Informatics Institute Universiteit van Amsterdam. November 30, 2007

WWW. World Wide Web Aka The Internet. dr. C. P. J. Koymans. Informatics Institute Universiteit van Amsterdam. November 30, 2007 WWW World Wide Web Aka The Internet dr. C. P. J. Koymans Informatics Institute Universiteit van Amsterdam November 30, 2007 dr. C. P. J. Koymans (UvA) WWW November 30, 2007 1 / 36 WWW history (1) 1968

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Brief Course Overview An introduction to Web development Server-side Scripting Web Servers PHP Client-side Scripting HTML & CSS JavaScript &

More information

Internet Concepts. What is a Network?

Internet Concepts. What is a Network? Internet Concepts Network, Protocol Client/server model TCP/IP Internet Addressing Development of the Global Internet Autumn 2004 Trinity College, Dublin 1 What is a Network? A group of two or more devices,

More information

A Brief History of the Internet. Chris Brooks Computing, Python, and Robots

A Brief History of the Internet. Chris Brooks Computing, Python, and Robots A Brief History of the Internet Chris Brooks Computing, Python, and Robots Outline Prehistory Birth of the Internet The Web is Born The Dot-Com Gold Rush Web 2.0 - everything old is new again The future?

More information

BASIC ANALYSIS OF TCP/IP NETWORKS

BASIC ANALYSIS OF TCP/IP NETWORKS BASIC ANALYSIS OF TCP/IP NETWORKS INTRODUCTION Communication analysis provides powerful tool for maintenance, performance monitoring, attack detection, and problems fixing in computer networks. Today networks

More information

Topics. Computer Networks. Let s Get Started! Computer Networks: Our Definition. How are Networks Used by Computers? Computer Network Components

Topics. Computer Networks. Let s Get Started! Computer Networks: Our Definition. How are Networks Used by Computers? Computer Network Components Topics Use of networks Network structure Implementation of networks Computer Networks Introduction Let s Get Started! Networking today: Where are they? Powerful computers are cheap Networks are everywhere

More information

The Internet. Dr.Vincenzo Mancuso Electronics Engineer PhD in Telecommunications. Università di Palermo 2007/2008

The Internet. Dr.Vincenzo Mancuso Electronics Engineer PhD in Telecommunications. Università di Palermo 2007/2008 The Internet Dr.Vincenzo Mancuso Electronics Engineer PhD in Telecommunications Università di Palermo 2007/2008 Slides by courtesy of prof. Bianchi and Dr. Neglia Traditional approach to Internet Teaching

More information

CS2107 Introduction to Information and System Security (Slid. (Slide set 8)

CS2107 Introduction to Information and System Security (Slid. (Slide set 8) Networks, the Internet Tool support CS2107 Introduction to Information and System Security (Slide set 8) National University of Singapore School of Computing July, 2015 CS2107 Introduction to Information

More information

1. When will an IP process drop a datagram? 2. When will an IP process fragment a datagram? 3. When will a TCP process drop a segment?

1. When will an IP process drop a datagram? 2. When will an IP process fragment a datagram? 3. When will a TCP process drop a segment? Questions 1. When will an IP process drop a datagram? 2. When will an IP process fragment a datagram? 3. When will a TCP process drop a segment? 4. When will a TCP process resend a segment? CP476 Internet

More information

Web Design and Development ACS-1809

Web Design and Development ACS-1809 Web Design and Development ACS-1809 Chapter 1 9/9/2015 1 Pre-class Housekeeping Course Outline Text book : HTML A beginner s guide, Wendy Willard, 5 th edition Work on HTML files On Windows PCs Tons of

More information

OSI Reference Model. Application Layer. Presentation Layer. Session Layer. Transport Layer. Chapter 4: Application Protocols.

OSI Reference Model. Application Layer. Presentation Layer. Session Layer. Transport Layer. Chapter 4: Application Protocols. Chapter 3: Protocols and Services 3.1: The Internet Protocol: IP 3.2: Routing 3.3: Auxiliary Protocols 3.4: Quality of Service 3.5: Transport Layer: TCP and UDP OSI Reference Model Application Layer Presentation

More information