CISCO.

Slides:



Advertisements
Similar presentations
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Advertisements

Networks & Components Discuss the components required for successful communications Explain the purpose of communications software Identify various sending.
By the end of this section, you will know and understand the hardware and software involved in making a LAN!
Module 1 Introduction to Networking Andrew Fiade.
BTT 101 / 2O1 Lesson 10 Dundas Valley Secondary Mr. Young.
Networks “Each time you use the telephone you use the world’s largest computer network – the telephone system”
Introduction to Networking CCNA 1, Module 1 By Steven Beckwith.
Copyright 2002Cisco Press: CCNA Instructor’s Manual Year 1 - Chapter 1/Cisco 1 - Module 1 Computer Basics By Robert M. Cannistra.
Copyright CCNA 1 Chapter 1 Introduction to Networking By Your Name.
Chapter 1 – Introduction to Networking CCNA 1 version 3.0.
1 Pertemuan 1 Connecting to the Internet. Discussion Topics Requirements for Internet connection PC basics Network interface card NIC and modem installation.
Introduction to Networks. Objectives The purpose and uses of networks The Key components of a computer network The Different types of network and the.
Introduction to Computers Personal Computing 10. What is a computer? Electronic device Performs instructions in a program Performs four functions –Accepts.
Welcome to Cisco Academy Chapter 1. Objectives Understand Safety Rules Provide common knowledge base –PC Hardware Build bridge between understanding of.
University of the Western Cape Chapter 1: Computing Basics Aleksandar Radovanovic.
1 Computing Basics Honolulu Community College Cisco Academy Training Center Semester 1 Version
Computer Networks All you need to know. What is a computer network? Two or more computers connected together so that they can communicate with each other.
66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Describe the four basic types of system units.
ROM Read Only Memory “…computer memory on which data has been prerecorded. Once data has been written onto a ROM chip, it cannot be removed and can only.
Discovery Internetworking Module 1 JEOPARDY K. Martin.
Sem 1v2 Chapter 1: The Basics of Computing. There are three reasons why it is important to be able to recognize and name the major components of a PC.
CISCO. Computer Networking The Internet The Internet Yesterday.
Semester 1 3 JEOPARDY CHAPTER 1 REVIEW Ryan McCaigue.
Requirements for an Internet Connection The Internet is the largest data network on earth. Connection to the Internet can be broken down into the physical.
McGraw-Hill Technology Education © 2006 by the McGraw-Hill Companies, Inc. All rights reserved. 66 CHAPTER THE SYSTEM UNIT.
1 Review - Computing Basics n Key points: u Computer Hardware and Software. u Binary Number System u Networking Terminology F Networking F LANs F WANs.
Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.
What is Bandwidth.
Welcome to Cisco Academy Chapter 1 Introduction to Networking.
What is a Network? Living Online Lesson 1 Mrs. Elzey.
Computing Basics Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
Nama: Chuli jimmi Manurung
1 1 7-Dec-15 Binary Converting to and from decimal.
BASIC COMPONENTS.  Central processing unit.  The most powerful microprocessor chip in your computer.
Higher Computing Networking. Networking – Local Area Networks.
Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
Homework Explain these terms in your own words. If they are not your own words, they need to be in quotes with a source given. Sources 1.Wilson 2.Webopedia.
Semester 1 v CCNA 1 Module 1:Introduction. Semester 1 v Connecting to the Internet.
1 CCNA 1 v3.1 Module 1 Introduction to Networking Claes Larsen, CCAI.
Communication Devices..
Unit 5 Introduction to Networking
NETWORK DESIGN.
Unit 5 Introduction to Networking
CCNA 1 v3 JEOPARDY Module 1 CCNA1 v3 Module 1 K. Martin.
Level 2 Diploma Unit 10 Setting up an IT Network
Components of a network
Chapter 3 Computer Networking Hardware
Internet & Communications Technology
3 Computing System Fundamentals
Basic Computer Hardware & Software
Computing Basics Honolulu Community College
Computer Hardware Can you name some computer components?
Transforming Data Into Information
Making an Ethernet Cable
The Internet and the World Wide Web
شبكات الحاسوب صائب ابوليل.
Personal Computers and Applications
Computer Networks.
Chapter 1: Computer Systems
McGraw-Hill Technology Education
شبكات الحاسب COMPUTER NETWORKS د. نسرين بابكر.
Unit 2 Introduction to Networking
Chapter 4: Data Communication and Networks
CCNA 1 v3 JEOPARDY Module 1 CCNA1 v3 Module 1 K. Martin.
Chap 2. Computer Fundamentals
McGraw-Hill Technology Education
Chapter 1 Introduction to Networking
McGraw-Hill Technology Education
Presentation transcript:

CISCO

Computer Networking

The Internet

The Internet Yesterday

Basics of Computing

Parts of a Computer CPU - Central Processing Unit Memory - ROM, RAM, etc. Interface - Modem, Video Card, Floppy, etc. All are connected by a bus which is plug in slots.

NIC Network Interface Card PCs use IDE or PCI Laptops use PCMCIA (“credit card”) TCP/IP - the computers address on the network

Networks - a “conglomeration” of people or things focused on a common goal LAN Local Area Network used within or between offices WAN Wide Area Network used between buildings or within a “complex”

How is information stored in computers? By using the binary number system The only possible symbols or "bits", are 1 and 0. The bits represent text, pictures, and sounds A 1 bit is often represented by the presence of voltage on a copper conducting cable or light in an optical fiber

Imagine measuring the voltage at one point on the cable as time goes on (for a fiber, imagine measuring the light intensity versus time). Your measurements would allow you to create a graph of voltage versus time (for a fiber, light intensity versus time).

The numbering system most frequently used is the decimal numbering system. A decimal numbering system is based on powers of 10: 100, 101, 102, 103, 104, etc. 100 = 1 101 = 10 X 1 or 10 102 = 10 X 10 or 100 103 = 10 X 10 X 10, or 1000 104 = ?????????

When counting in the decimal system when you reach the number 9 you must add another digit. Examples: Count 9, 10 Count 99, 100 Count 999, 1000

Binary numbering system (Bit - binary digit) How does a binary number system differ from a decimal numbering system? A binary numbering system is based on powers of 2 20, 21, 22, 23, 24, etc. 20 = 1 21 = 2 X 1 or 2 22 = 2 X 2 or 4 23 = 2 X 2 X 2, or 8 24 = ?????????

Let’s count in binary. Remember you can only use 0s and 1s. 1 10 11 100 101 110 111

Bonus: What would an octet of all ones equal? Let’s take a break and complete a worksheet on converting decimal to binary and vice versa. Bonus: What would an octet of all ones equal?

American Standard Computer Information Interchange

Bandwidth Water Hiway System Radio Audio Media Coaxial Cable Category 5 Cable (Cat 5) Fiber Optic Bandwidth determines throughput (because file are transferred faster) slow or fast 14.4K or 56K