Intro_to_IP_Addressing_SV.pptx
Document Details

Uploaded by AppreciatedObsidian2619
Taguig Science High School
Full Transcript
INTRODUCTION TO INTERNET PROTOCOL ADDRESSING Instructor Profile SSg Jennifer Samson Kintanar 876900 (SC) PA DRD NCO/ CCNA Academy Instructor The Signal School, ASR, PA Previous Unit AMIC, PA – Systems Administrator NETBn, ASR, PA – Network Systems Administrator Assi...
INTRODUCTION TO INTERNET PROTOCOL ADDRESSING Instructor Profile SSg Jennifer Samson Kintanar 876900 (SC) PA DRD NCO/ CCNA Academy Instructor The Signal School, ASR, PA Previous Unit AMIC, PA – Systems Administrator NETBn, ASR, PA – Network Systems Administrator Assignments: 4SBn, ASR, PA - ISNCO Education and 2007 BS Information Management – ADCU 2008 Candidate Soldier Course – NCOA,TRADOC Training: 2009 Linux Administration – AMIC, PA 2011 IT Essential Course – AMIC, PA 2013 Cisco Certified Network Associate – AMIC, PA 2014 Cyberoam Unified Threat Management Training 2015 Certified Secure Computer User – Global Knowledge Phils 2016 CCNA Bootcamp – Mapua University 2017 PFSense Training – NET Center, ASR 2017 Security Onion Training – NET Center, ASR 2017 Sophos Endpoint Security – IP Solutions Inc 2018 Web Application Security Training - NETBn, ASR 2020 Cybersecurity Incident Response – TSS, ASR 2020 Comptia Security+ - Rivan School of Tech Inc. 2022 Fiber Optics Splicing - MFI Polytechnic Institute Inc 2022 Instructor Development Training – TDC, TRADOC Need A solid grasp of IP addressing is vital for effectively troubleshooting network issues and understanding network functionality, as well as managing older systems. Roadmap IPv4 and IPv6 Address Structure ASSESS Types of IPv4 Addresses Written Examination SUMMARIZE Network Segmentation APPLY Subnet an IPv4 Network EXPLAIN Check on Learning Learning Objective By the end of the session, students will be able to define IP addressing and explain its purpose in network communication in accordance with Cisco Certified Network Associate (CCNA) v7, Introduction to Networks. Reference Classroom Guidelines You can raise your questions anytime If dozing, do some some stretching. If you are to attend personal necessity, please go silently and please be back. Drinks and foods are authorized. Mobile phones should be in silent mode Safety Guidelines What is an IP Address? IP addresses are an important part of the Internet. An IP address is a unique address that locate a device on the internet or a local network. IP stands for "Internet Protocol," which is the set of rules governing the format of data sent via the internet or local network. IP Addresses Structure Currently, there are 2 versions of IP addresses in use i.e IPv4 and IPv6: 1. IPv4 (Internet Protocol Version 4) It is the first version of the Internet Protocol address. The address size of IPv4 is a 32-bit number. It has 4,294,967,296 addresses IP Addresses Structure 2. IPv6 (Internet Protocol Version 6) It is the recent version of the Internet Protocol address. The address size of IPV6 is 128-bit number. It allows 3.4 x 10^38 unique IP addresses which seems to be more than sufficient to support trillions of internet devices present now or coming in future. IP Addresses Structure Binary and IPv4 Addresses Binary numbering system consists of 1s and 0s, called bits Decimal numbering system consists of digits 0 through 9 Hosts, servers, and network equipment uses binary addressing to identify each other. Each address is made up of a string of 32 bits, divided into four sections called octets. Each octet contains 8 bits (or 1 byte) separated by a dot. For ease of use by people, this dotted notation is converted to dotted decimal. Binary Positional Notation The binary positional notation system operates as shown in the tables below. Radix 2 2 2 2 2 2 2 2 Position in Number 7 6 5 4 3 2 1 0 Calculate (27) (26) (25) (24) (23) (22) (21) (20) Position Value 128 64 32 16 8 4 2 1 Positional Value 128 64 32 16 8 4 2 1 Binary Number 1 1 0 0 0 0 0 0 (11000000) Calculate 1x128 1x64 0x32 0x16 0x8 0x4 0x2 0x1 Add Them Up… 128 + 64 +0 +0 +0 +0 +0 +0 Result 192 Binary to Decimal Positional Value 128 64 32 16 8 4 2 1 Binary Number 1 1 0 0 0 0 0 0 (11000000) Result 192 Positional Value 128 64 32 16 8 4 2 1 Binary Number 1 0 1 0 1 0 0 0 (10101000) Result 168 Positional Value 128 64 32 16 8 4 2 1 Binary Number 0 0 0 0 1 0 1 0 (00001010) Result 10 Convert the ff: Binary to Decimal 1. 10000001 2. 00110010 3. 00001010 4. 00010111 5. 11111111 Decimal to Binary Positional Value 128 64 32 16 8 4 2 1 Decimal 1 0 1 0 0 1 0 0 164 Result 10100100 Positional Value 128 64 32 16 8 4 2 1 Decimal 1 0 1 0 1 1 0 0 172 Result 10101100 Positional Value 128 64 32 16 8 4 2 1 Decimal 0 0 1 0 0 0 1 1 35 Result 00100011 Convert the ff: Decimal to Binary 1. 12 2. 15 3. 127 4. 255 5. 20 Types of IPv4 Addresses Public and Private IPv4 Addresses As defined in in RFC 1918, public IPv4 addresses are globally routed between internet service provider (ISP) routers. Private addresses are common blocks of addresses used by most organizations to assign IPv4 addresses to internal hosts. However, private addresses are not globally routable. IPv4 Addresses An IPv4 address is a 32-bit hierarchical address that is made up of a network portion and a host portion. When determining the network portion versus the host portion, you must look at the 32-bit stream. A subnet mask is used to determine the network and host portions. IPv4 Configuration on a Windows Computer Routing to the Internet Network Address Translation (NAT) translates private IPv4 addresses to public IPv4 addresses. NAT is typically enabled on the edge router connecting to the internet. It translates the internal private address to a public global IP address. Network Segmentation Check on Learning Summary Discussed the Internet Protocol Addressing. Determined the IPv4 Address Structure. Identified the types of IPv4 Addresses. Described the Network Segmentation. Assessment Written Examination Twenty (20) items 1 point each. The exam will be Multiple Choice (Single Response). Students must attain a grade of 70% to pass the exam. Learning Outcome By this time, students are now able to define IP addressing and explain its purpose in network communication in accordance with Cisco Certified Network Associate (CCNA) v7, Introduction to Networks. Future Next lesson will be “Routing Fundamentals”. End of Presentation