Why we need to divide network?

Similar documents
Introduction Layer 3. IP-Header: and RFC-760 Addressing schemes Subnetting Routing. Layer 3 Solution in Trains

BTEC Level 3 Extended Diploma

Chapter 8: Subnetting IP networks. Introduction to Networks v5.1

Linux System Administration

IP Addressing and Subnetting

shortcut Tap into learning NOW! Visit for a complete list of Short Cuts. Your Short Cut to Knowledge

THE OSI MODEL. Application Presentation Session Transport Network Data-Link Physical. OSI Model. Chapter 1 Review.

Top-Down Network Design, Ch. 7: Selecting Switching and Routing Protocols. Top-Down Network Design. Selecting Switching and Routing Protocols

Network Layer Week 5. Module : Computer Networks Lecturer: Lucy White Office : 324

Chapter 7 Routing Protocols

Routing Fundamentals. What Is Routing? Routing Information. Routing Requirements. Most of the necessary information is contained in the routing table

Copyright 2011 Sakun Sharma

OSI Network Layer. Chapter 5

SEMESTER 1 Chapter 5 OSI Network Layer V What services does the network layer provide?

Routing Protocols and

Network Technologies. Unit 5, Chapter 8 Switching and Routing. Cisco Learning Institute Network+ Fundamentals and Certification

Planning for Information Network

Routing, Routing Algorithms & Protocols

Introduction to Dynamic Routing Protocols

RIP Version 2. The Classless Brother

Chapter 4: VLSM and Classless Inter Domain Routing. ITE PC v4.0 Chapter Cisco Systems, Inc. All rights reserved.

EIGRP Features and Operation

Top-Down Network Design

SEMESTER 2 Chapter 3 Introduction to Dynamic Routing Protocols V 4.0

Introduction to OSPF

Chapter 9: Subnetting IP Networks

Campus Networking Workshop CIS 399. Core Network Design

Presentation On Routing Protocol

Lab 5.6.2: Challenge RIP Configuration

CN1047 INTRODUCTION TO COMPUTER NETWORKING CHAPTER 5 OSI MODEL NETWORK LAYER

Chapter 3. Introduction to Dynamic Routing Protocols. CCNA2-1 Chapter 3

Chapter 6 Addressing the Network- IPv4

Interconnecting Cisco Networking Devices Part 1

Introduction to OSPF OSPF. Link State Routing. Link State. Fast Convergence. Low Bandwidth Utilisation

Al-Mustansiriyah University Fourth Year ( )

Chapter 2 Review Questions

Internet Protocols (chapter 18)

Chapter 8: Subnetting IP Networks CCENT Routing and Switching Introduction to Networks v6.0

Chapter 6 Reading Organizer

IP Protocols. ALTTC/Oct

Distance Vector Routing Protocols

CHAPTER 4: ROUTING DYNAMIC. Routing & Switching

CCE1030 Computer Networking

Chapter 6. Variable Length Subnet Masking (VLSM) Classless Inter-Domain Routing (CIDR) CCNA2-1 Chapter 6

How to Choose the Best Router Switching Path for Your Network

Introduction to IP Routing. Geoff Huston

Lab 8 (IP Addressing)

Chapter 7: Routing Dynamically. Routing & Switching

CCENT Study Guide. Chapter 9 IP Routing

Routing Information Protocol. A simple distance vector scheme

Routing Basics ISP/IXP Workshops

Routing Information Protocol

OSI Network Layer. Network Fundamentals Chapter 5. Version Cisco Systems, Inc. All rights reserved. Cisco Public 1

Routing Overview for Firepower Threat Defense

The most simple way to accelerate a Router is at 9.8 m/sec/sec.

TCP /IP Fundamentals Mr. Cantu

Final exam study Guide

CIS 83 Midterm Spring 2004 Answer Sheet Name Score Grade Question Answer Question Answer

Routing Basics ISP/IXP Workshops

Routing in the Internet

Configuring IPv4 Addresses

CS 43: Computer Networks Internet Routing. Kevin Webb Swarthmore College November 16, 2017

IP Addressing - Subnetting

The identifier used in the IP layer of the TCP/IP protocol suite to identify each device connected to the Internet is called the Internet address or

Determining IP Routes. 2000, Cisco Systems, Inc. 9-1

Chapter 4: Routing Concepts. Routing & Switching

Routing Information Protocol. RIP application. RIP version 1

CCNA Questions/Answers Routing Protocols

Open Shortest Path First (OSPF)

Interplay Between Routing, Forwarding

Routing Basics. Routing Concepts. IPv4. IPv4 address format. A day in a life of a router. What does a router do? IPv4 Routing

INTERNET TEACHING LAB: Interior Gateway Protocol (IGP) LAB

Internet Routing Protocols Tuba Saltürk

Cisco Building Scaleable Cisco Internetworks (BSCI) Practice Test. Version

Back to basics J. Addressing is the key! Application (HTTP, DNS, FTP) Application (HTTP, DNS, FTP) Transport. Transport (TCP/UDP) Internet (IPv4/IPv6)

Introduction to OSPF

Border Gateway Protocol

Introduction to Routing and Packet Forwarding

Routing Overview. Information About Routing CHAPTER

CCNA IP ROUTING. Revision no.: PPT/2K605/03

CS 43: Computer Networks. 24: Internet Routing November 19, 2018

Lab 9.6.2: Challenge EIGRP Configuration Lab

Why dynamic route? (1)

Introduction to Routing

Introduction to OSPF

Chapter 5 RIP version 1

SEN366 (SEN374) (Introduction to) Computer Networks

Inter-networking. Problem. 3&4-Internetworking.key - September 20, LAN s are great but. We want to connect them together. ...

Routing Overview. Path Determination

ASA Has High CPU Usage Due to a Traffic Loop When VPN Clients Disconnect

Introduction to routing in the Internet

Building the Routing Table. Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles

Finish Network Layer Start Transport Layer. CS158a Chris Pollett Apr 25, 2007.

Introduction to Local and Wide Area Networks

How to Choose the Best Router Switching Path for

Chapter 18. Introduction to Network Layer

IT220 Network Standards & Protocols. Unit 8: Chapter 8 The Internet Protocol (IP)

Two types of routing protocols are used in internetworks: interior gateway protocols (IGPs) and exterior gateway protocols (EGPs).

Course Routing Classification Properties Routing Protocols 1/39

Routing Protocols of IGP. Koji OKAMURA Kyushu University, Japan

Transcription:

Content Introduction Layer 3 IP Protocol IP-Header: www.ietf.org and RFC-760 Addressing Schemes Subnetting Routing Layer 3 Solution in Trains Communication Matrix (Information Based Communication) 53 Why we need to divide network? Network administrators sometimes need to divide networks, especially large ones, into smaller networks: Reduce the size of a broadcast domain. Improve network security. Implement the hierarchical managements. So we need more network addresses for your network. But I want the outside networks see our network as a single network. 54

Divide network by three 55 Subnetting Subnetworks are smaller divisions of network. Subnet addresses include the Class A, Class B, or Class C network portion, plus a subnet field and a host field. To create a subnet address, a network administrator borrows bits from the original host portion and designates them as the subnet field. Subnet addresses are assigned locally, usually by a network administrator. 56

Subnetting 57 Subnet mask Extended Network Prefix. Determines which part of an IP address is the network field and which part is the host field. 32 bits long. Divided into four octets. Network and Subnet portions all 1 s. Host portions all 0 s. 58

Default subnet mask: Example 192.168.2.100 / 255.255.255.0. 11000000.10101000.00000010.01100100. 11111111.11111111.11111111.00000000. 11000000.10101000.00000010.01100100. Class C network: 24 bits for network portion. 0 bits for subnet portion. 8 bits for host portion. Subnet address: 192.168.2.0. 59 Subnet mask: Example 172.16.65.100 / 255.255.240.0. 10101100.00010000.01000001.01100100. 11111111.11111111.11110000.00000000. 10101100.00010000.01000001.01100100. Class B network: 16 bits for network portion. 4 bits for subnet portion. 12 bits for host portion. Subnet address: 172.16.64.0. 60

How many bits can I borrow? All of subnet bits are: 0 : reserved for network address. 1 : reserved for broadcast address. The minimum bits you can borrow is: 2 bits. The maximum bits you can borrow is: A: 22 bits ~ 222-2 = 4.194.302 subnets. B: 14 bits ~ 214-2 = 16.382 subnets. C: 06 bits ~ 206-2 = 62 subnets. 61 Why we need to know Boolean ops? IP Address AND Subnet Mask Network layer performs the Boolean operations in order to find the network ID of a subnet Example: 172.16.65.100 AND 255.255.240.0 Network address: 172.16.64.0 = Network and Subnet address 62

APR to find a MAC Address 63 Address all nodes (braodcast) Broadcasting messages are intended to be seen by every host on a network. The broadcast address is formed by using all 1s within a portion of the IP address Two kinds of broadcasts - directed broadcasts and flooded broadcasts. Broadcasts directed into a specific network/subnet are allowed and are forwarded by the router. These directed broadcasts contain all 1s in the host portion of the address. Flooded broadcasts (255.255.255.255) are not propagated, but are considered local broadcasts. 64

Content Introduction Layer 3 IP Protocol IP-Header: www.ietf.org and RFC-760 Addressing schemes Subnetting Routing Layer 3 Solution in Trains Communication Matrix (Information Based Communication) 65 Routing: Forward IP-Packets Initially, a router must refer to entries about networks or subnets that are directly connected to it. Each interface must be configured with an IP address and a mask. The initial source of addressing is a user who types it into a configuration file. 66

Routing: types of routes 67 static routes - manually defined by the system administrator as the next hop to a destination; useful for security and traffic reduction default routes - manually defined by the system administrator as the path to take when there is no known route to the destination dynamic routing - the router learns of paths to destinations by receiving periodic updates from other routers. Default route A default network must exist in a routing table. Default routes keep routing tables shorter. When an entry for a destination network does not exist in a routing table, the packet is sent to the default network. Because a router does not have complete knowledge about all destination networks, it can use a default network number to indicate the direction to take for unknown network numbers. Use the default network number when you need to locate a route, but have only partial information about the destination network. 68

Different routing protocols a router can use an IP routing protocol to accomplish routing through the implementation of a specific routing algorithm. Examples of IP routing protocols include: RIP - a distance-vector routing protocol IGRP - Cisco s distancevector routing protocol OSPF - a link-state routing protocol EIGRP - a balanced hybrid routing protocol. 69 Routing: RIP RIP was originally specified in RFC 1058. Its key characteristics include the following: It is a distance-vector routing protocol. Hop count is used as the metric for path selection. The maximum allowable hop count is 15. By default, routing updates are broadcast every 30 seconds 70

Routing Table 71 The show ip route command displays the contents of the IP routing table, which contains entries for all known networks and subnetworks, along with a code that indicates how that information was learned. Content Introduction Layer 3 IP Protocol IP-Header: www.ietf.org and RFC-760 Addressing schemes Subnetting Routing Layer 3 Solution in Trains Communication Matrix (Information Based Communication) 72

Train Network Structure 73 Sources: IEC 61375 WTB Data-Frame 74

Routing in a train The network layer routes packets from an Origin station to a Final station. To this effect, the network layer uses the mapping provided by several directories: a) the station directory, b) the function directory, c) the group directory, and d) the node directory. The network layer is connectionless. 75 Network-Layer / Routing 76

Routing Situations 77 Frame Structure 78

Frame Structure 79 Content Introduction Layer 3 IP Protocol IP-Header: www.ietf.org and RFC-760 Addressing schemes Subnetting Routing Layer 3 Solution in Trains Communication Matrix (Information Based Communication) 80