Introduction to the Internet What is the Internet? What is a Network? Use Netscape Mike Menchaca

Slides:



Advertisements
Similar presentations
Introduction to TCP/IP, the Internet, IP Addressing, and Domain Name.
Advertisements

The Internet and Java Sockets ICW Lecture 5 Tom Chothia.
Instructor & Todd Lammle
CCENT Study Guide Chapter 1 Internetworking. A Very Basic Network This figure shows a basic local area network (LAN) that’s connected using a hub, which.
IS 247 Introduction to Web Application Development Tim Wu.
Chapter 2 Network Models.
1 Some TCP/IP Basics....NFSDNSTELNETSMTPFTP UDPTCP IP and ICMP Ethernet, serial line,..etc. Application Layer Transport Layer Network Layer Low-level &
Becoming a Networking Expert Networking Hardware and Protocols.
Vocabulary URL = uniform resource locator: web address protocol –set of rules that networked computers follow in order to share data and coordinate communications.
Understanding Networks Charles Zangla. Network Models Before I can explain how connections are made from across the country, I would like to provide you.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Computer Communication and Networks Muhammad Waseem Iqbal Lecture # 07.
The Internet is a vast network connecting computers all over the world
TCP/IP (Transmission Control Protocol / Internet Protocol) : The Protocol That Made the Internet Possible. By Albert Kalim (lecture materials quoted by.
Internet Review Academic Talent Search. All About Networking DevicesDevices Packet TransferPacket Transfer HardwareHardware SoftwareSoftware Wiring/CablingWiring/Cabling.
The Basics of Networking. Rick Graziani What is networking? Communication! An interconnection of computers and other devices: –Printers.
Day15 IP Space/Setup. IP Suite of protocols –TCP –UDP –ICMP –GRE… Gives us many benefits –Routing of packets over internet –Fragmentation/Reassembly of.
Mr C Johnston ICT Teacher
GCSE Computing#BristolMet Session Objectives#16 MUST describe the hardware needed to connect to the Internet and describe the nature of the Internet. SHOULD.
How the Internet Works: What happens when information is sent from your computer?
Lecture # 35 Internet Organization. Internet Networking Communicating between two or more computers Bits -> voltage ->wire->voltage->Bits.
Tools of Web Development 1: Internet Protocols. Goals Understand what a protocol is. Understand how TCP/IP works. Understand how IP addresses work. Understand.
CS134 Web Design & Development Introduction to the Internet Mehmud Abliz.
Lecture 8 Page 1 Advanced Network Security Review of Networking Basics: Internet Architecture, Routing, and Naming Advanced Network Security Peter Reiher.
CSCI N241: Fundamentals of Web Design Copyright ©2004  Department of Computer & Information Science Tools of Web Development 1: Module B: Internet Protocols.
IT Introduction to Information Technology. The Internet & World Wide Web Began in 1969 with the ARPANET (Advanced Research Project Agency Network)
4-Oct-15 Basic Protocols. 2 Sockets Sockets, or ports, are a very low level software construct that allows computers to talk to one another When you send.
Created by, Nancy Harris, James Madison University, VA FLUENCY WITH INFORMATION TECNOLOGY Skills, Concepts, and Capabilities.
Understanding Networking Joe Cicero Northeast Wisconsin Technical College.
Today’s Topics Chapter 8: Networks Chapter 8: Networks HTML Introduction HTML Introduction.
The Internet Trisha Cummings ITE115. What is the Internet? The Internet is a world-wide network of computer networks that use a common communications.
Part 3: Internetworking Internet architecture, addressing, encapsulation, reliable transport and the TCP/IP protocol suite.
How Does the Internet Work? Protocols Protocols are rules that describe how computers communicate and exchange data. The Internet has a series of these.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
WAN the internet and protocol  Lesson Objective: Understand the main terminology about networks.  Learning Outcome: Understand the different types of.
Exploring Office 2003 – Grauer and Barber HTML And Basic Web page.
Introduction to Internet. Chapter 1 Objectives Origins of the Internet Packets and Routers TCP/IP DNS HTTP URL Client-Server.
Presented by Rebecca Meinhold But How Does the Internet Work?
Mr C Johnston ICT Teacher
IP addresses IPv4 and IPv6. IP addresses (IP=Internet Protocol) Each computer connected to the Internet must have a unique IP address.
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
Networks. Ethernet  Invented by Dr. Robert Metcalfe in 1970 at Xerox Palo Alto Research Center  Allows group of computers to communicate in a Local.
 A hub is a central connecting device in a network.  Each node is connected directly to the hub.  They receive a data packet from one node and send.
CSI 3125, Preliminaries, page 1 Networking. CSI 3125, Preliminaries, page 2 Networking A network represents interconnection of computers that is capable.
Computer Communication: An example What happens when I click on
Network protocles (TCP), (UDP), (DHCP), (DNS) DR:abd alrauoof alshtawi
Topic 6, Lesson 3: The Internet Computer Communications and Networking.
DIYTP Network Basics  How do computers communicate?  Network Interface Card (NIC)  Media Access Control Address (MAC)  Unique to each NIC 
Data Communications is the Real World OSI Layers 1 & 2 a.k.a TCP/IP Network Interface Layer.
: MobileIP. : r Goal: Allow machines to roam around and maintain IP connectivity r Problem: IP addresses => location m This is important for efficient.
Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Introduction to Networking Technologies Introduction to TCP/IP.
Also known as hardware/physi cal address Customer Computer (Client) Internet Service Provider (ISP) MAC Address Each Computer has: Given by NIC card.
HOW THE INTERNET WORKS. Introduction : The internet has brought revolutionary changes Has become a medium for interaction and information Can access to.
Instructor & Todd Lammle
Domain Name System DNS - A system for converting host names and domain names into IP addresses on the Internet or on local networks that use the TCP/IP.
Binary Lesson 4 Classful IP Addresses
Networking Devices.
Academic Talent Search
IP Adressing in IPv4 By Kenneth Lundby.
Pertemuan 19 Introduction to TCP/IP
Lecture 6: TCP/IP Networking By: Adal Alashban
Binary Lesson 5 Classful IP Addresses
Topic 5: Communication and the Internet
TCP/IP Networking An Example
Web Design & Development
Review of TCP/IP Internetworking
Lecture 6: TCP/IP Networking 1nd semester By: Adal ALashban.
Module 12 Network Configuration
How Our Customers Communicate With Us
Read this to find out how the internet works!
Figure 6.11 Configuration for Example 4
Presentation transcript:

Introduction to the Internet What is the Internet? What is a Network? Use Netscape Mike Menchaca

What is the Internet? To understand what the Internet is, we must first learn some networking basics

What is a Network? Wire, we use a lot of wire To get info. from one machine to another, one talks & the other listens Vice-Versa.

Sharing the Wire Instead of running a wire from every machine to all the other machines, we share a single wire among them One machine talks while the others listen

Taking Turns Packets: All machines agree to use the wire for a short bursts of information Protocol: The agreement on how to pass information on the wire The Internet uses a protocol called TCP/IP -or, Transport Control Protocol/Internet Protocol

Small Network We have ten machines sharing a wire and each packet takes 1/100th of a second to send If everyone is talking then they can say something every 1/10th of a second

Large Network: Too Much Info! But what if you have 1,000 machines on a wire? Then, they can only talk every 10 seconds! This wouldn’t work in the real world

Traffic Control To keep down the amount of traffic on a wire, we use routers The router listens to packets on one wire and passes only packets destined for another wire.

Routers Thus, routers connect two or more networks together to form bigger networks Internet Cloud

What is the Internet? So what is the answer to our original question In addition, each machine on a network has a unique address to identify it For the TCP/IP protocol the address is made of four numbers seperated by periods ( )

Domain Name Service However, numbers are hard to remember We like to use names instead of numbers The DNS keeps a record of host names and their respective numbers Domain Name Server