1 Introduction Computer Networks Fall 2005. 2 Computer Networks  Network: system for connecting computers using a single transmission technology  An.

Slides:



Advertisements
Similar presentations
OSI MODEL Maninder Kaur
Advertisements

CSCI-235 Micro-Computers in Science The Network. Network Fundamentals A computer network consists of two or more computers linked together to exchange.
A Brief History of the Internet. Internet: The early years … The Proliferation of LANs  Engineers have devised many LAN technologies  LAN performance.
COP 4930 Computer Network Projects Summer C 2004 Prof. Roy B. Levow Lecture 1.
CSCI 4550/8556 Computer Networks
© 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets, 5e By Douglas E. Comer Lecture PowerPoints.
CSCI 4550/8556 Computer Networks Comer, Chapter 1: Introduction.
IP: The Internet Protocol
Adapted from Tanenbaum's Slides for Computer Networks, 4e
1 Fall 2005 Internetworking: Concepts, Architecture and TCP/IP Layering Qutaibah Malluhi CSE Department Qatar University.
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets with Internet Applications, 4e By Douglas.
Internet Technologies Overview
EE 4272Spring, 2003 EE4272: Computer Networks Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. Spring, 2003.
COMPUTER NETWORKS CS610 Lecture-1 Hammad Khalid Khan.
CSCI 4550/8556 Computer Networks Comer, Chapter 2: Motivation and Tools.
TCP/IP Reference Model Host To Network Layer Transport Layer Application Layer Internet Layer.
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
Chapter 2 TCP/ IP PROTOCOL STACK. TCP/IP Protocol Suite Describes a set of general design guidelines and implementations of specific networking protocols.
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
TCP/IP Reference Model For more notes and topics visit: eITnotes.com.
Lecture 1 The OSI Model Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Internet and World Wide Web: Amazing Developments Internet- A large collection of computers all over the world that are connected to one another in various.
Chi-Cheng Lin, Winona State University CS 313 Introduction to Computer Networking & Telecommunication Introduction – Part II.
 An ISO is a multi national body dedicated to worldwide agreement on international standards.  An ISO standard that covers all aspects of network communications.
Chapter 17 - Internetworking: Concepts, Architecture, and Protocols 1. Internetworking concepts 2. Router 3. protocol for internetworking 4. TCP/ IP layering.
Internetworking An internetwork is typically comprised of many physical networks over which data travels There are many different types of physical networks:
Internetworking – What is internetworking? Connect multiple networks of one or more organizations into a large, uniform communication system. The resulting.
Chapter 1 - Introduction How do Computer Networks and Internet operate? Explosive growth Internet Economic impact Complexity Abstractions and concepts.
The Internet Trisha Cummings ITE115. What is the Internet? The Internet is a world-wide network of computer networks that use a common communications.
Computer Networks and Internets 《计算机网络与因特网》课件 林坤辉
NETWORK COMPONENTS Assignment #3. Hub A hub is used in a wired network to connect Ethernet cables from a number of devices together. The hub allows each.
Internetworking Concept and Architectural Model
Chapter 17 Internetworking: Concepts, Architecture, and Protocols
Internetworking Concept and Architectural Model Chapter 3.
1 Lecture # 21 Evolution of Internet. 2 Circuit switching network This allows the communication circuits to be shared among users. E.g. Telephone exchange.
William Stallings Data and Computer Communications
Communication Networks - Overview CSE 3213 – Fall November 2015.
Introduction to Computer Networks Dr. Sanjay P. Ahuja, Ph.D FIS Distinguished Professor of Computer Science School of Computing, UNF.
Reading TCP/IP Protocol. Training target: Read the following reading materials and use the reading skills mentioned in the passages above. You may also.
Dr. John P. Abraham Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
 In the 1960s, ARPANET (Advanced Research Projects Agency Network), the internet’s predecessor, was invented  ARPANET used two technologies that are.
Motivation and Tools NETD411 – Computer Technology and Architecture.
TCP/IP Protocol Suite Suresh Kr Sharma 1 The OSI Model and the TCP/IP Protocol Suite Established in 1947, the International Standards Organization (ISO)
A Brief history of the Internet Name:Ziyun Wang. Introduction Internet history revolves around four distinct aspects. 1. the technological evolution that.
CSCI-100 Introduction to Computing The Network. Network Fundamentals A computer network consists of two or more computers linked together to exchange.
Spring Ch 17 Internetworking Concepts, Architecture, and Protocols Part III Internetworking.
Ad Hoc – Wireless connection between two devices Backbone – The hardware used in networking Bandwidth – The speed at which the network is capable of sending.
Chapter 9 Introduction To Data-Link Layer
The Concept of Universal Service
Network Models.
INTRODUCTION TO COMPUTER NETWORKS
Computer Network Course objective: To understand Network architecture
Distributed Systems.
Networking Devices.
The Underlying Technologies
Lecture PowerPoints By Lami Kaya,
Scaling the Network: The Internet Protocol
Introduction.
Computer Networks and Internets, 5e By Douglas E. Comer
Pertemuan 19 Introduction to TCP/IP
Identify network systems and their components
Review of TCP/IP Internetworking
Computer communications
INTRODUCTION TO COMPUTER NETWORKS
INTRODUCTION TO COMPUTER NETWORKS
Review Lecture 1 Course Introduction Network and Internet
Scaling the Network: The Internet Protocol
Internetworking: Concepts, Architecture, and Protocols
Presentation transcript:

1 Introduction Computer Networks Fall 2005

2 Computer Networks  Network: system for connecting computers using a single transmission technology  An internet: set of networks connected by routers that are configured to pass traffic among any computers attached to networks in the set  Data transmission - media, data encoding  Packet transmission - data exchange over a network  Internetworking - universal service over a collection of networks  Network applications - programs that use an internet

3 Networking Growth  New phenomenon - now, networks are an important part of everyday activities  Business  Home  Government  Education  Global Internet growing exponentially  Initially (2 decades ago) a research project with a few dozen sites  Today, millions of computers and hundreds of thousands of networks world-wide

4 Huge Impact  Societal –apparent in TV and Magazine advertisement  Economic –telecommuting, new large industry segments  Computer Science –Distributed computing –Data storage and computer architecture

5 Some History  Advanced Research Projects Agency initiated project to connect researchers with computers –Motivated by the need for remote access to expensive resources  Adopted new technology:  Packet switching »Data transmitted in small, independent pieces  Source divides outgoing messages into packets -- Destination recovers original data »Each packet travels independently  Includes enough information for delivery -- May follow different paths -- Can be retransmitted if lost  Internetworking »Internetworking glues together networks of dissimilar technologies with routers -- Result is virtual network whose details are invisible

6 Internet History  ARPANET began in late 1960s (not using TCP/IP)  TCP/IP developed in late 1970s  ARPANET switched to TCP/IP in early 80s  Start of public Internet (early 1990’s)  Few hundred computers  Few tens of networks

7 Internet Growth (Number of Computers Attached to the Internet)

8 Internet Growth (log scale) Number of connected hosts is approximately doubling every 18 months

9 Topic Complexity  Computer networking is complex –Many different hardware technologies »Ethernet, Token ring, ATM, Fibre Channel, etc. –Many different software technologies »TCP/IP, Apple talk, etc. –All can be interconnected in an internet  Terminology can be confusing –Abbreviations are very common –Industry redefines or changes terminology –New terms invented all the time  To unravel complexity, in the course, we will concentrate on concepts rather than details of specifics mechanisms

10 Simple Tools  Ping  Traceroute

11 Course Website/Syllabus