Computer Networks Lecture 11

Size: px
Start display at page:

Download "Computer Networks Lecture 11"

Transcription

1 Computer Networks Lecture 11 Wei Liu ( 刘威 ) Dept. of Electronics and Information Eng. Huazhong University of Science and Technology Nov

2 Problem in Chapter4: There Is More Than One Network -2-

3 Lecture 11 Chapter 4. Internetworking Problem: There Is More Than One Network 4.1 Simple Internetworking (IP) 4.2 Routing 4.3 Global Internet -3-

4 Review: IP Service model 1) what kind of communication to support among networks? 支持怎样的网络间通信? Datagram switched communication Merits learned from ARPAnet 2) what kind of service to provide for upper layers? 向上层提供怎样的服务? Best effort service in network layer Reliable service in higher layer protocol, such as TCP 3) how to realize the service in protocol stack? 协议栈的实现 Unique IP protocol Everything over IP IP IP over everything 4) how to realize the service in router? 路由器的实现 Datagram forwarding Routing protocol (Distance Vector based, Link State based) -4-

5 Review: IP service model Implementation IP 服务模型的整体设计与实现 Datagram delivery(subsection 4.1.2) Packet format 分组的格式 Fragmentation and resemble 分组的分段与组装 Hierarchical addressing (subsection 4.1.3) IP 服务模型在路由器的实现 Datagram forwarding (subsection 4.1.4) Routing algorithms and protocols (subsection ) Router Design (subsection 4.2.6) -5-

6 Review: IP Addressing Hierarchical addressing Addressing problem of internetworking Each host should have its unique address Addressing should support scalability IP s solution each address is globally unique 全球唯一地址 hierarchical addressing 层次化编址 two address spaces, {Network: Host} 网络地址与主机地址 -6-

7 Hierarchical Address Space Each IP address has 2 parts a network part and a host part IP address classes (a) 0 Network 7 24 Host (b) 1 0 Network Host (c) Network Host -7-

8 Network address 网络地址 The network part of an IP address uniquely identifies a network All hosts and router interfaces connected to the same network have the same network number Given any IP address, a router has a way of finding out to which network this IP address belongs The focus is to deliver packets to their destination networks -8-

9 Classful addressing 有类别地址 Classful addressing It assumes that the Internet would consist of a small number of wide area networks (class A networks) a modest number of site- (campus-) sized networks (class B networks a large number of LANs (class C networks). However, there are some unfair and un-efficient allocation Some classless approach is proposed in Internet -9-

10 IP 地址的使用范围 网络 最大 第一个 最后一个 每个网络 类别网络数 可用的 可用的 中最大的 网络号 网络号 主机数 A 126 (2 7 2) ,777,214 B 16,384 (2 14 ) ,534 C 2,097,152 (2 21 )

11 Expression of IP address `` four decimal integers expression is proposed to represent IP address for manual usage and memory 四段十进制的整数表达的 IP 地址 IP addresses are written as four decimal integers separated by dots. Each integer represents the decimal value contained in 1 byte of the address, starting at the most significant. For example, the address of the computer on which this sentence was typed is Another naming approach is introduced for Internet domain names, which is different to the hierarchical IP address 由主机域名 URL(Uniform Resource Locator) 表达的地址 Domain names tend to be ASCII strings separated by dots, such as itec.hust.edu.cn. DNS (domain name service) in application layer is responsible to mapping IP address to its domain name. -11-

12 4.3 Global Internet 全球互联网 However, simple internetworking is not enough for scalability 扩展性问题 The simple hierarchy of the IP address can only achieve somewhat scalable Routers need to know about all the networks connected to the internet, which is impossible in real cases There are a variety of techniques that greatly improve scalability of global Internet -12-

13 Real case of Global Internet The tree structure of the Internet in 1990 Internet Services Provider (ISP) provides the area network end users are also autonomous systems -13-

14 Real case of Global Internet The tree structure of the Internet in routing cost = link utili. routing cost = delay The The universities universities can can allocate allocate the the IP IP addresses addresses for for internal internal users users freely freely => => Utilization Utilization problem problem of of address address space space The The ISPs ISPs can can have have different different optimal optimal view view of of routing routing => => Autonomous Autonomous System System -14-

15 Lecture 11 Chapter 4. Internetworking Problem: There Is More Than One Network 4.1 Simple Internetworking (IP) 4.2 Routing 4.3 Global Internet Subnetting Classless Routing (CIDR) Interdomain Routing (BGP) Routing Areas IP Version 6 (IPv6) -15-

16 4.3.1 Subnetting Problem IP Address Depletion Problem IP 地址耗尽的问题 Motivation Introduce another hierarchy 引入新的层次结构 Solution Addressing: Subnet mask IP Forwarding -16-

17 IP Address Depletion Problem IPv4 has a 32-bit address space: the total number is about 4 billion not all addresses are used for hosts or interfaces some are used for multicast or reserved Why are there not enough IP addresses? fast growth of the Internet Inefficient address assignment -17-

18 Inefficiency of Address Assignment (a) 0 Network 7 24 Host (b) 1 0 Network Host (c) Network Host Example 1: a network would like to have 10 hosts requires a class C network efficiency: 10/256 is about 4% Example 2: a network would like to have 300 hosts requires a class B network efficiency: 300/65536 is about 0.5% -18-

19 4.3.1 Subnetting Problem IP Address Depletion Problem Motivation Introduce another hierarchy Solution Addressing: Subnet mask IP Forwarding -19-

20 Motivation of subnetting Subnet introduce another level of hierarchy into the IP address 引入新的层次结构 Subnetting allocate the IP addresses with single network number to several physical networks (subnets) 子网 subnets are close to each other, which have only one network number among them a router will only be able to select one route to reach any of the subnets subnet reduce the required amount of network numbers -20-

21 Subnet Note the address with all 0 in host part represents this network the address with all 1 in host part represents all hosts in this network, i.e., broadcast address -21-

22 Efficiency of Subnetting Example: 3 networks, 2 with 50 hosts, 1 with 100 hosts original assignment requires 3 networks of class C efficiency: 200/(3x256) is about 26% with subnetting requires 1 class C network divide it into 3 subnets: 2 with 64 addresses, 1 with 128 put 50 hosts each in the first two, 100 in the last efficiency: 200/256 is about 78% -22-

23 4.3.1 Subnetting Problem IP Address Depletion Problem Motivation Introduce another hierarchy Solution Addressing: Subnet mask IP Forwarding with subnet -23-

24 子网划分 IP 地址的各字段和子网掩码 两级 IP 地址 因特网部分 网络号 net-id 本地部分 主机号 host-id 因特网部分 本地部分 三级 IP 地址 net-id subnet-id host-id 网络号 子网号 主机号 子网掩码 划分子网时的网络地址 net-id subnet-id host-id 为全 0

25 子网划分 (IP 地址 ) AND ( 子网掩码 ) = 网络地址 两级 IP 地址 因特网部分 网络号 net-id 本地部分 主机号 host-id 因特网部分 本地部分 三级 IP 地址 net-id subnet-id host-id 子网掩码 划分子网时的网络地址 网络号 AND 子网号 主机号 net-id subnet-id host-id 为全 0

26 How to Subnet a Network Example: given a class C network with number , divide it into 3 subnets, 2 with 64 addresses and 1 with 128 for the subnet with 128 hosts, the length for host-id in address is 7 bits subnet mask is for the subnet with 64 hosts, the length for host-id in address is 6 bits subnet mask is

27 How to Subnet a Network (contd.) 128 = = Subnet Number Subnet Mask Addresses

28 How to Subnet a Network (contd.) Do the largest subnet first!! -28-

29 Sample of IP addressing network address: the full 0 in host part broadcast address: the full 1 in host part if one host IP is , subnet mask is , give the network address and broadcast address 137 = = last segment of network address is = 128 so the network address is last segment of broadcast address is = 159 so the broadcast address is

30 Sample of IP addressing in the subnet, network address (full 0) and broadcast address (full 1) will take two additional addresses in real Ethernet, we always leave another address for the Gateway if we want a subnet have 10 addresses for host, give the mask total addresses are = 12, 2 3 < 12 < 2 4 so 4 bits for host part, the last segment of mask is = 240 so the mask is

31 4.3.1 Subnetting Problem IP Address Depletion Problem Motivation Introduce another hierarchy Solution Addressing: Subnet mask IP Forwarding -31-

32 Changes to Forwarding With the introduction of subnet, packet delivery is made to a subnet rather than a network (A, B, or C), and a forwarding table holds a number of entries in the form of <SubNetNum, SubNetMask, NextHop> Forwarding algorithm D = dst. IP addr. for each entry in forwarding table D1 = SubNetMask & D if D1 = SubNetNum if NextHop is an interface else deliver datagram directly to dst. deliver datagram to NextHop (router) -32-

33 Subnet Example -33-

34 Summary: Merits of Subnetting Subnetting helps solve our scalability problems in two ways First, it improves our address assignment efficiency 子网的引入提升了地址分配的有效性 We do not have to use up an entire class C or class B address every time we add a new physical network. Second, it helps us aggregate information. 子网的引入提升了信息的聚合程度 The amount of information that routers need to store to deliver datagrams to those networks can be reduced. -34-

35 Lecture 11 Chapter 4. Internetworking Problem: There Is More Than One Network 4.1 Simple Internetworking (IP) 4.2 Routing 4.3 Global Internet Subnetting Classless Routing (CIDR) Interdomain Routing (BGP) Routing Areas IP Version 6 (IPv6) -35-

36 4.3.2 Classless Routing (CIDR) Problem low efficiency of the fixed IP address structure 有类别固定地址划分的低效率 Motivation classless structure of IP address 无类别的 IP 地址结构 Solution CIDR aggregate routing -36-

37 Problem with fixed address classes Example: an ISP requires a network with 1000 hosts if use address classes a class B address will be given efficiency: 1000/65536 is about 0.15% Real problem the granularity of network size is too coarse network size could only be 256, 65k, 17M Even if we use subnet, we can not avoid this problem -37-

38 Problem with fixed address classes One possible solution We would be handing out address space in chunks of 256 addresses at a time However, raises a problem that is at least as serious: excessive storage requirements at the routers. We have to balance them minimize the number of routes vs. hand out addresses efficiently 地址分配细化与路由表存储的矛盾 aggregate routes: to use a single entry in a forwarding table to tell us how to reach a lot of different networks. 聚合路由, 一条路由记录可以包括到多个网络地址的信息 -38-

39 4.3.2 Classless Routing (CIDR) Problem low efficiency of the fixed IP address structure Motivation classless structure of IP address Solution CIDR aggregate routing -39-

40 Motivation Addressing make the granularity of network size finer network size can be 256, 512, 1024, 2048, Routing find out blocks of class C addresses, sharing a common prefix contain a number of class C networks that is a power of two -40-

41 4.3.2 Classless Routing (CIDR) Problem low efficiency of the fixed IP address structure Motivation classless structure of IP address Solution CIDR aggregate routing -41-

42 Solution CIDR: Classless InterDomain Routing 无差别域间路由 RFC 1518 and RFC 1519, define a new concept of allocation of IP address blocks and new methods of routing IPv4 packets based on variable-length subnet masking (VLSM) to allow allocation on arbitrary-length prefixes 可变尺寸的子网掩码 -42-

43 超网划分 (x.x.x.x/y) IP 地址的各字段和掩码 掩码 网络地址 net-id host-id 为全 0 y bit

44 Example Example: An ISP requires a network with 1000 hosts It is given 4 contiguous blocks of class C addresses assume the class C addresses are the first 22 bits of all these Class C network numbers are the same With CIDR, this becomes a network with a 22-bit network number, which can be written as /22 this notation means the network number is given by the first 22 bits of

45 CIDR and Forwarding Table A forwarding table now looks like Net/Mask Length / / / /24 Next Hop Router A Router B Router C Router D When router receives an IP packet it looks up the destination IP address go through the table entries one-by-one until a match a match: the length of the mask is n, the first n bits of the destination IP = the first n bits of the network number -45-

46 Longest Prefix Match Example: destination IP address second last entry: /20 last entry: /24 both match the destination IP address Principle: use the network that match the longest prefix in this example: /24-46-

47 Longest Prefix Match: Illustration -47-

48 Summary Scalability with Basic IP problem 1: inefficient use of address space problem 2: size of routing and forwarding table Two approaches to basic IP Subnetting: solves problem 1 Classless InterDomain Routing (CIDR): solves problem 1 and 2-48-

49 Example An organization has a class C network and wants to form subnets for four departments 1~4, with hosts of 20, 31, 33, 75. Continuous IP address blocks are preferred, please provide the network address, broadcasting address and network mask for each department. Suppose the 4 departments are equipped with router A~D as the gateway to the inner network of this organization. Router E locates in the edge of this network, and connects to A~D directly. Provide the CIDR based routing table for router E with the destination to A~D. If one IP packet with destination IP of , how can router E find the next hop to forward it, provide the matching process.

50 (a) Solution Since the number of hosts is 20, 31, 33, 75, and each department requires at least 2 more IP addresses ( one for network, one for broadcast, possible additional one more for the gateway in LAN ), then the requirements are 22, 33, 35, 77. The nominal subnet sizes are 128=2 7, 64=2 6, 32=2 5, 32=2 5 respectively. Considering the continuous IP requirement, the IP allocation result is as following #host in Dept No. Subnet Max # IP Subnet bit Subnet Mask The final allocation is shown as following #Hosts required Network add Subnet Mask Address range Network bridge is required to combine the two subnets for this big department -50-

51 (b) Solution E A B C D 20 hosts 31 hosts 33 hosts 75 hosts Routing table for router E: Network add Next Hop /26 Router C (to 33hosts) /26 Router B (to 31hosts) /26 Router D (to 75hosts) /27 Router D (to 75hosts) /27 Router A (to 20hosts) -51-

52 (C) Solution Entry ID Network add Next Hop /26 Router C (to 33hosts) /26 Router B (to 31hosts) /26 Router D (to 75hosts) /27 Router D (to 75hosts) /27 Router A (to 20hosts) Following the ``Longest Prefix Match principle Router E will map with the longest prefix mask``*/27, which are corresponding to the entry 4 and 5 in route table = , network id = Thus it does not match with entry 4 and 5. Router E will map with the longest prefix mask``*/26, which are corresponding to the entry 1, 2 and 3 in route table = ,network id = Thus it does match with entry 3. Thus, Router E will forward this IP packet to Router D -52-

53 谢谢! 刘威副教授 互联网技术与工程研究中心华中科技大学电子与信息工程系 网址 :

中 国 ( 南 京 ) 软 件 谷 简 介

中 国 ( 南 京 ) 软 件 谷 简 介 中 国 ( 南 京 ) 软 件 谷 简 介 中 国 ( 南 京 ) 软 件 谷 是 首 个 中 国 软 件 名 城 的 核 心 区 和 标 志 区, 位 于 南 京 主 城 南 部, 紧 邻 河 西 新 城 和 南 部 新 城, 总 面 积 70 平 方 公 里, 是 距 主 城 最 近 产 业 集 聚 度 最 高 生 态 资 源 最 好 交 通 最 为 便 捷 的 软 件 产 业 基 地 2011

More information

IP Addressing. -Internetworking (with TCP/IP) -Classful addressing -Subnetting and Supernetting -Classless addressing

IP Addressing. -Internetworking (with TCP/IP) -Classful addressing -Subnetting and Supernetting -Classless addressing IP Addressing -Internetworking (with TCP/IP) -Classful addressing -Subnetting and Supernetting -Classless addressing Internetworking The concept of internetworking: we need to make different networks communicate

More information

中 国 石 化 上 海 石 油 化 工 研 究 院 欢 迎 国 内 外 高 层 次 人 才 加 入

中 国 石 化 上 海 石 油 化 工 研 究 院 欢 迎 国 内 外 高 层 次 人 才 加 入 中 国 石 化 上 海 石 油 化 工 研 究 院 欢 迎 国 内 外 高 层 次 人 才 加 入 创 建 世 界 一 流 研 究 院 是 中 国 石 油 化 工 股 份 有 限 公 司 上 海 石 油 化 工 研 究 院 ( 以 下 简 称 上 海 院 ) 的 远 景 目 标, 满 足 国 家 石 油 石 化 发 展 需 求, 为 石 油 石 化 提 供 技 术 支 撑 将 是 上 海 院 的 使

More information

Internetworking and Internet-1. Global Addresses

Internetworking and Internet-1. Global Addresses Internetworking and Internet Global Addresses IP servcie model has two parts Datagram (connectionless) packet delivery model Global addressing scheme awaytoidentifyall H in the internetwork Properties

More information

http://www.paper.edu.cn

http://www.paper.edu.cn 5 10 15 20 25 30 35 40 Agent-based Monitoring Approach for Hybrid Cloud # LIU Yunchang, LI Chunlin, LIU Yanpei * (Department of Computer Science and Technology,Wuhan University of Technology, WuHan 430063)

More information

ANSYS HFSS 3D Layout 侯 明 刚

ANSYS HFSS 3D Layout 侯 明 刚 ANSYS HFSS 3D Layout 侯 明 刚 Introducing the New Layout Flow with HFSS Two Design Interfaces Mechanical CAD (MCAD) Both Require Electrical the Accuracy Layout (ECAD) of 3D and HFSS HFSS: 3D Parametric Design

More information

1. How many unique network IDs are there in class A addresses? # of unique hosts?

1. How many unique network IDs are there in class A addresses? # of unique hosts? CS445: IPv4 Addresses In-class activity Names: Part 1: Address Classes Original three classes of IPv4 addresses: A: 0 network (7 bits) host (24 bits) B: 10 network (14 bits) host (16 bits) C: 110 network

More information

Network layer: Overview. Network layer functions IP Routing and forwarding

Network layer: Overview. Network layer functions IP Routing and forwarding Network layer: Overview Network layer functions IP Routing and forwarding 1 Network layer functions Transport packet from sending to receiving hosts Network layer protocols in every host, router application

More information

广 东 培 正 学 院 2016 年 本 科 插 班 生 专 业 课 考 试 大 纲 基 础 英 语 课 程 考 试 大 纲

广 东 培 正 学 院 2016 年 本 科 插 班 生 专 业 课 考 试 大 纲 基 础 英 语 课 程 考 试 大 纲 广 东 培 正 学 院 2016 年 本 科 插 班 生 专 业 课 考 试 大 纲 基 础 英 语 课 程 考 试 大 纲 Ⅰ. 考 试 性 质 普 通 高 等 学 校 本 科 插 班 生 招 生 考 试 是 由 专 科 毕 业 生 参 加 的 选 拔 性 考 试 高 等 学 校 根 据 考 生 的 成 绩, 按 已 确 定 的 招 生 计 划, 德 智 体 全 面 衡 量, 择 优 录 取 该

More information

电 信 与 互 联 网 法 律 热 点 问 题

电 信 与 互 联 网 法 律 热 点 问 题 2014 年 5 月 26 日 2014 年 8 月 14 日 电 信 与 互 联 网 法 律 热 点 问 题 即 时 通 信 工 具 公 众 信 息 服 务 发 展 管 理 暂 行 规 定 简 评 2014 年 8 月 7 日, 国 家 互 联 网 信 息 办 公 室 发 布 了 即 时 通 信 工 具 公 众 信 息 服 务 发 展 管 理 暂 行 规 定 ( 以 下 简 称 暂 行 规 定 ),

More information

IP Addressing Introductory material.

IP Addressing Introductory material. IP Addressing Introductory material. A module devoted to IP addresses. Addresses & Names Hardware (Layer 2) Lowest level Ethernet (MAC), Serial point-to-point,.. Network (Layer 3) IP IPX, SNA, others Transport

More information

IP Addressing. IP Addresses. Introductory material.

IP Addressing. IP Addresses. Introductory material. IP Addressing Introductory material. An entire module devoted to IP addresses. IP Addresses Structure of an IP address Classful IP addresses Limitations and problems with classful IP addresses Subnetting

More information

Computer Network Foundation. Chun-Jen (James) Chung. Arizona State University

Computer Network Foundation. Chun-Jen (James) Chung. Arizona State University Computer Network Foundation Chun-Jen (James) Chung 1 Outline Network Addressing Subnetting Classless Inter-Domain Routing (CIDR) Route Aggregation Network Addressing How does the network decide where to

More information

Future Internet Technologies

Future Internet Technologies Future Internet Technologies Traditional Internet Dr. Dennis Pfisterer Institut für Telematik, Universität zu Lübeck http://www.itm.uni-luebeck.de/people/pfisterer Internet Protocol v4 (IPv4) IPv4 Model

More information

第 二 届 中 国 中 东 欧 国 家 投 资 贸 易 博 览 会 总 体 方 案

第 二 届 中 国 中 东 欧 国 家 投 资 贸 易 博 览 会 总 体 方 案 第 二 届 中 国 中 东 欧 国 家 投 资 贸 易 博 览 会 总 体 方 案 一 总 体 要 求 第 二 届 中 国 中 东 欧 国 家 投 资 贸 易 博 览 会 ( 简 称 中 东 欧 博 览 会 ) 顺 应 一 带 一 路 发 展 战 略, 以 中 国 - 中 东 欧 国 家 合 作 苏 州 纲 要 为 指 导, 以 深 化 合 作 互 利 共 赢 为 主 题, 通 过 举 办 会 议

More information

COMP 631: COMPUTER NETWORKS. IP Addressing. Jasleen Kaur. Fall 2014. How to Deal With Heterogeneity & Scale?

COMP 631: COMPUTER NETWORKS. IP Addressing. Jasleen Kaur. Fall 2014. How to Deal With Heterogeneity & Scale? COMP 631: COMPUTER NETWORKS IP Addressing Jasleen Kaur Fall 2014 1 How to Deal With Heterogeneity & Scale? Requirements from IP addressing: Should be globally unique Should facilitate easy mapping to link-layer

More information

IP Subnetting and Addressing

IP Subnetting and Addressing Indian Institute of Technology Kharagpur IP Subnetting and Addressing Prof Indranil Sengupta Computer Science and Engineering Indian Institute of Technology Kharagpur Lecture 6: IP Subnetting and Addressing

More information

8.2 The Internet Protocol

8.2 The Internet Protocol TCP/IP Protocol Suite HTTP SMTP DNS RTP Distributed applications Reliable stream service TCP UDP User datagram service Best-effort connectionless packet transfer Network Interface 1 IP Network Interface

More information

Savera Tanwir. Internet Protocol

Savera Tanwir. Internet Protocol Savera Tanwir Internet Protocol The IP Protocol The IPv4 (Internet Protocol) header. IP Packet Details Header and payload Header itself has a fixed part and variable part Version IPv4, IPv5 or IPv6 IHL,

More information

Internetworking and IP Address

Internetworking and IP Address Lecture 8 Internetworking and IP Address Motivation of Internetworking Internet Architecture and Router Internet TCP/IP Reference Model and Protocols IP Addresses - Binary and Dotted Decimal IP Address

More information

Efficient Addressing. Outline. Addressing Subnetting Supernetting CS 640 1

Efficient Addressing. Outline. Addressing Subnetting Supernetting CS 640 1 Efficient Addressing Outline Addressing Subnetting Supernetting CS 640 1 IPV4 Global Addresses Properties IPv4 uses 32 bit address space globally unique hierarchical: network + host 7 24 Dot Notation 10.3.2.4

More information

Internet Protocols. Addressing & Services. Updated: 9-29-2012

Internet Protocols. Addressing & Services. Updated: 9-29-2012 Internet Protocols Addressing & Services Updated: 9-29-2012 Virtual vs. Physical Networks MAC is the part of the underlying network MAC is used on the LAN What is the addressing mechanism in WAN? WAN is

More information

SUBNETS, CIDR, AND CLASSLESS ADDRESSING

SUBNETS, CIDR, AND CLASSLESS ADDRESSING Announcements SUBNETS, CIDR, AND CLASSLESS ADDRESSING Internet Protocols CSC / ECE 573 Fall, 005 No office hours tomorrow (Wednesday) out of town No class on Thursday Fall break! Midterm exam next Tuesday!

More information

CE363 Data Communications & Networking. Chapter 6 Network Layer: Logical Addressing

CE363 Data Communications & Networking. Chapter 6 Network Layer: Logical Addressing CE363 Data Communications & Networking Chapter 6 Network Layer: Logical Addressing TCP/IP and OSI model APPLICATION APPLICATION PRESENTATION SESSION TRANSPORT NETWORK Host-Network TRANSPORT NETWORK DATA

More information

Chapter 3: Review of Important Networking Concepts. Magda El Zarki Dept. of CS UC Irvine elzarki@uci.edu http://www.ics.uci.

Chapter 3: Review of Important Networking Concepts. Magda El Zarki Dept. of CS UC Irvine elzarki@uci.edu http://www.ics.uci. Chapter 3: Review of Important Networking Concepts Magda El Zarki Dept. of CS UC Irvine elzarki@uci.edu http://www.ics.uci.edu/~magda 1 Networking Concepts Protocol Architecture Protocol Layers Encapsulation

More information

Lecture 15. IP address space managed by Internet Assigned Numbers Authority (IANA)

Lecture 15. IP address space managed by Internet Assigned Numbers Authority (IANA) Lecture 15 IP Address Each host and router on the Internet has an IP address, which consist of a combination of network number and host number. The combination is unique; no two machines have the same

More information

Lecture Computer Networks

Lecture Computer Networks Prof. Dr. H. P. Großmann mit M. Rabel sowie H. Hutschenreiter und T. Nau Sommersemester 2012 Institut für Organisation und Management von Informationssystemen Thomas Nau, kiz Lecture Computer Networks

More information

ifuzhen.com, ifortzone.com a product of Edgework Ventures Financial Management Software & Financial Wiki

ifuzhen.com, ifortzone.com a product of Edgework Ventures Financial Management Software & Financial Wiki ifuzhen.com, ifortzone.com a product of Edgework Ventures Edgework Ventures Limited Flat L 19th Floor, Goldfield Building 144-150 Tai Lin Pai Road Kwai Chung, Hong Kong Edgework Technology, Shanghai 中国

More information

Master Program in Project Management Yunnan University of Finance & Economics, 2016

Master Program in Project Management Yunnan University of Finance & Economics, 2016 Master Program in Project Management Yunnan University of Finance & Economics, 2016 Part I About the Program Program Objectives Guided by Chinese government s development strategy One Belt, One Road and

More information

The Maryknoll Advantage With Pacific Aviation Museum Pearl Harbor

The Maryknoll Advantage With Pacific Aviation Museum Pearl Harbor S U M M E R C A M P 2 0 1 4 The Maryknoll Advantage With Pacific Aviation Museum Pearl Harbor Summer ESL/Pacific Aviation Museum at Maryknoll School, Hawaii July 12 July 31 Program will include: *16 hours

More information

Whole Genome Based Plant Breeding: Platforms and Technologies

Whole Genome Based Plant Breeding: Platforms and Technologies Whole Genome Based Plant Breeding: Platforms and Technologies Gengyun Zhang Ph.D. BGI-SZ Email: zhanggengyun@genomics.org.cn www.genomics.org.cn From a single gene to the whole genome 1984 Discussions

More information

中 国 国 家 留 学 基 金 管 理 委 员 会 CHINA SCHOLARSHIP COUNCIL 驻 外

中 国 国 家 留 学 基 金 管 理 委 员 会 CHINA SCHOLARSHIP COUNCIL 驻 外 中 国 国 家 留 学 基 金 管 理 委 员 会 CHINA SCHOLARSHIP COUNCIL 驻 外 2016/2017 学 年 接 受 以 色 列 来 华 留 学 生 计 划 表 一 国 别 计 划 名 额 : 2016/2017 学 年 中 国 向 以 色 列 政 府 提 供 5 人 / 年 的 奖 学 金 名 额, 其 中 在 华 继 续 学 习 占 名 额 者 0 人 1.2016/2017

More information

Classful IP Addressing (cont.)

Classful IP Addressing (cont.) Classful IP Addressing (cont.) 1 Address Prefix aka Net ID defines the network Address Suffix aka Host ID defines the node In Classful addressing, prefix is of fixed length (1, 2, or 3 bytes)! Classful

More information

IP address format: Dotted decimal notation: 10000000 00001011 00000011 00011111 128.11.3.31

IP address format: Dotted decimal notation: 10000000 00001011 00000011 00011111 128.11.3.31 IP address format: 7 24 Class A 0 Network ID Host ID 14 16 Class B 1 0 Network ID Host ID 21 8 Class C 1 1 0 Network ID Host ID 28 Class D 1 1 1 0 Multicast Address Dotted decimal notation: 10000000 00001011

More information

Internet Protocol Address

Internet Protocol Address SFWR 4C03: Computer Networks & Computer Security Jan 17-21, 2005 Lecturer: Kartik Krishnan Lecture 7-9 Internet Protocol Address Addressing is a critical component of the internet abstraction. To give

More information

MySQL 備 份, 高 可 用 及 高 扩 展 解 决 方 案

MySQL 備 份, 高 可 用 及 高 扩 展 解 决 方 案 MySQL 備 份, 高 可 用 及 高 扩 展 解 决 方 案 MySQL 复 制 和 集 群 杜 修 文 Oracle MySQL Principle Sales Consultant Ivan.Tu@Oracle.Com Backup and Restore Backup Strategies Comparison Method 1: Longest

More information

China Foreign Affairs University(CFAU)

China Foreign Affairs University(CFAU) Master Program in International Relations China Foreign Affairs University(CFAU) I - Program Description II - Program Features III- Program Structure IV- Application and Admissions 1 V- Contact Information

More information

Internet Protocol (IP) IP - Network Layer. IP Routing. Advantages of Connectionless. CSCE 515: Computer Network Programming ------ IP routing

Internet Protocol (IP) IP - Network Layer. IP Routing. Advantages of Connectionless. CSCE 515: Computer Network Programming ------ IP routing Process Process Process Layer CSCE 515: Computer Network Programming ------ IP routing Wenyuan Xu ICMP, AP & AP TCP IP UDP Transport Layer Network Layer Department of Computer Science and Engineering University

More information

Internet Protocols Fall 2005. Lectures 7-8 Andreas Terzis

Internet Protocols Fall 2005. Lectures 7-8 Andreas Terzis Internet Protocols Fall 2005 Lectures 7-8 Andreas Terzis Outline Internet Protocol Service Model Fragmentation Addressing Original addressing scheme Subnetting CIDR Forwarding ICMP ARP Address Shortage

More information

ICS 351: Today's plan

ICS 351: Today's plan ICS 351: Today's plan Quiz, on overall Internet function, linux and IOS commands, network monitoring, protocols IPv4 addresses: network part and host part address masks IP interface configuration IPv6

More information

CS 43: Computer Networks IP. Kevin Webb Swarthmore College November 5, 2013

CS 43: Computer Networks IP. Kevin Webb Swarthmore College November 5, 2013 CS 43: Computer Networks IP Kevin Webb Swarthmore College November 5, 2013 Reading Quiz IP datagram format IP protocol version number header length (bytes) type of data max number remaining hops (decremented

More information

Internet Addresses (You should read Chapter 4 in Forouzan)

Internet Addresses (You should read Chapter 4 in Forouzan) Internet Addresses (You should read Chapter 4 in Forouzan) IP Address is 32 Bits Long Conceptually the address is the pair (NETID, HOSTID) Addresses are assigned by the internet company for assignment

More information

Subnet + CIDR. Internet Networking recitation #1. 11:02 236341, Internet Networking, 2015 1

Subnet + CIDR. Internet Networking recitation #1. 11:02 236341, Internet Networking, 2015 1 Subnet + CIDR Internet Networking recitation #1 11:02 236341, Internet Networking, 2015 1 Administrative Information Course site: webcourse.cs.technion.ac.il/236341 Grading policy: 15% homeworks + 85%

More information

IP addressing. Interface: Connection between host, router and physical link. IP address: 32-bit identifier for host, router interface

IP addressing. Interface: Connection between host, router and physical link. IP address: 32-bit identifier for host, router interface IP addressing IP address: 32-bit identifier for host, router interface Interface: Connection between host, router and physical link routers typically have multiple interfaces host may have multiple interfaces

More information

Chapter 19 Network Layer: Logical Addressing 19.1

Chapter 19 Network Layer: Logical Addressing 19.1 Chapter 19 Network Layer: Logical Addressing 19.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 19-1 IPv4 ADDRESSES An IPv4 address is a 32-bit address that

More information

Synergy yet to be Seen, Maintain Accumulate

Synergy yet to be Seen, Maintain Accumulate : CRRC Corporation (1766 HK) Gary Wong 黄 家 玮 公 司 报 告 : 中 国 中 车 (1766 HK) +852 259 2616 gary.wong@gtjas.com.hk Synergy yet to be Seen, Maintain Accumulate 协 同 效 应 有 待 观 察, 维 持 收 集 GTJA Research 国 泰 君 安

More information

Topics. Subnetting. The Basics of Subnetting Subnet Mask Computing subnets and hosts Subnet Routing Creating a Subnet Example of Subnetting 1/37

Topics. Subnetting. The Basics of Subnetting Subnet Mask Computing subnets and hosts Subnet Routing Creating a Subnet Example of Subnetting 1/37 1/37 Subnetting Surasak Sanguanpong nguan@ku.ac.th http://www.cpe.ku.ac.th/~nguan Last updated: 27 June 2002 Topics 2/37 The Basics of Subnetting Subnet Mask Computing subnets and hosts Subnet Routing

More information

TCP/IP Basis. OSI Model

TCP/IP Basis. OSI Model TCP/IP Basis 高 雄 大 學 資 訊 工 程 學 系 嚴 力 行 Source OSI Model Destination Application Presentation Session Transport Network Data-Link Physical ENCAPSULATION DATA SEGMENT PACKET FRAME BITS 0101010101010101010

More information

IP Addressing A Simplified Tutorial

IP Addressing A Simplified Tutorial Application Note IP Addressing A Simplified Tutorial July 2002 COMPAS ID 92962 Avaya Labs 1 All information in this document is subject to change without notice. Although the information is believed to

More information

Tutorial (03) IP addresses & Sub netting

Tutorial (03) IP addresses & Sub netting Tutorial (03) IP addresses & Sub netting Dr. Ahmed M. ElShafee ١ Agenda IP Addressing Conventions Original IPv4 Address Classes Subnetting CIDR (Classless InterDomain Routing) ٢ IP Addressing Conventions

More information

PART IV. Network Layer

PART IV. Network Layer PART IV Network Layer Position of network layer Network layer duties Internetworking : heterogeneous Physical Networks To look Like a single network to he upper layers The address at Network layer must

More information

Can someone speak some Korean to tell him where the aperture button is?

Can someone speak some Korean to tell him where the aperture button is? Adempiere 中文手册 Can someone speak some Korean to tell him where the aperture button is? 目录 ADempiere 项目...4 版权说明...4 ADempiere Business Suite...5 商业过程...5 Quote to Cash...6 商业文档规则...7 文档状态...7 文档顺序...7

More information

How To Make A Network Address Prefix Smaller

How To Make A Network Address Prefix Smaller CSC521 Communication Protocols 網 路 通 訊 協 定 Ch.9 Classless And Subnet Address Extensions (CIDR) 吳 俊 興 國 立 高 雄 大 學 資 訊 工 程 學 系 Outline 1. Introduction 2. Review Of Relevant Facts 3. Minimizing Network Numbers

More information

Lecture 10. Subnetting & Supernetting. Supernetting. Subnetting. Outline. medium org: N x class C? Class B? Variable Length Subnet Mask (VLSM)

Lecture 10. Subnetting & Supernetting. Supernetting. Subnetting. Outline. medium org: N x class C? Class B? Variable Length Subnet Mask (VLSM) Lecture 10. Subnetting & Supernetting Outline Subnetting Variable Length Subnet Mask (VLSM) Supernetting Classless Inter-Domain Routing (CIDR) medium org: N x class C? Class B? R2 130.11.0.7 Net 130.11.0.0

More information

Computer Networks 1 (Mạng Máy Tính 1) Lectured by: Dr. Phạm Trần Vũ

Computer Networks 1 (Mạng Máy Tính 1) Lectured by: Dr. Phạm Trần Vũ Computer Networks 1 (Mạng Máy Tính 1) Lectured by: Dr. Phạm Trần Vũ 1 Lecture 7: Network Layer in the Internet Reference: Chapter 5 - Computer Networks, Andrew S. Tanenbaum, 4th Edition, Prentice Hall,

More information

~1: 15 /;' J~~~~c...:;.--:.. I. ~ffi ~I J) ':~

~1: 15 /;' J~~~~c...:;.--:.. I. ~ffi ~I J) ':~ ~1: 15 /;' J~~~~c...:;.--:.. I ~ffi ~I J) ':~ _ Making CET Writing Sub-test Communicative A Thesis Presented to The College ofenglish Language and Literature Shanghai International Studies University In

More information

CIDR: Classless Interdomain Routing

CIDR: Classless Interdomain Routing 1/10 CIDR: Classless Interdomain Routing Surasak Sanguanpong nguan@ku.ac.th http://www.cpe.ku.ac.th/~nguan Last updated: July 9, 2002 Address allocation problem 2/10 Exhaustion of the class B network address

More information

Lecture 10. Subnetting & Supernetting

Lecture 10. Subnetting & Supernetting Lecture 10. Subnetting & Supernetting Outline Subnetting Variable Length Subnet Mask (VLSM) Supernetting Classless Inter-Domain Routing (CIDR) medium org: N x class C? Class B? Class C addresses: Undersized

More information

Network layer. Assignment 3

Network layer. Assignment 3 Network layer Chapter 4 in the textbook Assignment 3 UWO Abstractly, your server is essentially a simple router Maybe more of a switch than a router Your server gets messages ( packets ) These messages

More information

Introduction. Internet Address Depletion and CIDR. Introduction. Introduction

Introduction. Internet Address Depletion and CIDR. Introduction. Introduction Introduction Internet Address Depletion and A subnet is a subset of class A, B, or C networks IP addresses are formed of a network and host portions network mask used to separate the information Introduction

More information

Advanced IP Addressing

Advanced IP Addressing Advanced IP Addressing CS-765 A Aspects Of Systems Administration Spring-2005 Instructure: Jan Schauman Stevens Institute Of Technology, NJ. Prepared By: Modh, Jay A. M.S. NIS SID: 999-14-0352 Date: 05/02/2005

More information

Lab#2: IP Addressing and Subnetting

Lab#2: IP Addressing and Subnetting IP Addressing Lab#2: IP Addressing and Subnetting Each Network Interface Card (NIC or Network card) present in a PC is assigned one Network address called as IP address. This IP address is assigned by

More information

Lecture 8. IP Fundamentals

Lecture 8. IP Fundamentals Lecture 8. Internet Network Layer: IP Fundamentals Outline Layer 3 functionalities Internet Protocol (IP) characteristics IP packet (first look) IP addresses Routing tables: how to use ARP Layer 3 functionalities

More information

Subnetting/Supernetting and Classless Addressing

Subnetting/Supernetting and Classless Addressing Chapter 5 Subnetting/Supernetting and Classless Addressing SUBNETTING SUPERNETTING CLASSLESS ADDRSSING The McGraw-Hill Companies, Inc., 2000 1 5.1 SUBNETTING The McGraw-Hill Companies, Inc., 2000 2 A network

More information

Bird still caged? China s courts under reform. Workshop, June 3-4, 2016, Vienna, Austria. (University of Vienna, Department of East Asian Studies)

Bird still caged? China s courts under reform. Workshop, June 3-4, 2016, Vienna, Austria. (University of Vienna, Department of East Asian Studies) Bird still caged? China s courts under reform Workshop, June 3-4, 2016, Vienna, Austria (University of Vienna, Department of East Asian Studies) At this workshop, expert participants will exchange information

More information

DG Forwarding Algorithm

DG Forwarding Algorithm DG Forwarding Algorithm Host or Router first check if destination on same Network Router multiple interfaces Match found deliver to that Network If not found default router for every router a default router

More information

CSC458 Lecture 6. Homework #1 Grades. Inter-domain Routing IP Addressing. Administrivia. Midterm will Cover Following Topics

CSC458 Lecture 6. Homework #1 Grades. Inter-domain Routing IP Addressing. Administrivia. Midterm will Cover Following Topics CSC458 Lecture 6 Inter-domain Routing IP Addressing Stefan Saroiu http://www.cs.toronto.edu/syslab/courses/csc458 University of Toronto at Mississauga Homework #1 Grades Fraction of Students 100 80 60

More information

THE PEI CHUN STORY. 2016 Primary 4 Level Briefing for Parents 小 四 家 长 讲 解 会. 公 立 培 群 学 校 Pei Chun Public School

THE PEI CHUN STORY. 2016 Primary 4 Level Briefing for Parents 小 四 家 长 讲 解 会. 公 立 培 群 学 校 Pei Chun Public School 公 立 培 群 学 校 Pei Chun Public School THE PEI CHUN STORY 2016 Primary 4 Level Briefing for Parents 小 四 家 长 讲 解 会 23 January 2016 Vice-Principal, Ms Angela Goh 2015 and SG50 You have made our SG 50 activities

More information

Chapter 5. IPv4 Addresses. TCP/IP Protocol Suite 1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Chapter 5. IPv4 Addresses. TCP/IP Protocol Suite 1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 5 IPv4 Addresses TCP/IP Protocol Suite 1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter Outline TCP/IP Protocol Suite 2 5-1 INTRODUCTION The

More information

Internet Protocol version 4 Part I

Internet Protocol version 4 Part I Internet Protocol version 4 Part I Claudio Cicconetti International Master on Information Technology International Master on Communication Networks Engineering Table of Contents

More information

大 学 英 语 六 级 随 堂 听 简 答 篇

大 学 英 语 六 级 随 堂 听 简 答 篇 大 学 英 语 六 级 随 堂 听 简 答 篇 唐 启 明 第 一 节 简 答 题 概 况 简 答 题 在 大 纲 里 描 述 较 简 单 : 简 答 题 的 篇 章 后 有 若 干 个 问 题, 要 求 考 生 根 据 对 文 章 的 理 解 简 洁 地 ( 少 于 10 个 词 ) 回 答 问 题 或 完 成 句 子 在 2006 年 新 题 型 以 前 考 过 几 次 简 答, 但 与 现 在

More information

RARP: Reverse Address Resolution Protocol

RARP: Reverse Address Resolution Protocol SFWR 4C03: Computer Networks and Computer Security January 19-22 2004 Lecturer: Kartik Krishnan Lectures 7-9 RARP: Reverse Address Resolution Protocol When a system with a local disk is bootstrapped it

More information

Desirable Properties Of An Internet Addressing Scheme

Desirable Properties Of An Internet Addressing Scheme Desirable Properties Of An Internet Addressing Scheme Compact Universal Works with all network hardware Supports efficient decision making - Test whether a destination can be reached directly - Decide

More information

Chapter 4 Network Layer

Chapter 4 Network Layer Chapter 4 Network Layer A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you can add, modify, and delete

More information

IP Networking Part 3- IP Address Management A webinar to help you prepare for the CBNE Certification

IP Networking Part 3- IP Address Management A webinar to help you prepare for the CBNE Certification IP Networking Part 3- IP Address Management A webinar to help you prepare for the CBNE Certification Wayne M. Pecena, CPBE, CBNE Texas A&M Information Technology Educational Broadcast Services IP Networking,

More information

Chapter 5: Sample Questions, Problems and Solutions Bölüm 5: Örnek Sorular, Problemler ve Çözümleri Örnek Sorular (Sample Questions):

Chapter 5: Sample Questions, Problems and Solutions Bölüm 5: Örnek Sorular, Problemler ve Çözümleri Örnek Sorular (Sample Questions): Chapter 5: Sample Questions, Problems and Solutions Bölüm 5: Örnek Sorular, Problemler ve Çözümleri Örnek Sorular (Sample Questions): What is Store-and-Forward packet switching? What is a connectionless

More information

Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network.

Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network. Course Name: TCP/IP Networking Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network. TCP/IP is the globally accepted group of protocols

More information

PROFILES OF SPEAKERS, DISCUSSANTS AND MODERATORS * 发 言 人 评 论 员 与 主 持 人 简 历 (in alphabetical order)

PROFILES OF SPEAKERS, DISCUSSANTS AND MODERATORS * 发 言 人 评 论 员 与 主 持 人 简 历 (in alphabetical order) PROFILES OF SPEAKERS, DISCUSSANTS AND MODERATORS * 发 言 人 评 论 员 与 主 持 人 简 历 (in alphabetical order) CHANG Xiuze Chang Xiuze, born in 1945 in Huimin County of Shandong Province of China, is a professor,

More information

4Q15 Results Beat Expectations, Upgrade to Accumulate

4Q15 Results Beat Expectations, Upgrade to Accumulate GTJA Research 国 泰 君 安 研 究 Company Report: Wynn Macau (01128 HK) Noah Hudson 公 司 报 告 : 永 利 澳 门 (01128 HK) +86 755 23976684 noah.hudson@gtjas.com 4Q15 Results Beat Expectations, Upgrade to Accumulate 2015

More information

Internet Protocols Fall 2004. Outline

Internet Protocols Fall 2004. Outline Internet Protocols Fall 2004 Lecture 7 Andreas Terzis 9/29/04 Outline Internet Protocol CIDR Forwarding CS 449/Fall 04 2 1 Classless Interdomain Routing (CIDR) Addressing The IP address space is broken

More information

ADDRESSING 101 ==================================================== A name is a unique human-understandable identifier.

ADDRESSING 101 ==================================================== A name is a unique human-understandable identifier. ADDRESSING 101 1. What is in an address? An address is a unique computer-understandable identifier. Uniqueness is defined in a domain outside that domain, to retain uniqueness, one needs to have either

More information

FRESH PRODUCE FORUM CHINA, 1 JUNE 2016, CHENGDU, CHINA 新 鲜 果 蔬 行 业 中 国 高 峰 论 坛,2016 年 6 月 1 日, 成 都 EXHIBITOR REGISTRATION FORM 参 展 商 申 请 表 格

FRESH PRODUCE FORUM CHINA, 1 JUNE 2016, CHENGDU, CHINA 新 鲜 果 蔬 行 业 中 国 高 峰 论 坛,2016 年 6 月 1 日, 成 都 EXHIBITOR REGISTRATION FORM 参 展 商 申 请 表 格 FRESH PRODUCE FORUM CHINA, 1 JUNE 2016, CHENGDU, CHINA 新 鲜 果 蔬 行 业 中 国 高 峰 论 坛,2016 年 6 月 1 日, 成 都 EXHIBITOR REGISTRATION FORM 参 展 商 申 请 表 格 1. Exhibitor Data 参 展 商 信 息 (PLEASE COMPLETE IN CAPITAL LETTERS

More information

PCS Educational Foundation Inc.

PCS Educational Foundation Inc. PCS Educational Foundation Inc. January 19, 2014 尊 敬 的 中 文 学 校 各 位 家 长 或 监 护 人, 一 年 一 度 的 匹 兹 堡 中 文 学 校 董 事 会 换 届 选 举 将 在 四 月 份 举 行, 将 要 选 出 三 位 选 任 董 事 填 充 因 届 满 而 空 缺 的 董 事 职 位 ( 家 长 教 师 会, 秘 书 长, 副

More information

Computer Networks. Lecture 3: IP Protocol. Marcin Bieńkowski. Institute of Computer Science University of Wrocław

Computer Networks. Lecture 3: IP Protocol. Marcin Bieńkowski. Institute of Computer Science University of Wrocław Computer Networks Lecture 3: IP Protocol Marcin Bieńkowski Institute of Computer Science University of Wrocław Computer networks (II UWr) Lecture 3 1 / 24 In previous lectures We learned about layer 1

More information

IP Network Layer. Datagram ID FLAG Fragment Offset. IP Datagrams. IP Addresses. IP Addresses. CSCE 515: Computer Network Programming TCP/IP

IP Network Layer. Datagram ID FLAG Fragment Offset. IP Datagrams. IP Addresses. IP Addresses. CSCE 515: Computer Network Programming TCP/IP CSCE 515: Computer Network Programming TCP/IP IP Network Layer Wenyuan Xu Department of Computer Science and Engineering University of South Carolina IP Datagrams IP is the network layer packet delivery

More information

Network Layer IPv4. Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS. School of Computing, UNF

Network Layer IPv4. Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS. School of Computing, UNF Network Layer IPv4 Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF IPv4 Internet Protocol (IP) is the glue that holds the Internet together.

More information

2.1.2.2.2 Variable length subnetting

2.1.2.2.2 Variable length subnetting 2.1.2.2.2 Variable length subnetting Variable length subnetting or variable length subnet masks (VLSM) allocated subnets within the same network can use different subnet masks. Advantage: conserves the

More information

VLSM and CIDR Malin Bornhager Halmstad University

VLSM and CIDR Malin Bornhager Halmstad University VLSM and CIDR Malin Bornhager Halmstad University Session Number 2002, Svenska-CNAP Halmstad University 1 Objectives Classless routing VLSM Example of a VLSM calculation 2 Classless routing CIDR (Classless

More information

2013 首 届 国 际 营 养 与 健 康 大 会

2013 首 届 国 际 营 养 与 健 康 大 会 2013 首 届 国 际 营 养 与 健 康 大 会 时 间 :2013 年 10 月 12 日 -14 日 地 点 : 中 国 大 连 国 际 会 议 中 心 参 会 指 南 一. 报 到 和 注 册 注 册 时 间 :10 月 11 日 -14 日 8:00-17:00 注 册 地 点 : 大 连 国 际 会 议 中 心 1 楼 注 册 台 注 册 流 程 : 会 前 已 经 交 纳 会 务 费

More information

CS 348: Computer Networks. - IP addressing; 21 st Aug 2012. Instructor: Sridhar Iyer IIT Bombay

CS 348: Computer Networks. - IP addressing; 21 st Aug 2012. Instructor: Sridhar Iyer IIT Bombay CS 348: Computer Networks - IP addressing; 21 st Aug 2012 Instructor: Sridhar Iyer IIT Bombay Think-Pair-Share: IP addressing What is the need for IP addresses? Why not have only MAC addresses? Given that

More information

Expert Reference Series of White Papers. Basics of IP Address Subnetting

Expert Reference Series of White Papers. Basics of IP Address Subnetting Expert Reference Series of White Papers Basics of IP Address Subnetting 1-800-COURSES www.globalknowledge.com Basics of IP Address Subnetting Norbert Gregorio, Global Knowledge Instructor Introduction

More information

Classful IP Addressing. Classless Addressing: CIDR. Routing & Forwarding: Logical View of a Router. IP Addressing: Basics

Classful IP Addressing. Classless Addressing: CIDR. Routing & Forwarding: Logical View of a Router. IP Addressing: Basics Switching and Forwarding Switching and Forwarding Generic Router rchitecture Forwarding Tables: ridges/layer Switches; VLN Routers and Layer 3 Switches Forwarding in Layer 3 (Network Layer) Network Layer

More information

Table of Contents. Cisco IP Addressing and Subnetting for New Users

Table of Contents. Cisco IP Addressing and Subnetting for New Users Table of Contents IP Addressing and Subnetting for New Users...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1 Components Used...1 Additional Information...1 Understanding IP

More information

The Internet. Internet Technologies and Applications

The Internet. Internet Technologies and Applications The Internet Internet Technologies and Applications Aim and Contents Aim: Review the main concepts and technologies used in the Internet Describe the real structure of the Internet today Contents: Internetworking

More information

Subnetting and Network Management Omer F. Rana. Networks and Data Communications 1

Subnetting and Network Management Omer F. Rana. Networks and Data Communications 1 Subnetting and Network Management Omer F. Rana Networks and Data Communications 1 Subnetting Subnetting is an important concept in establishing TCP/IP based networks important in integrating small Local

More information

IP Addressing and Subnetting for New Users

IP Addressing and Subnetting for New Users IP Addressing and Subnetting for New Users Document ID: 13788 Contents Introduction Prerequisites Requirements Components Used Additional Information Conventions Understanding IP Addresses Network Masks

More information