A method for managing distributed IP packet forwarding in ATM/LANE based networks

Size: px
Start display at page:

Download "A method for managing distributed IP packet forwarding in ATM/LANE based networks"

Transcription

1 A method for managing distributed IP packet forwarding in ATM/LANE based networks Nikola Musa ICT Department, Networking Services Financial Agency (FINA) Ul. Grada Vukovara 70, Zagreb, HR-10000, Croatia Phone: (385)(1) Marko Zec, Mladen Kos Department for Telecommunications Faculty of Electrical Engineering and Computing Unska 3, Zagreb, HR-10000, Croatia Phone: (385)(1) Abstract - Modern Layer-3 LAN switches, that are often installed as edge devices in ATM/LANE based network backbones, posses significant IP packet forwarding capabilities, and thereby have the potential to offload the traditional one-armed inter-elan routers. However, in environments with more than just a few of such LAN switches installed, an efficient utilization of available aggregate IP processing power, distributed on edge devices, can become difficult and inconvenient to achieve. The sub-optimal distribution of CPU intensive IP packet forwarding tasks also results in poor utilization of available aggregate bandwidth, unnecessary packet traversing through the ATM backbone, and introduction of single points of failure on the IP layer. In this paper we present a new method for managing distributed IP packet forwarding in ATM/LANE networks, based on introduction of virtual IP default gateway model and custom filters for each ELAN/IP subnet. We discuss how the proposed method accomplishes an even distribution of IP forwarding tasks on all edge LAN switches, and describe our referent implementation on IBM ATM / LAN networking equipment. I. INTRODUCTION A common enterprise ATM LAN Emulation (LANE) [1] based campus/lan environment consists of an ATM switched backbone, one or more LAN Emulation Configuration Server (S), LAN Emulation Server () and Broadcast and Unknown Server () entities, and a number of legacy (usually ) edge LAN switches, connected to the ATM backbone. Driven primarily by the enterprise internal organizational structure, an overlay of numerous logical virtual LANs (VLANs) is usually built upon the underlying hardware infrastructure. The LANE technology allows a single VLAN to be conveniently and transparently spread around the whole ATM backbone, utilizing the possibility of direct bridging of VLANs to appropriate ELANs. Each VLAN/ELAN pair will usually form a unique IP subnet. For accessing the hosts outside its own subnet, each station relies on an IP packet forwarding device, which it references as its default gateway, to perform functions of IP packet routing and forwarding to the other portions of the network [2]. In this article we briefly discuss the two most common approaches for implementing inter-vlan IP packet forwarding in LAN Emulated environments, and outline their benefits and weaknesses. We introduce a new model for managing IP packet forwarding in such environments, based on the concept of virtual IP default gateway, and describe how filters should be designed to support the virtual IP default gateway operation. Following a short description of our referent implementation, we conclude our report by outlining the main benefits in application of our method in complex LANE environments. II. CENTRALIZED ROUTING MODEL In a sample ATM/LANE based network model, as shown in Fig. 1., end nodes are distributed in a number of separated logical VLANs, which spread over the whole physical network span. Each VLAN segment is bridged through the appropriate ATM ELAN, so that the end nodes in a single VLAN/ELAN can communicate transparently, no matter weather they are connected to the same LAN switch, or bridged through the ATM/LANE backbone. In the model shown in figure 1., all inter-vlan IP packet forwarding is accomplished using one or more central one-armed routers, which have LAN Emulation Client () instances active in each ELAN. Advantages Simple management and maintenance, as all IP packet forwarding, routing and filtering functions are concentrated in a single point;

2 IP routing central IP router ELAN ELAN S ELAN L2 switch #1 L2 switch #2 L2 switch #3 LAN LAN LAN LAN LAN LAN LAN LAN LAN Fig. 1. Centralized IP packet forwarding among ELANs/VLANs using one-armed router. Various clustering options available for increased availability and reliability, such as Virtual Router Redundancy Protocol (VRRP) [3] and LANE redundant IP gateway [4]. Weak points The central router or cluster of routers represents a single point of failure for all IP traffic to non-local subnet destinations; In environments with large number of edge LAN switches, this model doesn t scale well: Router s single link to the ATM backbone has a finite capacity, and can therefore present a bandwidth bottleneck; Under high packet rates and/or complex IP processing tasks, such as packet filtering, the CPU on a single IP forwarding device can become overloaded, leading to overall network throughput degradation. III. DISTRIBUTED ROUTING ON EDGE SWITCHES A different approach, shifting the IP packet forwarding functions to edge LAN switches, is shown in Fig. 2. Switches capable of traffic processing on the third OSI layer, such as IP packet forwarding, are offered today by various vendors at a relatively affordable cost. On recent hardware, vendors usually implement many of the Layer- 3 functions in Application Specific Integrated Circuit (ASIC) modules, thus offering very high overall throughput and performance [5]. Benefits and downsides of deploying networks with IP packet forwarding tasks distributed on edge LAN switches can be summarized as follows: Advantages IP processing load is distributed, so aggregate packet forwarding throughput scales well with the number of edge switches; S ELAN ELAN ELAN IP routing L3 switch #1 L3 switch #2 L3 switch #3 LAN LAN LAN LAN LAN LAN LAN LAN LAN Fig. 2. Distributed IP packet forwarding on Layer 3 edge LAN switches

3 There are no bandwidth-related bottlenecks in the backbone, as opposed to the centralized one-armed router model; In a properly configured network, single points of failure on the IP layer can be avoided, as in case of failure of a single edge LAN switch, the remainder of the network will continue to operate uninterrupted; Weak points Management and maintenance becomes more demanding and complex as the number of the LAN switches grow, requiring the introduction of specialized management and automation methods and tools. Although shifting of IP packet forwarding functions from central routers to the edge LAN switches may seem to be as straight-forward as are the mentioned benefits, a couple of problems have to be addressed first, before this concept can be safely deployed in non-forgiving large scale production environments. IV. ISSUES IN DISTRIBUTED IP FORWARDING Let us consider the possible options for IP packet forwarding configuration between VLANs/ELANs in the sample network configuration shown on figure 2. Each station that attempts to send IP packets outside its own subnet, has to pass these packets to its default gateway, which has to be one of the Layer-3 LAN switches. Basically, this can be organized in two different ways: A. For each VLAN/ELAN/IP subnet, only one LAN switch will be chosen and referenced as the default gateway, no matter where the end stations are physically located - directly connected to the LAN ports of that particular switch, or bridged through the ATM/LANE backbone; B. Stations physically connected to the LAN ports of each switch will use unique IP address of that particular switch as its default gateway, ensuring that IP forwarding is always performed as close as possible to the end stations. Method A is simple to configure, deploy and maintain, but it has virtually no advantages compared to the onearmed central router model, described in section II. As all non-local subnet IP traffic for the whole VLAN/ELAN still have to be processed by only one LAN switch, bandwidth and CPU constraints remain unresolved. Additionally, further analysis would show that this approach could raise various reliability and availability issues. Method B enables significantly more even distribution of IP forwarding tasks on all edge LAN switches. This approach will therefore scale well with the large number of LAN switches installed, concerning bandwidth and CPU constraints. Another advantage of method B is avoidance of suboptimal, and sometimes completely unnecessary, packet traversing through the ATM/LANE backbone. This brings a couple of positive effects: preservation of bandwidth, and mitigation of additional segmentation and reassembly (SAR) delays and CPU utilization. Keeping overall end-toend delay at minimum levels can be of critical importance in networks with high bandwidth-delay products. This can be especially true for end stations with IP stacks that do not support or do not have window scale TCP extensions [6] enabled, where excessive delays can result in significant TCP throughput degradation. However, new problems arise with the introduction of large number of different default gateway IP addresses, which are required by implementation of method B. If we consider a network configuration consisting of only N=10 edge LAN switches, and M=10 unique VLANs/ELANs/IP subnets, we will have to manage N*M=100 different default gateway IP addresses. Furthermore, having a different default gateway IP address required for each LAN switch, usage of some convenient management services, such as Dynamic Host Configuration Protocol (DHCP) [7] becomes questionable or even impossible. And even if the absence of DHCP service would be an acceptable option, which is rarely the case in today s large and complex LAN environments, the possibility of unintentional end station IP misconfiguration would still be exceptionally high. Having in mind the problems mentioned above, it is obvious that model B does not scale well in terms of end station IP configuration management. As a solution for overcoming these scalability issues, we propose a new model for managing distributed IP packet forwarding. The new approach is in its concept still closely tied to the described model B, and inherits its main positive aspects good scaling in bandwidth and CPU load distribution. V. VIRTUAL IP DEFAULT GATEWAY MODEL In the previous section we have shown that usage of multiple IP default gateway addresses on a single VLAN/ELAN presents the major obstacle for scaling in network size, as well as for application of additional management services such as DHCP. We therefore introduce a model of single virtual IP default gateway address, which will be unique for the whole VLAN/ELAN, and independent of physical location of end stations. The new method will ensure that although all stations will reference the same default gateway IP address for sending packets to non-local IP subnet destinations, the edge LAN switch, that the end station is physically connected to, will always perform IP packet forwarding for the transmitting station. In order to accomplish this goal, we must implement mechanisms that will enable and enforce the following behavior on each VLAN/ELAN/IP subnet:

4 "Legacy" ATM ELAN LAN switch #1 LAN switch #2 LAN switch #3 Workstation who has DG IP? time ARP reply - sw #1 ARP reply - sw #2 ARP reply - sw #3 who has DG IP? who has DG IP? ARP reply - sw #2 ARP reply - sw #3 who has DG IP? Fig. 3. ARP traffic flow for virtual IP default gateway address without filtering A. Allow all edge LAN switches that have a proxy- active in a specific VLAN/ELAN, to be able to directly reply to an IP Address Resolution Protocol (ARP) [8] request for the virtual default gateway IP address, with their own MAC addresses; B. Ensure that the only LAN switch that will be allowed to reply to uest for the default gateway IP address, will be the switch that the end station, which issued this uest, is physically connected to. The simple solution for the requirement A is making permanent or static proxy-arp entries on each edge LAN switch, which will advertise that switch s own MAC address associated with the desired virtual IP default gateway address, for each VLAN/ELAN/IP subnet. The basic traffic flow in the described proxy-arp scenario is shown in fig. 3., where it can be seen that we have accomplished the fulfillment of requirement A. However, as a byproduct we receive not only the desired IP ARP reply from the LAN switch the transmitting end station is directly connected to, but also unwanted replies from all other LAN switches that have s active in the same ELAN. A solution for mitigation of unwanted excessive IP ARP replies (requirement B) can be found in the nature of LANE implementation of broadcast traffic propagation through the Non-Broadcast Multiple Access (NBMA) ATM network. As the ATM technology doesn t provide the native means for transporting broadcasts, the LANE system relies on the for collecting frames with broadcast destination address, and forwarding them to all s via multicast distribute VCCs, thus effectively emulating broadcast behavior. Some (but not all) of / implementations allow custom filters to be applied on frames received by the, before forwarding them to all s in the ELAN. Depending on capabilities and granularity of filtering criteria, it may be possible to stop selected broadcast frames from being distributed to all s, while allowing all other broadcast traffic to be forwarded in the usual way. IP ARP reply packets are normally sent as unicasts. Therefore we have to focus on IP uest frames, as these are always being sent as broadcasts, and as such can be subject to analysis and filtering at the. Fig. 4. shows the basic IP ARP traffic flow that can be enforced by filtering. A simple filtering rule, also "Legacy" ATM ELAN LAN switch #1 LAN switch #2 LAN switch #3 Workstation who has DG IP? who has DG IP? time ARP reply - sw #1 filtering for DG IP? Yes No Forward frame on all s Drop frame Fig. 4. Filtering uests on results in a single ARP reply, only from the local LAN switch

5 hard size prot size destination addr source addr frame type hard type prot type op sender addr sender IP addr target addr tarfet IP addr header 14 bytes uest / reply 28 bytes FFFFFFFFFFFF * * * * W.X.Y.Z Fig. 5 a. IP ARP packet format for IPv4/ (top); b. IP uest packet for IP address W.X.Y.Z (bottom) outlined in the same figure, must ensure that only ARP requests for the virtual default gateway IP address will be rejected, and other uests, as well as all other broadcast traffic, will be processed and distributed as usual. It is necessary to properly design the filtering rule, which has to test several portions of every frame received by the. An IP ARP packet consists of various fields, as shown in fig. 5a. The fields that are relevant for IP uest packets, that we are interested in, are outlined in fig. 5b. The filtering rule for uest for virtual default gateway IP address has therefore to check that the following conditions are met: 1. Frame type field in header is set to 0806 (16) (ARP); 2. ARP operation field is set to 0001 (16) (ARP request); 3. ARP hardware and protocol type and size fields are set to appropriate values for IPv4 and ; 4. ARP target IP address is equal to virtual default gateway IP address for ELAN. If all conditions (1. to 4.) are true, filter must discard the frame, otherwise it has to allow the frame to be forwarded to all s. Note that it is not necessary to check that destination address is set to FF:FF:FF:FF:FF:FF (broadcast), as uests are always sent as broadcasts by definition. By utilizing proxy-arp functions on all edge LAN switches, combined with the filtering as described above, we fulfilled both the functional requirements A and B from the beginning of this section. Thereby we were ready to proceed with the practical implementation. VI. OUR IMPLEMENTATION In our tests and in later deployment to production environment, the following equipment was used: IBM S ATM switches; IBM Layer-3 LAN switches; IBM routers; IBM 8210 MSS S// servers. We will restrict our example on brief description of filtering implementation on the IBM 8210 Multiprotocol Switched Services (MSS) / servers, as it is the fundamental processing component that enables the introduction of proposed virtual IP default gateway address model into the LANE environment. MSS-zg1 FILTER config for ELAN 'su-it'>show Bus Filter Items Default Action: INCLUDE Preferred List: EXCLUDE LIST Enabled?: YES MAC Filter Items: NONE DEFINED PROTOCOL Filter Items: NONE DEFINED SLIDING WINDOW Filter Items: (1)Name:vdg arp rej su-it Base: MAC Offset: 12 List: EXCLUDE LIST Enabled: YES Value: A1A2A3A4A5A6B1B2B3B4C1C2C3C4C5C60A01C802 Mask: FFFFFFFFFFFFFFFFFFFF FFFFFFFF IP Filter Items: NONE DEFINED Fig. 6. filter configuration on IBM 8210 MSS discards all uests for virtual default gateway address ( ) on ELAN su-it

6 Fig. 6. shows the typical filtering configuration for a single ELAN. On our sample ELAN, named su-it, IP subnet /22 is used. We choose to use as the virtual default gateway address for this subnet. IBM 8210 implementation allows network administrators to define custom sliding window filters, defined by an arbitrary byte string pattern, logical AND mask value, and an offset from the beginning of the data frame. The filtering pattern will be compared to each frame received by the, and appropriate action (drop/pass) will be executed on the first-match basis. The filter shown on Fig. 6. will drop (EXCLUDE action) all uest frames for IP address (0A01C802 in hexadecimal notation), and pass (INCLUDE action) all other traffic unmodified. We have used the described filtering configuration, together with the appropriate proxy-arp static mappings on edge LAN switches, to construct both the laboratory and production ELANs enabled for efficient distributed IP forwarding. The production campus ATM backbone in Financial Agency (FINA) HQ in Zagreb operates reliably with described enhancements in distributed IP forwarding. The network backbone consists of 4 IBM 8265 ATM switches, located in two buildings interconnected with redundant (dark fiber and free space laser) OC-3c 155 Mbps links. More than 1200 end stations are concentrated on 28 Layer- 3 edge switches, connected to the ATM backbone. The network is logically divided in separated ELANs, of which the major 8 are configured for distributed IP forwarding using the described virtual default gateway model. Detailed description of this installation can be found in [10]. bandwidth savings, and lower average end-to-end delays. Furthermore, moving IP forwarding functions to edge LAN switches can also result in more efficient placement of ingress points in more advanced ATM shortcut routing systems, such as NHRP or MPOA [9]. However, this can be observed only on edge LAN switches that support one or both of the mentioned protocols. Unfortunately, not all vendors offer the necessary filtering functionality in their / implementations. Therefore, as our model relies heavily on filtering, it will not be possible to deploy it in environments with such / systems installed. The proposed model has proven to be stable and reliable in both laboratory and production environments. The future research could include overall network performance evaluation with and without the proposed extensions, in various network configurations. The impact of additional processing, as imposed by our method, on overall throughput and performance, should be analyzed in more detail, especially prior to deployment to LANE environments with intensive broadcast/multicast traffic patterns. VIII. ACKNOWLEDGEMENTS The authors would like to thank the whole ZAP-LAN project team for all the patience and time spent in the joint efforts in designing and implementation of the campus ATM backbone in FINA (former ZAP). VII. CONCLUSION We have presented a new model for managing distributed IP forwarding in LANE based environments. Main benefits of our method can be summarized as follows: Efficient and even distribution of IP packet forwarding tasks in LANE environments with large number of edge LAN switches; Removal of bandwidth and CPU constraints associated with traditional one-armed routing model, resulting in good aggregate throughput scaling; Simplified IP configuration of end stations, by retaining the possibility of application of DHCP services, in environment with multiple IP packet forwarding devices on a single IP subnet; Improved overall network reliability and availability, by mitigation of single points of failure on the IP layer; Avoidance of unnecessary and sub-optimal packet traversing through the ATM backbone associated with one-armed router model, resulting in IX. REFERENCES [1] The ATM Forum: LAN Emulation Over ATM - Version 1.0, af-lane , [2] W. Stevens: TCP/IP Illustrated, Vol. 1: The Protocols, Addison-Wesley, [3] S. Knight et al.: Virtual Router Redundancy Protocol, IETF RFC 2338, [4] Nways Multiprotocol Switched Services - Configuring Protocols and Features, Volume 1, IBM Corporation, [5] M. Kos, A. Bazant: Introduction to ATM, 2 nd edition, MIPRO, [6] V. Jacobson, R. Braden, D. Borman: TCP Extensions for High Performance, RFC 1323, [7] R. Droms: Dynamic Host Configuration Protocol, IETF RFC 2131, [8] Plummer: An Address Resolution Protocol, IETF RFC 826, [9] U. Black: ATM - Vol. III: Internetworking with ATM, Prentice Hall, [10] ZAP LAN Project Documentation, IBM/ZAP internal, (in Croatian), unpublished

ATM in TCP/IP environment: Adaptations and Effectiveness

ATM in TCP/IP environment: Adaptations and Effectiveness Bremen Institute of Industrial Technology and Applied Work Science ATM in TCP/IP environment: Adaptations and Effectiveness Dipl.-Ing. Kai-Oliver Detken, BIBA ATM Traffic Symposium, Mykonos, Greece, September

More information

Adaptation Problems and Solutions. MARCOM 97, Dipl.-Ing. Kai-Oliver Detken, BIBA Bremen, Germany, October the 16th, 1997

Adaptation Problems and Solutions. MARCOM 97, Dipl.-Ing. Kai-Oliver Detken, BIBA Bremen, Germany, October the 16th, 1997 IP-over over-atm: Migrations, Adaptation Problems and Solutions MARCOM 97, Dipl.-Ing. Kai-Oliver Detken, BIBA Bremen, Germany, October the 16th, 1997 Content Introduction of the European ACTS project EIES

More information

Routing Between VLANs Overview

Routing Between VLANs Overview Routing Between VLANs Overview This chapter provides an overview of VLANs. It describes the encapsulation protocols used for routing between VLANs and provides some basic information about designing VLANs.

More information

Routing Between VLANs Overview

Routing Between VLANs Overview Routing Between VLANs Overview This chapter provides an overview of VLANs. It describes the encapsulation protocols used for routing between VLANs and provides some basic information about designing VLANs.

More information

IP over ATM. IP over ATM. Agenda. IP over ATM : Solving the Problem I.

IP over ATM. IP over ATM. Agenda. IP over ATM : Solving the Problem I. IP over ATM IP over ATM Classical IP over ATM, MARS, MCS, NHRP, LANE, MPOA ATM is connection-oriented Assumes connection-oriented applications IP is connection-less Assumes connection-less network Significant

More information

Networking for Data Acquisition Systems. Fabrice Le Goff - 14/02/ ISOTDAQ

Networking for Data Acquisition Systems. Fabrice Le Goff - 14/02/ ISOTDAQ Networking for Data Acquisition Systems Fabrice Le Goff - 14/02/2018 - ISOTDAQ Outline Generalities The OSI Model Ethernet and Local Area Networks IP and Routing TCP, UDP and Transport Efficiency Networking

More information

LAN Emulation, IP Over ATM and MPOA

LAN Emulation, IP Over ATM and MPOA LAN Emulation, IP Over ATM and MPOA Professor of Computer and Information Sciences Columbus, OH 43210 These slides are available at http://www.cis.ohio-state.edu/~jain/cis777-00/ 1 Overview LAN Emulation

More information

OmniMSS Powerful, high-performance LAN-to-ATM internetworking services

OmniMSS Powerful, high-performance LAN-to-ATM internetworking services OmniMSS Powerful, high-performance LAN-to-ATM internetworking services LAN emulation (LANE) and Multi-Protocol over ATM (MPOA) are two of the services that make ATM networks valuable in the enterprise.

More information

Configuring IPv4 Broadcast Packet Handling

Configuring IPv4 Broadcast Packet Handling Configuring IPv4 Broadcast Packet Handling This module explains what IPv4 broadcast packets are, when they are used, and how to customize your router s configuration for situations when the default behavior

More information

Computer Networks (Introduction to TCP/IP Protocols)

Computer Networks (Introduction to TCP/IP Protocols) Network Security(CP33925) Computer Networks (Introduction to TCP/IP Protocols) 부산대학교공과대학정보컴퓨터공학부 Network Type Elements of Protocol OSI Reference Model OSI Layers What we ll learn today 2 Definition of

More information

VXLAN Overview: Cisco Nexus 9000 Series Switches

VXLAN Overview: Cisco Nexus 9000 Series Switches White Paper VXLAN Overview: Cisco Nexus 9000 Series Switches What You Will Learn Traditional network segmentation has been provided by VLANs that are standardized under the IEEE 802.1Q group. VLANs provide

More information

ET4254 Communications and Networking 1

ET4254 Communications and Networking 1 Topic 9 Internet Protocols Aims:- basic protocol functions internetworking principles connectionless internetworking IP IPv6 IPSec 1 Protocol Functions have a small set of functions that form basis of

More information

Switching and Forwarding Reading: Chapter 3 1/30/14 1

Switching and Forwarding Reading: Chapter 3 1/30/14 1 Switching and Forwarding Reading: Chapter 3 1/30/14 1 Switching and Forwarding Next Problem: Enable communication between hosts that are not directly connected Fundamental Problem of the Internet or any

More information

Introducing Campus Networks

Introducing Campus Networks Cisco Enterprise Architecture Introducing Campus Networks 2003, Cisco Systems, Inc. All rights reserved. 2-1 2003, Cisco Systems, Inc. All rights reserved. BCMSN v2.0 2-2 Campus Data Center Combines switching

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Five Designing a Network Topology Original slides copyright by Cisco Press & Priscilla Oppenheimer Network Topology Design Issues Hierarchy Redundancy Modularity Well-defined

More information

CCNA Exploration Network Fundamentals. Chapter 06 Addressing the Network IPv4

CCNA Exploration Network Fundamentals. Chapter 06 Addressing the Network IPv4 CCNA Exploration Network Fundamentals Chapter 06 Addressing the Network IPv4 Updated: 20/05/2008 1 6.0.1 Introduction Addressing is a key function of Network layer protocols that enables data communication

More information

Lecture 17 Overview. Last Lecture. Wide Area Networking (2) This Lecture. Internet Protocol (1) Source: chapters 2.2, 2.3,18.4, 19.1, 9.

Lecture 17 Overview. Last Lecture. Wide Area Networking (2) This Lecture. Internet Protocol (1) Source: chapters 2.2, 2.3,18.4, 19.1, 9. Lecture 17 Overview Last Lecture Wide Area Networking (2) This Lecture Internet Protocol (1) Source: chapters 2.2, 2.3,18.4, 19.1, 9.2 Next Lecture Internet Protocol (2) Source: chapters 19.1, 19.2, 22,1

More information

1. IPv6 is the latest version of the TCP/IP protocol. What are some of the important IPv6 requirements?

1. IPv6 is the latest version of the TCP/IP protocol. What are some of the important IPv6 requirements? 95 Chapter 7 TCP/IP Protocol Suite and IP Addressing This chapter presents an overview of the TCP/IP Protocol Suite. It starts with the history and future of TCP/IP, compares the TCP/IP protocol model

More information

- Hubs vs. Switches vs. Routers -

- Hubs vs. Switches vs. Routers - 1 Layered Communication - Hubs vs. Switches vs. Routers - Network communication models are generally organized into layers. The OSI model specifically consists of seven layers, with each layer representing

More information

1: Review Of Semester Provide an overview of encapsulation.

1: Review Of Semester Provide an overview of encapsulation. 1: Review Of Semester 1 1.1.1.1. Provide an overview of encapsulation. Networking evolves to support current and future applications. By dividing and organizing the networking tasks into separate layers/functions,

More information

Planning for Information Network

Planning for Information Network Planning for Information Network Lecture 7: Introduction to IPv6 Assistant Teacher Samraa Adnan Al-Asadi 1 IPv6 Features The ability to scale networks for future demands requires a limitless supply of

More information

VLANS and Other Hardware

VLANS and Other Hardware VLANS and Other Hardware CS442 First, a review problem Subnet mask: 255.255.255.0 Examples: Client in A wants to contact server in A or B 1 Other Network Devices Brouters are devices that combine the functions

More information

Bridging and Switching Basics

Bridging and Switching Basics CHAPTER 4 Bridging and Switching Basics This chapter introduces the technologies employed in devices loosely referred to as bridges and switches. Topics summarized here include general link-layer device

More information

EEC-484/584 Computer Networks

EEC-484/584 Computer Networks EEC-484/584 Computer Networks Lecture 13 wenbing@ieee.org (Lecture nodes are based on materials supplied by Dr. Louise Moser at UCSB and Prentice-Hall) Outline 2 Review of lecture 12 Routing Congestion

More information

Networking interview questions

Networking interview questions Networking interview questions What is LAN? LAN is a computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings. However, one LAN can be connected

More information

OSI Network Layer. Chapter 5

OSI Network Layer. Chapter 5 OSI Network Layer Network Fundamentals Chapter 5 Objectives Identify the role of the Network Layer, as it describes communication from one end device to another end device. Examine the most common Network

More information

EEC-684/584 Computer Networks

EEC-684/584 Computer Networks EEC-684/584 Computer Networks Lecture 14 wenbing@ieee.org (Lecture nodes are based on materials supplied by Dr. Louise Moser at UCSB and Prentice-Hall) Outline 2 Review of last lecture Internetworking

More information

Table of Contents. Cisco TCP/IP

Table of Contents. Cisco TCP/IP Table of Contents TCP/IP Overview...1 TCP/IP Technology...1 TCP...1 IP...2 Routing in IP Environments...4 Interior Routing Protocols...5 RIP...5 IGRP...6 OSPF...6 Integrated IS IS...6 Exterior Routing

More information

4. Basic IP Support Protocols

4. Basic IP Support Protocols 4. Basic IP Support Protocols There are a number of protocols that support the operation of IP. This section will only discuss the most basic three: ICMP, RARP, and ARP. Other more sophisticated protocols

More information

Mixed-Media Bridging

Mixed-Media Bridging CHAPTER 31 Mixed-Media Bridging Background Transparent bridges are found predominantly in Ethernet networks, and source-route bridges (SRBs) are found almost exclusively in Ring networks. For more information

More information

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322 1 Local & Metropolitan Area Networks ACOE322 Lecture 5 TCP/IP Protocol suite and IP addressing 1 0. INTRODUCTION We shall cover in this topic: 1. The relation of TCP/IP with internet and OSI model 2. Internet

More information

Multiprotocol over ATM Overview

Multiprotocol over ATM Overview Multiprotocol over ATM Overview This chapter describes the Multiprotocol over ATM (MPOA) feature, which is supported in Cisco IOS Release 11.3 and later releases. MPOA enables the fast routing of internetwork-layer

More information

Question 7: What are Asynchronous links?

Question 7: What are Asynchronous links? Question 1:.What is three types of LAN traffic? Unicasts - intended for one host. Broadcasts - intended for everyone. Multicasts - intended for an only a subset or group within an entire network. Question2:

More information

Internet Protocol Addressing and Routing. Redes TCP/IP

Internet Protocol Addressing and Routing. Redes TCP/IP Internet Protocol Addressing and Routing Redes TCP/IP Internet Topology Internet - WAN Gateway or router Physical Network (LAN) internet LAN LAN LAN Dotted Decimal Notation 2 7 2 6 2 5 2 4 2 3 2 2 2 1

More information

Integrated Services. Integrated Services. RSVP Resource reservation Protocol. Expedited Forwarding. Assured Forwarding.

Integrated Services. Integrated Services. RSVP Resource reservation Protocol. Expedited Forwarding. Assured Forwarding. Integrated Services An architecture for streaming multimedia Aimed at both unicast and multicast applications An example of unicast: a single user streaming a video clip from a news site An example of

More information

INTEROPERABILITY IN HETEROGENEOUS ENVIRONMENT: MULTIPROTOCOL OVER ATM (MPOA)

INTEROPERABILITY IN HETEROGENEOUS ENVIRONMENT: MULTIPROTOCOL OVER ATM (MPOA) INTEROPERABILITY IN HETEROGENEOUS ENVIRONMENT: MULTIPTROTOCOL OVER ATM (MPOA) Dipl.-Ing. Kai-Oliver Detken System Management ATM/Internet Email: detken@optinet.de OptiNet GmbH, Goebelstr. 50, D-28865 Lilienthal,

More information

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview IT114 NETWORK+ Course Objectives Upon successful completion of this course, the student will be able to: 1. Identify the devices and elements of computer networks; 2. Diagram network models using the appropriate

More information

Unicasts, Multicasts and Broadcasts

Unicasts, Multicasts and Broadcasts Unicasts, Multicasts and Broadcasts Part 1: Frame-Based LAN Operation V1.0: Geoff Bennett Contents LANs as a Shared Medium A "Private" Conversation Multicast Addressing Performance Issues In this tutorial

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Original slides by Cisco Press & Priscilla Oppenheimer Selection Criteria for Switching and Routing Protocols Network traffic

More information

Continuous Real Time Data Transfer with UDP/IP

Continuous Real Time Data Transfer with UDP/IP Continuous Real Time Data Transfer with UDP/IP 1 Emil Farkas and 2 Iuliu Szekely 1 Wiener Strasse 27 Leopoldsdorf I. M., A-2285, Austria, farkas_emil@yahoo.com 2 Transilvania University of Brasov, Eroilor

More information

Configuring IPv4 Broadcast Packet Handling

Configuring IPv4 Broadcast Packet Handling Configuring IPv4 Broadcast Packet Handling Finding Feature Information Configuring IPv4 Broadcast Packet Handling Last Updated: April 12, 2011 This module explains what IPv4 broadcast packets are, when

More information

Request for Comments: S. Gabe Nortel (Northern Telecom) Ltd. May Nortel s Virtual Network Switching (VNS) Overview

Request for Comments: S. Gabe Nortel (Northern Telecom) Ltd. May Nortel s Virtual Network Switching (VNS) Overview Network Working Group Request for Comments: 2340 Category: Informational B. Jamoussi D. Jamieson D. Williston S. Gabe Nortel (Northern Telecom) Ltd. May 1998 Status of this Memo Nortel s Virtual Network

More information

Catalyst 1900 Series and Catalyst 2820 Series Enterprise Edition Software Configuration Guide

Catalyst 1900 Series and Catalyst 2820 Series Enterprise Edition Software Configuration Guide INDEX A allowed list, VLAN 2-28 to 2-29 ATM 2-5 firmware upgrade B-5 to B-7 LANE trunk connections 1-4 module 2-9, 2-13, 2-23 networks 2-5 trunk 2-4, 2-14 B bridge groups 3-15 bridge number 2-10 Bridge

More information

Data Center Interconnect Solution Overview

Data Center Interconnect Solution Overview CHAPTER 2 The term DCI (Data Center Interconnect) is relevant in all scenarios where different levels of connectivity are required between two or more data center locations in order to provide flexibility

More information

TECHNICAL BRIEF. 3Com. XRN Technology Brief

TECHNICAL BRIEF. 3Com. XRN Technology Brief TECHNICAL BRIEF 3Com XRN Technology Brief XRN Overview expandable Resilient Networking (XRN ) from 3Com is a patented, innovative technology that allows network managers to build affordable networks that

More information

Chapter 3. Underlying Technology. TCP/IP Protocol Suite 1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Chapter 3. Underlying Technology. TCP/IP Protocol Suite 1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 3 Underlying Technology TCP/IP Protocol Suite 1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. OBJECTIVES: To briefly discuss the technology of dominant

More information

TCP/IP Protocol Suite and IP Addressing

TCP/IP Protocol Suite and IP Addressing TCP/IP Protocol Suite and IP Addressing CCNA 1 v3 Module 9 10/11/2005 NESCOT CATC 1 Introduction to TCP/IP U.S. DoD created the TCP/IP model. Provides reliable data transmission to any destination under

More information

Objectives. Hexadecimal Numbering and Addressing. Ethernet / IEEE LAN Technology. Ethernet

Objectives. Hexadecimal Numbering and Addressing. Ethernet / IEEE LAN Technology. Ethernet 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Objectives Ethernet Network Fundamentals Chapter 9 ITE PC v4.0 Chapter 1 1 Introduce Hexadecimal number system Describe the features of various

More information

LAN Emulation Overview

LAN Emulation Overview This overview chapter gives a high-level description of (LANE). Procedures for configuring LANE are provided in the following chapters in this publication: Configuring chapter Configuring Token Ring chapter

More information

Network Security Fundamentals. Network Security Fundamentals. Roadmap. Security Training Course. Module 2 Network Fundamentals

Network Security Fundamentals. Network Security Fundamentals. Roadmap. Security Training Course. Module 2 Network Fundamentals Network Security Fundamentals Security Training Course Dr. Charles J. Antonelli The University of Michigan 2013 Network Security Fundamentals Module 2 Network Fundamentals Roadmap Network Fundamentals

More information

LOCAL AREA NETWORKS Q&A Topic 4: VLAN

LOCAL AREA NETWORKS Q&A Topic 4: VLAN A. Indicate whether the sentence or statement is true or false: 1. VLANs are more flexible in handling moves and additions of ports than routers 2. VLANs logically segment the physical LAN infrastructure

More information

FIGURE 3. Two-Level Internet Address Structure. FIGURE 4. Principle Classful IP Address Formats

FIGURE 3. Two-Level Internet Address Structure. FIGURE 4. Principle Classful IP Address Formats Classful IP Addressing When IP was first standardized in September 1981, the specification required that each system attached to an IP-based Internet be assigned a unique, 32-bit Internet address value.

More information

Configuring ARP. Prerequisites for Configuring ARP. Restrictions for Configuring ARP

Configuring ARP. Prerequisites for Configuring ARP. Restrictions for Configuring ARP Address resolution is the process of mapping network addresses to Media Access Control (MAC) addresses. This process is accomplished using the Address Resolution Protocol (ARP). This module describes how

More information

Mixed-Media Bridging. Chapter Goals. Background. Translation Challenges CHAPTER

Mixed-Media Bridging. Chapter Goals. Background. Translation Challenges CHAPTER 24 CHAPTER Chapter Goals Understand bridging in a mixed Ethernet and Token Ring environment. Describe the differences between source-route transparent and translational bridging. List some of the challenges

More information

Hands-On Network Security: Practical Tools & Methods

Hands-On Network Security: Practical Tools & Methods Hands-On Network Security: Practical Tools & Methods Security Training Course Dr. Charles J. Antonelli The University of Michigan 2012 Hands-On Network Security Module 2 Network Fundamentals Roadmap Network

More information

Chapter 3 - Implement an IP Addressing Scheme and IP Services to Meet Network Requirements for a Small Branch Office

Chapter 3 - Implement an IP Addressing Scheme and IP Services to Meet Network Requirements for a Small Branch Office ExamForce.com 640-822 CCNA ICND Study Guide 31 Chapter 3 - Implement an IP Addressing Scheme and IP Services to Meet Network Requirements for a Small Branch Office Describe the need and role of addressing

More information

Internet Protocols (chapter 18)

Internet Protocols (chapter 18) Internet Protocols (chapter 18) CSE 3213 Fall 2011 Internetworking Terms 1 TCP/IP Concepts Connectionless Operation Internetworking involves connectionless operation at the level of the Internet Protocol

More information

Ch. 4 - WAN, Wide Area Networks

Ch. 4 - WAN, Wide Area Networks 1 X.25 - access 2 X.25 - connection 3 X.25 - packet format 4 X.25 - pros and cons 5 Frame Relay 6 Frame Relay - access 7 Frame Relay - frame format 8 Frame Relay - addressing 9 Frame Relay - access rate

More information

USING ISCSI AND VERITAS BACKUP EXEC 9.0 FOR WINDOWS SERVERS BENEFITS AND TEST CONFIGURATION

USING ISCSI AND VERITAS BACKUP EXEC 9.0 FOR WINDOWS SERVERS BENEFITS AND TEST CONFIGURATION WHITE PAPER Maximize Storage Networks with iscsi USING ISCSI AND VERITAS BACKUP EXEC 9.0 FOR WINDOWS SERVERS BENEFITS AND TEST CONFIGURATION For use with Windows 2000 VERITAS Software Corporation 03/05/2003

More information

NETWORKING COMPONENTS

NETWORKING COMPONENTS 1) OBJECTIVES NETWORKING COMPONENTS The objectives of this chapter are to familiarize with the following: - i) The LAN components ii) iii) iv) Repeater Hub Bridge v) Router vi) Gateway 2) INTRODUCTION

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

Avaya. User s Guide M-ACCF/SF MODULE AVAYA M770 MULTIFUNCTION SWITCH

Avaya. User s Guide M-ACCF/SF MODULE AVAYA M770 MULTIFUNCTION SWITCH Avaya User s Guide M-ACCF/SF MODULE AVAYA M770 MULTIFUNCTION SWITCH July 2000 Preface Introduction This guide provides the information that you need to install and configure the M-ACCF/SF OC12 ATM Access

More information

Chapter 4 NETWORK HARDWARE

Chapter 4 NETWORK HARDWARE Chapter 4 NETWORK HARDWARE 1 Network Devices As Organizations grow, so do their networks Growth in number of users Geographical Growth Network Devices : Are products used to expand or connect networks.

More information

Interface The exit interface a packet will take when destined for a specific network.

Interface The exit interface a packet will take when destined for a specific network. The Network Layer The Network layer (also called layer 3) manages device addressing, tracks the location of devices on the network, and determines the best way to move data, which means that the Network

More information

ARP, IP. Chong-Kwon Kim. Each station (or network interface) should be uniquely identified Use 6 byte long address

ARP, IP. Chong-Kwon Kim. Each station (or network interface) should be uniquely identified Use 6 byte long address ARP, IP Chong-Kwon Kim Routing Within a LAN MAC Address Each station (or network interface) should be uniquely identified Use 6 byte long address Broadcast & Filter Broadcast medium Signals are transmitted

More information

The Interconnection Structure of. The Internet. EECC694 - Shaaban

The Interconnection Structure of. The Internet. EECC694 - Shaaban The Internet Evolved from the ARPANET (the Advanced Research Projects Agency Network), a project funded by The U.S. Department of Defense (DOD) in 1969. ARPANET's purpose was to provide the U.S. Defense

More information

PASS4TEST IT 인증시험덤프전문사이트

PASS4TEST IT 인증시험덤프전문사이트 PASS4TEST IT 인증시험덤프전문사이트 http://www.pass4test.net 일년동안무료업데이트 Exam : 640-802 Title : Cisco Certified Network Associate(CCNA) Vendors : Cisco Version : DEMO 1 / 10 Get Latest & Valid 640-802 Exam's Question

More information

Growth. Individual departments in a university buy LANs for their own machines and eventually want to interconnect with other campus LANs.

Growth. Individual departments in a university buy LANs for their own machines and eventually want to interconnect with other campus LANs. Internetworking Multiple networks are a fact of life: Growth. Individual departments in a university buy LANs for their own machines and eventually want to interconnect with other campus LANs. Fault isolation,

More information

Introduction to Routing

Introduction to Routing 1 Introduction to Routing Session 2 Presentation_ID.scr 1 Agenda Addressing Concepts Routing Protocols Statics and Defaults 3 ISO OSI Reference Model Routing Information Protocol (RIP and RIPv2) L7 L6

More information

Full file at

Full file at Guide to Networking Essentials, Sixth Edition 2-1 Chapter 2 Network Hardware Essentials At a Glance Instructor s Manual Table of Contents Overview Objectives Tips Quick Quizzes Class Discussion Topics

More information

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

Top-Down Network Design, Ch. 7: Selecting Switching and Routing Protocols. Top-Down Network Design. Selecting Switching and Routing Protocols Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Copyright 2010 Cisco Press & Priscilla Oppenheimer 1 Switching 2 Page 1 Objectives MAC address table Describe the features

More information

IP - The Internet Protocol. Based on the slides of Dr. Jorg Liebeherr, University of Virginia

IP - The Internet Protocol. Based on the slides of Dr. Jorg Liebeherr, University of Virginia IP - The Internet Protocol Based on the slides of Dr. Jorg Liebeherr, University of Virginia Orientation IP (Internet Protocol) is a Network Layer Protocol. IP: The waist of the hourglass IP is the waist

More information

Unit C - Network Addressing Objectives Purpose of an IP Address and Subnet Mask Purpose of an IP Address and Subnet Mask

Unit C - Network Addressing Objectives Purpose of an IP Address and Subnet Mask Purpose of an IP Address and Subnet Mask 1 2 3 4 5 6 7 8 9 10 Unit C - Network Addressing Objectives Describe the purpose of an IP address and Subnet Mask and how they are used on the Internet. Describe the types of IP Addresses available. Describe

More information

Token Ring VLANs and Related Protocols

Token Ring VLANs and Related Protocols Token Ring VLANs and Related Protocols CHAPTER 4 Token Ring VLANs A VLAN is a logical group of LAN segments, independent of physical location, with a common set of requirements. For example, several end

More information

Unit 5: Internet Protocols skong@itt-tech.edutech.edu Internet Protocols She occupied herself with studying a map on the opposite wall because she knew she would have to change trains at some point. Tottenham

More information

COMP/ELEC 429/556 Introduction to Computer Networks

COMP/ELEC 429/556 Introduction to Computer Networks COMP/ELEC 429/556 Introduction to Computer Networks Let s Build a Scalable Global Network - IP Some slides used with permissions from Edward W. Knightly, T. S. Eugene Ng, Ion Stoica, Hui Zhang T. S. Eugene

More information

PUCPR. Internet Protocol. Edgard Jamhour E N G L I S H S E M E S T E R

PUCPR. Internet Protocol. Edgard Jamhour E N G L I S H S E M E S T E R PUCPR Internet Protocol Address Resolution and Routing Edgard Jamhour 2014 E N G L I S H S E M E S T E R 1. Address Resolution The IP address does not identify, indeed, a computer, but a network interface.

More information

Chapter 6: Network Communications and Protocols

Chapter 6: Network Communications and Protocols Learning Objectives Chapter 6: Network Communications and Protocols Understand the function and structure of packets in a network, and analyze and understand those packets Understand the function of protocols

More information

Internetwork Expert s CCNP Bootcamp. Hierarchical Campus Network Design Overview

Internetwork Expert s CCNP Bootcamp. Hierarchical Campus Network Design Overview Internetwork Expert s CCNP Bootcamp Hierarchical Campus Network Design Overview http:// Hierarchical Campus Network Design Overview Per Cisco, a three layer hierarchical model to design a modular topology

More information

Lecture 8. Basic Internetworking (IP) Outline. Basic Internetworking (IP) Basic Internetworking (IP) Service Model

Lecture 8. Basic Internetworking (IP) Outline. Basic Internetworking (IP) Basic Internetworking (IP) Service Model Lecture 8 Basic Internetworking (IP) Reminder: Homework 3, Programming Project 2 due on Tuesday. An example internet is shown at right. Routers or gateways are used to connect different physical networks.

More information

IP Addressing and Subnetting

IP Addressing and Subnetting IP Addressing and Subnetting Internet Layer The purpose of the Internet layer is to send packets from a network node and have them arrive at the destination node independent of the path taken. Internet

More information

Federal Agencies and the Transition to IPv6

Federal Agencies and the Transition to IPv6 Federal Agencies and the Transition to IPv6 Introduction Because of the federal mandate to transition from IPv4 to IPv6, IT departments must include IPv6 as a core element of their current and future IT

More information

Source-Route Bridging

Source-Route Bridging 25 CHAPTER Chapter Goals Describe when to use source-route bridging. Understand the difference between SRB and transparent bridging. Know the mechanism that end stations use to specify a source-route.

More information

1 Connectionless Routing

1 Connectionless Routing UCSD DEPARTMENT OF COMPUTER SCIENCE CS123a Computer Networking, IP Addressing and Neighbor Routing In these we quickly give an overview of IP addressing and Neighbor Routing. Routing consists of: IP addressing

More information

7010INT Data Communications Lecture 7 The Network Layer

7010INT Data Communications Lecture 7 The Network Layer Introduction 7010INT Data Communications Lecture 7 The Layer Internetworking & Devices Connecting LANs Routing Backbone networks Virtual LANs Addressing Application Presentation Session Data Link Physical

More information

NetWare Link-Services Protocol

NetWare Link-Services Protocol 44 CHAPTER Chapter Goals Describe the Network Link-Service Protocol. Describe routing with NLSP. Describe the data packet used by NLSP. Background The (NLSP) is a link-state routing protocol from Novell

More information

Lecture 8. Reminder: Homework 3, Programming Project 2 due on Thursday. Questions? Tuesday, September 20 CS 475 Networks - Lecture 8 1

Lecture 8. Reminder: Homework 3, Programming Project 2 due on Thursday. Questions? Tuesday, September 20 CS 475 Networks - Lecture 8 1 Lecture 8 Reminder: Homework 3, Programming Project 2 due on Thursday. Questions? Tuesday, September 20 CS 475 Networks - Lecture 8 1 Outline Chapter 3 - Internetworking 3.1 Switching and Bridging 3.2

More information

Router Architecture Overview

Router Architecture Overview Chapter 4: r Introduction (forwarding and routing) r Review of queueing theory r Router design and operation r IP: Internet Protocol m IPv4 (datagram format, addressing, ICMP, NAT) m Ipv6 r Generalized

More information

Imi :... Data:... Nazwisko:... Stron:...

Imi :... Data:... Nazwisko:... Stron:... Imi :.................................................... Data:....................... Nazwisko:............................................... Stron:...................... 1. Which of the following protocols

More information

A Framework for Optimizing IP over Ethernet Naming System

A Framework for Optimizing IP over Ethernet Naming System www.ijcsi.org 72 A Framework for Optimizing IP over Ethernet Naming System Waleed Kh. Alzubaidi 1, Dr. Longzheng Cai 2 and Shaymaa A. Alyawer 3 1 Information Technology Department University of Tun Abdul

More information

Computer Networks with Internet Technology William Stallings. Chapter 2 Protocols and the TCP/IP Protocol Suite

Computer Networks with Internet Technology William Stallings. Chapter 2 Protocols and the TCP/IP Protocol Suite Computer Networks with Internet Technology William Stallings Chapter 2 Protocols and the TCP/IP Protocol Suite Need For Protocol Architecture E.g. File transfer Source must activate comms. Path or inform

More information

Pass4sures. Latest Exam Guide & Learning Materials

Pass4sures.   Latest Exam Guide & Learning Materials Pass4sures http://www.pass4sures.top/ Latest Exam Guide & Learning Materials Exam : 200-125 Title : CCNA Cisco Certified Network Associate CCNA (v3.0) Vendor : Cisco Version : DEMO Get Latest & Valid 200-125

More information

Overview. About the Catalyst 2820 and Catalyst 1900 Switches CHAPTER

Overview. About the Catalyst 2820 and Catalyst 1900 Switches CHAPTER CHAPTER 1 Overview This chapter describes the Enterprise Edition software features for Catalyst 2820 and Catalyst 1900 switches. It also describes the feature default settings and shows the management

More information

Auxiliary protocols. tasks that IP does not handle: Routing table management (RIP, OSPF, etc.). Congestion and error reporting (ICMP).

Auxiliary protocols. tasks that IP does not handle: Routing table management (RIP, OSPF, etc.). Congestion and error reporting (ICMP). Auxiliary protocols IP is helped by a number of protocols that perform specific tasks that IP does not handle: Routing table management (RIP, OSPF, etc.). Congestion and error reporting (ICMP). Multicasting

More information

Introduction to iscsi

Introduction to iscsi Introduction to iscsi As Ethernet begins to enter into the Storage world a new protocol has been getting a lot of attention. The Internet Small Computer Systems Interface or iscsi, is an end-to-end protocol

More information

3. What could you use if you wanted to reduce unnecessary broadcast, multicast, and flooded unicast packets?

3. What could you use if you wanted to reduce unnecessary broadcast, multicast, and flooded unicast packets? Nguyen The Nhat - Take Exam Exam questions Time remaining: 00: 00: 51 1. Which command will give the user TECH privileged-mode access after authentication with the server? username name privilege level

More information

Lecture 11: Networks & Networking

Lecture 11: Networks & Networking Lecture 11: Networks & Networking Contents Distributed systems Network types Network standards ISO and TCP/IP network models Internet architecture IP addressing IP datagrams AE4B33OSS Lecture 11 / Page

More information

Hands-On IP for TeleCom Technicians Internetworking, TCP/IP, VLANS, Wirelss and more...

Hands-On IP for TeleCom Technicians Internetworking, TCP/IP, VLANS, Wirelss and more... Hands-On Internetworking, TCP/IP, VLANS, Wirelss 802.11 and more... Course Description The Internet Protocol Suite, commonly known as TCP/IP, forms the basis for the Internet and the next generation of

More information

CS475 Networks Lecture 8 Chapter 3 Internetworking. Ethernet or Wi-Fi).

CS475 Networks Lecture 8 Chapter 3 Internetworking. Ethernet or Wi-Fi). Assignments Reading for Lecture 9: Section 3.3 3.2 Basic Internetworking (IP) Bridges and LAN switches from last section have limited ability CS475 Networks Lecture 8 Chapter 3 Internetworking is a logical

More information