Internet technologies

Slides:



Advertisements
Similar presentations
IP Subnetting.
Advertisements

© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—1-1 Building a Simple Network Understanding the TCP/IP Internet Layer.
© Wiley Inc All Rights Reserved. CCNA: Cisco Certified Network Associate Study Guide CHAPTER 3: IP Subnetting and Variable Length Subnet Masks (VLSM)
Chapter 18. IP: Internet Protocol Addresses
1 IP: Internet Protocol Addresses. 2 Internet Protocol (IP) Only protocol at Layer 3 Fundamental in suite Defines –Internet addressing –Internet packet.
IP Suite© Dr. Ayman Abdel-Hamid, CS4254 Spring CS4254 Computer Network Architecture and Programming Dr. Ayman A. Abdel-Hamid Computer Science Department.
Network Layer. The Network layer, or OSI Layer 3, provides services to exchange the individual pieces of data over the network between identified end.
1 Version 3.0 Module 10 Routing Fundamentals and Subnetting.
Network Layer IS250 Spring 2010
Introduction to TCPIP IPV4. Contents  What are Network Layers?  Understanding IPV4 Addresses  What are Subnet Masks?  IP Conversion  Understanding.
1 Chapter Overview Subnet. What is a subnet When you break a network into a few smaller networks, you have created several subnets Like IP address where.
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.
Layering and the TCP/IP protocol Suite  The TCP/IP Protocol only contains 5 Layers in its networking Model  The Layers Are 1.Physical -> 1 in OSI 2.Network.
3 Het IP-Protocol. 3 IP-protocol Services Routing Multiple client protocols Datagram delivery Independant from the Network Interface Layer Fragmentation.
Chap 10 Routing and Addressing Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
CN2668 Routers and Switches Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
IP Addressing Basics LAB 8.
1Group 07 IPv6 2 1.ET/06/ ET/06/ ET/06/ EE/06/ EE/06/ EE/06/6473 Group 07 IPv6.
G64INC Introduction to Network Communications Ho Sooi Hock Internet Protocol.
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
11 NETWORK LAYER PROTOCOLS Chapter 5 IP IPX NetBEUI AppleTalk.
ES 101. Module 2 IP Addressing & Routing. Last Lecture Wide area networking Definition of “packets”
Internet Protocol Internetworking Lab 1. Why Internet?
ITEC 370 George Vaughan Franklin University
Internetworking Internet: A network among networks, or a network of networks Allows accommodation of multiple network technologies Universal Service Routers.
Internetworking Internet: A network among networks, or a network of networks Allows accommodation of multiple network technologies Universal Service Routers.
IP1 The Underlying Technologies. What is inside the Internet? Or What are the key underlying technologies that make it work so successfully? –Packet Switching.
IP addresses IPv4 and IPv6. IP addresses (IP=Internet Protocol) Each computer connected to the Internet must have a unique IP address.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Network Layer PART IV.
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.
workshop eugene, oregon IP Basics Unix/IP Preparation Course July 19, 2009 Eugene, Oregon, USA
Easy Subnetting. Chapter 4 Objectives Topics Covered in this chapter include: Interpret network diagrams Describe the operation and benefits of using.
CCNA Discovery Semester 3 Addressing in an Enterprise Network Chapter 4 K. Martin.
INTRODUCTION  Network Layer is the third layer in the seven layer OSI model  It provides logical addressing and routing  The protocols in this layer.
Introduction to Internetworking. 2 The IP Addressing Scheme (IPv4) (psu.edu) Dotted Decimal Notation: A notation more convenient for humans.
1 Layer 3: Routing & Addressing Honolulu Community College Cisco Academy Training Center Semester 1 Version
IP Addressing. A 32-bit logical naming convention A dotted-decimal notation is used: – –Each number represents 8 bits. Number is Part.
Computer Network Architecture Lecture 7: OSI Model Layers Examples II 1 26/12/2012.
Discovery 2 Internetworking Module 4 JEOPARDY K. Martin.
How the computer passport system works
Instructor & Todd Lammle
IP Addresses: Classful Addressing
LESSON Networking Fundamentals Understand IPv4.
4.3 Network Layer Logical Addressing
Network Layer, and Logical Addresses
Networking CS 3470, Section 1 Sarah Diesburg
PART IV Network Layer.
Seminar report on IPv4 & IPv6
Interconnecting Networks with TCP/IP
CS4470 Computer Networking Protocols
Network Architecture Introductory material
Chapter 2 Easy Subnetting
The IP addresses are unique. The address space of IPv4 is 2 32 or 4,294,967,296.
Chapter 9 Objectives Understand TCP/IP Protocol.
Binary Lesson 5 Classful IP Addresses
TCP/IP Explored Jun Wu 11/11/2018.
Review of Important Networking Concepts
Key concepts covered in Midterm III
CPEG512 Advanced Computer Networks
Internet Protocol INTERNET PROTOCOL.
Data Communications and Networking
INTERNET PROTOCOL Presented by: Md:Faruque-A-Azam ID:1642CSE00570 Batch:42 CSE,MIU.
CSE 313 Data Communication
Chapter 2 Easy Subnetting
Introduction to Networks
IP Addressing & Subnetting
IP Addressing & Subnetting
Data Communication and Computer Networks
Layering and the TCP/IP protocol Suite
Presentation transcript:

Internet technologies Structure of the Internet

Clients and Servers

Network routing

An Overview of the OSI Model

TCP/IP

Internet Protocol Internet Protocol is one of the major protocol in TCP/IP protocols suite. This protocol works at Network layer of OSI model and at Internet layer of TCP/IP model. Thus this protocol has the responsibility of identification of hosts based upon their logical addresses and to route data between/among them over the underlying network. IP provides a mechanism to uniquely identify host by IP addressing scheme. IP uses best effort delivery, i.e. it does not guarantee that packets would be delivered to destined host but it will do its best to reach the destination.

Internet Protocol Version 4 (IPv4) Internet Protocol being a layer-3 protocol (OSI) takes data Segments from layer-4 (Transport) and divides it into what’s called packet. IP packet encapsulates data unit received from above layer and adds its own header information. IPv4 uses 32-bit (four-byte) addresses, which limits the address space to 4294967296 ( 2 32 ) addresses. This limitation stimulated the development of IPv6 in the 1990s, which has been in commercial deployment since 2006.

Subnet Mask The 32-bit IP address contains information about the host and its network. It is very necessary to distinguish the both. For this, routers use Subnet Mask, which is as long as the size of the network address in the IP address. Subnet Mask is also 32 bits long. If the IP address in binary is ANDed with its Subnet Mask, the result yields the Network address. For example, say the IP Address 192.168.1.152 and the Subnet Mask is 255.255.255.0 then This way Subnet Mast helps extract Network ID and Host from an IP Address. It can be identified now that 192.168.1.0 is the Network number and 192.168.1.152 is the host on that network.

CIDR (Classless Inter Domain Routing) CIDR is a slash notation of subnet mask. CIDR tells us number of on bits in a network address. In subnetting we find the answer of following questions: What is subnet mask for given address? How many subnets does given subnet mask provide ? What is block size for given subnet mask? What are the valid subnets? What are the total hosts? How many valid hosts are available per subnet? What is broadcast address of each subnet? What is network address of each subnet?

Internet Protocol Version 6 (IPv6) IPv6 is an Internet Layer protocol for packet-switched internetworking and provides end-to-end datagram transmission across multiple IP networks, closely adhering to the design principles developed in the previous version of the protocol, Internet Protocol Version 4 (IPv4).

Domain Name System