INTRO Module 1 Boolean Math

Slides:



Advertisements
Similar presentations
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Addressing the Network – IPv4 Network Fundamentals – Chapter 6.
Advertisements

IP Subnetting.
IP Addresses: Classful Addressing IP Addresses. CONTENTS INTRODUCTION CLASSFUL ADDRESSING Different Network Classes Subnetting Classless Addressing Supernetting.
Calculating Subnet Masks
IP Addressing and Subnetting
OUR SUBNET PLANNING MISSION: We have been assigned an address of Assume 20 subnets are needed, with 5 hosts per subnet. Our mission is to.
Module 10: Routing Fundamentals and Subnets Small Router Purchase Subnetting Example a Basic Subnetting b Subnetting a Class A Network.
1 Version 3 Module 1 Introduction to Networking. 2 Version 3 Internet Connections The Internet is the largest data network on earth. The Internet consists.
Introduction to Networking CCNA 1, Module 1 By Steven Beckwith.
University College Cork IRELAND Number Systems, Data Types, Codes Logic Gates: An Introduction.
Introduction to Networking (Yarnfield) Classful subnetting.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—4-1 LAN Connections Constructing a Network Addressing Scheme.
CCNA 1 Module1. Objectives Internet Connections Physical – NIC card to connect to local net Logical – Use a standard set of protocols (TCP/IP) Applications.
Ch.9 – IP Addressing Part 1 CCNA 1 version 3.1.
Information & Communication Technology
Week 3 - IP addressing 4 Introduction to IP addressing 4 Classes of IP addressing 4 Why Subnet Masks are necessary? 4 How to create subnet masks.
1 Real Networkers don’t use Decimal! Part 1. Binary & Interpreting IP Addresses October 19, 2004.
Copyright CCNA 1 Chapter 1 Introduction to Networking By Your Name.
Boolean math is the cornerstone of digital communications, whether you are talking computers, PLC, or Cisco Routers on the Internet. ©Emil Decker, 2009.
Introduction to Networking
IP Addresses & Classes Presented By: M.Usman Khan Ghauri Nauman Aslam.
CCNA 1 v3.0 Module 1 Review. 2 Which specialized equipment is used to make a physical connection to a network from a PC? (Choose two.) Modem Router CD.
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.
CISCO NETWORKING ACADEMY Chabot College ELEC Subnet Review.
Title NUMERIC SYSTEMS USED IN NETWORKING NUMERIC SYSTEMS USED IN NETWORKING.
Network Addressing. Internet Protocol Address An IP (Internet Protocol) address is a unique identifier for a node or host connection on an IP network.
1 Exercise: IPv4 subnetting. 2 Task 1 Given is an IP network with address : Divide this network into 8 subnets.
Subnetting Tips - CCNA Power Camp, Ver Copyright 2005, Epsico 1 of 92.
CCNA 1 v3.0 Module 1 Introduction to Networking. Purpose of This PowerPoint This PowerPoint primarily consists of the Target Indicators (TIs) of this.
1 Pertemuan 2 Network Math. Discussion Topics Binary presentation of data Bits and bytes Base 10 number system Base 2 number system Converting decimal.
What is an And Gate? It is a digital circuit that produce logical operations The logical operations are call Boolean logical Boolean operation consist.
Binary Numbers. Why Binary? Maximal distinction among values  minimal corruption from noise Imagine taking the same physical attribute of a circuit,
CS 447 Networks and Data Communication IP Subnet Mask: Purpose: To indicate which portion of an IP address indicates host address Example SIUE IP Network.
Linear Algebra. Circuits The circuits in computers and other input devices have inputs, each of which is either a 0 or 1, the output is also 0s and 1s.
Saeed Darvish Pazoki – MCSE, CCNA IP Subnetting 1.
Computers and Math Binary, Hex, and Decimal Oh My Copyright © Texas Education Agency, All rights reserved.1.
Chapter 3 - Page 1 Infogem Institute of Technology CCNA Course IP Addressing & Subnetting IP ADDRESSING & SUBNETTING.
Semester 1 v CCNA 1 Module 1:Introduction. Semester 1 v Connecting to the Internet.
The inverter performs the Boolean NOT operation. When the input is LOW, the output is HIGH; when the input is HIGH, the output is LOW. The Inverter AX.
Computer Network Architecture Lecture 9: IP Addressing 13/1/
1 CCNA 1 v3.1 Module 1 Introduction to Networking Claes Larsen, CCAI.
IP Addressing, Sub-netting & VLSM
Internet Architecture
IP Addressing and Subnetting
Classful Subnetting IPv4
OSI Model IP address.
Chapter 3 - Binary Numbering System
CCNA 1 v3.1 Module 1 Introduction to Networking
Chapter-5 TCP/IP Suite.
CSCI-100 Introduction to Computing
Lec 9 Subnet 3.1 Computer Networks Al-Mustansiryah University
Network classes Internet addresses are allocated by the InterNIC ( the organization that administers the Internet. These IP addresses.
CCNA 1 v3.1 Module 1 Introduction to Networking
IPV4 Address & subnet masks
Introduction to Networking
CCNA 1 v3.1 Module 1 Introduction to Networking
Sub Neting exercises.
For OCR GCSE Computing Unit 1 - Theory
Creating Subnets – Network Requirements
Introduction to Networking (Yarnfield)
Binary Lesson 6 Classful Subnetting /24, /25, and /26
Binary Lesson 4 Hexadecimal and Binary Practice
IP Addressing & Subnetting
IP ADDRESSING.
Chapter 1 Introduction to Networking
Lec 7 Network Layer: Logical Addressing
CCNA 1 v3.1 Module 1 Introduction to Networking
Lec2: Experiment Designing the network, IP addressing and Subnets, designing using Variable Length Subnet Mask Dr. Mohamed Abd-Eldayem References: CCNA.
Presentation transcript:

INTRO Module 1 Boolean Math

Curriculum Reference CCNA 1 v 3.1 module 1 networking basics Sub module 1.2 Network Math

What in this module ASCII Code Decimal Binary Hexadecimal Boolean Logic IP Addressing And Network Mask

מצגת המרות

Exurcise

Boolean Logic Boolean logic is a binary logic that allows two numbers to be compared and a choice generated based on the two numbers. These choices are the logical AND, OR and NOT. Computers are built from various types of electronic circuits. These circuits depend on what are called AND, OR, and NOT logic "gates." These gates are characterized by how they respond to input signals.

Boolean Logic – AND The AND operation takes two input values. If both are 1, the logic gate generates a 1 output. Otherwise it outputs a 0. There are four combinations of input values. Three of these combinations generate a 0, and one combination generates a 1.

Boolean Logic – OR The OR operation also takes two input values. If at least one of the input values is 1, the output value is 1. Again there are four combinations of input values. This time three combinations generate a 1 output and the fourth generates a 0 output.

Boolean Logic – NOT The NOT operation takes whatever value is presented, 0 or 1, and inverts it. A one becomes a zero and a zero becomes a one. The logic rule that they follow is whatever the input is, the output is the opposite.

IP Addresses and Network Masks The IP address of a computer consists of a network and a host part that represents a particular computer on a particular network.

IP Addresses and Network Masks To inform a computer how the 32-bit IP address has been split, a second 32-bit number called a subnetwork mask is used. This mask is a guide that indicates how the IP address should be interpreted by identifying how many of the bits are used to identify the network of the computer. A subnet mask will always be all 1s until the network address is identified and then be all 0s from there to the right most bit of the mask.

IP Addresses and Network Masks Some examples of subnet masks are: 11111111.00000000.00000000.00000000 written in dotted decimal as 255.0.0.0 or 11111111.11111111.00000000.00000000 written in dotted decimal as 255.255.0.0 11111111.11111111.11111111.11000000 written in dotted decimal as 255.255.255.192

IP Addresses and Network Masks Performing a Boolean AND of the IP address 10.34.23.134 and the subnet mask 255.0.0.0 produces the network address of this host: 00001010.00100010.00010111.10000110 11111111.00000000.00000000.00000000 00001010.00000000.00000000.00000000 Converting the result to dotted decimal, 10.0.0.0 is the network portion of the IP address, when using the 255.0.0.0 mask.

IP Addresses and Network Masks Given the following information, determine the network and host portion of the IP address: IP address: 192.32.224.8 Subnet Mask: 255.255.255.0 IP address: 224.48.130.34 Subnet Mask: 255.255.255.192

INTRO Module 1 Connecting the Internet The - End