Introduction to Networks and the Internet Bent Thomsen Institut for Datalogi Aalborg Universitet.

Slides:



Advertisements
Similar presentations
Introduction to Computer Internship
Advertisements

Web Page Concept and Design :
The Internet and the World Wide Web. Una DooneySlide 2Internet and WWW What is the Internet? This is the physical infrastructure or backbone of computers,
Protocol layers and Wireshark Rahul Hiran TDTS11:Computer Networks and Internet Protocols 1 Note: T he slides are adapted and modified based on slides.
The internet. Background Created in 1969, connected computers at UCLA, Stanford Research Institute, U. of Utah, and UC at Santa Barbara With an estimated.
... Objective Internet Working ISP TOT, TT&T, CAT,SAMART Dial up ADSL Leased Line Satellite.
ELEN 602 Lecture 11 ELEN 602 Computer Communications & Networks Instructor: Narasimha Reddy Contact: , 320 F Wisenbaker Textbook:
Click to continue Network Protocols. Click to continue Networking Protocols A protocol defines the rules of procedures, which computers must obey when.
The Internet–Illustrated Introductory, Fourth Edition
Introduction 2 1: Introduction.
Internet and the web Summary of terms discusses and review.
The Internet Useful Definitions and Concepts About the Internet.
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.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
IT – som værktøj Bent Thomsen Institut for Datalogi Aalborg Universitet.
* The Internet’s genesis - Defense Department project to create a network that could survive a nuclear conflict * The first users - Government agencies.
Networking LAN (Local Area Network) A network is a collection of computers that communicate with each other through a shared network medium. LANs are.
1: Introduction1 Part I: Introduction Goal: r get context, overview, “feel” of networking r more depth, detail later in course r approach: m descriptive.
15-1 More Chapter 15 Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of.
Chapter 15 Networks. Chapter Goals Types of networks Topologies Open Systems Home Internet connections 15-2.
Internet and Intranets Chapter 11 By Stephen Harris.
? INTERNET WHAT, WHY, HOW. DEFINITION The Internet is a massive public spiderweb of computer connections. It connects personal computers, laptops, tablets,
The Internet’s Hardware Much of the hardware components that make up the Internet are owned or shared by thousands of private and public organizations.
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Chapter Two Application Layer Prepared by: Dr. Bahjat Qazzaz CS Dept. Sept
What IS the Web? Mrs. Wilson Internet Basics & Beyond.
Lesson 2 — The Internet and the World Wide Web
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Services Networking for Home and Small Businesses – Chapter.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
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.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 CHAPTER 3 Created by, David Zolzer, Northwestern State University—Louisiana The Internet and World Wide.
Chongseok Park 1.  It is a global system of interconnected computer networks that use the standard Internet protocol suite and it serves billions.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
Chapter 4 Networking and the Internet. © 2005 Pearson Addison-Wesley. All rights reserved 4-2 Chapter 4: Networking and the Internet 4.1 Network Fundamentals.
HOW THE INTERNET WORKS. NOTES (DNEWS) Interconnected network of computers – The Internet Servers - hosts They store websites and transfer data to clients.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
Chapter 15 Networks. 2 Chapter Goals Describe the core issues related to computer networks List various types of networks and their characteristics Explain.
The Internet Just the Facts. Protocols TCP/IP are the TRANSPORT protocols of the Internet Services use TCP/IP to connect to other computers on Internet.
An Overview of the Internet: The Internet: Then and Now How the Internet Works Major Features of the Internet.
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.
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.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
The Intranet.
1 Internet Technologies CSC Internet Internet is a communication technology. Like telephone it enables people to communicate. Telephones enabled.
TCP/IP (Transmission Control Protocol / Internet Protocol)
The Internet Teaching Learning Seminar Computer Studies.
Internet Basics. What is it? RESOLUTION by The Federal Networking Council (FNC): "Internet" refers to the global information system that -- (i) is logically.
Management Information Systems, 4 th Edition 1 Chapter 7 E-Commerce: The Internet, Intranets, and Extranets.
INTERNET AND PROTOCOLS For more notes and topics visit: eITnotes.com.
Transmission Control Protocol (TCP) Internet Protocol (IP)
Topic 6, Lesson 3: The Internet Computer Communications and Networking.
Internet  ’60 = an invention of the US army  Universities and libraries also start to use this communication tool  Protocol + physical network=> backbone.
1: Introduction1 Internet Services and Protocols Adapted from “Computer Networking: A Top Down Approach Featuring the Internet” Kurose and Ross, Addison.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
COMPUTER NETWORKS Hwajung Lee. Image Source:
Introduction to Technology Infrastructure
NETWORK Unit 1 Module: 2 Objective: 7.
The Internet & World Wide Web
Introduction to Computers
Introduction to Technology Infrastructure
Web Development & Design Chapter 1, Sections 4, 5 & 6
I. Basic Network Concepts
1 Introduction to the Internet.
Chapter Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of various network.
NETWORK Unit 1 Module: 2 Objective: 7.
NETWORK Unit 1 Module: 2 Objective: 7.
Computer Networks Protocols
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Presentation transcript:

Introduction to Networks and the Internet Bent Thomsen Institut for Datalogi Aalborg Universitet

October 2002Bent Thomsen - FIT 2-12 What is a network Carrier of data between connected computers What does a network consist of? –End hosts connected to the network –Physical links that carry data Ethernet, FDDI, ATM, … –Routers/switches –Protocols TCP/IP, HTTP, FTP, SMTP, … –Applications that communicate with each other Printing, , file transfer, web browsers,..

October 2002Bent Thomsen - FIT 2-13 Small Local Networks

October 2002Bent Thomsen - FIT 2-14 Local Area Networks

October 2002Bent Thomsen - FIT 2-15 Large Local Area Networks

October 2002Bent Thomsen - FIT 2-16 Client/Server networking Access large data sets and huge computing resources from desktop machines Separate data processing from presentation Facilitate several views on raw data Split workload between machines across a network –Do some processing locally and some on a server –Middleware and distributed objects

October 2002Bent Thomsen - FIT 2-17 Direct connection

October 2002Bent Thomsen - FIT 2-18 Client/Server connection

October 2002Bent Thomsen - FIT 2-19 Web based client/server

October 2002Bent Thomsen - FIT The Internet A set of connected networks –All use the same network protocol (IP) Most common protocol used is TCP/IP –Connection oriented –Reliable, in-order byte-stream Application protocols on top of TCP/IP –SMTP –HTTP –FTP UDP is another protocol –Used for streaming video and audio –Some peer-to-peer applications Protocols define format, order of messages and actions taken on messages

October 2002Bent Thomsen - FIT The Internet is a collection of interconnected networks

October 2002Bent Thomsen - FIT Connecting to the Internet Through ISP –Modem dialup –Always-on: ADSL, Cable, FWA Direct/Dedicated network –Companies –Universities –(WLAN operators)

October 2002Bent Thomsen - FIT How to connect to the Internet

October 2002Bent Thomsen - FIT An Internet Backbone

October 2002Bent Thomsen - FIT A bigger Internet backbone UUNet/WorldCom

October 2002Bent Thomsen - FIT Some Internet basics Each computer on the internet has a unique address – the IP address – –Most end-user computers are allocated an IP address when they connect – DHCP –IP addresses can be given a name E.g Looked up via DNS ( )

October 2002Bent Thomsen - FIT Package switched

October 2002Bent Thomsen - FIT Routing on the Internet

October 2002Bent Thomsen - FIT Things that may be in your way Operating system settings Gateways Firewalls Proxy servers Caches Virus filters Spam filters Adult filters

October 2002Bent Thomsen - FIT Internet Applications Electronic mail ( ) Mailing lists Newsgroups File Transfer Chat Instant Messaging World Wide Web

October 2002Bent Thomsen - FIT The World Wide Web 1991 The web (HTML/HTTP) - 1 web server 1993 The Mosaic Browser web servers 1994 Netscape – over web servers 1995 Internet Explorer - over web servers 1995 Java 1996 Browser wars – over 1 million web servers 1997 IE XML and WAP – over 5 million web servers 1999 IE5

October 2002Bent Thomsen - FIT “a consensual hallucination experienced daily by billions of operators in every nation …” Gibson Cyberspace