CCNA Exploration1 Chapter 6: Addressing the Network IPv4

Size: px
Start display at page:

Download "CCNA Exploration1 Chapter 6: Addressing the Network IPv4"

Transcription

1 CCNA Exploration1 Chapter 6: Addressing the Network IPv4 LOCAL CISCO ACADEMY ELSYS TU INSTRUCTOR: STELA STEFANOVA 1

2 Objectives Explain the structure IP addressing and demonstrate the ability to convert between 8-bit binary and decimal numbers; Given an IPv4 address, classify by type and describe how it is used in the network; Explain how addresses are assigned to networks by ISPs and within networks by administrators; Determine the network portion of the host address and explain the role of the subnet mask in dividing networks; Given IPv4 addressing information and design criteria, calculate the appropriate addressing components; Use common testing utilities to verify and test network connectivity and operational status of the IP protocol stack on a host. 2

3 IP Addressing Structure Dotted decimal structure of a binary IP address 3

4 IP Addressing Structure Octet a byte of the binary patterns representing IPv4 addresses; Dotted Decimal binary patterns representing IPv4 addresses are expressed as dotted decimals by separating each octet, with a dot; Example: address is expressed in dotted decimal as: Network Address for each IPv4 address, some portion of the high-order bits; at Layer 3, we define a network as a group of hosts that have identical bit patterns in the network address portion of their addresses. Host Portion a variable number of bits of the 32 bits IPv4 address that determines the number of hosts within the network. 4

5 IP Addressing Structure 8-bit binary in network addressing and conversion of 8-bit binary to decimal 5

6 Positional notation Positional notation means that a digit represents different values depending on the position it occupies; the value that a digit represents is that value multiplied by the power of the base, or radix, represented by the position the digit occupies. Positional notation in the base 10 number system Example: 245 represents: 245 = (2 * 10^2) + (4 * 10^1) + (5 * 10^0) or 245 = (2 * 100) + (4 * 10) + (5 * 1) 6

7 Binary Numbering System Binary Numbering System radix is 2; each position represents increasing powers of 2; in 8-bit binary numbers, the positions represent these quantities: 2^7 2^6 2^5 2^4 2^3 2^2 2^1 2^ the base 2 numbering system only has two digits: 0 and 1; a 1 in each position means that we add the value for that position to the total; there is a 1 in each position of an octet. The total is = 255 a 0 in each position indicates that the value for that position is not added to the total; a 0 in every position yields a total of = 0 7

8 Binary to Decimal Conversion Converting 8-bit binary to decimal 8

9 IPv4 Binary to Dotted Decimal Notation Converting 8-bit binary to decimal Steps: Divide the 32 bits into 4 octets; Convert each octet to decimal; Add a "dot" between each decimal. 9

10 Binary to Decimal Conversion Activity Convert the given binary number shown in bit field to a decimal value 10

11 Decimal to binary conversion Decimal to 8-bit binary conversion 11

12 Decimal to binary conversions

13 Decimal to binary conversions

14 Decimal to binary conversions

15 Decimal to binary conversions Converting decimal to 8-bit binary 15

16 IPv4 Address Types Types of addresses: Network address Broadcast address Host address 16

17 IPv4 Address Types Network address is a standard way to refer to a network; within the IPv4 address range of a network, the lowest address is reserved for the network address; has a 0 for each host bit in the host portion of the address. Prefix length is the number of bits in the address that gives the network portion; For example: in /24, -the /24 is the prefix length - the first 24 bits are the network address. 17

18 IPv4 Address Types Subnet mask consists of 32 bits; uses 1s and 0s to indicate which bits of the address are network bits and which bits are hosts bits Broadcast address a special address for each network that allows communication to all the hosts in that network; uses the highest address in the network range. Host address every end device requires a unique address to deliver a packet to that host; in IPv4 addresses - assign the values between the network address and the broadcast address to the devices 2004, Cisco Systems, in Inc. that All rights reserved. network. 18

19 IPv4 Address Types 19

20 IPv4 Network Address Network address - the address used to refer to the network 20

21 IPv4 Broadcast Address Broadcast address -a special address used to send data to all hosts in the network 21

22 Host Address Host Address - every end device requires a unique address 22

23 IPv4 Address Types 24 bits network address prefix 23

24 IPv4 Address Types 27 bits network address prefix 24

25 Calculating the IPv4 Address Types Calculating network, broadcast and host addresses 25

26 Classify and Define IPv4 Addresses Determine the network, broadcast and host addresses for a given address and prefix combination 26

27 Type of Communications Unicast, Broadcast, Milticast Types of communication in the Network Layer: Unicast -the process of sending a packet from one host to an individual host Broadcast -the process of sending a packet from one host to all hosts in the network Multicast -the process of sending a packet from one host to a selected group of hosts 27

28 Type of Communications Unicast, Broadcast, Milticast Unicast communication the process of sending a packet from one host to an individual host is used for the normal host-to-host communication in both a client/server and a peer-to-peer network; Unicast packets use the host address of the destination device as the destination address; can be routed through an internetwork. 28

29 Type of Communications Unicast, Broadcast, Milticast Broadcast transmission is used to send packets to all hosts in the network, a packet uses a special broadcast address; is used for the location of special services/devices for which the address is not known or when a host needs to provide information to all the hosts on the network; Examples for broadcast transmission: - Mapping upper layer addresses to lower layer addresses; - Requesting an address; - Exchanging routing information by routing protocols. Query when a host needs information, the host sends a request, to the broadcast address; received and processed by all hosts in the network; one or more of the hosts with the requested information will respond, typically using unicast. 29

30 Type of Communications Unicast, Broadcast, Milticast Broadcast packets are usually restricted to the local network; the restriction is dependent on the configuration of the router that borders the network and the type of broadcast; Types of broadcasts - directed and limited broadcasts. Directed broadcast is sent to all hosts on a specific network. is useful for sending a broadcast to all hosts on a non-local network; For example: for a host outside of the network to communicate with the hosts within the /24 network, the destination address of the packet would be Limited broadcast is used for communication that is limited to the hosts on the local network; destination IPv4 broadcast address ; do not 2004, forwarded Cisco Systems, Inc. All rights by reserved. the router. 30

31 Type of Communications Unicast, Broadcast, Milticast Multicast Transmission is designed to conserve the bandwidth of the IPv4 network; reduces traffic by allowing a host to send a single packet to a selected set of hosts. Examples of multicast transmission: -Video and audio broadcasts; -Routing information exchange by routing protocols; -Distribution of software; -News feeds. Multicast Clients hosts that wish to receive particular multicast data; use services initiated by a client program to subscribe to the multicast group. Multicast group is represented by a single IPv4 multicast destination address; IPv4 has set aside a special block of addresses from to , Cisco Systems, Inc. All for rights reserved. multicast groups addressing. 31

32 Type of Communications Unicast, Broadcast, Milticast 32

33 Reserved IPv4 Address ranges Experimental Addresses reserved for special purposes; IPv4 experimental address range to ; are listed as reserved for future use RFC 3330; could be converted to usable addresses; cannot be used in IPv4 networks; used for research or experimentation. Multicast Addresses reserved for special purposes; IPv4 multicast address range to ; different types of multicast addresses: - reserved link local addresses; - globally scoped addresses; - administratively scoped addresses (limited scope addresses). 33

34 Reserved IPv4 Address ranges Reserved link local addresses IPv4 multicast addresses to ; are to be used for multicast groups on a local network; Packets to these destinations are always transmitted with a time-to-live (TTL) value of 1 and a router connected to the local network should never forward them; used in routing protocols using multicast transmission to exchange routing information. Globally scoped addresses are to ; used to multicast data across the Internet; For example, has been reserved for Network Time Protocol (NTP) to synchronize the time-of-day clocks of network devices. Host Addresses address range of to ; used for IPv4 hosts; 34

35 Reserved IPv4 Address ranges Reserved IPv4 Address ranges 35

36 Public Address and Private Address Public address vast majority of the addresses in the IPv4 unicast host range; are assigned by InterNIC; are designed to be used in the hosts that are publicly accessible from the Internet; Private Addresses blocks of addresses that are used in networks that require limited or no Internet access. Private address blocks: to ( /8) to ( /12) to ( /16) 36

37 Public Address and Private Address Private Addresses need not be unique among outside networks; hosts that do not require access to the Internet; many hosts in different networks may use the same private space addresses; the router or firewall device at the perimeter of these private networks must block or translate these addresses. Network Address Translation (NAT) services to translate private addresses to public addresses; hosts on a privately addressed network can have access to resources across the Internet; can be implemented on a device at the edge of the private network; allows the hosts in the network to "borrow" a public address 2004, Cisco for Systems, Inc. communicating All rights reserved. to outside networks; 37

38 Public Address and Private Address Private address 38

39 Public Address and Private Address Determine a public and private IPv4 Addresses 39

40 Special IPv4 Addresses Network and Broadcast Addresses first and last addresses cannot be assigned to hosts; first address - network address; last address - broadcast address. Default Route IPv4 default route as ; is used as a "catch all" route when a more specific route is not available; reserved address block ( /8). Loopback IPv4 loopback address ; hosts use to direct traffic to themselves; creates a shortcut method for TCP/IP applications and services that run on the same device to communicate with one another; can be ping to test the configuration of TCP/IP on the local host. addresses 2004, Cisco Systems, Inc. All rights reserved. to are reserved. 40

41 Special IPv4 Addresses Link-Local Addresses address block to ( /16); can be automatically assigned to the local host by the operating system in environments where no IP configuration is available; used in a small peer-to-peer network or for a host that could not automatically obtain an address from a Dynamic Host Configuration Protocol (DHCP) server. TEST-NET Addresses address block to ( /24); is set aside for teaching and learning purposes; can be used in documentation and network examples; network devices will accept these addresses in their configurations; used with the domain names example.com or example.net in RFCs, vendor, and protocol documentation; should not appear on the Internet. 41

42 Special IPv4 Addresses Special reserved IPv4 addresses 42

43 Classes of IPv4 Addresses Class A Blocks designed to support extremely large networks with more than 16 million host addresses; use a fixed /8 prefix with the first octet to indicate the network address; remaining three octets were used for host addresses; required that the most significant bit of the high-order octet be a zero; there were only 128 possible class A networks; address block /8 to /8; 43

44 Classes of IPv4 Addresses Class B Blocks designed to support the needs of moderate to large size networks with more than 65,000 hosts; used the two high-order octets to indicate the network address; other two octets specified host addresses; the most significant two bits of the high-order octet were 10; address block /16 to /16; slightly more efficient allocation of addresses than class A; equally divided 25% of the total IPv4 address space among approximately 16,000 networks. 44

45 Classes of IPv4 Addresses Class C Blocks the most commonly available of the historic address classes; intended to provide addresses for small networks with a maximum of 254 hosts; used a /24 prefix; used only the last octet as host addresses; three high-order octets used to indicate the network address; using a fixed value of 110 for the three most significant bits of the high-order octet; address block /16 to /16; occupied only 12.5% of the total IPv4 address space; could provide addresses to 2 million networks. 45

46 Legacy IPv4 Addresses RFC 1700 grouped the unicast ranges into specific classes of the IPv4 addresses -class A, class B, and class C classful addressing 46

47 Classes of IPv4 Addresses Limits to the Class-based System classful allocation of address space often wasted many addresses, which exhausted the availability of IPv4 addresses; for example: a company that had a network with 260 hosts would need to be given a class B address with more than 65,000 addresses; Classless Addressing address blocks appropriate to the number of hosts are assigned to companies or organizations without regard to the unicast class. 47

48 Planning to Address the Network Allocation of Network layer addresses inside the networks: should be planned and documented for the purpose of: - Preventing duplication of addresses; - Providing and controlling access; - Monitoring security and performance. Preventing Duplication of Addresses each host in an internetwork must have a unique address; without the proper planning and documentation of these network allocations, we could easily assign an address to more than one host. 48

49 Planning to Address the Network Providing and Controlling Access access to the resources can be controlled by the Layer 3 address; if the addresses for these resources are not planned and documented, the security and accessibility of the devices are not easily controlled; For example, if a server has a random address assigned, blocking access to its address is difficult and clients may not be able to locate this resource. 49

50 Planning to Address the Network Monitoring Security and Performance need to monitor the security and performance of the network hosts and the network as a whole; Assigning Addresses within a Network hosts are associated with an IPv4 network by a common network portion of the address; Examples of different types of hosts: End devices for users Servers and peripherals Hosts that are accessible from the Internet Intermediary devices each of these different device types should be allocated to a logical block of addresses within the address range of the network. 50

51 Private Addresses Private Address 51

52 Public Addresses Public Address 52

53 Static Addresses Static Assignment of Addresses the network administrator must manually configure the network information for a host; includes entering the host IP address, subnet mask, and default gateway. Static addresses are useful for printers, servers, and other networking devices that need to be accessible to clients on the network; if hosts normally access a server at a particular IP address, it would cause problems if that address changed; can provide increased control of network resources; can be time-consuming to enter the information on each host. it is necessary to maintain an accurate list of the IP address assigned to each device; 53

54 Static Addresses Static Assignment of Addresses 54

55 Dynamic Addresses Dynamic Assignment of Addresses using Dynamic Host Configuration Protocol (DHCP) DHCP enables the automatic assignment of addressing information such as IP address, subnet mask, default gateway, and other configuration information; is generally the preferred method of assigning IP addresses to hosts on large networks; reduces the burden on network support staff and virtually eliminates entry errors. Configuration of the DHCP server defined address pool to be assigned to the DHCP clients on a network; the address is not permanently assigned to a host but is only "leased" for a period of time; the address is returned to the pool for reuse, if the host is powered 2004, Cisco Systems, down Inc. All rights or reserved. taken off the network. 55

56 Dynamic Addresses IPconfig /all command 56

57 Assigning Addresses to Other Devices Addresses for Servers and Peripherals any network resource (a server or a printer) should have a static IPv4 address; servers and peripherals are a concentration point for network traffic; Addresses for Hosts that are accessible from Internet In most internetworks, only a few devices are accessible by hosts outside of the corporation; are usually servers of some type; the IPv4 addresses for these devices should be static; servers accessible by the Internet, each of these must have a public space address associated with it; 57

58 Assigning Addresses to Other Devices Addresses for Intermediary Devices Intermediary devices: are assigned Layer 3 addresses either for the device management or for their operation; should have predictable addresses; addresses are typically assigned manually; Hubs, switches, and wireless access points: - do not require IPv4 addresses to operate as intermediary devices; - need to have assigned addresses - to access as hosts, to configure, monitor, or troubleshoot network operation. Routers and Firewalls have an IPv4 address assigned to each interface; each interface is in a different network and serves as the gateway for the hosts in that network; typically, the router interface uses either the lowest or highest address in the network. 58

59 Assigning Addresses to Other Devices Types of addresses that should be assigned to devices other than end user devices 59

60 Assigning Addresses Internet Assigned Numbers Authority (IANA) - is the master holder of the IP addresses; IP multicast addresses and the IPv6 addresses are obtained directly from IANA; all IPv4 address space was managed directly by the IANA; Regional Internet Registries (RIRs) AfriNIC (African Network Information Centre) - Africa Region APNIC (Asia Pacific Network Information Centre) - Asia/Pacific Region ARIN (American Registry for Internet Numbers) - North America Region LACNIC (Regional Latin-American and Caribbean IP Address Registry) - Latin America and some Caribbean Islands RIPE NCC (Reseaux IP Europeans) - Europe, the Middle East, and Central 2004, Cisco Systems, Asia Inc. All rights reserved. 60

61 Assigning Addresses Regional Internet Registries (RIRs) 61

62 ISP Tiers Internet Service Providers (ISPs) generally supply a small number of usable IPv4 addresses (6 or 14) to their customers as a part of their services; have their own set of internal data networks to manage Internet connectivity and to provide related services. ISP Services DNS services, services, website. ISP Tiers ISPs are designated by a hierarchy based on their level of connectivity to the Internet backbone; each lower tier obtains connectivity to the backbone via a connection to a higher tier ISP; Tier 1 ISPs at the top of the ISP hierarchy; are large national or international ISPs that are directly connected to the Internet backbone; Customers of Tier 1 ISPs are lower-tiered ISPs; are large companies and organizations; 62

63 Tier 1 ISPs Tier 1 ISPs engineer highly reliable connections and services; uses multiple connections to the Internet backbone to support reliability; the primary advantages for Tier 1 ISP customers are reliability and speed; the drawback for Tier 1 ISP customers is its high cost. 63

64 Tier 2 ISPs Tier 2 ISPs acquire their Internet service from Tier 1 ISPs; generally focus on business customers. offer more services than the other two tiers of ISPs; the primary disadvantage is slower Internet access; have lower reliability than Tier 1 ISPs. 64

65 Tier 3 ISPs Tier 3 ISPs purchase their Internet service from Tier 2 ISPs; the focus is the retail and home markets in a specific locale; Tier 3 customers primary need is connectivity and support; are often good choices for small to medium size companies. 65

66 Internet Protocol (IPv6) IPv6 features: creating expanded addressing capabilities; improvedpacket handling; increased scalability and longevity; QoS mechanisms; integrated security; IPv6 offers: 128-bit hierarchical addressing -to expand addressing capabilities; header format simplification -to improve packet handling; improved support for extensions and options -for increased scalability/longevity and improved packet handling; flow labeling capability -as QoS mechanisms authentication and privacy capabilities -to integrate security. 66

67 Internet Protocol (IPv6) IPv6 is not merely a new Layer 3 protocol; is a new protocol suite; IPv6 New protocols at various layers of the stack have been developed to support this new protocol; there is a new messaging protocol (ICMPv6). 67

68 Subnet mask - Determine the network portion of the host address Subnet mask is used to create and specify the network and host portions of an IP address; a separate 32-bit pattern; is express in the same dotted decimal format as the IPv4 address; is created by placing a binary 1 in each bit position that represents the network portion and placing a binary 0 in each bit position that represents the host portion; For example: host /27: IP address subnet mask network address

69 Subnet mask - Determine the network portion of the host address Prefix and Subnet mask: are different ways of representing the same thing - the network portion of an address 24 prefix is expressed as a subnet mask ( ). 69

70 Subnet Mask and ANDing Process Subnet mask and ANDing process to extract the network address from the IP address Reasons to use ANDing Routers use ANDing to determine an acceptable route for an incoming packet; An originating host must determine if a packet should be sent directly to a host in the local network or be directed to the gateway. 70

71 Subnet Mask and ANDing Process 71

72 Subnet Mask and ANDing Process Steps in the ANDing of an IPv4 host address and subnet mask 72

73 Basic Subnetting Subnetting allows for creating multiple logical networks from a single address block; is create by using one or more of the host bits as network bits; is done by extending the mask to borrow some of the bits from the host portion of the address to create additional network bits; more host bits used, the more subnets can be defined; 73

74 Basic Subnetting Example 1: Borrow one bit from the host portion Number of subnets 2^1 = 2 Number of hosts per subnet 2^7-2 =

75 Basic Subnetting Calculating number of subnets number of subnets = 2^n where n = number of bits borrowed Number of hosts per network number of hosts = 2^n 2 where n = the number of bits left for hosts 75

76 Basic Subnetting Example 2: Borrow two bits from the host portion Number of subnets 2^2 = 4 Number of hosts per subnet 2^6-2 = 62 76

77 Basic Subnetting Example 3: Borrow three bits from the host portion Number of subnets 2^3 = 8 Number of hosts per subnet 2^5-2 = 30 77

78 Basic Subnetting Example 3: Addressing Scheme 78

79 Subnetting STEP1. Determine the Total Number of Hosts consider the total number of hosts required by the entire corporate internetwork must use a block of addresses that is large enough to accommodate all devices in all the corporate networks (end user devices, servers, intermediate devices, and router interfaces). 79

80 Subnetting STEP2. Determine the Number and Size of the Networks subnet the network to overcome issues with location, size, and control; in designing the addressing, the factors for grouping the hosts must be considered : -Grouping based on common geographic location; -Grouping hosts used for specific purposes; - Grouping based on ownership. each WAN link is a network; hosts in a common geographic location typically comprise a single block of addresses -may need to subnet this block to form additional networks at each location; need to create subnetworks at the different locations that have hosts for common user needs; Need to have subnetworks for special hosts such as servers. 80

81 Subnetting STEP2. Determine the Number and Size of the Networks Network diagram useful tool in the address planning process; allows to see the networks and make a more accurate count. 81

82 Subnetting STEP3. Allocating Addresses Process of Allocating Addresses: begins by allocating network addresses for locations of special networks; starts with the locations that require the most hosts and work down to the point-to-point links; ensures that large enough blocks of addresses are made available to accommodate the hosts and networks for these locations; plan carefully to ensure that the address blocks assigned to the subnet do not overlap. 82

83 Subnetting STEP3. Allocating Addresses Allocated blocks of addresses - four locations, WAN links. 83

84 Subnetting Spreadsheet helpful tool in the planning process; can place the addresses in columns to visualize the allocation of the addresses. 84

85 Subnetting a Subnets Subnetting a subnets the further division of the addresses; the creation of new, smaller networks from a given address block is done by extending the length of the prefix - adding 1s to the subnet mask; for each bit borrowed, we double the number of networks; For example: -use 1 bit - have the potential to divide that block into two smaller networks; - if 2 bits are borrowed - can provide for 4 unique patterns to represent networks 00, 01, 10, and 11; - 3 bits would allow 8 blocks. 85

86 Subnetting the Subnets Example: divide the corporate HQ into two networks. 86

87 Subnetting a Subnets Subnetting a subnets or Variable Length Subnet Mask (VLSM) designed to maximize addressing efficiency; 87

88 Subnetting a Subnets Subnet requirement - 7 subnets: one for each of the four LANs; one for each of the three WANs. 88

89 Subnetting a Subnets Given IP address need to borrow 3 bits from the host bits in the last octet to meet the subnet requirement of seven subnets Subnet mask is represented with the /27; ; Number of hosts five bits will allow up to 30 hosts per subnet; WAN Addresses only two addresses are needed in each subnet for the WAN links; there are 28 unused addresses in each of the three WAN subnets that have been locked into address these address blocks. 89

90 Subnetting a Subnets Getting More Subnet for Less Hosts Starting with the original subnets and gained additional, smaller, subnets to use for the WAN links; Creating smaller each subnet is able to support 2 hosts leaves the original subnets free to be allotted to other devices and prevents many addresses from being wasted. to provide address blocks for the WANS with two addresses each, we will borrow three additional host bits to be used as network bits. Address: in Binary: Mask: Bits in binary:

91 Subnetting a Subnets 91

92 Subnetting a Subnets Scenario following requirements: AtlantaHQ - 58 host addresses PerthHQ - 26 host addresses SydneyHQ - 10 host addresses CorpusHQ - 10 host addresses WAN links - 2 host addresses (each) Given address block /24, 92

93 Subnetting a Subnets Inefficient subnetting 93

94 Subnetting a Subnets Inefficient subnetting 94

95 Subnetting a Subnets AtlantaHQ LAN - 58 hosts calculating a subnet from the original /24 block to accommodate the largest LAN; required borrowing an additional 2 host bits, to use a /26 bit mask would be subnetted: Subnet 0: /26 host address range 1 to 62 Subnet 1: /26 host address range 65 to 126 Subnet 2: /26 host address range 129 to 190 Subnet 3: /26 host address range 193 to

96 Subnetting a Subnets PerthHQ LAN - 28 host addresses (including router interface) begin with next available address of to create an address block for this subnet; by borrowing one more bit, we are able to meet the needs of PerthHQ while limiting the wasted addresses; subnet mask: /27 subnetwork address : /27 host address range: 65 to 94 96

97 Subnetting a Subnets SydneyHQ LAN and CorpusHQ LAN - 10 host addresses the subnetting requires us to borrow another bit, to extend the mask to /28; starting with address , address blocks: Subnet 0: /28 host address range 97 to 110 Subnet 1: /28 host address range 113 to 126 the blocks provide 14 addresses for the hosts and router interfaces on each LAN. 97

98 Subnetting a Subnets WAN Links 2 host addresses for point-to-point WAN links only two addresses are required; borrow 2 more bits; to use a /30 mask; using the next available addresses; address blocks: Subnet 0: /30 host address range 129 to 130 Subnet 1: /30 host address range 133 to 134 Subnet 2: /30 host address range 137 to

99 Subnetting a Subnets Using VLSM more efficient 99

100 Subnetting a Subnets 100

101 Subnetting a Subnets VLSM Chart 101

102 Subnetting a Subnets VLSM Chart 102

103 Subnetting a Subnets VLSM Chart 103

104 Determining Network Addresses 104

105 Calculating Number of Hosts 105

106 Determining Valid Address for Hosts 106

107 Testing the Network Layer - Ping command Ping command is a utility for testing IP connectivity between hosts; sends out requests for responses from a specified host address; uses a Layer 3 protocol that is a part on the TCP/IP suite called Internet Control Message Protocol (ICMP) uses an ICMP Echo Request datagram. If the host at the specified address receives the Echo request, it responds with an ICMP Echo Reply datagram; measures the time required for the reply for each packet sent. provides a display of the time between the ping being sent and the response received. This is a measure of the network performance; has a timeout value for the response. If a response is not received within that timeout, ping gives up and provides a message indicating that a response was not received. provides an output with the summary of the responses that includes the success rate and average round-trip time to the destination. 107

108 Testing the Local Stack - Ping Loopback Pinging the Local Loopback testing the internal configuration of IP on the local host; ping the special reserve address of local loopback ; a response from indicates that IP is properly installed on the host; the response comes from the Network layer. 108

109 Testing the Connectivity of Local LAN - Ping Gateway Ping to the gateway: indicates that the host and the router's interface serving as that gateway are both operational on the local network Ping command to verify that a local host can communicate with a gateway across a local area network 109

110 Testing the Connectivity of Remote LAN Ping command to verify that a local host can communicate via a gateway to a device in remote network 110

111 Testing the Path - Traceroute Command Tracert /traceroute Command to observe the path between two devices as they communicate; generates a list of hops that were successfully reached along the path; provides round trip time (RTT) for each hop along the path and indicates if a hop fails to respond; makes use of a function of the Time to Live (TTL) field in the Layer 3 header and ICMP Time Exceeded Message. 111

112 Testing the Path - Traceroute Command Round Trip Time (RTT) is the time a packet takes to reach the remote host and for the response from the host to return. An asterisk (*) is used to indicate a lost packet. Time to Live (TTL) Traceroute makes use of a function of the Time to Live (TTL) field in the Layer 3 header and ICMP Time Exceeded Message; TTL field is used to limit the number of hops that a packet can cross; When a packet enters a router, the TTL field is decremented by 1; Router when TTL = 0: -will not forward the packet and the packet is dropped. -sends an ICMP Time Exceeded message addressed to the originating host. This ICMP message will contain the IP address of the router that responded. 112

113 Testing the Path - Traceroute Command Traceroute Sends first sequence of messages with TTL = 1; TTL to time out the packet at the first router; router then responds with an ICMP Time Exceeded Message; Traceroute now has the address of the first hop. Traceroute progressively increments the TTL field (2, 3, 4...) for each sequence of messages; this provides the trace with the address of each hop as the packets timeout further down the path; 113

114 Testing the Path - Traceroute Command Traceroute The TTL field continues to be increased until the destination is reached or it is incremented to a predefined maximum. Traceroute The final destination is reached and the host responds with: a ICMP Port Unreachable message or a ICMP Echo Reply message. 114

115 Internet Control Message Protocol - ICMP v4 Internet Control Message Protocol -ICMP v4 is the messaging protocol for the TCP/IP suite; provides control and error messages; is used by the ping and traceroute utilities; Types of ICMP messages Host conformation; Unreachable Destination or Service; Time exceeded; Route redirection; Source quench. 115

116 ICMP v4 Messages Host Confirmation An ICMP Echo Message can be used to determine if a host is operational; Host Confirmation the local host sends an ICMP Echo Request to a host; the host receiving the echo message replies with the ICMP Echo Reply; 116

117 ICMP v4 Messages Unreachable Destination or Service can used to notify a host that the destination or service is unreachable; when a host or gateway receives a packet that it cannot deliver, it may send an ICMP Destination Unreachable packet to the host originating the packet; the Destination Unreachable packet will contain codes that indicate why the packet could not be delivered. 117

118 ICMP v4 Messages Destination Unreachable codes: 0 = net unreachable 1 = host unreachable 2 = protocol unreachable 3 = port unreachable net unreachable and host unreachable (code 0, 1) - are responses from a router when it cannot forward a packet; protocol unreachable and port unreachable (codes 2, 3) -are used by an end host to indicate that the TCP segment or UDP datagram contained in a packet could not be delivered to the upper layer service. 118

119 ICMP v4 Messages Time Exceeded Message is used by a router to indicate that a packet cannot be forwarded because the TTL field of the packet has expired; sends by router to the source host to inform the host of the reason the packet was dropped. Route Redirection Message is used by a router to notify the hosts on a network that a better route is available for a particular destination; may only be used when the source host is on the same physical network as both gateways; If a router receives a packet for which it has a route and for which the next hop is attached to the same interface as the packet arrived, the router may send an ICMP Redirect Message to the source host. This message will inform the source host of the next hop contained in a route in the routing table. 119

120 ICMP v4 Messages Source Quench Message can be used to tell the source to temporarily stop sending packets; if a router does not have enough buffer space to receive incoming packets, a router will discard the packets; is sent by the router to source hosts for every message that have been discarded; can be send by the destination host if datagrams arrive too fast to be processed; when a host receives an ICMP Source Quench message, it reports it to the Transport layer. The source host can then use the TCP flow control mechanisms to adjust the transmission. 120

121 Summary 121

122 2004, Cisco Systems, Inc. All rights reserved.

Procedure: You can find the problem sheet on Drive D: of the lab PCs. 1. IP address for this host computer 2. Subnet mask 3. Default gateway address

Procedure: You can find the problem sheet on Drive D: of the lab PCs. 1. IP address for this host computer 2. Subnet mask 3. Default gateway address Objectives University of Jordan Faculty of Engineering & Technology Computer Engineering Department Computer Networks Laboratory 907528 Lab.4 Basic Network Operation and Troubleshooting 1. To become familiar

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

Type of addressing in IPv4

Type of addressing in IPv4 Type of addressing in IPv4 Within the address range of each IPv4 network, we have three types of addresses: Network address - The address by which we refer to the network Broadcast address - A special

More information

You can probably work with decimal. binary numbers needed by the. Working with binary numbers is time- consuming & error-prone.

You can probably work with decimal. binary numbers needed by the. Working with binary numbers is time- consuming & error-prone. IP Addressing & Subnetting Made Easy Working with IP Addresses Introduction You can probably work with decimal numbers much easier than with the binary numbers needed by the computer. Working with binary

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

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

- IPv4 Addressing and Subnetting -

- IPv4 Addressing and Subnetting - 1 Hardware Addressing - IPv4 Addressing and Subnetting - A hardware address is used to uniquely identify a host within a local network. Hardware addressing is a function of the Data-Link layer of the OSI

More information

Ref: A. Leon Garcia and I. Widjaja, Communication Networks, 2 nd Ed. McGraw Hill, 2006 Latest update of this lecture was on 16 10 2010

Ref: A. Leon Garcia and I. Widjaja, Communication Networks, 2 nd Ed. McGraw Hill, 2006 Latest update of this lecture was on 16 10 2010 IPv4 Addressing There are several non-profit organizations in the world that have the authority for assigning IP addresses to institutions that need access to the Internet. These organizations are (for

More information

Guide to Network Defense and Countermeasures Third Edition. Chapter 2 TCP/IP

Guide to Network Defense and Countermeasures Third Edition. Chapter 2 TCP/IP Guide to Network Defense and Countermeasures Third Edition Chapter 2 TCP/IP Objectives Explain the fundamentals of TCP/IP networking Describe IPv4 packet structure and explain packet fragmentation Describe

More information

Introduction to IP v6

Introduction to IP v6 IP v 1-3: defined and replaced Introduction to IP v6 IP v4 - current version; 20 years old IP v5 - streams protocol IP v6 - replacement for IP v4 During developments it was called IPng - Next Generation

More information

2. IP Networks, IP Hosts and IP Ports

2. IP Networks, IP Hosts and IP Ports 1. Introduction to IP... 1 2. IP Networks, IP Hosts and IP Ports... 1 3. IP Packet Structure... 2 4. IP Address Structure... 2 Network Portion... 2 Host Portion... 3 Global vs. Private IP Addresses...3

More information

Lab 10.4.1 IP Addressing Overview

Lab 10.4.1 IP Addressing Overview Lab 10.4.1 IP ing Overview Estimated time: 30 min. Objectives: Background: This lab will focus on your ability to accomplish the following tasks: Name the five different classes of IP addresses Describe

More information

Subnetting IPv4 and IPv6

Subnetting IPv4 and IPv6 Subnetting IPv4 and IPv6 Advanced Networking: Routing & Switching 1 Chapter 9 Copyleft 2013 Hacklab Cosenza (http://hlcs.it) Released under Creative Commons License 3.0 By-Sa Cisco name, logo and materials

More information

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1)

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) 100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) Course Overview This course provides students with the knowledge and skills to implement and support a small switched and routed network.

More information

Computer Networks I Laboratory Exercise 1

Computer Networks I Laboratory Exercise 1 Computer Networks I Laboratory Exercise 1 The lab is divided into two parts where the first part is a basic PC network TCP/IP configuration and connection to the Internet. The second part is building a

More information

This tutorial will help you in understanding IPv4 and its associated terminologies along with appropriate references and examples.

This tutorial will help you in understanding IPv4 and its associated terminologies along with appropriate references and examples. About the Tutorial Internet Protocol version 4 (IPv4) is the fourth version in the development of the Internet Protocol (IP) and the first version of the protocol to be widely deployed. IPv4 is described

More information

Module 2: Assigning IP Addresses in a Multiple Subnet Network

Module 2: Assigning IP Addresses in a Multiple Subnet Network Module 2: Assigning IP Addresses in a Multiple Subnet Network Contents Overview 1 Lesson: Assigning IP Addresses 2 Lesson: Creating a Subnet 19 Lesson: Using IP Routing Tables 29 Lesson: Overcoming Limitations

More information

Lab 10.3.5a Basic Subnetting

Lab 10.3.5a Basic Subnetting Lab 10.3.5a Basic Subnetting Objective How to identify reasons to use a subnet mask How to distinguish between a default subnet mask and a custom subnet mask What given requirements determine the subnet

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

Network and Host Addresses 1.3. 2003, Cisco Systems, Inc. All rights reserved. INTRO v1.0a 6-4

Network and Host Addresses 1.3. 2003, Cisco Systems, Inc. All rights reserved. INTRO v1.0a 6-4 IP Addressing To facilitate the routing of packets over a network, the TCP/IP protocol suite uses a 32-bit logical address known as an IP address. This topic introduces the components of an IP address.

More information

Technical Support Information Belkin internal use only

Technical Support Information Belkin internal use only The fundamentals of TCP/IP networking TCP/IP (Transmission Control Protocol / Internet Protocols) is a set of networking protocols that is used for communication on the Internet and on many other networks.

More information

Troubleshooting Tools

Troubleshooting Tools Troubleshooting Tools An overview of the main tools for verifying network operation from a host Fulvio Risso Mario Baldi Politecnico di Torino (Technical University of Turin) see page 2 Notes n The commands/programs

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

Internet Control Protocols Reading: Chapter 3

Internet Control Protocols Reading: Chapter 3 Internet Control Protocols Reading: Chapter 3 ARP - RFC 826, STD 37 DHCP - RFC 2131 ICMP - RFC 0792, STD 05 1 Goals of Today s Lecture Bootstrapping an end host Learning its own configuration parameters

More information

Subnetting,Supernetting, VLSM & CIDR

Subnetting,Supernetting, VLSM & CIDR Subnetting,Supernetting, VLSM & CIDR WHAT - IP Address Unique 32 or 128 bit Binary, used to identify a system on a Network or Internet. Network Portion Host Portion CLASSFULL ADDRESSING IP address space

More information

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life Overview Dipl.-Ing. Peter Schrotter Institute of Communication Networks and Satellite Communications Graz University of Technology, Austria Fundamentals of Communicating over the Network Application Layer

More information

BASIC ANALYSIS OF TCP/IP NETWORKS

BASIC ANALYSIS OF TCP/IP NETWORKS BASIC ANALYSIS OF TCP/IP NETWORKS INTRODUCTION Communication analysis provides powerful tool for maintenance, performance monitoring, attack detection, and problems fixing in computer networks. Today networks

More information

Computer Networks. Introduc)on to Naming, Addressing, and Rou)ng. Week 09. College of Information Science and Engineering Ritsumeikan University

Computer Networks. Introduc)on to Naming, Addressing, and Rou)ng. Week 09. College of Information Science and Engineering Ritsumeikan University Computer Networks Introduc)on to Naming, Addressing, and Rou)ng Week 09 College of Information Science and Engineering Ritsumeikan University MAC Addresses l MAC address is intended to be a unique identifier

More information

Chapter 3. TCP/IP Networks. 3.1 Internet Protocol version 4 (IPv4)

Chapter 3. TCP/IP Networks. 3.1 Internet Protocol version 4 (IPv4) Chapter 3 TCP/IP Networks 3.1 Internet Protocol version 4 (IPv4) Internet Protocol version 4 is the fourth iteration of the Internet Protocol (IP) and it is the first version of the protocol to be widely

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

Interconnection of Heterogeneous Networks. Internetworking. Service model. Addressing Address mapping Automatic host configuration

Interconnection of Heterogeneous Networks. Internetworking. Service model. Addressing Address mapping Automatic host configuration Interconnection of Heterogeneous Networks Internetworking Service model Addressing Address mapping Automatic host configuration Wireless LAN network@home outer Ethernet PPS Internet-Praktikum Internetworking

More information

IP - The Internet Protocol

IP - The Internet Protocol Orientation IP - The Internet Protocol IP (Internet Protocol) is a Network Layer Protocol. IP s current version is Version 4 (IPv4). It is specified in RFC 891. TCP UDP Transport Layer ICMP IP IGMP Network

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

Interconnecting Cisco Network Devices 1 Course, Class Outline

Interconnecting Cisco Network Devices 1 Course, Class Outline www.etidaho.com (208) 327-0768 Interconnecting Cisco Network Devices 1 Course, Class Outline 5 Days Interconnecting Cisco Networking Devices, Part 1 (ICND1) v2.0 is a five-day, instructorled training course

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

IP Addressing and Subnetting. 2002, Cisco Systems, Inc. All rights reserved.

IP Addressing and Subnetting. 2002, Cisco Systems, Inc. All rights reserved. IP Addressing and Subnetting 2002, Cisco Systems, Inc. All rights reserved. 1 Objectives Upon completion, you will be able to: Discuss the Types of Network Addressing Explain the Form of an IP Address

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

Networking Test 4 Study Guide

Networking Test 4 Study Guide Networking Test 4 Study Guide True/False Indicate whether the statement is true or false. 1. IPX/SPX is considered the protocol suite of the Internet, and it is the most widely used protocol suite in LANs.

More information

1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet

1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet Review questions 1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet C Media access method D Packages 2 To which TCP/IP architecture layer

More information

Packet Tracer 3 Lab VLSM 2 Solution

Packet Tracer 3 Lab VLSM 2 Solution Packet Tracer 3 Lab VLSM 2 Solution Objective Create a simulated network topology using Packet Tracer Design an IP addressing scheme using a Class B subnetwork address and VLSM Apply IP addresses to the

More information

Chapter 3: IP Addressing and VLSM

Chapter 3: IP Addressing and VLSM Chapter 3: IP Addressing and VLSM QUESTION 54 What is the principle reason to use a private IP address on an internal network? A. Subnet strategy for private companies. B. Manage and scale the growth of

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

Source net: 200.1.1.0 Destination net: 200.1.2.0 Subnet mask: 255.255.255.0 Subnet mask: 255.255.255.0. Router Hub

Source net: 200.1.1.0 Destination net: 200.1.2.0 Subnet mask: 255.255.255.0 Subnet mask: 255.255.255.0. Router Hub then to a router. Remember that with a Class C network address, the first 3 octets, or 24 bits, are assigned as the network address. So, these are two different Class C networks. This leaves one octet,

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

INTERCONNECTING CISCO NETWORK DEVICES PART 1 V2.0 (ICND 1)

INTERCONNECTING CISCO NETWORK DEVICES PART 1 V2.0 (ICND 1) INTERCONNECTING CISCO NETWORK DEVICES PART 1 V2.0 (ICND 1) COURSE OVERVIEW: Interconnecting Cisco Networking Devices, Part 1 (ICND1) v2.0 is a five-day, instructor-led training course that teaches learners

More information

04 Internet Protocol (IP)

04 Internet Protocol (IP) SE 4C03 Winter 2007 04 Internet Protocol (IP) William M. Farmer Department of Computing and Software McMaster University 29 January 2007 Internet Protocol (IP) IP provides a connectionless packet delivery

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

IP addressing and forwarding Network layer

IP addressing and forwarding Network layer The Internet Network layer Host, router network layer functions: IP addressing and forwarding Network layer Routing protocols path selection RIP, OSPF, BGP Transport layer: TCP, UDP forwarding table IP

More information

Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0

Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0 Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0 COURSE OVERVIEW: Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0 is a five-day, instructor-led training course that teaches learners

More information

(Refer Slide Time: 02:17)

(Refer Slide Time: 02:17) Internet Technology Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No #06 IP Subnetting and Addressing (Not audible: (00:46)) Now,

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

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

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

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

Guide to TCP/IP, Third Edition. Chapter 2: IP Addressing and Related Topics

Guide to TCP/IP, Third Edition. Chapter 2: IP Addressing and Related Topics Guide to TCP/IP, Third Edition Chapter 2: IP Addressing and Related Topics Objectives Understand IP addressing, anatomy and structures, and addresses from a computer s point of view Recognize and describe

More information

APPENDIX B. Routers route based on the network number. The router that delivers the data packet to the correct destination host uses the host ID.

APPENDIX B. Routers route based on the network number. The router that delivers the data packet to the correct destination host uses the host ID. APPENDIX B IP Subnetting IP Addressing Routers route based on the network number. The router that delivers the data packet to the correct destination host uses the host ID. IP Classes An IP address is

More information

Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols

Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols Guide to TCP/IP, Third Edition Chapter 3: Data Link and Network Layer TCP/IP Protocols Objectives Understand the role that data link protocols, such as SLIP and PPP, play for TCP/IP Distinguish among various

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

Chapter 4 Connecting to the Internet through an ISP

Chapter 4 Connecting to the Internet through an ISP Chapter 4 Connecting to the Internet through an ISP 1. According to Cisco what two things are essential to gaining access to the internet? a. ISPs are essential to gaining access to the Internet. b. No

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

UNDERSTANDING IP ADDRESSING

UNDERSTANDING IP ADDRESSING 52-20-31 DATA COMMUNICATIONS MANAGEMENT UNDERSTANDING IP ADDRESSING Gilbert Held INSIDE The IP Addressing Scheme; Dotted Decimal Notation; Basic Workstation Configuration; Reserved Addresses; Subnetting;

More information

7 TRANSMISSION CONTROL PROTOCOL/ INTERNET PROTOCOL (TCP/IP)

7 TRANSMISSION CONTROL PROTOCOL/ INTERNET PROTOCOL (TCP/IP) 7 TRANSMISSION CONTROL PROTOCOL/ INTERNET PROTOCOL (TCP/IP) PROJECTS Project 7.1 Project 7.2 Project 7.3 Project 7.4 Project 7.5 Understanding Key Concepts Configuring TCP/IP Properties Comparing Name

More information

THE HONG KONG POLYTECHNIC UNIVERSITY Department of Electronic and Information Engineering

THE HONG KONG POLYTECHNIC UNIVERSITY Department of Electronic and Information Engineering THE HONG KONG POLYTECHNIC UNIVERSITY Department of Electronic and Information Engineering ENG 224 Information Technology Laboratory 6: Internet Connection Sharing Objectives: Build a private network that

More information

NETWORK LAYER/INTERNET PROTOCOLS

NETWORK LAYER/INTERNET PROTOCOLS CHAPTER 3 NETWORK LAYER/INTERNET PROTOCOLS You will learn about the following in this chapter: IP operation, fields and functions ICMP messages and meanings Fragmentation and reassembly of datagrams IP

More information

Internet Protocol: IP packet headers. vendredi 18 octobre 13

Internet Protocol: IP packet headers. vendredi 18 octobre 13 Internet Protocol: IP packet headers 1 IPv4 header V L TOS Total Length Identification F Frag TTL Proto Checksum Options Source address Destination address Data (payload) Padding V: Version (IPv4 ; IPv6)

More information

Ethernet. Ethernet. Network Devices

Ethernet. Ethernet. Network Devices Ethernet Babak Kia Adjunct Professor Boston University College of Engineering ENG SC757 - Advanced Microprocessor Design Ethernet Ethernet is a term used to refer to a diverse set of frame based networking

More information

Scaling the Network: Subnetting and Other Protocols. Networking CS 3470, Section 1

Scaling the Network: Subnetting and Other Protocols. Networking CS 3470, Section 1 Scaling the Network: Subnetting and Other Protocols Networking CS 3470, Section 1 Today CIDR Subnetting Private IP addresses ICMP, IMAP, and DHCP Protocols 2 Packet Encapsulation ** Creative Commons: http://en.wikipedia.org/wiki/file:udp_encapsulation.svg

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

CCNA R&S: Introduction to Networks. Chapter 9: Subnetting IP Networks

CCNA R&S: Introduction to Networks. Chapter 9: Subnetting IP Networks CCNA R&S: Introduction to Networks Chapter 9: Subnetting IP Networks Frank Schneemann Chapter 9: Subnetting IP Networks Subnetting IP Networks In this chapter, you will be learning how devices can be grouped

More information

Networks 3. 2015 University of Stirling CSCU9B1 Essential Skills for the Information Age. Content

Networks 3. 2015 University of Stirling CSCU9B1 Essential Skills for the Information Age. Content Networks 3 Lecture Networks 3/Slide 1 Content What is a communications protocol? Network protocols TCP/IP High-level protocols Firewalls Network addresses Host name IP address Domain name system (DNS)

More information

IP Routing Features. Contents

IP Routing Features. Contents 7 IP Routing Features Contents Overview of IP Routing.......................................... 7-3 IP Interfaces................................................ 7-3 IP Tables and Caches........................................

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

CCT vs. CCENT Skill Set Comparison

CCT vs. CCENT Skill Set Comparison Operation of IP Data Networks Recognize the purpose and functions of various network devices such as Routers, Switches, Bridges and Hubs Select the components required to meet a given network specification

More information

CCNA Discovery 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual

CCNA Discovery 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial

More information

IST 220 Honors Project. Subnets with Variable Length Subnet Masks

IST 220 Honors Project. Subnets with Variable Length Subnet Masks IST 220 Honors Project Subnets with Variable Length Subnet Masks Project Objectives: In this project, you will subnet the IP address 193.170.10.0 according to needs of the organization. Overview a) Perform

More information

TCP/IP Network Essentials. Linux System Administration and IP Services

TCP/IP Network Essentials. Linux System Administration and IP Services TCP/IP Network Essentials Linux System Administration and IP Services Layers Complex problems can be solved using the common divide and conquer principle. In this case the internals of the Internet are

More information

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

Expert Reference Series of White Papers. Binary and IP Address Basics of Subnetting Expert Reference Series of White Papers Binary and IP Address Basics of Subnetting 1-800-COURSES www.globalknowledge.com Binary and IP Address Basics of Subnetting Alan Thomas, CCNA, CCSI, Global Knowledge

More information

IP Address Classes (Some are Obsolete) 15-441 Computer Networking. Important Concepts. Subnetting 15-441 15-641. Lecture 8 IP Addressing & Packets

IP Address Classes (Some are Obsolete) 15-441 Computer Networking. Important Concepts. Subnetting 15-441 15-641. Lecture 8 IP Addressing & Packets Address Classes (Some are Obsolete) 15-441 15-441 Computer Networking 15-641 Class A 0 Network ID Network ID 8 16 Host ID Host ID 24 32 Lecture 8 Addressing & Packets Peter Steenkiste Fall 2013 www.cs.cmu.edu/~prs/15-441-f13

More information

256 4 = 4,294,967,296 ten billion. 256 16 = 18,446,744,073,709,551,616 ten quintillion. IP Addressing. IPv4 Address Classes

256 4 = 4,294,967,296 ten billion. 256 16 = 18,446,744,073,709,551,616 ten quintillion. IP Addressing. IPv4 Address Classes IP Addressing With the exception of multicast addresses, Internet addresses consist of a network portion and a host portion. The network portion identifies a logical network to which the address refers,

More information

Network Layer: Address Mapping, Error Reporting, and Multicasting

Network Layer: Address Mapping, Error Reporting, and Multicasting CHAPTER 21 Network Layer: Address Mapping, Error Reporting, In Chapter 20 we discussed the Internet Protocol (IP) as the main protocol at the network layer. IP was designed as a best-effort delivery protocol,

More information

Troubleshooting IP Routing

Troubleshooting IP Routing C H A P T E R 7 Troubleshooting IP Routing This troubleshooting chapter has several goals. First, it explains several tools and functions not covered in Chapters 4 through 6 specifically, tools that can

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

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

Internetworking. Problem: There is more than one network (heterogeneity & scale)

Internetworking. Problem: There is more than one network (heterogeneity & scale) Internetworking Problem: There is more than one network (heterogeneity & scale) Hongwei Zhang http://www.cs.wayne.edu/~hzhang Internetworking: Internet Protocol (IP) Routing and scalability Group Communication

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

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

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

Network Basics GRAPHISOFT. for connecting to a BIM Server. 2009 (version 1.0)

Network Basics GRAPHISOFT. for connecting to a BIM Server. 2009 (version 1.0) for connecting to a BIM Server GRAPHISOFT 2009 (version 1.0) Basic Vocabulary...3 Local Area Networks...5 Examples of Local Area Networks...5 Example 1: LAN of two computers without any other network devices...5

More information

Objectives. Upon completing this chapter, you will be able to

Objectives. Upon completing this chapter, you will be able to 1358_fmi.book Page 30 Thursday, May 27, 2004 2:21 PM Objectives Upon completing this chapter, you will be able to Create and configure IPv4 addresses Understand and resolve IP addressing crises Assign a

More information

TCP/IP works on 3 types of services (cont.): TCP/IP protocols are divided into three categories:

TCP/IP works on 3 types of services (cont.): TCP/IP protocols are divided into three categories: Due to the number of hardware possibilities for a network, there must be a set of rules for how data should be transmitted across the connection media. A protocol defines how the network devices and computers

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

IPv6 Addressing. John Rullan Cisco Certified Instructor Trainer Thomas A. Edison CTE HS

IPv6 Addressing. John Rullan Cisco Certified Instructor Trainer Thomas A. Edison CTE HS IPv6 Addressing John Rullan Cisco Certified Instructor Trainer Thomas A. Edison CTE HS Stephen Lynch Network Architect, CCIE #36243 ABS Technology Architects 128-bit hexadecimal format (0-9, A-F) Uses

More information

http://computernetworkingnotes.com/ccna-study-guide/basic-of-network-addressing.html

http://computernetworkingnotes.com/ccna-study-guide/basic-of-network-addressing.html Subnetting is a process of dividing large network into the smaller networks based on layer 3 IP address. Every computer on network has an IP address that represent its location on network. Two version

More information

iseries TCP/IP routing and workload balancing

iseries TCP/IP routing and workload balancing iseries TCP/IP routing and workload balancing iseries TCP/IP routing and workload balancing Copyright International Business Machines Corporation 2000, 2001. All rights reserved. US Government Users Restricted

More information

IPv4 Addressing Simplified. by Ken Foster B.S. IT Information; Security and Forensics Kaplan University January 23, 2011

IPv4 Addressing Simplified. by Ken Foster B.S. IT Information; Security and Forensics Kaplan University January 23, 2011 IPv4 Addressing Simplified by Ken Foster B.S. IT Information; Security and Forensics Kaplan University January 23, 2011 The concept of IP Addressing is foundational to overall routing in general. Without

More information

Transport and Network Layer

Transport and Network Layer Transport and Network Layer 1 Introduction Responsible for moving messages from end-to-end in a network Closely tied together TCP/IP: most commonly used protocol o Used in Internet o Compatible with a

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