Supplemental for Ch.8 IS 620 Dr. Lee

Slides:



Advertisements
Similar presentations
Classifying Network Addressing
Advertisements

IP Subnetting.
Ensuring the Reliability of Data Delivery © 2004 Cisco Systems, Inc. All rights reserved. Establishing a TCP Connection INTRO v2.0—6-1.
UDP & TCP Where would we be without them!. UDP User Datagram Protocol.
CIM 2465 IP Subnetting1 IP Subnetting Textbook: Networking Basics, CCNA 1 Companion Guide, Cisco Press Cisco Networking Academy Program, CCNA 1 and 2,
Prepared By: Eng.Ola M. Abd El-Latif
Module 10: Routing Fundamentals and Subnets Small Router Purchase Subnetting Example a Basic Subnetting b Subnetting a Class A Network.
CS682 – Network Management and Security Session 5.
1 Application TCPUDP IPICMPARPRARP Physical network Application TCP/IP Protocol Suite.
Source Port # (16)Destination Port # (16) Sequence Number (32 bits) Acknowledgement Number (32 bits) Hdr Len (4) Flags (6)Window Size (16) Options (if.
1 Version Traffic Class Flow Label Payload Length Next Header Hop Limit Source Address Destination Address IPv6 Header.
Internet Architecture Two computers, anywhere in the world, following certain hardware, software, protocol specifications, can communicate, reliably even.
Introduction to Networking (Yarnfield) Classful subnetting.
Introduction to Networking (Yarnfield) Variable Length Subnet Masking (VLSM)
McGraw-Hill©The McGraw-Hill Companies, Inc., 2001 Chapter 24 TCP/IP.
1 © 2003, Cisco Systems, Inc. All rights reserved. IP Basics 1.1 st Octet Values for Class A, B, C, D, & E 2.HOB (High Order Bits) in the 1 st Octet 3.Format.
IP Address Classes How large is the network part in an IP address? Today we use network masks to tell Originally, IP had address classes with fixed numbers.
IP Addressing. Each TCP/IP host is identified by a logical IP address. –The IP address is a network layer address –No dependence on the Data-Link layer.
Module A Panko and Panko Business Data Networks and Security, 9 th Edition © 2013 Pearson.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 subnetting.
Information & Communication Technology
How to ? Subnetting. Scenario How Many Networks? 2 How Many Network addresses are required? 2 Addresses Used: subnet mask
Page 1 - © Richard L. Goldman IP Address ©Richard L. Goldman January 10, 2002.
Classful IP Addressing
Classes of IP. host must have an IP address that identifies not only the host address (like a house number) but also identifies the network address (like.
1  You are given an IP address for a host /20  What is/are the  Subnet address?  Broadcast address?  The number of useable hosts available.
Chapter 23 TCP/IP Overview Network Layer Transport Layer Application Layer WCB/McGraw-Hill  The McGraw-Hill Companies, Inc., 1998.
CISCO NETWORKING ACADEMY Chabot College ELEC Subnet Review.
1 Exercise: IPv4 subnetting. 2 Task 1 Given is an IP network with address : Divide this network into 8 subnets.
More on TCP Acknowledgements Sequence Number Field Initial Sequence Number Acknowledgement Number Field.
© McLean HIGHER COMPUTER NETWORKING What You Should Know About IP Addresses You need to know that: They are structured into four octets They are.
IP ADDRESSES History Classes and relation to first octet Subnetting Subnet mask Reserved Octets Special Classes IP address and Vlan.
Layer 3: Internet Protocol.  Content IP Address within the IP Header. IP Address Classes. Subnetting and Creating a Subnet. Network Layer and Path Determination.
Cisco Discovery Semester 1 Chapter 5 JEOPADY Q&A by R. Prensky, Template by K. Martin.
Saeed Darvish Pazoki – MCSE, CCNA IP Subnetting 1.
Chapter 21 IP Encapsulation, Fragmentation, and Reassembly.
Subnetting. Class A Address O is the subnet Identifier is the loop back address. 4 Each class A address supports 16,387,064 hosts. 4 Assigned.
IP Addresses Mark Woodhouse and Arthur Manning IP Addressing Used packets created in Layer 3 of the Open Systems Interconnection (OSI) Model Hierarchical.
1 Figure 3-13: Internet Protocol (IP) IP Addresses and Security  IP address spoofing: Sending a message with a false IP address (Figure 3-17)  Gives.
Hour 5 Subnetting 1. you will be able to Explain how subnets and supernets are used Explain the benefits of subnetting Develop a subnet mask that meets.
Internet Architecture. 2 INTRODUCTION INTERNET developed by a community of researchers centered around the Defense Advanced Research Projects Agency (DARPA)
Computer Network Architecture Lecture 6: OSI Model Layers Examples 1 20/12/2012.
1 IP Checksum Calculation At the sender r Set the value of the checksum field to 0. r Divide the header into 16-bit words m Add all segments using one’s.
Point-to-Point Protocol
Final Examination of Internet Communication Protocol.
Ethernet Basics – 7 IP Addressing. Introducing IP Addressing  IP address (TCP/IP address)  Not unique (but should be), user assigned  Layer 3  4 byte.
IP Fragmentation. Network layer transport segment from sending to receiving host on sending side encapsulates segments into datagrams on rcving side,
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 IP Addresses: Classful Addressing.
Subnetting Divide a network to smaller networks (subnets) Reasons
Dotted Decimal Notation
Classful Subnetting IPv4
Multiplexing.
Binary Lesson 4 Classful IP Addresses
Chapter-5 TCP/IP Suite.
IP Addresses: Classful Addressing
IP V4 Subnetting By: Muhammad Hanif.
Pilot-Lehrgang - Semester
Introduction  Hector Macleod  CCNA student  Systems Integration Engineer  Subject - IP addressing.
IP Address.
Cases in Subnetting.
IPv4 Addresses A Quick Guide.
IP v6 Address Space four time the # of bits as v4 # of addresses:
CISCO Acadamic Instructor (CCAI) - Adressing, Routing, Subnetting
TRANSMISSION CONTROL PROTOCOL
CISCO Acadamic Instructor (CCAI) - Adressing, Routing, Subnetting
Binary Lesson 6 Classful Subnetting /24, /25, and /26
Network Models CCNA Instructor Training Course October 12-17, 2009
16EC Computer networks unit II Mr.M.Jagadesh
Electrical Communications Systems ECE
Presentation transcript:

Supplemental for Ch.8 IS 620 Dr. Lee

Flags in TCP Segment A: Acknowledgement S: Synchronization F: Final

IP Address Classes How large is the network part in an IP address? Originally, IP had address classes with fixed numbers of bits in the network part Class A: 8 bits (24 bits in local part) Large Organization, Class B: 16 bits (16 bits in local part) Medium organization, Class C: 24 bits (8 bits in local part) Small Organization,

Class A IP Address IP address begins with 0 7 remaining bits in network part Only 128 possible Class A networks 24 bits in local part Over 16 million hosts per Class A network! All Class A network parts are assigned or reserved

Class B IP Address IP address begins with 10 (1st zero in 2nd position) 14 remaining bits in network part Over 16,000 possible Class B networks 16 bits in local part Over 65,000 possible hosts A good trade-off between number of networks and hosts per network Most have been assigned

Class C IP Address IP address begins with 110 (1st zero in 3d position) 21 more bits in network part Over 2 million possible Class C networks! 8 bits in local part Only 256 possible hosts per Class C network! Unpopular, because large firms must have several

Local Host