After completing this lesson, you will be able to do the following: Describe the basic process of IP routing.

Size: px
Start display at page:

Download "After completing this lesson, you will be able to do the following: Describe the basic process of IP routing."

Transcription

1 Lesson 3-2: Routing At a Glance Routers perform many functions on a network, from segmenting large networks so that they work more efficiently to interconnecting networks that use different LAN or WAN transmission technologies. The job that routers are best know for, however, is forwarding data from a host on one network to a host on another network. Whether the data is an message, a huge video file, or a simple ping, a router will read the data s destination, determine how it should get there, and send it onward. This lesson will introduce the basics of the routing procedure and examine a typical data packet and a routing table. What You Will Learn After completing this lesson, you will be able to do the following: Describe the basic process of IP routing. Explain the process by which routers forward packets. Describe the components of a Nortel Networks routing table. Explain the difference between dynamic and static routing table. Configure a static route. ST A 137

2 Lesson 3-2: Routing 138 ST A Routing

3 Tech Talk Datagram A packet of data at the network layer. Frame A packet of data at the data link layer. Packet A package of data transmitted over a communications link. Time to Live The amount of time in seconds that a packet is allowed to try to reach its destination before being thrown away. Hop A jump that a datagram takes from one router to the next. Routing Table A table that tells a router the next hop a packet should take toward its destination. Gateway Router A router that functions as the connection between a network and the Internet. Static Route An entry in a routing table manually entered by a network administrator. Default Route An entry in a routing table that directs a router where to send packets for which there is no other table entry. ST A 139

4 Lesson 3-2: Routing Basic Router Operation Routers find paths to forward data packets from a device on one network to a device that may be on a network nearby or far away. Routers discover paths, figure out which is the best one to use, and remember that information in a routing table. This ability sets routers apart from bridges. Routers are intelligent and they use this intelligence to find routes. A router listens to the LAN transmission media and accepts frames that are addressed to a port on the router or that are addressed to the entire network (called a broadcast address). Once it receives all the that make up a frame, the router, operating at Layer 2, strips off the framing that was added by the LAN protocol (for example, Ethernet) to reveal the IP packet inside. The router performs three basic operations on the IP packet. Operating at Layer 3, the router uses the IP protocol to get the destination address from the IP packet. The router looks up that address in its routing table. If the router finds the destination address in its routing table, it looks up which of its ports is connected to the machine or network with that address. If the router checks its routing table and does not find the destination address of the packet then it looks up which of its ports is connected to the default route. Then, the IP protocol switches the packet to the port connected to the destination or the port connected to the default route. If the router has not found the destination address in its routing table and does not have a default route defined, it discards the packet. 140 ST A Routing

5 IP Datagrams Routers forward data in the form of IP packets, which are more appropriately called datagrams. The most important parts of an IP datagram are the data it contains and the source and destination address. The addresses are the IP addresses that you studied in the previous lesson. The table below includes a complete list of all the parts of an IP datagram header. IP Datagram Header 4 4 8x x Var. IP Version * Header Length Service Flags Total Length Packet ID Flags Fragment Offset Time to Live Protocol IP Header Checksum Source IP Address Destination IP Address Padding Data IP Version There are two versions of IP: IPv4 and IPv6. All nodes and gateways must agree on the version to use. Header Length The length of the header. Service Flags These flags can be used to specify special treatment for the packet. Total Length The total length of the packet in octets. Packets can be up to 65,535 octets long. Packet ID For faster transmission, sometimes a datagram is broken into fragments. A packet identifier is assigned to each fragment so that they can be reassembled correctly. Flags These three are used to manage fragmentation of a datagram. The first bit is always 0. The second bit is used by the sending node. It is 1 if the datagram is fragmented and 0 if it is not. The third bit is used by the receiving node. It is 1 if there are more fragments following this one or 0 if this is the last fragment. Fragment Offset This number tells where the fragment fits in the reassembled packet. ST A 141

6 Lesson 3-2: Routing Time To Live This specifies how many seconds the packet can remain in the Internet. Routers that forward a packet will decrease this time to live counter by one. If the counter reaches zero, the packet is discarded and an Internet Control Message Protocol (ICMP) message is sent back to the source host. Time to Live ensures that packets that cannot get to their destinations do not hang around and clog up the Internet. Protocol ID Specifies the upper layer protocol, such as TCP or UDP, which is encapsulated in the packet. Header Checksum Used to verify that the header (not the actual data, just the header) has not been corrupted during transmission. Source IP Address The address of the machine that sent the packet. Destination IP Address The address of the machine to which the packet is going. Padding Extra zeroes are added to the packet so that its length is a multiple of 32. Data This portion of the datagram is variable in length to accommodate the actual information being transmitted. The data carried by an IP datagram is most often contained in a TCP segment or a UDP datagram. These two data structures are important to recognize for what they have in common and for how they are different. They are similar in that both contain an even more specific address than the destination IP address of the datagram. TCP and UDP addresses include a port number that identifies a particular process on the host. Port numbers are not standardized but usually a particular process will have the same port number on most hosts. For example, a web server usually has a port number of 80. TCP and UDP are different in that TCP is connection-oriented while UDP is connectionless. Routing Tables When a datagram arrives at the router on its way to another host, the router looks up that destination in its routing table, finds the correct port for that destination, and sends the packet out via that port. A routing table contains entries that specify the next hop in the transmission path a packet must follow to get to a particular destination address. If the router had to keep a table of routes to every computer on the Internet, it would have to hold millions and millions of possible routes. This would cause several major problems. The router would need a huge amount of memory to store the table with all the routes. 142 ST A Routing

7 Each time a packet arrived, the router would have to search through a huge table to find the best route for that packet. The router would have to spend a lot of time checking those possible routes to make sure they were open. Scalability is the problem of how to make routers continue to work quickly even as the number of destinations grows. As you learned in the IP Addressing lesson, to solve the scalability problem, the job of routing is distributed among routers. Instead of remembering the address and the route to every host on the Internet, some routers remember only the address and the route to other networks. Once the packet gets to the correct network, a router on that network sends the packet to the correct host. This way, a router in one part of the Internet does not have to know the route to every machine on a network in another part of the Internet. It only has to know how to get a packet to that network. In fact, the router does not necessarily need to know how to get the packet all the way to the other network. It only needs to know how to send the packet toward its destination. Check Your Understanding List three possible problems that might occur if a router had to keep all the addresses of all the computers attached to the Internet. ST A 143

8 Lesson 3-2: Routing Routing Table Fields A routing table has several fields. The routing table for a Nortel Networks router has seven fields. Destination The dotted decimal address of the destination network. Metric Cost to the destination network. Depending on the protocol that learned the route, this may be a simple hop count or a user assigned cost value. Next Hop The dotted-decimal IP address of the next hop interface used to forward a packet through the network. Type The type of route. Direct indicates that the destination network for this route is directly connected to the router. Indirect indicates that the destination network is not directly connected to the router. Protocol The way the router learned this route. Routers have the ability to learn routes on their own. Age The number of seconds since this route was last updated. Index This number is assigned by the router to the circuit over which the next hop can be reached. 144 ST A Routing

9 How a Router Consults a Routing Table Router A IP Diagram Table A 1 B 1 C 2 D 3 E 1 F 2 G 3 H 3 Port 1 Port 2 Port 3 B Router C Router E Router F Router Router D Router G Router H Router When a router receives an IP datagram, it checks the destination address and consults the routing table to find a next hop that is associated with that address. The next hop address is the critical piece of information that a router must contain. For destination machines that are connected to the same network as the router, the routing table includes the Layer 3 address (the IP address) of the machine and the number of the port on the router that it is connected to. For destination machines or networks that are not directly connected to the router, the table includes the Layer 3 address of the machine and the number of the port on the router that will send the data in the right direction. Cost is another critical piece of information. It specifies the number of router hops a datagram can traverse before reaching the destination IP address. The router uses the cost value when determining the best route for a datagram to follow. ST A 145

10 Lesson 3-2: Routing Static Routing A router acquires routes in two primary ways: Through dynamic routing, the router can use any of a number of protocols to learn routes. Through static routing, a network administrator can enter the routes directly into the table. A network administrator might define a static route to: Control the path that a datagram follows. Decrease the amount of traffic exchanged between routers. In future lessons you will learn that routers must communicate with other routers about routes and the status of those routes. This communication can take up valuable bandwidth. With a static route, updates do not need to be broadcast to other servers as frequently. Define a default route. Improve network security. The route into and out of a network can be limited to one predefined path. Improve the efficiency of the network. When a router is given the route to use, it does not have to make calculations, which speeds up its performance. Using a limited number of static routes, a router also does not need to store the incoming data while it figures out where it should go, it already knows the correct route when it receives the data. This means the router needs less buffer memory. When configuring static routes, consider the following: A static route can be assigned a preference from 1 to 16, with 16 being the most preferred. When the router must choose between multiple routes to the same destination, it will choose the route with the highest preference. Routing protocols such as RIP assign the routes they discover a routing preference of 1. Static routes remain in IP routing tables until you remove them. Note, however, that if the interface that was used to reach the next hop in the static route becomes disabled, the static route disappears from the IP routing table. 146 ST A Routing

11 Static Route Example 1 In the example below, there are two connections between Router A and Router B: a Mbps T1 line and a backup connection that uses one channel on a dial-up ISDN line. The path a datagram will take to get from host A to host B cannot be predicted. The path can be controlled so that the T1 line is used all the time and the dial-up line is reserved for emergencies: 1. At router A, build a static route: a. Destination Network b. Next Hop Address c. Preference At router C, build a static route: a. Destination Network b. Next Hop Address c. Preference 16. Static Route Example Host A.1.1 Router A.1 Host B K.1 T Router C Network Subnet Mask = ST A 147

12 Lesson 3-2: Routing Static Route Example 2 Static routes can be used to override the routes that routing protocols mistakenly select. In the second example, IP communication between host A and host C might occur over the 64K synchronous link because it has the lowest cost, that is, the fewest hops. But in this case, the T1 links would have a higher bandwidth even though they have an additional hop. It is possible to force Router A to connect to Router C via the T1 by configuring a static route in the router table of each router as follows: 1. At router A, build a static route: a. Destination Network b. Next Hop Address c. Preference At router B, build two static routes: d. Destination Network e. Next Hop Address f. Preference 16. g. Destination Network h. Next Hop Address i. Preference At router C, build a static route: j. Destination Network k. Next Hop Address l. Preference 16. The significant problem with static routes is that they must be planned carefully. If they are not, the network administrator may need to reconfigure the routing table whenever a failure occurs. 148 ST A Routing

13 Static Route Example Host A K Host B.1.1 Router A. 1 T Router B. 1 T Router C Network Subnet Mask = Because there is an additional hop in this diagram, the simple static route from the previous example will not be sufficient in case of a failure. If the T1 connected to router A fails, Router A will fall back on the route over the 64K line. Router C, however, will still have a viable static route with a high preference and would not switch over to the 64K line unless there were another static route for the lower preference 64K line. Then once router A failed over to the 64K line and router C received ICMP messages stating that the destination network over the T1 line was unavailable it too would switch over to the 64K ISDN backup link. Another solution to the stated problem would be through use of a static route as follows: Define a static route to network on Router A, using a preference of 1 and a next hop address of Define a static route to network on Router C, using a preference of 1 and a next hop address of ST A 149

14 Lesson 3-2: Routing Default Route The address is used to point to a default gateway. It can be used: On a station for directing communications to nodes not on the same physical network. On a router to direct requests for unknown networks to a gateway router. Example: Defining a Default Route Address is used to signify a default route. If it is in a routing table, it can be interpreted to mean any network to which the path is not known. Therefore, it is possible to define a static default route to point to some type of gateway router. This gateway router might be the entry point to the Internet. Defining a default route allows a router to still forward packets even though it does not have any routing information about the destination network. Default Route Example Host A Host B 64K Router A.1.1 T T Router C Router B.4 Gateway Static Route Definition (Default Route) Destination Address: Subnet Mask: Next Hop Address: Next Hop Mask: Network Subnet Mask = ST A Routing

15 Dynamic Routing The key to routing lies in routers ability to build and maintain their own routing tables. As a router monitors all the packets that are being transmitted on the networks attached to its ports, it learns about the network and host IP addresses that can be reached from each port. In its routing table the router keeps track of these addresses and the ports they are connected to. Routing is a complex job. There is usually more than one way to get a packet from its source to its destination, routers must determine which route is best. As machines are added or removed from networks, routers must keep track of which ones are there and how to get to them. As new networks are created or subdivided from other networks, routers must keep track of which addresses belong to which networks and how to send data to those addresses. As paths between networks get congested or clear up, routers must keep track of their status so the fastest route can always be found. Routing Protocols Routers use routing protocols to perform the tasks described above. Such routing protocols as RIP and OSPF allow routers to find available routes, to communicate to other routers what those routes are and their status, to select the best route for any particular packet, and to send data packets along that route. Routers use routing protocols to: Discover routes to specific destinations. Calculate the best route to a specific destination. Monitor the network for changes or interruptions in the routes. Communicate information about routes to other routers. Check Your Understanding Briefly distinguish between a static routing table and a dynamic routing table. ST A 151

16 Lesson 3-2: Routing Try it Out Adding a Static Route Site Manager allows a network administrator to add a static route to the ARN. Materials Needed: Classroom Network Windows 95 PC Site Manager Any Word Processor (e.g., MS Word) Pen/Pencil and Paper Student Portfolio In this lab you will learn how to: Configure a static route. During this lab, work in teams of three. Record your experiences, results, speculations, and conclusions in your portfolio. 1. In the Configuration Manager window in Site Manager, click Protocols. 2. Click IP. 3. Click Static Routes. 4. Click Add. 152 ST A Routing

17 The table below describes the parameters to add a static route. Parameter Default Options Destination IP Address None Any valid IP network address Address Mask None Based on the network class of the IP address you specified at the Destination IP Address parameter. Cost (Specifies the number of router hops that will be traversed before reaching the destination IP address. This cost is also communicated to other routers by a routing protocol). Next Hop Address (Specifies the address of the next-hop router). Next Hop Mask (Specifies the subnet mask of the next hop router). Preference (Specifies a weighted value (from 1 to 16, with 16 being the most preferred) that the IP router uses to select a route when its routing table contains multiple routes to the same destination.) 1 1 to the value of the RIP Diameter parameter Any valid IP address Any valid subnet mask address to 16 ST A 153

18 Lesson 3-2: Routing 5. In the Configuration Manager window, enter values from your classroom network topology map for: a. Destination b. IP Address. c. Address Mask. d. Next Hop Addr. e. Next Hop Mask. Rubric: Suggested Evaluation Criteria and Weightings Criteria % Your Score Complete record of procedural results. 25 Summary, analysis, synthesis and conclusions 50 Organization and summary in format suitable for reproduction 25 TOTAL ST A Routing

19 Stretch Yourself Comparing Datagrams Materials Needed: Windows 95 PC Internet Connection Sniffer Basic Software Any Word Processor (e.g., MS Word) Pen/Pencil and Paper Student Portfolio 1. Use Snifffer Basic to examine the difference between an IP datagram containing a TCP segment and one containing a UDP datagram. 2. Monitor the IP Protocols while operating a process that sends a TCP segment (i.e., Telnet) and one that sends a UDP datagram (i.e., SNMP). 3. Record your observations. 4. In addition to differences you notice between TCP and UDP, be sure to also note the following: a. How did you determine which application uses TCP and which uses UDP? b. Why do you think the applications have been set up this way? 5. Participate in a class discussion on the results of this activity. Rubric: Suggested Evaluation Criteria and Weightings Criteria % Your Score Successful completion of the activity. 20 Analysis and synthesis of information. 50 Insightful and enthusiastic participation in class discussion. 30 TOTAL 100 ST A 155

20 Lesson 3-2: Routing Network Wizards VisualRoute VisualRoute is an inexpensive software package that allows the user to trace the route of a packet from its source to a specified destination, such as a web site s router. There is a demo version available on Data Metric s web site that allows the user to try out the product. This activity uses the demo version only. Materials Needed: Windows 95 PC Internet Connection VisualRoute Software Demo downloaded Any Word Processor (e.g., MS Word) (optional) Pen/Pencil and Paper Student Portfolio 1. Access the demo version by entering into your web browser. 2. To first experience the demo, enter the Nortel Networks URL, into the Enter Host/URL box. 156 ST A Routing

21 3. Note the route the packet took from your workstation to Nortel Networks. ST A 157

22 Lesson 3-2: Routing 4. Now find a destination that takes only a few hops. 5. Note the path of the packet. 6. Find a destination that takes more than 25 hops. 7. Note the path of the packet. 8. Pick one of the traces, and make a screen shot (Alt + PrntScrn) for your portfolio. 9. Analyze the IP address of each hop. What the class is of each hop. Are some hops on the same network? Speculate why, in some cases, it takes the packet longer to get from one hop to another. 10. In your portfolio, write a summary of this activity, including the answers to step 9. Rubric: Suggested Evaluation Criteria and Weightings Criteria % Your Score Thorough summary in portfolio 50 Correct identification of IP classes 50 TOTAL 100 Summary In this unit, you learned the following: The routing function of the IP protocol stack. The components of an IP packet header. The process by which routers forward packets. The components of a Nortel Networks routing table. The difference between dynamic and static routes. How to configure and edit a static route. 158 ST A Routing

23 Review Questions Name Lesson 3-1: Routing Part A 1. Describe the three basic operations a router performs on an IP packet. Part B 1. Put the following steps in the IP routing sequence into order a. Receive frame b. Check destination IP address against routing table c. Switch packet to correct port d. Put packet into frame e. Strip frame f. Check MAC address 2. What does a router do with a packet when it can t find the destination address in its router table? a. Discard it b. Send it to the default route c. Store it until it s told the route d. Send it to a static route e. a or b f. c or d ST A 159

24 Lesson 3-2: Routing Part C 1. Describe the components of a Nortel Networks routing table. Part D 1. Explain one advantage and one disadvantage to static routing. 2. Describe the difference between a dynamic and a static routing table. Scoring Rubric: Suggested Evaluation Criteria and Weightings Criteria % Your Score Part A: Describe the basic process of IP routing. Part B: Explain the process by which routers forward packets. Part C: Explain the components of a Nortel Networks routing table. Part D: Explain the difference between dynamic and static routes TOTAL 100 Try It Out: Configure a static route. 100 Stretch Yourself 100 Network Wizards 100 FINAL TOTAL ST A Routing

25 Resources Bay Networks. (1999). Accelerated Router Configuration, Bay Networks, Inc., Billerica, Massachusetts. ST A 161

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

This unit contains the following two lessons: Lessons Pages Length Lesson 3-1: Network Layer Addressing 98-136 5 hours

This unit contains the following two lessons: Lessons Pages Length Lesson 3-1: Network Layer Addressing 98-136 5 hours Unit 3 Let s Route Overview Description This unit contains two lessons: The first lesson introduces the format for addressing data that travels across the Internet. The lesson focuses on the underlying

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

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

Network Layer: Network Layer and IP Protocol

Network Layer: Network Layer and IP Protocol 1 Network Layer: Network Layer and IP Protocol Required reading: Garcia 7.3.3, 8.1, 8.2.1 CSE 3213, Winter 2010 Instructor: N. Vlajic 2 1. Introduction 2. Router Architecture 3. Network Layer Protocols

More information

Mobile IP Network Layer Lesson 02 TCP/IP Suite and IP Protocol

Mobile IP Network Layer Lesson 02 TCP/IP Suite and IP Protocol Mobile IP Network Layer Lesson 02 TCP/IP Suite and IP Protocol 1 TCP/IP protocol suite A suite of protocols for networking for the Internet Transmission control protocol (TCP) or User Datagram protocol

More information

Indian Institute of Technology Kharagpur. TCP/IP Part I. Prof Indranil Sengupta Computer Science and Engineering Indian Institute of Technology

Indian Institute of Technology Kharagpur. TCP/IP Part I. Prof Indranil Sengupta Computer Science and Engineering Indian Institute of Technology Indian Institute of Technology Kharagpur TCP/IP Part I Prof Indranil Sengupta Computer Science and Engineering Indian Institute of Technology Kharagpur Lecture 3: TCP/IP Part I On completion, the student

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

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

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

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

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

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

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

EITF25 Internet Techniques and Applications L5: Wide Area Networks (WAN) Stefan Höst

EITF25 Internet Techniques and Applications L5: Wide Area Networks (WAN) Stefan Höst EITF25 Internet Techniques and Applications L5: Wide Area Networks (WAN) Stefan Höst Data communication in reality In reality, the source and destination hosts are very seldom on the same network, for

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

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

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

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

The Internet. Internet Technologies and Applications

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

More information

Know the signs of potential problems. Prevent problems before they occur. This unit contains the following three lessons:

Know the signs of potential problems. Prevent problems before they occur. This unit contains the following three lessons: Unit 6 Router Management Overview Description With today s networks growing exponentially, management is a key to quality of network performance. People depend on their networks and performance issues

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

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

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

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

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

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

Network layer" 1DT066! Distributed Information Systems!! Chapter 4" Network Layer!! goals: "

Network layer 1DT066! Distributed Information Systems!! Chapter 4 Network Layer!! goals: 1DT066! Distributed Information Systems!! Chapter 4" Network Layer!! Network layer" goals: "! understand principles behind layer services:" " layer service models" " forwarding versus routing" " how a

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

Chapter 9. IP Secure

Chapter 9. IP Secure Chapter 9 IP Secure 1 Network architecture is usually explained as a stack of different layers. Figure 1 explains the OSI (Open System Interconnect) model stack and IP (Internet Protocol) model stack.

More information

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages Part I: The problem specifications NTNU The Norwegian University of Science and Technology Department of Telematics Note! The problem set consists of two parts: Part I: The problem specifications pages

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

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

Lesson 5-3: Border Gateway Protocol

Lesson 5-3: Border Gateway Protocol Unit 5: Intradomain and Interdomain Protocols Lesson 5-3: Gateway Protocol At a Glance The Gateway Protocol (BGP) is an interdomain routing protocol used in TCP/IP internetworks. BGP was created to allow

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

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

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

More information

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

Unit 4. Introduction to TCP/IP. Overview. Description. Unit Table of Contents

Unit 4. Introduction to TCP/IP. Overview. Description. Unit Table of Contents Unit 4 Introduction to TCP/IP Overview Description This unit contains one lesson: This lesson will introduce protocols in general. You will look at how a protocol functions, the differences between a routable

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

CS335 Sample Questions for Exam #2

CS335 Sample Questions for Exam #2 CS335 Sample Questions for Exam #2.) Compare connection-oriented with connectionless protocols. What type of protocol is IP? How about TCP and UDP? Connection-oriented protocols Require a setup time to

More information

Basic Networking Concepts. 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet

Basic Networking Concepts. 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet Basic Networking Concepts 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet 1 1. Introduction -A network can be defined as a group of computers and other devices connected

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

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

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

Overview. Securing TCP/IP. Introduction to TCP/IP (cont d) Introduction to TCP/IP

Overview. Securing TCP/IP. Introduction to TCP/IP (cont d) Introduction to TCP/IP Overview Securing TCP/IP Chapter 6 TCP/IP Open Systems Interconnection Model Anatomy of a Packet Internet Protocol Security (IPSec) Web Security (HTTP over TLS, Secure-HTTP) Lecturer: Pei-yih Ting 1 2

More information

Internet Architecture and Philosophy

Internet Architecture and Philosophy Internet Architecture and Philosophy Conceptually, TCP/IP provides three sets of services to the user: Application Services Reliable Transport Service Connectionless Packet Delivery Service The underlying

More information

Gary Hecht Computer Networking (IP Addressing, Subnet Masks, and Packets)

Gary Hecht Computer Networking (IP Addressing, Subnet Masks, and Packets) Gary Hecht Computer Networking (IP Addressing, Subnet Masks, and Packets) The diagram below illustrates four routers on the Internet backbone along with two companies that have gateways for their internal

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

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

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

Data Communication and Computer Network

Data Communication and Computer Network 1 Data communication principles, types and working principles of modems, Network principles, OSI model, functions of data link layer and network layer, networking components, communication protocols- X

More information

PART OF THE PICTURE: The TCP/IP Communications Architecture

PART OF THE PICTURE: The TCP/IP Communications Architecture PART OF THE PICTURE: The / Communications Architecture 1 PART OF THE PICTURE: The / Communications Architecture BY WILLIAM STALLINGS The key to the success of distributed applications is that all the terminals

More information

Introduction to TCP/IP

Introduction to TCP/IP Introduction to TCP/IP Raj Jain The Ohio State University Columbus, OH 43210 Nayna Networks Milpitas, CA 95035 Email: Jain@ACM.Org http://www.cis.ohio-state.edu/~jain/ 1 Overview! Internetworking Protocol

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

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

Overview of TCP/IP. TCP/IP and Internet

Overview of TCP/IP. TCP/IP and Internet Overview of TCP/IP System Administrators and network administrators Why networking - communication Why TCP/IP Provides interoperable communications between all types of hardware and all kinds of operating

More information

Routing with OSPF. Introduction

Routing with OSPF. Introduction Routing with OSPF Introduction The capabilities of an internet are largely determined by its routing protocol. An internet's scalability, its ability to quickly route around failures, and the consumption

More information

Wide Area Networks. Learning Objectives. LAN and WAN. School of Business Eastern Illinois University. (Week 11, Thursday 3/22/2007)

Wide Area Networks. Learning Objectives. LAN and WAN. School of Business Eastern Illinois University. (Week 11, Thursday 3/22/2007) School of Business Eastern Illinois University Wide Area Networks (Week 11, Thursday 3/22/2007) Abdou Illia, Spring 2007 Learning Objectives 2 Distinguish between LAN and WAN Distinguish between Circuit

More information

Introduction to Metropolitan Area Networks and Wide Area Networks

Introduction to Metropolitan Area Networks and Wide Area Networks Introduction to Metropolitan Area Networks and Wide Area Networks Chapter 9 Learning Objectives After reading this chapter, you should be able to: Distinguish local area networks, metropolitan area networks,

More information

WAN Data Link Protocols

WAN Data Link Protocols WAN Data Link Protocols In addition to Physical layer devices, WANs require Data Link layer protocols to establish the link across the communication line from the sending to the receiving device. 1 Data

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

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

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

Networking Basics for Automation Engineers

Networking Basics for Automation Engineers Networking Basics for Automation Engineers Page 1 of 10 mac-solutions.co.uk v1.0 Oct 2014 1. What is Transmission Control Protocol/Internet Protocol (TCP/IP)------------------------------------------------------------

More information

Lecture 8. IP Fundamentals

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

More information

The OSI Model: Understanding the Seven Layers of Computer Networks

The OSI Model: Understanding the Seven Layers of Computer Networks Expert Reference Series of White Papers The OSI Model: Understanding the Seven Layers of Computer Networks 1-800-COURSES www.globalknowledge.com The OSI Model: Understanding the Seven Layers of Computer

More information

Computer Networks/DV2 Lab

Computer Networks/DV2 Lab Computer Networks/DV2 Lab Room: BB 219 Additional Information: http://www.fb9dv.uni-duisburg.de/ti/en/education/teaching/ss08/netlab Equipment for each group: - 1 Server computer (OS: Windows 2000 Advanced

More information

FINAL ASSESSMENT/EXAMINATION JULY 2015 PLEASE READ ALL INSTRUCTIONS CAREFULLY BEFORE YOU BEGIN THIS EXAMINATION

FINAL ASSESSMENT/EXAMINATION JULY 2015 PLEASE READ ALL INSTRUCTIONS CAREFULLY BEFORE YOU BEGIN THIS EXAMINATION THE UNIVERSITY OF TRINIDAD & TOBAGO FINAL ASSESSMENT/EXAMINATION JULY 2015 Course Code and Title: CNET 2001 Network Architecture Programme: B.A.Sc. ICT Computer Engineering Date: Tuesday July 28, 2015

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

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

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

2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 D. None of the above 1. How many bits are in an IP address? A. 16 B. 32 C. 64 2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 3. The network number plays what part in an IP address? A. It

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

Transport Layer Protocols Transport Layer Protocols Version. Transport layer performs two main tasks for the application layer by using the network layer. It provides end to end communication between two applications, and implements

More information

TCP/IP Fundamentals. OSI Seven Layer Model & Seminar Outline

TCP/IP Fundamentals. OSI Seven Layer Model & Seminar Outline OSI Seven Layer Model & Seminar Outline TCP/IP Fundamentals This seminar will present TCP/IP communications starting from Layer 2 up to Layer 4 (TCP/IP applications cover Layers 5-7) IP Addresses Data

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

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

Internetworking and Internet-1. Global Addresses

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

More information

(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

TCP/IP and the Internet

TCP/IP and the Internet TCP/IP and the Internet Computer networking today is becoming more and more entwined with the internet. By far the most popular protocol set in use is TCP/IP (Transmission Control Protocol/Internet Protocol).

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

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

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

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

More information

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

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

SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005. Lecturer: Kartik Krishnan Lecture 1-3

SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005. Lecturer: Kartik Krishnan Lecture 1-3 SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005 Lecturer: Kartik Krishnan Lecture 1-3 Communications and Computer Networks The fundamental purpose of a communication network is the exchange

More information

Understanding Layer 2, 3, and 4 Protocols

Understanding Layer 2, 3, and 4 Protocols 2 Understanding Layer 2, 3, and 4 Protocols While many of the concepts well known to traditional Layer 2 and Layer 3 networking still hold true in content switching applications, the area introduces new

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

The IP Transmission Process. V1.4: Geoff Bennett

The IP Transmission Process. V1.4: Geoff Bennett The IP Transmission Process V1.4: Geoff Bennett Contents Communication Between Hosts Through a MAC Bridge Through a LAN Switch Through a Router The tutorial is divided into four sections. Section 1 looks

More information

CS 457 Lecture 19 Global Internet - BGP. Fall 2011

CS 457 Lecture 19 Global Internet - BGP. Fall 2011 CS 457 Lecture 19 Global Internet - BGP Fall 2011 Decision Process Calculate degree of preference for each route in Adj-RIB-In as follows (apply following steps until one route is left): select route with

More information

Lab 7.1.9b Introduction to Fluke Protocol Inspector

Lab 7.1.9b Introduction to Fluke Protocol Inspector Lab 7.1.9b Introduction to Fluke Protocol Inspector DCE SanJose1 S0/0 S0/0 SanJose2 #1 #2 Objective This lab is a tutorial demonstrating how to use the Fluke Networks Protocol Inspector to analyze network

More information

Final for ECE374 05/06/13 Solution!!

Final for ECE374 05/06/13 Solution!! 1 Final for ECE374 05/06/13 Solution!! Instructions: Put your name and student number on each sheet of paper! The exam is closed book. You have 90 minutes to complete the exam. Be a smart exam taker -

More information

IP Routing Configuring Static Routes

IP Routing Configuring Static Routes 11 IP Routing Configuring Static Routes Contents Overview..................................................... 11-3 IP Addressing.............................................. 11-3 Networks.................................................

More information

Internet Firewall CSIS 4222. Packet Filtering. Internet Firewall. Examples. Spring 2011 CSIS 4222. net15 1. Routers can implement packet filtering

Internet Firewall CSIS 4222. Packet Filtering. Internet Firewall. Examples. Spring 2011 CSIS 4222. net15 1. Routers can implement packet filtering Internet Firewall CSIS 4222 A combination of hardware and software that isolates an organization s internal network from the Internet at large Ch 27: Internet Routing Ch 30: Packet filtering & firewalls

More information

Written examination in Computer Networks

Written examination in Computer Networks Written examination in Computer Networks February 14th 2014 Last name: First name: Student number: Provide on all sheets (including the cover sheet) your last name, rst name and student number. Use the

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

Software Defined Networking (SDN) - Open Flow

Software Defined Networking (SDN) - Open Flow Software Defined Networking (SDN) - Open Flow Introduction Current Internet: egalitarian routing/delivery based on destination address, best effort. Future Internet: criteria based traffic management,

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

How To Configure InterVLAN Routing on Layer 3 Switches

How To Configure InterVLAN Routing on Layer 3 Switches How To Configure InterVLAN Routing on Layer 3 Switches Document ID: 41860 Contents Introduction Prerequisites Requirements Components Used Conventions Configure InterVLAN Routing Task Step by Step Instructions

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