NT1210 Introduction to Networking. Unit 8:

Size: px
Start display at page:

Download "NT1210 Introduction to Networking. Unit 8:"

Transcription

1 NT1210 Introduction to Networking Unit 8: Chapter 8, The Internet Protocol (IP) 1

2 Objectives Identify the major needs and stakeholders for computer networks and network applications. Identify the classifications of networks and how they are applied to various types of enterprises. Compare and contrast the OSI and TCP/IP models and their applications to actual networks. Explain the functionality and use of typical network protocols. 2

3 Objectives Differentiate t among major types of LAN and WAN technologies and specifications and determine how each is used in a data network. Explain basic security requirements for networks. Use network tools to monitor protocols and traffic characteristics. Plan and design an IP network by applying subnetting skills. Explain the functionality of typical network protocols. 3

4 Objectives Plan and design an IP network by applying subnetting skills. Categorize TCP/IP protocols according to network model layers. Describe how TCP/IP addressing moves data packets through networks. 4

5 Introducing the Internet Protocol (IP) TCP/IP Model review: Layers 1 and 2 Protocols Example LAN/WAN Standards and Types in the TCP/IP Model 5 Figure 8-1

6 Introducing the Internet Protocol (IP) TCP/IP Model review: Upper layers define non-physical (logical) networking functions Various Perspectives on the TCP/IP Model and Roles 6 Figure 8-2

7 Introducing the Internet Protocol (IP) Network Layer protocols IP: Most important protocol defined by Network layer Almost every computing device on planet communicates, and most use IP to do so Network layer also defines other protocols 7

8 Introducing the Internet Protocol (IP) Network Layer protocols: Part 1 Name Full Name Comments ICMP Messages that hosts and routers use to manage Internetwork Control and control packet forwarding process; used by Message Protocol ping command ARP Address Resolution Used by LAN hosts to dynamically learn Protocol another LAN host s MAC address DHCP DNS Dynamic Host Configuration Protocol Used by host to dynamically learn IP address (and other information) it can use Allows hosts to use names instead of IP address; needs DNS server to translate name into corresponding IP address (required by IP routing process) Domain Name System/Service p g ( q y Other TCP/IP Network Layer Protocols 8 Table 8-1

9 Introducing the Internet Protocol (IP) Network Layer protocols: Part 2 Name Full Name Comments Application that runs on routers so that routers RIP Routing Information dynamically learn IP routing tables (used to Protocol route IP packets correctly); open standard protocol defined d in RFC 2453 EIGRP Enhanced Interior Proprietary routing protocol owned by Cisco Gateway Routing Systems Protocol OSPF Open Shortest Path First Open source routing protocol defined in RFC 2328 Other TCP/IP Network Layer Protocols 9 Table 8-1

10 Introducing the Internet Protocol (IP) IPv6: Next generation of IP addressing. Needed because IPv4 addresses exhausted. 128-bit long addresses: or 3.4x1038 or over 340 undecillion IPs, that s 340 with 36 zero s after it. Customer usually gets /64 subnet, which h yields 4 billion times IPs available in all of IPv4. Comparison: Number of IPv4 addresses equal to weight of cat; number of IPv6 addresses equal to weight of Earth and provides enough IP addresses for every grain of sand on every beach on earth. 10

11 Introducing the Internet Protocol (IP) Migration to IPv6 has taken over decade d and still in process. IPv6 originally defined back in mid-1990s. June 6, 2012 Was the scheduled IPv6 Day, official worldwide switch over day, moved up to February IPv4 Vs. IPv6 Timeline 11 Figure 8-3

12 Introducing the Internet Protocol (IP) IP defines many functions that t work together th with one ultimate goal: To send data from one host to another host through any TCP/IP network. Most important functions include: Creating end-to-end physical paths through TCP/IP network by interconnecting physical networks (LANs and WANs) using routers Identifying individual hosts and groups of hosts using IP addressing Routing (forwarding) IP packets to correct destination host Example of a Post Office Sorting a Letter Sent to Hollywood, California 12 Figure 8-4

13 Introducing the Internet Protocol (IP) IP is like Post Office Example of a Post Office Sorting a Letter Sent to Hollywood, California 13 Figure 8-4

14 Introducing the Internet Protocol (IP) Routers in IP network: Interconnect t t LANs and WANs via physical connectors called interfaces Example: Cisco 1841 router with two built-in in Gigabit Ethernet LAN interfaces that use RJ-45 connectors Enterprise Class Router, LAN Interfaces, and WAN Interfaces 14 Figure 8-5

15 Introducing the Internet Protocol (IP) IP interconnects t LANs and WANs Interconnected LANs and WANs: Redundancy, but No LAN/WAN Detail 15 Figure 8-7

16 Introducing the Internet Protocol (IP) IPv4 Addresses 32 bits Expressed in binary and dotted decimal forms Source and destination IP addresses included in 20-byte IP header added to all IP packets IPv4 Header Format and Fields 16 Figure 8-8

17 Introducing the Internet Protocol (IP) Converting binary IP address to dotted d decimal 1. Separate 32 bits into 4 groups of 8 bits each 2. Do binary-to-decimal conversion of each 8-bit number (each decimal value between 0 and 255) 3. Put period (dot) between each decimal number Generic View of Converting from Binary IP Address to DDN Format 17 Figure 8-9

18 Introducing the Internet Protocol (IP) Example: Converting binary IP address to dotted d decimal Converting Binary IP Address to DDN Figure 8-10

19 Introducing the Internet Protocol (IP): Routing Routing IP Packets from Source to Destination IP addressing groups addresses into networks All addresses with same value in first parts of addresses considered to be in one network Example: All addresses that begin with 11, 12, 13, 14, or 15 in that particular network Example IP Address Groupings: All with the Same First Octet in the Same Group 19 Figure 8-11

20 Introducing the Internet Protocol (IP): Routing IP routing example with routing tables: PC11 in left LAN sends IP packet to address (LAN on upper right) Example IP Address Groupings: All with the Same First Octet in the Same Group 20 Figure 8-12

21 Introducing the Internet Protocol (IP): Routing Routers build routing tables in two ways Static configuration: Routes entered manually and do not change Dynamic routing protocol: Application router uses to automatically learn new routes from other routers Routing Protocols Advertising All Addresses that Begin with 12 as One Route 21 Figure 8-13

22 Introducing the Internet Protocol (IP): Other Protocols Domain Name System/Service (DNS): Mapping names to IP addresses Users use names; IP routing uses numbers DNS translates name into corresponding IP address DNS client sends DNS Request message DNS server returns DNS Reply DNS Name Resolution Request, Reply, and Packet to Server1 IP Address 22 Figure 8-14

23 Introducing the Internet Protocol (IP): Other Protocols Layer 3 - Network IP with its Support Protocols 23 Figure 8-15

24 IP Addressing on User LANs: Network Settings Locations Need IP addresses Each LAN and WAN interface on hosts and routers need IP address to communicate IP Addresses Used on Every LAN/WAN Interface 24 Figure 8-17

25 IP Addressing on User LANs: Network Settings IP Address grouping: Allows IP routing to work better Routers list one number to represent each network (address group) in routing tables IP Address Groupings: IP Networks 25 Figure 8-18

26 IP Addressing on User LANs: Network Settings Original IPv4 RFC defined way to group IPv4 addresses using IP address classes (classful IP addressing) Every possible IPv4 address falls into class First Octet Class Purpose 0 A Reserved A Unicast addresses, in class A networks 127 A Reserved for loopback testing B Unicast addresses, in class B networks C Unicast addresses, in class C networks D Multicast addresses; not used as unicast IP addresses E Experimental; not used as unicast IP addresses Summary of IPv4 Address Classes Based on First Octet Values 26 Table 8-2

27 IP Addressing on User LANs: Network Settings Class A includes lower half of IPv4 address space: All IPv4 address that begin with first octet between 0 and 127 Network ID Class A IP Network Concept Size (Number of Addresses) All addresses with a first octet equal to 1 > 16,000, All addresses with a first octet equal to 2 > 16,000, All addresses with a first octet equal to 3 > 16,000, All addresses with a first octet equal to 4 > 16,000,000 Etc. > 16,000, All addresses with a first octet equal to 126 > 16,000,000 Example Class A Networks 27 Table 8-3

28 IP Addressing on User LANs: Network Settings Class B includes ¼ of IPv4 address space with first octet value from Includes medium number (2 16 ) of medium sized IP networks for approximately 65,000 hosts per network Network ID Concept Size (Number of Addresses) All with a first two octets equal to > 65, All with a first two octets equal to > 65, All with a first two octets t equal to > 65, All with a first two octets equal to > 65, All with a first two octets equal to > 65, All with a first two octets equal to > 65,000 Example Class B Networks 28 Table 8-4

29 IP Addressing on User LANs: Network Settings Class C includes 1/8 th of IPv4 address space with first octet between 192 and 223 Large number of small IP networks: over 2,000,000 IP networks, each with 256 IP addresses each Network ID Concept Size (Number of Addresses) All with a first three octets equal to All with a first three octets equal to All with a first three octets equal to All with a first three octets equal to All with a first three octets equal to All with a first three octets equal to Example Class C Networks 29 Table 8-5

30 IP Addressing on User LANs: Network Settings LAN IP address classes summary Summary of How Class Rules Break Down the IPv4 Address Space 30 Figure 8-20

31 IP Addressing on User LANs: Network Settings Private addresses: Classful IP networks reserved for enterprises to use in their network designs Can only be used on local LAN; can t be routed through WAN (non-routable) Not regulated by agencies such as ARIN or ICANN Network ID Concept Size (Number of Addresses) 10.x.x.x x.x x.x x.x Class A Private IP addressing space Class B Private IP addressing space Class C Private IP addressing space 31 Over 16,000,000 networks of over 16,000,000, IPs each Over 65,000 networks of over >65,000 IPs each Over 65,000 networks of 256 IPs each

32 IP Addressing on User LANs: Network Settings Static ti IP address assignment: Manually configured Static IP Address Assignment on Mac OS X 32 Figure 8-21

33 IP Addressing on User LANs: Network Settings Most host OS s allow static ti configuration of several network settings Host IP Settings 33 Figure 8-22

34 IP Addressing on User LANs: Network Settings Dynamic Host Configuration Protocol (DHCP) defines way hosts can lease IP address from DHCP network server so does not have to be configured statically Operates on client-server concept DHCP protocol defined by set of RFCs Sample Network for DHCP Discussions 34 Figure 8-23

35 IP Addressing on User LANs: Network Settings Example: IP address assignment design using both DHCP and statically assigned addresses Location Type Range Atlanta LAN Static DHCP Boston LAN Static DHCP San Fran LAN Static DHCP Address Planning: Some Static, Some DHCP, for Every LAN 35 Table 8-6

36 IP Addressing on User LANs: Network Settings Once DHCP server exists in network and has been configured with set of IP addresses to lease, DHCP clients can request IP addresses DHCP Lease Process between a DHCP Client and Server 36 Figure 8-24

37 IP Addressing on User LANs: Network Settings User can see results of DHCP process from computer DHCP Client Configuration on Mac OS X 37 Figure 8-25

38 IP Addressing on User LANs: Network Settings DHCP example: Crossing networks to access DHCP server Remote DHCP Client in Boston 38 Figure 8-26

39 Short Break Take 10 39

40 IP Routing with Focus on Layer 3 IP defines how to route packets across TCP/IP network Some routing tasks must use logic from lower two layers because Network layer (3) cannot physically send bits Network layer relies on Layers 1 and 2 logic for this IP Routing Perspective, While Ignoring LAN/WAN Details 40 Figure 8-27

41 IP Routing with Focus on Layer 3 Router must have IP routing table with useful entries to route IP packets. Routing table may list multiple routes. Each IP route identifies network, as well as other information about how to send packets to that network. Routers look at incoming packet s destination IP address and compare it to list of network IDs in its routing table to determine where to send packet to destination. 41

42 IP Routing with Focus on Layer 3 Finding a classful l network ID based on IP address Five Classful Networks in a Small Corporate Network 42 Figure 8-28

43 IP Routing with Focus on Layer 3 Each route in routing table lists: Information about how to match IP packets Forwarding instructions that tell router where to forward packets to (e.g., next router) Example: R1 s IP routing table shows five network IDs so it knows routes to all five networks R1 Routing Table with Routes for Five Classful Networks 43 Figure 8-29

44 IP Routing with Focus on Layer 3 Router compares incoming i IP packet s destination address to information in its routing tables to find best route to destination How Router R1 Uses its IP Routing Table: Match and Forward 44 Figure 8-30

45 IP Routing with Focus on Layer 3 Routing from End-to-End: Multiple Cooperative Routing Decisions 45 Figure 8-31

46 IP Routing with Focus on Layer 3: Subnetting Classful l IP networks and wasted IP addresses Subnetting: Process of subdividing network to create smaller groups of consecutive IP addresses Subnets (subdivided networks): Smaller groups of addresses Numbers of Classful Networks, and Their Sizes 46 Figure 8-32

47 IP Routing with Focus on Layer 3: Subnetting Example: Several subnets created by subnetting network Each subnet has subnet/network ID Subdividing (Subnetting) Class A Network Figure 8-33

48 IP Routing with Focus on Layer 3: Subnetting Example continued: IP addresses and networks replaced with five subnets of network Sample Corporate Network Using Subnets of Network Figure 8-34

49 IP Routing with Focus on Layer 3: Subnetting Subnet mask: Shows how much of IP address for each device is in common to all IPs in subnet Example (/24): First three octets (first 24 bits) must be equal for all subnets in network PC11 sends packet to PC21 (destination IP address ) R1 will have route for PC21 s subnet (network ID ) Routing Logic with Subnets and Masks 49 Figure 8-35

50 IP Routing with Focus on Layer 3: Subnetting Classful l networks have default subnet mask based on each class ClassA:255000(8bits) Class B: (16 bits) Class C: (24 bits) If subnet mask anything other than default, then subnetting being used Routing Logic with Subnets and Masks 50 Figure 8-35

51 IP Routing with Focus on Layer 3: Subnetting How to calculate l subnets 1. Determine network class (A, B, or C) 2. Determine EITHER number of hosts needed for each subnet OR how many subnets needed 3. Determine how many bits needed to provide correct number of hosts/subnets; last subnet is NOT usable 4. Calculate IPs for each subnet; first IP identifies subnet (Network ID) and last IP identifies broadcast address 5. Determine subnet mask (total number of bits for network/subnet ID) 51

52 IP Routing with Focus on Layer 3: Subnetting Example: Calculating l subnets for network Class: C Number of subnets needed: 14 Number of bits needed to supply 14 subnets: 3 Number of bits left to determine number of IPs per subnet: 5 (results in 32 IPs per subnet) Subnet mask: (default 16 bits + 3 more bits for subnetting = 19 bits) 52

53 IP Routing with Focus on Layer 3: Subnetting Subnet No. Network ID Host Range IPs Broadcast IP

54 IP Routing with Focus on Layer 3: Subnetting What happens when PC11 sends IP packet to PC12: Same subnet 1. PC11 determines its own IP address and subnet mask ( and ) 2. PC11 decides determines destination is in same subnet 3. PC11 sends packet directly to PC12 without going through router R1 IP Host Routing Logic: Local Destination 54 Figure 8-36

55 IP Routing with Focus on Layer 3: Subnetting What happens when PC11 sends IP packet to PC12: Different subnets 1. Host s s default gateway (default router) setting tells it where to send packets when they have destination address in different subnet 2. Default gateway tells host IP address of router attached to its LAN 3. Router then consults its routing table and determines how to deliver er packet IP Host Routing Logic: Remote Destination 55 Figure 8-37

56 IP Routing with Layer 1, 2, and 3 Interactions Encapsulation: Action taken by lower layer when it takes data from higher layer and adds header (and sometimes trailer) to higher layer s data Example: PC11 opened web browser and tried to connect to URL at web server: PC11 creating bits it uses to send to server S1 (web server) Encapsulation Review: Application, Transport, and Network Layers 56 Figure 8-38

57 IP Routing with Layer 1, 2, and 3 Interactions PC encapsulating IP packet into Ethernet t frame (step 4) Sending bits over LAN cable into network (step 5) Encapsulation Review: Data Link Layer 57 Figure 8-39

58 IP Routing with Layer 1, 2, and 3 Interactions De-encapsulation: On the destination side De-encapsulation on a Receiving Host (S1) 58 Figure 8-40

59 IP Routing with Layer 1, 2, and 3 Interactions Addressing frames and packets when crossing SAME subnet: Both MAC and IP addresses in Ethernet frame and encapsulated IP packet IP and Ethernet Addresses, PC11 to server S1, Same Subnet 59 Figure 8-42

60 IP Routing with Layer 1, 2, and 3 Interactions To learn destination MAC address, sending device uses Address Resolution Protocol (ARP) and info in ARP table Address Short Answer Long Answer Source MAC On NIC Given to Ethernet NIC by manufacturer; sending host can find MAC on NIC hardware. Source IP Configuration Either through static configuration or DHCP Destination MAC Destination IP ARP User From its ARP table, or if not found, by using ARP protocol and sending ARP Request and waiting for ARP Reply from destination Either typed or clicked by user How a Sending IP Host Knows What Addresses to Use 60 Table 8-9

61 IP Routing with Layer 1, 2, and 3 Interactions Discovering MAC addresses using ARP: ARP Request and ARP Reply ARP Request (ARP Broadcast): Sending device queries for MAC address of destination device; sends Request as broadcast to all other devices on subnet Example: PC11 wants to send packet to server S1 (in same subnet) but does not know S1 s MAC address; PC11 sends ARP Request to all devices on subnet ARP Request (Broadcast) 61 Figure 8-43

62 IP Routing with Layer 1, 2, and 3 Interactions ARP Reply: Lists IP address ARP Request asked about with corresponding MAC address of that host Example: ARP Reply that server S1 makes in response to PC11 s ARP Request ARP Reply is unicast since ARP Request generated from one particular device ARP Reply (Unicast) 62 Figure 8-44

63 IP Routing with Layer 1, 2, and 3 Interactions Routing data between different subnets IP packets in network act like person traveling to destination, using all forms of transportation; packet goes from end-to-end Data Link frames act like individual vehicles used for only part of trip (e.g., just train); frames never leave their own LAN/WAN Example, IP Packet End-to-End, Data Link Heads Stay on LAN or WAN 63 Figure 8-45

64 IP Routing with Layer 1, 2, and 3 Interactions Addressing frames and packets when crossing subnets example: PC11 ( ) sends IP packet to PC21 ( ) Hosts sit on different LANs (may also be in different subnets) IP Addresses Stay the Same Through End-to-End Path 64 Figure 8-46

65 IP Routing with Layer 1, 2, and 3 Interactions Example: PC11 sends IP packet to PC21 PC11 s logic tells it to send packet to default router because destination is in different network or subnet PC11 encapsulates packet inside Ethernet frame with destination MAC address R1 Ethernet Frames Use MAC on that LAN (Only) 65 Figure 8-47

66 IP Routing with Layer 1, 2, and 3 Interactions Removing/adding Data Link headers: Router removes IP packet from incoming Data Link frame (deencapsulation) and then adds new Data Link header and trailer before sending packet (encapsulation) Steps router goes through: 1. De-encapsulates IP packet from inside id Data Link frame 2. Makes routing decision using packet s destination IP address and its own IP routing table, identifying correct outgoing interface 3. Encapsulates packet into new Data Link frame that works on outgoing interface 4. Sends packet through outgoing interface to destination Routers Discard Old and Add New Data Link Framing 66 Figure 8-48

67 IP Routing with Layer 1, 2, and 3 Interactions Example: When R1 receives packet destined d to subnet on R2 Routers Discard Old and Add New Data Link Framing 67 Figure 8-48

68 IP Routing with Layer 1, 2, and 3 Interactions Using ARP with routers: R2 needs to deliver IP packet to host PC21 1. R2 builds Ethernet header with PC21 s MAC address as destination 2. If R2 does not know PC21 s MAC address (i.e., it is not in its ARP table), R2 uses ARP to learn MAC address 3. When R2 receives ARP Reply with PC21 s MAC address, sends frame Example of Router R2 Using ARP to Learn a Local Host s MAC Address 68 Figure 8-49

69 Summary, This Chapter Described the main functions of the TCP/IP network layer in regards to its focus on either physical or logical functions, and the focus on the network or endpoint hosts. Listed three major functions defined by IP. Listed common TCP/IP network layer functions in addition to IP. Examined a figure of an Enterprise TCP/IP network and determine where IP address groups (IP networks or subnets) would be needed. 69

70 Summary, This Chapter Looked at any IP version 4 address and determined its class, and if a unicast IP address, determined the class A, B, or C network ID of the network in which it resides. Listed the four IP settings typically set on IP hosts during static configuration. Described the layer 3 logic used by routers when routing IP packets. Described an IP host s s layer 3 logic when routing IP packets. 70

71 Summary, This Chapter Explained the basic ideas of how the IP subnetting process subdivides a classful network into smaller groups. Predicted the MAC and IP addresses used by two hosts on the same LAN subnet when they send IP packets to each other. Predicted the MAC and IP addresses used throughout an IP packet s journey from a host in one subnet to a host in another subnet. 71

72 Questions? Comments? 72

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2. What is the maximum value of each octet in an IP address? A. 28 B. 255 C. 256 D. None of the above

2. What is the maximum value of each octet in an IP address? A. 28 B. 255 C. 256 D. None of the above CCNA1 V3.0 Mod 10 (Ch 8) 1. How many bits are in an IP C. 64 2. What is the maximum value of each octet in an IP A. 28 55 C. 256 3. The network number plays what part in an IP A. It specifies the network

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

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

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

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

SSVP SIP School VoIP Professional Certification

SSVP SIP School VoIP Professional Certification SSVP SIP School VoIP Professional Certification Exam Objectives The SSVP exam is designed to test your skills and knowledge on the basics of Networking and Voice over IP. Everything that you need to cover

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

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

- 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

Introduction to Routing and Packet Forwarding. Routing Protocols and Concepts Chapter 1

Introduction to Routing and Packet Forwarding. Routing Protocols and Concepts Chapter 1 Introduction to Routing and Packet Forwarding Routing Protocols and Concepts Chapter 1 1 1 Objectives Identify a router as a computer with an OS and hardware designed for the routing process. Demonstrate

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

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

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

Protocol Data Units and Encapsulation

Protocol Data Units and Encapsulation Chapter 2: Communicating over the 51 Protocol Units and Encapsulation For application data to travel uncorrupted from one host to another, header (or control data), which contains control and addressing

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

Zarząd (7 osób) F inanse (13 osób) M arketing (7 osób) S przedaż (16 osób) K adry (15 osób)

Zarząd (7 osób) F inanse (13 osób) M arketing (7 osób) S przedaż (16 osób) K adry (15 osób) QUESTION NO: 8 David, your TestKing trainee, asks you about basic characteristics of switches and hubs for network connectivity. What should you tell him? A. Switches take less time to process frames than

More information

cnds@napier Slide 1 Introduction cnds@napier 1 Lecture 6 (Network Layer)

cnds@napier Slide 1 Introduction cnds@napier 1 Lecture 6 (Network Layer) Slide 1 Introduction In today s and next week s lecture we will cover two of the most important areas in networking and the Internet: IP and TCP. These cover the network and transport layer of the OSI

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

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet CCNA R&S: Introduction to Networks Chapter 5: Ethernet 5.0.1.1 Introduction The OSI physical layer provides the means to transport the bits that make up a data link layer frame across the network media.

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

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

Router and Routing Basics

Router and Routing Basics Router and Routing Basics Malin Bornhager Halmstad University Session Number 2002, Svenska-CNAP Halmstad University 1 Routing Protocols and Concepts CCNA2 Routing and packet forwarding Static routing Dynamic

More information

"Charting the Course...

Charting the Course... Description "Charting the Course... Course Summary Interconnecting Cisco Networking Devices: Accelerated (CCNAX), is a course consisting of ICND1 and ICND2 content in its entirety, but with the content

More information

ANZA Formación en Tecnologías Avanzadas

ANZA Formación en Tecnologías Avanzadas INTRODUCING CISCO DATA CENTER NETWORKING (DCICN) Temario This new assoicate level course has been designed to introduce delegates to the three primary technologies that are used in the Cisco Data Center.

More information

Layer 3 Routing User s Manual

Layer 3 Routing User s Manual User s Manual Second Edition, July 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

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

JOB READY ASSESSMENT BLUEPRINT COMPUTER NETWORKING FUNDAMENTALS - PILOT. Test Code: 4514 Version: 01

JOB READY ASSESSMENT BLUEPRINT COMPUTER NETWORKING FUNDAMENTALS - PILOT. Test Code: 4514 Version: 01 JOB READY ASSESSMENT BLUEPRINT COMPUTER NETWORKING FUNDAMENTALS - PILOT Test Code: 4514 Version: 01 Specific Competencies and Skills Tested in this Assessment: PC Principles Identify physical and equipment

More information

SSVVP SIP School VVoIP Professional Certification

SSVVP SIP School VVoIP Professional Certification SSVVP SIP School VVoIP Professional Certification Exam Objectives The SSVVP exam is designed to test your skills and knowledge on the basics of Networking, Voice over IP and Video over IP. Everything that

More information

How To Learn Cisco Cisco Ios And Cisco Vlan

How To Learn Cisco Cisco Ios And Cisco Vlan Interconnecting Cisco Networking Devices: Accelerated Course CCNAX v2.0; 5 Days, Instructor-led Course Description Interconnecting Cisco Networking Devices: Accelerated (CCNAX) v2.0 is a 60-hour instructor-led

More information

IP Networking Primer. Presented by: Michael Leary

IP Networking Primer. Presented by: Michael Leary IP Networking Primer Presented by: Michael Leary Purpose and Objective OSI Model IP Addressing Bandwidth Networks Network Devices Power over Ethernet Cabling Internet Protocol IP is a key network layer

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

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 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

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

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

What is VLAN Routing?

What is VLAN Routing? Application Note #38 February 2004 What is VLAN Routing? This Application Notes relates to the following Dell product(s): 6024 and 6024F 33xx Abstract Virtual LANs (VLANs) offer a method of dividing one

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

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

Chapter 2 TCP/IP Networking Basics

Chapter 2 TCP/IP Networking Basics Chapter 2 TCP/IP Networking Basics A network in your home or small business uses the same type of TCP/IP networking that is used for the Internet. This manual provides an overview of IP (Internet Protocol)

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

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

Networking 4 Voice and Video over IP (VVoIP)

Networking 4 Voice and Video over IP (VVoIP) Networking 4 Voice and Video over IP (VVoIP) Course Objectives This course will give delegates a good understanding of LANs, WANs and VVoIP (Voice and Video over IP). It is aimed at those who want to move

More information

Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme. Auxiliary Protocols

Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme. Auxiliary Protocols Auxiliary Protocols IP serves only for sending packets with well-known addresses. Some questions however remain open, which are handled by auxiliary protocols: Address Resolution Protocol (ARP) Reverse

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

Part A:Background/Preparation

Part A:Background/Preparation Lab no 1 PC Network TCP/IP Configuration In this lab we will learn about Computer Networks Configuration Introduction to IP addressing Identify tools used for discovering a computer s network configuration

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

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

Cisco Data Centre: Introducing Cisco Data Center Networking

Cisco Data Centre: Introducing Cisco Data Center Networking coursemonster.com/uk Cisco Data Centre: Introducing Cisco Data Center Networking View training dates» Overview In the Introducing Cisco Data Center Networking training course, delegates will learn to:â

More information

Chapter 5 Customizing Your Network Settings

Chapter 5 Customizing Your Network Settings Chapter 5 Customizing Your Network Settings This chapter describes how to configure advanced networking features of the RangeMax NEXT Wireless Router WNR834B, including LAN, WAN, and routing settings.

More information

Networking Technology Online Course Outline

Networking Technology Online Course Outline Networking Technology Online Course Outline Introduction Networking Technology Introduction Welcome to InfoComm University About InfoComm International About Networking Technology Network Technology Course

More information

Chapter 3 LAN Configuration

Chapter 3 LAN Configuration Chapter 3 LAN Configuration This chapter describes how to configure the advanced LAN features of your ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN. This chapter contains the following sections

More information

Lab PC Network TCP/IP Configuration

Lab PC Network TCP/IP Configuration Lab PC Network TCP/IP Configuration Objective Identify tools used to discover a computer network configuration with various operating systems. Gather information including connection, host name, Layer

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

Objectives. Router as a Computer. Router components and their functions. Router components and their functions

Objectives. Router as a Computer. Router components and their functions. Router components and their functions 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Objectives Introduction to Routing and Packet Forwarding Routing Protocols and Concepts Chapter 1 Identify a router as a computer with an OS and

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

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

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

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

M2M Series Routers. Virtual Router Redundancy Protocol (VRRP) Configuration Whitepaper

M2M Series Routers. Virtual Router Redundancy Protocol (VRRP) Configuration Whitepaper Virtual Router Redundancy Protocol (VRRP) Configuration Whitepaper Table of Contents What is VRRP?... 3 VRRP Terminology... 3 Virtual Router... 3 VRRP Instance... 3 Virtual Router ID... 3 Virtual Router

More information

Internet Working 5 th lecture. Chair of Communication Systems Department of Applied Sciences University of Freiburg 2004

Internet Working 5 th lecture. Chair of Communication Systems Department of Applied Sciences University of Freiburg 2004 5 th lecture Chair of Communication Systems Department of Applied Sciences University of Freiburg 2004 1 43 Last lecture Lecture room hopefully all got the message lecture on tuesday and thursday same

More information

CS 326e F2002 Lab 1. Basic Network Setup & Ethereal Time: 2 hrs

CS 326e F2002 Lab 1. Basic Network Setup & Ethereal Time: 2 hrs CS 326e F2002 Lab 1. Basic Network Setup & Ethereal Time: 2 hrs Tasks: 1 (10 min) Verify that TCP/IP is installed on each of the computers 2 (10 min) Connect the computers together via a switch 3 (10 min)

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

Interconnecting Cisco Networking Devices Part 2

Interconnecting Cisco Networking Devices Part 2 Interconnecting Cisco Networking Devices Part 2 Course Number: ICND2 Length: 5 Day(s) Certification Exam This course will help you prepare for the following exam: 640 816: ICND2 Course Overview This course

More information

Cisco Certified Network Associate (CCNA) 120 Hours / 12 Months / Self-Paced WIA Fee: $2035.00

Cisco Certified Network Associate (CCNA) 120 Hours / 12 Months / Self-Paced WIA Fee: $2035.00 Cisco Certified Network Associate (CCNA) 120 Hours / 12 Months / Self-Paced WIA Fee: $2035.00 This fee includes the following exams: Cisco Certified Network Associate (CCNA) 100-101 ICND1 and 200-101 ICND2

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

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

hp ProLiant network adapter teaming

hp ProLiant network adapter teaming hp networking june 2003 hp ProLiant network adapter teaming technical white paper table of contents introduction 2 executive summary 2 overview of network addressing 2 layer 2 vs. layer 3 addressing 2

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

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

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

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6)

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6) Cisco Certified Network Associate Exam Exam Number 200-120 CCNA Associated Certifications CCNA Routing and Switching Operation of IP Data Networks Operation of IP Data Networks Recognize the purpose and

More information

Chapter 8 Advanced Configuration

Chapter 8 Advanced Configuration Chapter 8 Advanced Configuration This chapter describes how to configure the advanced features of your ProSafe 802.11g Wireless VPN Firewall FVG318. Configuring Dynamic DNS If your network has a permanently

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

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

How To Understand and Configure Your Network for IntraVUE

How To Understand and Configure Your Network for IntraVUE How To Understand and Configure Your Network for IntraVUE Summary This document attempts to standardize the methods used to configure Intrauve in situations where there is little or no understanding of

More information

Lab - Using IOS CLI with Switch MAC Address Tables

Lab - Using IOS CLI with Switch MAC Address Tables Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.1.1 255.255.255.0 N/A S1 VLAN 1 192.168.1.11 255.255.255.0 192.168.1.1 S2 VLAN 1 192.168.1.12

More information

Essential Curriculum Computer Networking 1. PC Systems Fundamentals 35 hours teaching time

Essential Curriculum Computer Networking 1. PC Systems Fundamentals 35 hours teaching time Essential Curriculum Computer Networking 1 PC Systems Fundamentals 35 hours teaching time Part 1----------------------------------------------------------------------------------------- 2.3 hours Develop

More information

Chapter 13 Internet Protocol (IP)

Chapter 13 Internet Protocol (IP) Chapter 13 Internet Protocol (IP) Introduction... 13-5 IP Packets... 13-5 Addressing... 13-7 Subnets... 13-8 Assigning an IP Address... 13-9 Multihoming... 13-11 Local Interfaces... 13-11 Address Resolution

More information

Network-Oriented Software Development. Course: CSc4360/CSc6360 Instructor: Dr. Beyah Sessions: M-W, 3:00 4:40pm Lecture 2

Network-Oriented Software Development. Course: CSc4360/CSc6360 Instructor: Dr. Beyah Sessions: M-W, 3:00 4:40pm Lecture 2 Network-Oriented Software Development Course: CSc4360/CSc6360 Instructor: Dr. Beyah Sessions: M-W, 3:00 4:40pm Lecture 2 Topics Layering TCP/IP Layering Internet addresses and port numbers 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

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

Chapter 4 Customizing Your Network Settings

Chapter 4 Customizing Your Network Settings Chapter 4 Customizing Your Network Settings This chapter describes how to configure advanced networking features of the RangeMax Dual Band Wireless-N Router WNDR3300, including LAN, WAN, and routing settings.

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

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