Introduction to Computers and the Internet

Slides:



Advertisements
Similar presentations
Introduction to e-Business. History of WWW Late 1960s, ARPA (Advanced Research Project Agency) of Dept of Defense sponsored some of MIT graduate student.
Advertisements

TCP/IP MODEL Maninder Kaur
Evolution of the Internet Mrs. Wilson Internet Basics & Beyond Rocky Point High School.
CSCI-235 Micro-Computers in Science The Network. Network Fundamentals A computer network consists of two or more computers linked together to exchange.
 2008 Pearson Education, Inc. All rights reserved Introduction to the Internet.
Data and Computer Communications
© 2010, Robert K. Moniot Chapter 1 Introduction to Computers and the Internet 1.
© 2004, Robert K. Moniot Chapter 1 Introduction to Computers and the Internet.
Evolved from ARPANET (Advanced Research Projects Agency of the U.S. Department of Defense) Was the first operational packet-switching network Began.
CSI315 Lecture 1 WEEK 1. The Internet A world-wide network of millions of computers connected to share information and communication. The interconnected.
WEB DESIGN AND PROGRAMMING Who am I?. WEB DESIGN AND PROGRAMMING Who am I? Jason Green – often shortened to greenj in work systems, leading to the.
Internet Infrastructure 1 (Review) University of Khartoum.
Databases and the Internet. Lecture Objectives Databases and the Internet Characteristics and Benefits of Internet Server-Side vs. Client-Side Special.
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
Introduction To Internet
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
1. Introduction to Internet and to the Web. Motto People are using the web to build things they have not built or written or drawn or communicated anywhere.
William Stallings Data and Computer Communications
Communication Networks - Overview CSE 3213 – Fall November 2015.
3.01 Networks-Travel Back in Time Unit 3 Internet Basics.
Internet Overview (Chapter 1 in [2]). 2 Outline History of the Internet History of the Internet Seven Layers of the OSI Model Seven Layers of the OSI.
 2001 Prentice Hall, Inc. All rights reserved. 1 Chapter 1, Introduction to the Internet, World Wide Web and Wireless Outline 1.1 Introduction 1.2History.
 In the 1960s, ARPANET (Advanced Research Projects Agency Network), the internet’s predecessor, was invented  ARPANET used two technologies that are.
Chapter 6.  Internet and characteristics of Internet.  Various Internet protocols  Static IP addressing and Dynamic IP addressing Prepared by Saher.
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.
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 1 – Data Communications, Data Networks, and.
CSCI-100 Introduction to Computing The Network. Network Fundamentals A computer network consists of two or more computers linked together to exchange.
CIS 1203 Web Technologies Introduction to the Internet and the WWW.
Data and Computer Communications Eighth Edition by William Stallings Chapter 1 – Data Communications, Data Networks, and the Internet.
1 ** THE INTERNET ** Large, worldwide collection of networks that use a common protocol to communicate with each other A network of networks.
 2004 Prentice Hall, Inc. All rights reserved. 1 Segment – 1 Introduction.
Data Communications Chapter 1 – Data Communications, Data Networks, and the Internet.
Web Development & Design Foundations with XHTML Chapter 1 Key Concepts 1.
Introduction to TCP/IP. What is TCP/IP? It is a protocol suite Enables computers within a network to communicate with each other Network can be made up.
4.01 How Web Pages Work.
Chapter 1 - Introduction to Computers and the Internet
Web Development & Design Foundations with HTML5 8th Edition
Fundamentals of Information Systems, Sixth Edition
 2001 Prentice Hall, Inc. All rights reserved.
COMPUTER NETWORKS and INTERNETS
A bit of Computer History
INTRODUCTION TO COMPUTER NETWORKS
Internet Technology Information Technology Department
Introduction to the Web
Distributed Systems.
BY Engr. Mehran Mamonai Department of Telecommunication Engineering
Understanding the OSI Reference Model
Internet Fundamentals and Background
Internet Fundamentals and Background
Evolved from ARPANET (Advanced Research Projects Agency of the U.S. Department of Defense) Was the first operational packet-switching network Began.
Introduction to Internet, WWW, and Web browsers
Lecture 1: Facts of network technologies developments
1 Introduction to the Internet.
INTRODUCTION TO COMPUTER NETWORKS
The Internet What is the internet?
INTRODUCTION TO COMPUTER NETWORKS
Protocols 2 Key Revision Points.
COM 205 Multimedia Applications
Introduction and Overview
Chapter 1 – Introduction to Computers, Internet and World Wide Web
Lesson 19 Internet Basics.
4.01 How Web Pages Work.
The Internet and Electronic mail
Internet and the world wide web (www)
Web Application Development Using PHP
Lecture 1: Facts of network technologies developments
COM 205 Multimedia Applications
Lecture 1: Facts of network technologies developments
Presentation transcript:

Introduction to Computers and the Internet Information Technology Department Bryar Hassan (BSc & MSc Eng.) bryar.hassan@kissr.edu.krd

Contents What is a Computer? Evolution of the Internet and WWW World Wide Web Consortium (W3C) Web 2.0 A Communication Model Networking The Internet Software Technologies Internet Technology – First Year

What is a Computer? Computer Device capable of Performing computations Making logical decisions Works billions of times faster than human beings Fastest supercomputers today Perform hundreds of billions of additions per second Internet Technology – First Year

What is a Computer? (Cont.) Programs Sets of instructions that process data Guide computer through orderly sets of actions specified by computer programmers Computer system Comprised of various hardware devices Keyboard Screen Disks Memory DVD drives Processing Units Internet Technology – First Year

Evolution of the Internet and WWW ARPANET Implemented in late 1960’s by ARPA (Advanced Research Projects Agency of DOD) Networked computer systems of a dozen universities and institutions with 56KB communications lines Grandparent of today’s Internet Intended to allow computers to be shared Became clear that key benefit was allowing fast communication between researchers – electronic-mail (email) Internet Technology – First Year

Evolution of the Internet and WWW ARPANET’s Goal Allow multiple users to send and receive info at same time Network operated packet switching technique Digital data sent in small packages called packets Packets contained data, address info, error-control info and sequencing info Greatly reduced transmission costs of dedicated communications lines Network designed to be operated without centralized control If portion of network fails, remaining portions still able to route packets Internet Technology – First Year

Evolution of the Internet and WWW Transmission Control Protocol (TCP) Name of protocols for communicating over ARPAnet Ensured that messages were properly routed and that they arrived intact Organizations implemented own networks Used both for intra-organization and communication Internet Technology – First Year

Evolution of the Internet and WWW Huge variety of networking hardware and software appeared ARPA achieved inter-communication between all platforms with development of the IP Internetworking Protocol Current architecture of Internet Combined set of protocols called TCP/IP The Internet Limited to universities and research institutions Military became big user Next, government decided to access Internet for commercial purposes Internet Technology – First Year

World Wide Web Consortium (W3C) W3C Founded in 1994 by Tim Berners-Lee Homepage at www.w3.org Goals Internet universally accessible Standardization Internet Technology – First Year

Web 2.0 The term Web 2.0 was coined by Dale Dougherty Web 2.0 definition = companies use the web as a platform to create collaborative, community-based sites (e.g., social networking sites, blogs, wikis, etc.). Web 1.0 (1990s and early 2000s) focused on a small number of companies and advertisers producing content for users to access Web 2.0 involves the Web 1.0 is as a lecture, Web 2.0 is a conversation Websites like MySpace , Facebook , Flickr , YouTube, eBay and Wikipedia , users create the content, companies provide the platforms. Internet Technology – First Year

A Communication Model Internet Technology – First Year

The Key Elements of this Model Source: generates data to be transmitted Transmitter: converts data into transmittable signals Transmission System: carries data from source to destination Receiver: converts received signal into data Destination: takes incoming data Internet Technology – First Year

Networking Growth of number and power of computers is driving need for interconnection Rapid Integration of voice, data, image, and video technologies Networking Internet Technology – First Year

The Internet Internet evolved form ARPANET First operational packet switching network Applied to tactical radio and satellite nets also Led to standardized TCP/IP protocolsDevelop an understanding of various internet applications Describe the basics of how internet works? Internet protocol IP address assignment Explain the importance of websites and discuss ways to design a basic website using HTML for personal use; Explain the use of webservers and cloud computing Internet Technology – First Year

Internet Elements Internet Technology – First Year

Internet Architecture Internet Technology – First Year

Software Technologies Mark-up Languages HTML XML Dynamic Scripting Languages JSP PHP ASP.Net Other Scripting Languages JavaScript VB Script AJAX Internet Technology – First Year

Software Technologies Programming Languages Machine languages Assembly languages High-level languages, such as Java, C++, and C# Web Servers Apache IIS Databases MySQL MS SQL Server Oracle Internet Technology – First Year