LAYER 2/3/4 FRAME CLASSIFICATION PRIMER. Whitepaper

Size: px
Start display at page:

Download "LAYER 2/3/4 FRAME CLASSIFICATION PRIMER. Whitepaper"

Transcription

1 LAYER 2/3/4 FRAME CLASSIFICATION PRIMER Whitepaper

2 Table of Contents Introduction The Evolving Enterprise Network...2 Frame Classification...2 Classification Methods...3 Port-Based...3 MAC Address...4 Protocol...4 Layer 3 Protocol Type and Type of Service...4 Layer 3 Address...5 Layer 4 Socket/Port...5 Conclusion...5 I Enterasys Networks I enterasys.com I Copyright 2001 Enterasys Networks, Inc. All rights reserved. pg 1 of 6

3 Introduction The Evolving Enterprise Network Businesses consider their networks to be a critical component of their success. Network administrators must ensure that business-critical data can be delivered reliably throughout the network an increasingly difficult task in the face of today s ever-changing networks and applications. The information that traverses today s networks includes: Web-based traffic from the Internet, where phenomenal growth has made e- commerce and other web-enabled applications into business necessities; and from intranets, which have become the preferred medium for exchanging corporate information. Multicast traffic, from bandwidth-intensive applications such as video conferencing, that are now being widely deployed on enterprise networks. , which corporations use for vital inter-employee communication as well as for rapid communication with customers. Time-sensitive voice traffic, as data and voice networks converge within the enterprise. Administrators must be able to fine- tune their network to meet their company s demands.they must distinguish between traffic that is critical to the business, typical of day-to-day operations, or extraneous to business operations. They must also address the company's security issues like payroll and personnel information, or research and development all of which may be vulnerable to attack from within or from outside of the company walls. For administrators to take complete control of network operations, the devices upon their network, such as switches and routers, must be capable of expediting mission-critical data, denying certain traffic from the network, and protecting the network s limited resources. Moreover, there must be a network management platform that can configure and verify these policies across the network infrastructure. Frame Classification New switches being introduced today support two relativelynew industry standards: 802.1Q, which allows administrators to configure VLANs (virtual LANs); and 802.1p, which allows them to set priority rules for network traffic. As these switches classify incoming frames into a certain VLAN or priority level, they insert a tag into the original frame to convey this specific VLAN/priority information to other switches on the network. When the frame reaches the switch nearest its destination, the frame tag is removed and the frame is forwarded on to its destination. The ability to perform this Layer 3/4 classification to share VLAN and priority information throughout the network is fairly straightforward and easily understood. But it is just the first step in accommodating the new enterprise network requirements discussed above, since the limited classification capabilities of some devices may result in limited control for the network administrator. The network edge, or entry point, is the ideal place to assign or classify frames into a VLAN and/or priority, as it is the first (and sometimes only) place where the frame can be so dealt with. Once the frame tag has been inserted in the frame, upstream switches will make frame forwarding decisions based upon the tag s indicated VLAN and/or priority. Although most network designers agree that the network edge is the most efficient place for intelligent packet classification, most switches at the edge of today s networks have limited capabilities in this area. Typically, these switches use the ingress (or receive) port as their only criteria for classifying frames, meaning that all frames received on a given port will be classified to the same VLAN, or be assigned the same priority. This is less than ideal, since it does not match the operational reality of a network, or provide the precise control and security needed by network administrators. As shown in Figure 1, individual workstations can generate source traffic from multiple applications running over numerous protocols (e.g., IP, IPX and AppleTalk). For all protocols and application traffic from a single workstation to be assigned to the same VLAN, or given the same priority, is simply not a desired model of network operation. It is much more efficient for the first ingress switch to have enough intelligence to classify frames to potentially different VLANs and priority levels, based upon the network administrator s needs. The drawback to this, I Enterasys Networks I enterasys.com I Copyright 2001 Enterasys Networks, Inc. All rights reserved. pg 2 of 6

4 however, is the potential cost increase of deploying such switches on the network. Traditionally, edge switches outnumber core switches or routers by many times, so these more intelligent edge switches must remain costcompetitive with devices that offer simpler classification capabilities. All frames on links between switches include 8021.Q frame tags (802.1Q trunk ports) to indicate VLAN membership and priority. All frames sent from user A are classified as belonging to the same VLAN (Red) and all frames are assigned the same priority (2). Frames have been classified to VLAN Red and priority 2 based upon the receive port. This is due to the switch being a port-based classifying only device. The desired functionality would be to further classify each frame from user A for priority or VLAN assignment. User A is sourcing IP as well as IPX frames.within the IP protocol, there are frames sent to a SAP-R3 server via http, a simple FTP session, and a voice over IP (VOIP) session via a PC phone. Benefits of Classification Classifying frames serves four basic functions, as shown in Figure 2. Containment Scoping or containing of frames within a specific boundary normally referred to as a VLAN Filter Preventing protocols, applications, and/or specific users from accessing the network Security Securing certain resources within the network, such as specific addresses Class of Service/Quality of Service Associating a priority to each frame based on the classification Classification Methods As previously described, the default behavior of a standard 802.1Q switch is to simply classify all frames based upon their receive port. This has limitations, however, when an end system is sending frames from various protocols and/or applications. There are several other higher-layer classification capabilities that provide greater flexibility and control, although they may add to the overall complexity of the switch and the network design. These include frame-by-frame connectionless classification, and frame-by-frame connection (or flow-based) classification. The following examples illustrate these generic classification methods by describing how data sourced from user A in Figure 1 is interpreted or classified. The examples are given in order of increasing complexity, from the simplest to the most complex frame classification. Port-Based This basic method is the default classification method for 802.1Q switches. All frames received on a port are classified as belonging to the same VLAN and receive the priority assigned to that specific port. I Enterasys Networks I enterasys.com I Copyright 2001 Enterasys Networks, Inc. All rights reserved. pg 3 of 6

5 MAC Address This method relies on an administrator programming VLAN or priority classification rules based on an end user s source (or possibly destination) MAC address. This is far more flexible than simple port classification, but is very tedious to implement in a network. Since VLAN membership is tied to a user s end system (by MAC address), this method works well for networks with roving users. Protocol This method allows an administrator to classify frames based on protocols such as IP, IPX and AppleTalk within the network. It also works well for containing or filtering unknown and broadcast-intensive protocols. Layer 3 Protocol Type and Type of Service This method allows an administrator to classify frames based on information such as their IP Protocol Type, IP Service Type (TOS), and IPX Packet Type. This is commonly used to classify a received frame s 802.1p priority value based on the precedence indicator within its IP TOS field. An IP TOS value that indicates high priority is mapped to user-defined 802.1p value. Classifying frames via this method will become more prevalent as features such as the IETF s Differential Services become more widely deployed. Switches that can classify frames to this level can also support dynamic IP multicast group establishment/pruning, otherwise known as IGMP Snooping. I Enterasys Networks I enterasys.com I Copyright 2001 Enterasys Networks, Inc. All rights reserved. pg 4 of 6

6 Layer 3 Address This method allows an administrator to classify frames into VLANs or priority levels based on their Layer 3 network address (e.g., their individual IP address, IP subnet, or Novell Network Number). For networks with vital server traffic, for example, this could be used to classify all source or destination frames using that server s IP address as high priority, so that traffic to or from that server would be given preferential treatment. This method also works well for securing networks. An administrator can specify that a certain IP address (such as the router) is only allowed access to the network at a specific entry point (port). This would preclude any user from inadvertently or intentionally duplicating the router s IP address. Layer 4 Socket/Port This method allows an administrator to classify frames based on their Layer 4 application information. This can be used for containment in a scenario where all Novell server SAP advertisements could be restricted within a VLAN boundary in which only Novell servers reside. With this classification method, different priority levels can be assigned to different applications, based upon user need. Conclusion The edge of the network is the best place to assign policy rules. It is also the most challenging because of the number of edge switches typically found on a large network. Once hardware platforms are capable of further classification methods and network management applications are available to easily configure these features, the way networks operate will change dramatically. I Enterasys Networks I enterasys.com I Copyright 2001 Enterasys Networks, Inc. All rights reserved. pg 5 of 6

7 An Enterasys Networks White Paper I Layer 2/3/4 Frame Classification Primer An Enterasys Networks Whitepaper I Layer 2/3/4 Frame Classification Primer North America Europe/Middle East/Africa Asia Pacific Latin America 35 Industrial Way Newbury Business Park 85 Science Park Drive Periferico Sur No Rochester, NH London Road, Newbury #03-01/04 Piso 6 U.S.A. Berkshire, England RG13 2PZ The Cavendish Colonia Jardines del Pedregal (603) Singapore Deleg. Alvaro Obregon 50 Minuteman Road Andover, MA U.S.A Unit 10, 14A Rodborough Road Beacon Business Park Mexico City DF Mexico (978) Frenchs Forest NSW 2086 Av. Nacoes Unidas Sydney, Australia º floor Brooklin São Paulo-SP Brazil Matrix, X-Pedition, Vertical Horizon, Secure Harbour, NetSight and SmartSwitch are trademarks or registered trademarks of Enterasys Networks, a Cabletron Systems Company. All other products or services mentioned are identified by the trademarks or service marks of their respective companies or organizations. NOTE: Enterasys Networks reserves the right to change specifications without notice. Please contact your representative to confirm current specifications Enterasys Networks, Inc. All rights reserved. Lit. # /01

White Paper. SmartSwitch Multi-layer Frame Classification

White Paper. SmartSwitch Multi-layer Frame Classification White Paper SmartSwitch Multi-layer Frame Classification Table of Contents Introduction...2 SmartSwitch Classification Methods...2 Layer 2 Options...2 Layer 3 Options...2 IP Options...2 IP Protocol Type...3

More information

WAN Solutions. WAN Solutions. Cabletron Systems. Smart Network Solutions for Enterprise WANs. WAN Enterprise Solutions Page 1 of 15

WAN Solutions. WAN Solutions. Cabletron Systems. Smart Network Solutions for Enterprise WANs. WAN Enterprise Solutions Page 1 of 15 WAN Solutions WAN Solutions Smart Network Solutions for Enterprise WANs Cabletron Systems WAN Enterprise Solutions Page 1 of 15 Cabletron Systems Cabletron Systems a recognized leader in high-performance

More information

Q VLAN User s Guide

Q VLAN User s Guide 9032599-03 802.1Q VLAN User s Guide NOTICE Enterasys Networks reserves the right to make changes in specifications and other information contained in this document and its web site without prior notice.

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

Multicast and Quality of Service. Internet Technologies and Applications

Multicast and Quality of Service. Internet Technologies and Applications Multicast and Quality of Service Internet Technologies and Applications Aims and Contents Aims Introduce the multicast and the benefits it offers Explain quality of service and basic techniques for delivering

More information

Sections Describing Standard Software Features

Sections Describing Standard Software Features 30 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic-qos (auto-qos) commands or by using standard QoS commands. With QoS, you can give preferential treatment to

More information

CN1047 INTRODUCTION TO COMPUTER NETWORKING CHAPTER 5 OSI MODEL NETWORK LAYER

CN1047 INTRODUCTION TO COMPUTER NETWORKING CHAPTER 5 OSI MODEL NETWORK LAYER CN1047 INTRODUCTION TO COMPUTER NETWORKING CHAPTER 5 OSI MODEL NETWORK LAYER Network Layer Network layer manages options pertaining to host and network addressing, managing subnetworks, and internetworking.

More information

Sections Describing Standard Software Features

Sections Describing Standard Software Features 27 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic-qos (auto-qos) commands or by using standard QoS commands. With QoS, you can give preferential treatment to

More information

ACL Rule Configuration on the WAP371

ACL Rule Configuration on the WAP371 Article ID: 5089 ACL Rule Configuration on the WAP371 Objective A network access control list (ACL) is an optional layer of security that acts as a firewall for controlling traffic in and out of a subnet.

More information

Quality of Service (QoS): Managing Bandwidth More Effectively

Quality of Service (QoS): Managing Bandwidth More Effectively 15 Quality of Service (QoS): Managing Bandwidth More Effectively Contents Introduction................................................. 15-2 Terminology............................................... 15-5

More information

Figure Untagged and 802.1Q-Tagged Ethernet frames

Figure Untagged and 802.1Q-Tagged Ethernet frames 38. 802.1Q VLAN Virtual LANs (VLANs) are logical, independent workgroups within a network. These workgroups communicate as if they had a physical connection to the network. However, VLANs are not limited

More information

Tag Switching. Background. Tag-Switching Architecture. Forwarding Component CHAPTER

Tag Switching. Background. Tag-Switching Architecture. Forwarding Component CHAPTER CHAPTER 23 Tag Switching Background Rapid changes in the type (and quantity) of traffic handled by the Internet and the explosion in the number of Internet users is putting an unprecedented strain on the

More information

VLANs. LAN Switching and Wireless Chapter 3. Version Cisco Systems, Inc. All rights reserved. Cisco Public 1

VLANs. LAN Switching and Wireless Chapter 3. Version Cisco Systems, Inc. All rights reserved. Cisco Public 1 VLANs LAN Switching and Wireless Chapter 3 Version 4.0 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Objectives Explain the role of VLANs in a converged network. Explain the role of trunking

More information

Enterasys 2B Enterasys Certified Internetworking Engineer(ECIE)

Enterasys 2B Enterasys Certified Internetworking Engineer(ECIE) Enterasys 2B0-104 Enterasys Certified Internetworking Engineer(ECIE) http://killexams.com/exam-detail/2b0-104 QUESTION: 62 As defined in NetSight Policy Managers demo.pmd file, the Application Provisioning

More information

J-series Advanced Switching Configuration

J-series Advanced Switching Configuration Application Note J-series Advanced Switching Configuration Configuring JUNOS Software Advanced Switching on J-series Services Routers Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California

More information

Network Protocols - Revision

Network Protocols - Revision Network Protocols - Revision Luke Anderson luke@lukeanderson.com.au 18 th May 2018 University Of Sydney Overview 1. The Layers 1.1 OSI Model 1.2 Layer 1: Physical 1.3 Layer 2: Data Link MAC Addresses 1.4

More information

IP TELEPHONY A REVOLUTION FOR STRUCTURED CABLING SYSTEMS

IP TELEPHONY A REVOLUTION FOR STRUCTURED CABLING SYSTEMS IP TELEPHONY A REVOLUTION FOR STRUCTURED CABLING SYSTEMS by André Mouton, Product Line Manager and Julie Roy, IBDN Standards, Systems and Applications Manager NORDX/CDT inc. TABLE OF CONTENT INTRODUCTION...

More information

Index. Numerics. Index p priority (QoS) definition Q VLAN standard w as a region 5-54

Index. Numerics. Index p priority (QoS) definition Q VLAN standard w as a region 5-54 Index Numerics 802.1p priority (QoS) 802.1Q VLAN standard 5-7 802.1w as a region 5-54 A active path 5-5 address IP 7-8 advertisement 3-3 applicable products 1-ii ARP age setting 7-10 cache 7-4 cache table

More information

Modular Policy Framework. Class Maps SECTION 4. Advanced Configuration

Modular Policy Framework. Class Maps SECTION 4. Advanced Configuration [ 59 ] Section 4: We have now covered the basic configuration and delved into AAA services on the ASA. In this section, we cover some of the more advanced features of the ASA that break it away from a

More information

Traditional network management methods have typically

Traditional network management methods have typically Advanced Configuration for the Dell PowerConnect 5316M Blade Server Chassis Switch By Surendra Bhat Saurabh Mallik Enterprises can take advantage of advanced configuration options for the Dell PowerConnect

More information

Chapter 4 Configuring Switching

Chapter 4 Configuring Switching Chapter 4 Configuring Switching Using the Switching Tab The navigation tabs on the top of the home page include a Switching tab that lets you manage your GS108T Gigabit Smart Switch using features under

More information

VLANs Level 3 Unit 9 Computer Networks

VLANs Level 3 Unit 9 Computer Networks VLANs Some Requirements of LANs Need to split up broadcast domains to make good use of bandwidth People in different departments may need to be grouped together for access to servers Security: restrict

More information

Configuring QoS. Understanding QoS CHAPTER

Configuring QoS. Understanding QoS CHAPTER 29 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic QoS (auto-qos) commands or by using standard QoS commands on the Catalyst 3750 switch. With QoS, you can provide

More information

Flexible network segmentation for high-speed LANs. Intel Networking Information Series. For today s networking professionals who need fast,

Flexible network segmentation for high-speed LANs. Intel Networking Information Series. For today s networking professionals who need fast, Virtual LANs Flexible network segmentation for high-speed LANs Intel Networking Information Series For today s networking professionals who need fast, concise information to help them understand new technologies

More information

HUAWEI USG6000 Series Next-Generation Firewall Technical White Paper VPN HUAWEI TECHNOLOGIES CO., LTD. Issue 1.1. Date

HUAWEI USG6000 Series Next-Generation Firewall Technical White Paper VPN HUAWEI TECHNOLOGIES CO., LTD. Issue 1.1. Date HUAWEI USG6000 Series Next-Generation Firewall Technical White Paper VPN Issue 1.1 Date 2014-03-14 HUAWEI TECHNOLOGIES CO., LTD. 2014. All rights reserved. No part of this document may be reproduced or

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

ASIT-33018PFM. 18-Port Full Gigabit Managed PoE Switch (ASIT-33018PFM) 18-Port Full Gigabit Managed PoE Switch.

ASIT-33018PFM. 18-Port Full Gigabit Managed PoE Switch (ASIT-33018PFM) 18-Port Full Gigabit Managed PoE Switch. () Introduction Description 16 * 10/100/1000M PoE ports + 2 * Gigabit SFP optical ports. L2+ function with better performance of management, safety & QoS etc. Supprt Layer 2 switching function, including

More information

Peer to Peer Infrastructure : QoS enabled traffic prioritization. Mary Barnes Bill McCormick

Peer to Peer Infrastructure : QoS enabled traffic prioritization. Mary Barnes Bill McCormick Peer to Peer Infrastructure : QoS enabled traffic prioritization Mary Barnes (mary.barnes@nortel.com) Bill McCormick (billmcc@nortel.com) p2pi - QoS 1/24/09 1 Overview!! Discuss the mechanisms and implications

More information

Configuring Quality of Service

Configuring Quality of Service 3 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic QoS (auto-qos) commands or by using standard QoS commands on a Catalyst 45 series switch. It also describes

More information

Basics (cont.) Characteristics of data communication technologies OSI-Model

Basics (cont.) Characteristics of data communication technologies OSI-Model 48 Basics (cont.) Characteristics of data communication technologies OSI-Model Topologies Packet switching / Circuit switching Medium Access Control (MAC) mechanisms Coding Quality of Service (QoS) 49

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Private VLANs on a QFX Switch Using Extended Functionality Modified: 2016-08-01 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000

More information

Configuring Firewall Filters (J-Web Procedure)

Configuring Firewall Filters (J-Web Procedure) Configuring Firewall Filters (J-Web Procedure) You configure firewall filters on EX Series switches to control traffic that enters ports on the switch or enters and exits VLANs on the network and Layer

More information

HTG XROADS NETWORKS. Network Appliance How To Guide: EdgeBPR (Shaping) How To Guide

HTG XROADS NETWORKS. Network Appliance How To Guide: EdgeBPR (Shaping) How To Guide HTG X XROADS NETWORKS Network Appliance How To Guide: EdgeBPR (Shaping) How To Guide V 3. 8 E D G E N E T W O R K A P P L I A N C E How To Guide EdgeBPR XRoads Networks 17165 Von Karman Suite 112 888-9-XROADS

More information

HPE ArubaOS-Switch Advanced Traffic Management Guide for WC.16.02

HPE ArubaOS-Switch Advanced Traffic Management Guide for WC.16.02 HPE ArubaOS-Switch Advanced Traffic Management Guide for WC.16.02 Part Number: 5200-1656c Published: September 2016 Edition: 4 Copyright Copyright 2016 Hewlett Packard Enterprise Development LP The information

More information

Configuring your VLAN. Presented by Gregory Laffoon

Configuring your VLAN. Presented by Gregory Laffoon Configuring your VLAN Presented by Gregory Laffoon 1 Overview of Networking Terms Networking Terms Overview OSI Model Defines a networking framework for implementing protocols in seven layers Control is

More information

Configuring QoS CHAPTER

Configuring QoS CHAPTER CHAPTER 34 This chapter describes how to use different methods to configure quality of service (QoS) on the Catalyst 3750 Metro switch. With QoS, you can provide preferential treatment to certain types

More information

Configuring QoS. Finding Feature Information. Prerequisites for QoS

Configuring QoS. Finding Feature Information. Prerequisites for QoS Finding Feature Information, page 1 Prerequisites for QoS, page 1 Restrictions for QoS, page 3 Information About QoS, page 4 How to Configure QoS, page 28 Monitoring Standard QoS, page 80 Configuration

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

Figure 7-1 Unicast Static FDB window

Figure 7-1 Unicast Static FDB window 7. Layer 2 Features FDB VLAN Spanning Tree Loopback Detection Link Aggregation L2 Multicast Control LLDP FDB Static FDB Unicast Static FDB This window is used to view and configure the static unicast forwarding

More information

Appendix B Policies and Filters

Appendix B Policies and Filters Appendix B Policies and Filters NOTE: This appendix does not describe Access Control Lists (ACLs) or IPX SAP ACLs, which are additional methods for filtering packets. See Software-Based IP Access Control

More information

Configuring QoS CHAPTER

Configuring QoS CHAPTER CHAPTER 36 This chapter describes how to configure quality of service (QoS) by using automatic QoS (auto-qos) commands or by using standard QoS commands on the Catalyst 3750 switch. With QoS, you can provide

More information

48-Port Gigabit Ethernet Smart Managed Plus Switch User Manual

48-Port Gigabit Ethernet Smart Managed Plus Switch User Manual 48-Port Gigabit Ethernet Smart Managed Plus Switch User Manual Model GS750E July 2017 202-11784-01 350 E. Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. You

More information

Switched Ethernet Virtual LANs

Switched Ethernet Virtual LANs Switched Ethernet Virtual LANs Computer Networks Lecture 4 http://goo.gl/pze5o8 Switched Ethernet 2 LAN Switches Behave as bridges (operates in the logical tree topology) Switching is implemented by hardware

More information

OPTera Metro 8000 Services Switch

OPTera Metro 8000 Services Switch Product/Service Bulletin Nortel Networks Services Switch Service providers looking for ways to scale Ethernet-based services and maximize their profitability need look no further than the Nortel Networks

More information

Managed Ethernet Switch User s Manual

Managed Ethernet Switch User s Manual Managed Ethernet Switch User s Manual Information Coding: UM00D908 Version: V1.1 Product version: all Product Name: Managed Industrial Ethernet Switches on DIN Rail and Rack. Applicable to: Technical Support

More information

Configuring QoS CHAPTER

Configuring QoS CHAPTER CHAPTER 37 This chapter describes how to configure quality of service (QoS) by using automatic QoS (auto-qos) commands or by using standard QoS commands on the Catalyst 3750-E or 3560-E switch. With QoS,

More information

Cisco SRW208 8-Port 10/100 Ethernet Switch: WebView Cisco Small Business Managed Switches

Cisco SRW208 8-Port 10/100 Ethernet Switch: WebView Cisco Small Business Managed Switches Cisco SRW208 8-Port 10/100 Ethernet Switch: WebView Cisco Small Business Managed Switches Secure, Reliable, Intelligent Managed Switching for Your Small Business Highlights Connects up to eight network

More information

Lecture 13. Quality of Service II CM0256

Lecture 13. Quality of Service II CM0256 Lecture 13 Quality of Service II CM0256 Types of QoS Best Effort Services Integrated Services -- resource reservation network resources are assigned according to the application QoS request and subject

More information

WiNG 5.x How-To Guide

WiNG 5.x How-To Guide WiNG 5.x How-To Guide Tunneling Remote Traffic using L2TPv3 Part No. TME-08-2012-01 Rev. A MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M Logo are trademarks or registered trademarks of Motorola

More information

HPE ArubaOS-Switch Advanced Traffic Management Guide for WB.16.03

HPE ArubaOS-Switch Advanced Traffic Management Guide for WB.16.03 HPE ArubaOS-Switch Advanced Traffic Management Guide for WB.16.03 Part Number: 5200-2908 Published: January, 2017 Edition: 1 2017 Hewlett Packard Enterprise Development LP Notices The information contained

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

SD-WAN Deployment Guide (CVD)

SD-WAN Deployment Guide (CVD) SD-WAN Deployment Guide (CVD) All Cisco Meraki security appliances are equipped with SD-WAN capabilities that enable administrators to maximize network resiliency and bandwidth efficiency. This guide introduces

More information

Dell EMC Networking vsan vsphere Networking Quick Guide using Dell OS 9

Dell EMC Networking vsan vsphere Networking Quick Guide using Dell OS 9 Dell EMC Networking vsan vsphere Networking Quick Guide using Dell OS 9 Networking deployment in a vsan ready environment Dell Networking Solutions Engineering February 2018 A Dell EMC Deployment and Configuration

More information

Table of Contents 1 QoS Overview QoS Policy Configuration Priority Mapping Configuration 3-1

Table of Contents 1 QoS Overview QoS Policy Configuration Priority Mapping Configuration 3-1 Table of Contents 1 QoS Overview 1-1 Introduction to QoS 1-1 Introduction to QoS Service Models 1-1 Best-Effort Service Model 1-1 IntServ Service Model 1-2 DiffServ Service Model 1-2 QoS Techniques Overview

More information

Cisco Application Policy Infrastructure Controller Data Center Policy Model

Cisco Application Policy Infrastructure Controller Data Center Policy Model White Paper Cisco Application Policy Infrastructure Controller Data Center Policy Model This paper examines the Cisco Application Centric Infrastructure (ACI) approach to modeling business applications

More information

Management Software AT-S101. User s Guide. For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch. Version Rev.

Management Software AT-S101. User s Guide. For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch. Version Rev. Management Software AT-S101 User s Guide For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch Version 1.0.0 613-000985 Rev. A Copyright 2008 Allied Telesis, Inc. All rights reserved. No part

More information

MARQUE : REFERENCE : CODIC : NETGEAR GSS108E-100EUS NOTICE

MARQUE : REFERENCE : CODIC : NETGEAR GSS108E-100EUS NOTICE MARQUE : REFERENCE : CODIC : NETGEAR GSS108E-100EUS 4254961 NOTICE ProSAFE 8-Port and 16-Port Gigabit Web Managed Click Switch Model GSS108E and GSS116E User Manual May 2016 202-11520-03 350 East Plumeria

More information

Grandstream Networks, Inc. GWN7000 QoS - VoIP Traffic Management

Grandstream Networks, Inc. GWN7000 QoS - VoIP Traffic Management Grandstream Networks, Inc. GWN7000 QoS - VoIP Traffic Management Table of Contents INTRODUCTION... 4 DSCP CLASSIFICATION... 5 QUALITY OF SERVICE ON GWN7000... 6 USING QOS TO PRIORITIZE VOIP TRAFFIC...

More information

Quality of Service Setup Guide (NB14 Series)

Quality of Service Setup Guide (NB14 Series) Quality of Service Setup Guide (NB14 Series) About This Quality of Service (QoS) Guide Quality of Service refers to the reservation of bandwidth resources on the Nb14 Series router to provide different

More information

Communication Redundancy User s Manual

Communication Redundancy User s Manual User s Manual Fifth Edition, June 2015 www.moxa.com/product 2015 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

H3C S9500 QoS Technology White Paper

H3C S9500 QoS Technology White Paper H3C Key words: QoS, quality of service Abstract: The Ethernet technology is widely applied currently. At present, Ethernet is the leading technology in various independent local area networks (LANs), and

More information

Before configuring standard QoS, you must have a thorough understanding of these items: Standard QoS concepts.

Before configuring standard QoS, you must have a thorough understanding of these items: Standard QoS concepts. Prerequisites for Quality of Service, on page 1 QoS Components, on page 2 QoS Terminology, on page 2 Information About QoS, on page 3 QoS Implementation, on page 4 QoS Wired Model, on page 8 Classification,

More information

Multicast overview. Introduction to multicast. Information transmission techniques. Unicast

Multicast overview. Introduction to multicast. Information transmission techniques. Unicast Contents Multicast overview 1 Introduction to multicast 1 Information transmission techniques 1 Multicast features 3 Common notations in multicast 4 Multicast advantages and applications 4 Multicast models

More information

14-port Gigabit Managed Industrial POE Switch

14-port Gigabit Managed Industrial POE Switch 14-port Gigabit Managed Industrial POE Switch (ONV-IPS33148PFM) Managed Industrial POE Switch 10-Port 10/100/1000Base-T + 4 (100/1000M) SFP L2 Plus Managed POE+ Switch. Port 1-8 supports PoE L2+ features

More information

Differentiated services code point (DSCP) Source or destination address

Differentiated services code point (DSCP) Source or destination address Classification is the process of identifying traffic and categorizing that traffic into classes. Classification uses a traffic descriptor to categorize a packet within a specific group to define that packet.

More information

Information about Network Security with ACLs

Information about Network Security with ACLs This chapter describes how to configure network security on the switch by using access control lists (ACLs), which in commands and tables are also referred to as access lists. Finding Feature Information,

More information

Cisco Exploration 3 Module 3 LAN Switching and Wireless Jim Johnston Class Notes September 9, 2008

Cisco Exploration 3 Module 3 LAN Switching and Wireless Jim Johnston Class Notes September 9, 2008 Cisco Exploration 3 Module 3 LAN Switching and Wireless Jim Johnston Class Notes September 9, 2008 VLAN is a logically separate IP subnetwork. This allows multiple networks to exist on a switch and provide

More information

SWITCH Implementing Cisco IP Switched Networks

SWITCH Implementing Cisco IP Switched Networks Hands-On SWITCH Implementing Cisco IP Switched Networks CCNP Course 2 Course Description Revised CCNP Curriculum and Exams Cisco has redesigned the CCNP courses and exams to reflect the evolving job tasks

More information

ProSAFE Easy-Mount 8-Port Gigabit Ethernet PoE+ Web Managed Switch

ProSAFE Easy-Mount 8-Port Gigabit Ethernet PoE+ Web Managed Switch ProSAFE Easy-Mount 8-Port Gigabit Ethernet PoE+ Web Managed Switch Model GS408EPP User Manual December 2016 202-11693-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing

More information

Configuring MPLS and EoMPLS

Configuring MPLS and EoMPLS 37 CHAPTER This chapter describes how to configure multiprotocol label switching (MPLS) and Ethernet over MPLS (EoMPLS) on the Catalyst 3750 Metro switch. MPLS is a packet-switching technology that integrates

More information

IP Multicast Routing Technology Overview

IP Multicast Routing Technology Overview Finding Feature Information, on page 1 Information About IP Multicast Technology, on page 1 Finding Feature Information Your software release may not support all the features documented in this module.

More information

Designing a Reliable Industrial Ethernet Network

Designing a Reliable Industrial Ethernet Network N-TRON Corp. 820 S. University Blvd. Suite 4E Mobile, Al. 36609 Phone: 251-342-2164 Fax: 251-342-6353 Designing a Reliable Industrial Ethernet Network Most of the major manufacturing automation end users

More information

CHAPTER 18 INTERNET PROTOCOLS ANSWERS TO QUESTIONS

CHAPTER 18 INTERNET PROTOCOLS ANSWERS TO QUESTIONS CHAPTER 18 INTERNET PROTOCOLS ANSWERS TO QUESTIONS 18.1 (1) The communications network may only accept blocks of data up to a certain size. (2) Error control may be more efficient with a smaller PDU size.

More information

24-Port: 20 x (100/1000M) SFP + 4 x Combo (10/100/1000T or 100/1000M SFP)

24-Port: 20 x (100/1000M) SFP + 4 x Combo (10/100/1000T or 100/1000M SFP) BGS-20DSFP4C Managed Fiber Switch 24-Port: 20 x (100/1000M) SFP + 4 x Combo (10/100/1000T or 100/1000M SFP) Key Features L2+ features provide better manageability, security, QOS, and performance IEEE 802.3az

More information

Example: Configuring DHCP Snooping and DAI to Protect the Switch from ARP Spoofing Attacks

Example: Configuring DHCP Snooping and DAI to Protect the Switch from ARP Spoofing Attacks Example: Configuring DHCP Snooping and DAI to Protect the Switch from ARP Spoofing Attacks In an ARP spoofing attack, the attacker associates its own MAC address with the IP address of a network device

More information

ProSAFE 8-Port 10-Gigabit Web Managed Switch Model XS708Ev2 User Manual

ProSAFE 8-Port 10-Gigabit Web Managed Switch Model XS708Ev2 User Manual ProSAFE 8-Port 10-Gigabit Web Managed Switch Model XS708Ev2 User Manual April 2016 202-11656-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. You

More information

Table of Contents 1 VLAN Configuration 1-1

Table of Contents 1 VLAN Configuration 1-1 Table of Contents 1 VLAN Configuration 1-1 Overview 1-1 Introduction to VLAN 1-1 VLAN Fundamentals 1-2 Types of VLAN 1-3 Introduction to Port-Based VLAN 1-3 Configuring a VLAN 1-4 Configuration Task List

More information

Gigabit Managed Ethernet Switch

Gigabit Managed Ethernet Switch LGB1110A LGB1152A Product Data Sheet Gigabit Managed Ethernet Switch LGB1110A OVERVIEW The Gigabit Managed Ethernet Switches offer L2 features plus advanced L3 features such as Static Route for Enterprise

More information

Gigabit Managed Ethernet Switch

Gigabit Managed Ethernet Switch LGB1110A LGB1126A-R2 LGB1152A Product Data Sheet Gigabit Managed Ethernet Switch FEATURES L2+ features make the switch easy to manage, provide robust security, and QoS. Offers a built-in device management

More information

IxLoad. Determine Performance of Content-Aware Devices and Networks

IxLoad. Determine Performance of Content-Aware Devices and Networks Determine Performance of Content-Aware Devices and Networks Determine Performance Limits of Load Balancers, Firewalls, and Content Switches Test Triple Play Network Performance by Emulating Subscribers

More information

Configuring VLANs CHAPTER

Configuring VLANs CHAPTER CHAPTER 8 This chapter describes how to configure your access point to operate with the VLANs set up on your wired LAN. These sections describe how to configure your access point to support VLANs: Understanding

More information

Before configuring standard QoS, you must have a thorough understanding of these items:

Before configuring standard QoS, you must have a thorough understanding of these items: Finding Feature Information, page 1 Prerequisites for QoS, page 1 QoS Components, page 2 QoS Terminology, page 3 Information About QoS, page 3 Restrictions for QoS on Wired Targets, page 41 Restrictions

More information

ESM Security Response Policies Release Notes. Nimda response policy for Windows NT and Windows 2000

ESM Security Response Policies Release Notes. Nimda response policy for Windows NT and Windows 2000 ESM Security Response Policies Release Notes Nimda response policy for Windows NT and Windows 2000 Nimda NT-W2K ESM Security Response Policies Release Notes The software described in this book is furnished

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

Integrating Network QoS and Web QoS to Provide End-to-End QoS

Integrating Network QoS and Web QoS to Provide End-to-End QoS Integrating Network QoS and Web QoS to Provide End-to-End QoS Wang Fei Wang Wen-dong Li Yu-hong Chen Shan-zhi State Key Lab of Networking and Switching, Beijing University of Posts & Telecommunications,

More information

Network Working Group Request for Comments: 2643 Category: Informational Cabletron Systems Incorporated August 1999

Network Working Group Request for Comments: 2643 Category: Informational Cabletron Systems Incorporated August 1999 Network Working Group Request for Comments: 2643 Category: Informational D. Ruffen T. Len J. Yanacek Cabletron Systems Incorporated August 1999 Status of this Memo Cabletron s SecureFast VLAN Operational

More information

26-Port Full Gigabit Managed PoE Switch

26-Port Full Gigabit Managed PoE Switch 26-Port Full Gigabit Managed PoE Switch OP-S22E2C2X-M Shenzhen Optostar Optoelectronics Co., Ltd 2013. 06(Version 2) Overview This L2+ managed POE+ switch- OP-S22E2C2X-M, provides a reliable infrastructure

More information

The Industrial Intranet: a Cause For Change

The Industrial Intranet: a Cause For Change The Industrial Intranet: a Cause For Change by S Graham, Schneider Automation Electricity + Control March 2000 Most plant data collection applications today use a batch approach, where data is transmitted

More information

Exam : Cisco Certified Network Associate(CCNA) Title : Version : DEMO

Exam : Cisco Certified Network Associate(CCNA) Title : Version : DEMO Exam : 640-802 Title : Cisco Certified Network Associate(CCNA) Version : DEMO 1.Refer to the exhibit. What could be possible causes for the "Serial0/0 is down" interface status? (Choose two.) A. A Layer

More information

CompSci 356: Computer Network Architectures. Lecture 8: Spanning Tree Algorithm and Basic Internetworking Ch & 3.2. Xiaowei Yang

CompSci 356: Computer Network Architectures. Lecture 8: Spanning Tree Algorithm and Basic Internetworking Ch & 3.2. Xiaowei Yang CompSci 356: Computer Network Architectures Lecture 8: Spanning Tree Algorithm and Basic Internetworking Ch 3.1.5 & 3.2 Xiaowei Yang xwy@cs.duke.edu Review Past lectures Single link networks Point-to-point,

More information

How Did LANs Evolve to Multilayer Switching?

How Did LANs Evolve to Multilayer Switching? How Did LANs Evolve to Multilayer Switching? How Did LANs Evolve to Multilayer Switching? Summary In the past, internetworking devices could easily be categorized as either bridges, routers, switches,

More information

CCNA Exploration Network Fundamentals

CCNA Exploration Network Fundamentals CCNA Exploration 4.0 1. Network Fundamentals The goal of this course is to introduce you to fundamental networking concepts and technologies. These online course materials will assist you in developing

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

Kentrox DataSMART DSU/CSU Management Module Guide

Kentrox DataSMART DSU/CSU Management Module Guide Kentrox DataSMART DSU/CSU Management Module Guide Notice Cabletron Systems reserves the right to make changes in specifications and other information contained in this document without prior notice. The

More information

ALLNET ALL-SG8310PM Smart managed 8 Port Giga PoE Switch PoE Current Sharing Switch IEEE802.3at/af

ALLNET ALL-SG8310PM Smart managed 8 Port Giga PoE Switch PoE Current Sharing Switch IEEE802.3at/af ALLNET ALL-SG8310PM Smart managed 8 Port Giga PoE Switch PoE Current Sharing Switch IEEE802.3at/af 8x 10/100/1000BAse-T PoE 2x Gigabit SFP 150W Current Sharing PoE IEEE 802.3 af/at PoE Built-in PSE power

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

GS-1626G Web Smart+ GbE Switch

GS-1626G Web Smart+ GbE Switch GS-1626G Web Smart+ GbE Switch Overview GS-1626G Web Smart+ Managed Switch is a next-generation Ethernet Switch offering powerful L2 features and Layer 3 Static Route that delivers the cost-effectively

More information

Gigabit Managed Ethernet Switch

Gigabit Managed Ethernet Switch LGB1110A LGB1126A-R2 Product Data Sheet Gigabit Managed Ethernet Switch Features Overview LGB1110A The Gigabit Managed Ethernet Switches offer L2 features plus advanced L3 features such as Static Route

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 200-125 Title : CCNA Cisco Certified Network Associate CCNA (v3.0) Vendor : Cisco Version : DEMO Get

More information