Intelligent Server Load Balancing in IBM 390 Environments: A Cisco/IBM Alliance Case Study

Size: px
Start display at page:

Download "Intelligent Server Load Balancing in IBM 390 Environments: A Cisco/IBM Alliance Case Study"

Transcription

1 1 Intelligent Server Load Balancing in IBM 390 Environments: A Cisco/IBM Alliance Case Study Session 2

2 Agenda What Is Server Load Balancing? MultiNode Load Balancing Overview, Components, and Protocols MultiNode Load Balancing Operation MultiNode Load Balancing Implementation MultiNode Load Balancing Roadmap The Cisco/IBM Test 3 What Is Server Load Balancing? 4

3 What Is Load Balancing the Data Center? Continuous availability TN3270 Sessions File Transfers FTP, ADSM HTTP Distribution of workload equally across servers Simplifying the process of client connections 5 Limitations with Today s Solutions Restricted scalability for unknown growth No provision for continuous availability Disruptive session failover Single point of failure solutions Limited server availability knowledge (external) Limited data throughput No Sysplex support for an IP network in S/390 6

4 Why MultiNode Load Balancing? MultiNode Load Balancing has no single point of failure and will allow traffic to traverse multiple routers MultiNode Load Balancing is Cisco IOS based on both routers and switches providing highest performance and scalability MultiNode Load Balancing architecture provides for linear scaling of routers/switches allowing for network growth to be dynamically activated A new protocol provides server feedback to increase the intelligence of load balancing decisions MultiNode Load Balancing 7 MultiNode Load Balancing Overview, Components, and Protocols 8

5 MultiNode Load Balancing MultiNode Load Balancing is a Cisco hardware and Cisco IOS software solution that distributes IP traffic across server farms and IBM mainframes MultiNode Load Balancing is available in most router and switch-based platforms MultiNode Load Balancing leverages LocalDirector capabilities for load balancing and server control MultiNode Load Balancing uses server feedback for load balancing decisions based on application status MultiNode Load Balancing 9 Components and Protocols Components MultiNode Load Balancing Services Manager (MNLB SM) Backup Services Manager (MNLB BSM) Forwarding Agent (FA) Workload Agent (WLA) Protocols MultiNode Load Balancing architecture Cisco Application Services Architecture (CASA) Dynamic Feedback Protocol (DFP) Workload Agent/s DFP CASA Backup Services Manager Services Manager Forwarding Agents Access Routers 10

6 Components MultiNode Load Balancing Services Manager (MNLB SM) Makes all Load Balancing decisions Uses server and application feedback to make balancing decisions Also, may use existing LocalDirector Load Balancing Algorithms Tells the forwarding agent destination of connections MultiNode Load Balancing Backup Services Manager Supports the Services Manager for MNLB SM failures Provides the same functionality as the MNLB SM Backup Services Manager Services Manager 11 Components (Cont.) Forwarding agent Gathers information multicasted from the services manager Advertises the virtual addresses to the IP network Caches wildcards and creates affinities Communicates to the services manager on behalf of a client requesting a server and during session flow Directs the client to the best server Workload agent/s Monitors the resources per server Supplies the services manager/s with the server application port availability and host workload (WLM) information Workload Agent/s Forwarding Agent 12

7 Protocols Cisco Application Service Architecture (CASA) part of ContentFlow architecture Communication protocol between the SM/s and FA/s Transports the wildcards Transports the action Dynamic Feedback Protocol (DFP) Communication protocol between the WLA/s and the SM/s Passes WLA load balancing data to the SM for inclusion to the load balancing algorithm DFP CASA 13 MultiNode Load Balancing Operation 14

8 Steps of Load Balancing Server Step 1. Configuration Step 2. Client request server Step 3. Forwarding agent intercepts request Step 4. Request forwarded to server Step 5. Server responds to client Step 6. Session begins Client Services Manager Forwarding Agents Access Routers 15 Network Configuration Initial Forwarding Agent Wildcard Cache x.x.x.100 FA1 FA2 SM IGMP Multicast Services Manager Real Addresses; x.x.x.1 x.x.x.2 x.x.x.3 x.x.x.4 Virtual Address x.x.x.100 Source Address x.x.x.20 16

9 Client Requests Server Note: Prior to the connection request; Services manager and forwarding agents have been configured The FA/s have learned the virtuals from the MNLB SM and will advertise the virtual addresses to the network MNLB SM locates WLAs and receives server operating and application information Client sends a request to connect to a server Clients sends a TCP/IP SYN packet, the SYN packet is a request for connection Virtual Address: x.x.x.100 Advertises Virtual Client Sends SYN to Request Connection 17 Load Balancing Service (LBS) Intercepts Request The FA receives the SYN packet, the packet matches the Wildcard list so the FA requests the MNLB SM for the best server using CASA DFP MNLB SM chooses the best server based on; Existing LocalDirector algorithms CASA CASA CASA Workload agent information input Dynamic Feedback Protocol (DFP) Server probe feedback The SM informs the FA, using CASA, of the address of the server selected as the best server 18

10 Request Forwarded to Server The forwarding agent forwards the clients SYN packet to the server using Layer 2 (dispatch mode) Uses ARP to obtain Layer 2 address IP header still contains virtual IP address The server will receive the client s SYN packet, realize the destination address is the loopback/real address of that server and accept the connect request 19 Network Configuration Contact Server Forwarding Agent Wildcard Cache FA1 FA2 SM Services Manager x.x.x.100 IGMP Multicast Affinity Cache Affinity Cache Source.20 Destination.100 Real.1 Source.20 Destination.100 Real.1 Source Address x.x.x.20 20

11 Server Responds to Client Server sends a connect acknowledgement back to the client As the packet passes through the FA, the type of packet is listened for and packets such as SYN, ACK, RST and FIN are noted back to the SM for client connection tracking Note: The response back to the client can pass back out any router/switch that has enabled the forwarding agent feature 21 Session Begins Session begins and packets flow until completion or an error Fault tolerance Listening actions CASA Session Traffic CASA CASA As session traffic flows the FA keeps the SM aware of any RST or FINs from the client 22

12 Network Configuration Traffic Flows Forwarding Agent Wildcard Cache FA1 FA2 SM Services Manager x.x.x.100 Not Part of the Normal Session Flow Affinity Cache Source.20 Destination.100 Real.1 Services Manager Processing of Packets Source Address x.x.x MultiNode Load Balancing Implementation 24

13 Commands to Define MNLB: Services Manager casa service-manager multicast-ttl value Configures the Services Manager multicast connection time-to-live value. virtual virtual_name virtual_ip [:virtual_port]:[bind-id]:[protocol]] [servicestate] Defines the virtual servers. real real_name real_ip[:[port]:[bind-id]:[protocol]] [service-state] Defines the real servers. bind virtual_id real_id [real_id...] Associates the virtual server the real server and establishes the loadbalancing relationship between the virtual and real servers. redirection virtual_id dispatched casa wildcard-ttl value fixed-ttl value igmp multicast-groupaddress port port Specifies the type of load balancing redirection for the virtual server. predictor virtual_name virtual_ip [:virtual_port]:[bind-id]:[protocol]] [fastest roundrobin leastconns loaded weighted [roundrobin none] Sets the load balancing algorithm for a virtual server. route forwarding_agent_control_address forwarding_agent_lan_address 1 dynamic-feedback ip_address:port [retry retry] [attempts attempts] [timeout timeout] 25 Commands to Define MNLB: Forwarding Agent ip cef distributed Enables CEF. ip igmp join-group multicast-group-address Interface command to join an igmp multicast group. ip casa control-address igmp-address Specify the IP address and IGMP address of the forwarding agent. The recommended IGMP address is forwarding-agent num [passwd [timeout]] Specify the port number. The default is port show ip casa affinities show ip casa stats show ip casa wildcard show ip casa oper 26

14 MNLB: Putting it Together Forwarding Agent 1 ip flow-cache feature-accelerate! ip cef distributed ip casa Forwarding-agent 1637! interface Ethernet0/0 ip address no ip directed-broadcast ip route-cache flow ip igmp join-group no ip mroute-cache Forwarding Agent 2 ip flow-cache feature-accelerate! ip cef distributed ip casa Forwarding-agent 1637! interface Ethernet0/0 ip address no ip directed-broadcast ip route-cache flow ip igmp join-group no ip mroute-cache Virtual FA1 FA SM.30 Services Manager ip address route route casa service-manager port 1638 casa service-manager multicast-ttl 60 virtual :0:0:tcp is redirection :0:0:tcp dispatched casa wildcard-ttl 60 fixed-ttl 60 igmp port 1637 real :0:0:tcp is real :0:0:tcp is Real IP addresses of the Web Servers bind :0:0:tcp :0:0:tcp Combine the Real address to the Virtual Address bind :0:0:tcp :0:0:tcp 27 Configuring the WorkLoad Agent (WLA) WLA Weight=31 DFP virtual :80:0:tcp is predictor :80:0:tcp loaded dynamic-feedback :2025 retry 0 attempts 180 timeout 4 dynamic-feedback :2025 retry 0 attempts 180 timeout 4 Dfpcfg00 * DFP Agent configuration * Clusterip is Cluster VIPA address CLUSTER= * WLMpoll is Time interval in seconds for Agent to poll WLM; Default=60 WLMPOLL=60 * WLM delta weight increment from last reported to mgr; Default=1 WLMINCR=2 * SYSPARM Member name containing Application to Port/Protocol mappings SERVICEMAP=DFPMAP00 * DFP listening port number for Load Manager TCP connections * Port numbers below 1024 require OE UID=0 TCPPORT=2025 Dfpmap00 * APPLICATION SERVERS TO PORT MAPPING FILE * ONE RECORD FOR EACH DEFINITION * GROUPNAME= APPLICATION GROUP/WLM_LOCATION NAME * PROTOCOL= INTERNET PROTOCOL TCP OR UDP * PORT= PORT GROUPNAME=IMWEBSRV,PROTOCOL=TCP,PORT=80 LocalDirector F WLA, REG, HOST=PELP01,GROUP=IMWEBSRV, SERVICE=WEB1 28

15 WorkLoad Agent Display Commands Weight=31 WLA DFP F MIKEBP01,WLM T I 14 Display DFP Agent WLM 020 T I 14 Cluster: VIPA: T I 14 Group:IMWEBSRV Port:80 T I 14 Host:PELSMINET T I 14 Protocol:TCP Instance:WEBP02 Netid: T I 14 WLM Wt:32 DFP Wt:00 T I 14 Protocol:TCP Instance:PELWLM1 Netid: T I 14 WLM Wt:31 DFP Wt:00 T I 14 Host:PELP01 T I 14 Protocol:TCP Instance:WEBP01 Netid: T I 14 WLM Wt:31 DFP Wt:00 T I 14 Protocol:TCP Instance:PELWLM2 Netid: T I 14 WLM Wt:32 DFP Wt:00 T I 14 Group:TN3270E Port:23 T I 14 Host:PELSMINET T I 14 Protocol:TCP Instance:PELSMINE Netid: T I 14 WLM Wt:33 DFP Wt:00 T I 14 Host:PELP01 T I 14 Protocol:TCP Instance:PELP01 Netid: T I 14 WLM Wt:30 DFP Wt:00 T I 14 Group:FTP Port:21 T I 14 End DFP Agent Display T I 13 Operator Command:WLM Completed Successfully 021 LocalDirector Sh Weight iron-maiden # sh weight Machine Weight Time Out :80:0:tcp 31 never :80:0:tcp 32 never Sh Stats iron-maiden# sh stats Real Machine(s) Bytes Packets Connections :80:0:tcp :80:0:tcp Virtual Machine(s) Bytes Packets Connections :80:0:tcp MNLB Forwarding Agent Scaling: Throughput Cisco 7500 Routers with Two 400M FastEther Channels WebStone 5 MB Gets: 1, Mbps One FA Two FA's Four FA's

16 MNLB Forwarding Agent Scaling: Connection Rate Cisco 7500 Routers with Two 400M FastEther Channels WebStone 1 Byte Gets: Connections Per Second 6, , One FA Two FA's Four FA's 3, What Software Is Required? Forwarding Agent: Cisco IOS software release 12.05(T) or above Cisco 75xx, 72xx, 45xx, 36xx, RSM, MSFC ( XE) Services Manager: LocalDirector or above Model 430 or

17 Network Load Balancing Design How to Maximize Use of Multiple Paths Host IP stack IPCONFIG MULTIPATH Balance by packet Balance by destination Switching paths A B # Routs ( ) # Routes (11.2) Algorithm Used Cisco Express Forwarding 6 (12.0 only) N/A Round Robin Per Packet or Per Destination Switching Path NetFlow Switching Fast Switching Pick Route Based on Pick Source and Route for Each Destination Destination Address IP Address Process Switching 6 4 Round Robin Per Packet 33 Designing for CIP TN3270 Server Move the LocalDirector out of the traffic path hub or catalyst? Design to not use the existing CIP routers as forwarding agents optional Continue to use the existing real/virtual definitions from the LocalDirector Continue to use the existing load balancing algorithms Install a backup MNLB SM to remove the SPOF only required for stage 1 TN3270 Servers Redundant Scalable Tag Switching Services Manager Stage 1 Only Forwarding Agents 34

18 Designing for Host Availability Move the LocalDirector out of the traffic path hub or catalyst? MNLB SM balances based on IBM Work Load Manager (WLM) information, WLM reports server capacity and application availability via a Cisco workload agent Provides generic resources equivalence for TCP/IP in a parallel sysplex, install the same VIPA on multiple stacks Redundant Scalable Cisco IOS for S/390 or TCP/IP for MVS Services Manager Stage 1 Only Forwarding Agents 35 Designing for Multiple Platforms MultiNode load balancing was not designed for only the IBM environment Any environment that requires load balancing can work simultaneously, each cluster of servers will have a unique virtual address and port Still use distributed director for geographic distribution Redundant Scalable Services Manager Stage 1 Only Forwarding Agents DNS Distributed Director 36

19 MNLB Roadmap 37 MNLB Roadmap MultiNode load balancing components Cisco IOS-based forwarding agents in Cisco 75xx, 72xx, 4x00, 3600, Catalyst 5K RSM and Catalyst 6000 MSFC MNLB SM runs on LocalDirector chassis LD hot-standby for phase one backup manager WorkLoad agents for IBM OS/390, NT and UNIX Stage 1 MultiNode Load Balancing 38

20 MNLB SM ported to Cisco IOS MNLB Roadmap LocalDirector hardware is optional MNLB SM backup between routers MNLB SM may share primary and backup function MNLB SM runs on router blade Stage 2 MultiNode Load Balancing 39 SLB Roadmap LocalDirector Continued appliance development Time to market features ASLB MNLB Cisco IOS SLB Server load balancing FMA incorporated into Cisco IOS Cross platform support 40

21 Cisco/IBM Case Study 41 High-Availability Services for Large Enterprises S/390 workload manager plus Cisco MultiNode Load Balancing Continuous application availability Optimal resource utilization Scalable Web solution Campus Network Internet, Intranet, Extranet 42

22 Test Inputs and Outputs Inputs WWW-based workload called AKSTRESS IBM Websphere WWW server Outputs RMF data on S/390 service units for the Websphere server Campus Network Internet, Intranet, Extranet 43 What Is a MIP Burner? Represented by this Symbol in Subsequent Slides Also Known as a Looper Internally, Sometimes Referred to as a Chalupa S/390 CPU % Looper Constraint Quantification CPU % Low Constraint Med. Constraint High Constraint 44

23 The Configuration IBM OS/390 workload manager Cisco S/390 workload agent Cisco IOS software with Cisco 7500 Cisco MultiNode load balancing feature of LocalDirector Cisco Workload Agent OSA FastE WebSphere OS/390 Workload Manager CIP Campus Network Internet, Intranet, Extranet MultiNode Load Balancing Forwarding Agents MultiNode Load Balancing Services Mgr Cisco IOS Version T 45 Distributing Connections Server VIPA Weight = 9 Cisco 6500 Cisco 7507 Cluster VIPA Server VIPA Weight = 54 Cisco 7507 Cisco

24 TCP/IP Stack Failure Server VIPA Cisco 6500 Cisco 7507 Cluster VIPA Server VIPA Cisco 7507 Cisco LocalDirector Failure Server VIPA Cisco 6500 Cisco 7507 MNLB CASA VLAN1 LocalDirector Failover Cable Cluster VIPA LD 430 s Server VIPA Cisco 7507 Cisco

25 CIP Router Failure Server VIPA Cisco 6500 Cisco 7507 LocalDirector Failover Cable Cluster VIPA Server VIPA Cisco 7507 Cisco Percent of Web Server Service Units Combined OSA/2 FE and CIP Test Results Summary Loopers Combined OSA/CIP MNLB Results 2 Loopers Fail Ozzy (Fail CIP) Recover Ozzy/ Recover CIP Fail P02 OSA Recover P02 OSA Fail P02 LPAR Recover P02 LPAR P01-Web P02-Web 50

26 Test Objectives Met Intelligent workload-based load balancing Workload availability under failure Workload availability under stress % of Web Server Service Units MNLB Load Distribution No Constraint Med. Constraint System Router Failure Gateway Failure System 1 Sysem

27 Intelligent Server Load Balancing in IBM 390 Environments: A Cisco/IBM Alliance Case Study Course 2000, 1999, Cisco Systems, Inc. 53 Please Complete Your Evaluation Form Course 2000, 1999, Cisco Systems, Inc. 54

28 55

IOS Server Load Balancing Feature in IOS Release 12.2(18)SXF5

IOS Server Load Balancing Feature in IOS Release 12.2(18)SXF5 IOS Server Load Balancing Feature in IOS Release 12.2(18)SXF5 Feature History Release 12.0(7)XE 12.1(1)E Modification This feature was introduced with support for the following platforms: Multilayer Switch

More information

Information About Cisco IOS SLB

Information About Cisco IOS SLB CHAPTER 2 To configure IOS SLB, you should understand the following concepts: Overview, page 2-1 Benefits of IOS SLB, page 2-3 Cisco IOS SLB Features, page 2-4 This section describes the general features

More information

How to Configure IOS SLB Features

How to Configure IOS SLB Features How to Configure IOS SLB Features How to Configure IOS SLB Features Last Updated: April 26, 2011 Configuring IOS SLB involves identifying server farms, configuring groups of real servers in server farms,

More information

IP Application Services Commands default (tracking) default {delay object object-number threshold percentage}

IP Application Services Commands default (tracking) default {delay object object-number threshold percentage} default (tracking) default (tracking) To set the default values for a tracked list, use the default command in tracking configuration mode. To disable the defaults, use the no form of this command. default

More information

Configuring IOS Server Load Balancing with HTTP Probes in the Dispatched Mode

Configuring IOS Server Load Balancing with HTTP Probes in the Dispatched Mode Configuring IOS Server Load Balancing with HTTP Probes in the Dispatched Mode Document ID: 15055 Contents Introduction Prerequisites Requirements Components Used Conventions Configure HTTP Probes Network

More information

Information About Cisco IOS SLB

Information About Cisco IOS SLB Information About Cisco IOS SLB Overview Information About Cisco IOS SLB Last Updated: April 27, 2011 To configure IOS SLB, you should understand the following concepts: Note Some IOS SLB features are

More information

LocalDirector Overview Figure 1 Front View of the Cisco LocalDirector

LocalDirector Overview Figure 1 Front View of the Cisco LocalDirector Reference Guide LocalDirector Overview LocalDirector is a hardware and software solution offered by Cisco Systems; it has a secure, real-time, embedded operating system that intelligently load balances

More information

Oracle E-Business Suite 11i with Cisco ACE Series Application Control Engine Deployment Guide, Version 1.0

Oracle E-Business Suite 11i with Cisco ACE Series Application Control Engine Deployment Guide, Version 1.0 Design Guide Oracle E-Business Suite 11i with Cisco ACE Series Application Control Engine Deployment Guide, Version 1.0 This design guide describes how to deploy the Cisco Application Control Engine (Cisco

More information

Configuring Real Servers and Server Farms

Configuring Real Servers and Server Farms 6 CHAPTER This section provides an overview of server load balancing and procedures for configuring real servers and server farms for load balancing on an ACE appliance. When you use the ACE CLI to configure

More information

Content Switching Module with SSL Commands

Content Switching Module with SSL Commands CHAPTER 2 This chapter contains an alphabetical listing of the commands necessary to configure the CSM-S. These commands are unique to server load-balancing (SLB) and Layer 3 switching. 2-1 arp Chapter

More information

IOS Server Load Balancing

IOS Server Load Balancing IOS Server Load Balancing Feature History Release 12.0(7)XE 12.1(1)E Modification This feature was introduced with support for the following platforms: Multilayer Switch Feature Card (MSFC) and Supervisor

More information

Cisco Virtual Office High-Scalability Design

Cisco Virtual Office High-Scalability Design Solution Overview Cisco Virtual Office High-Scalability Design Contents Scope of Document... 2 Introduction... 2 Platforms and Images... 2 Design A... 3 1. Configure the ACE Module... 3 2. Configure the

More information

BIG-IP Local Traffic Management: Basics. Version 12.1

BIG-IP Local Traffic Management: Basics. Version 12.1 BIG-IP Local Traffic Management: Basics Version 12.1 Table of Contents Table of Contents Introduction to Local Traffic Management...7 About local traffic management...7 About the network map...7 Viewing

More information

Network Design First Hop

Network Design First Hop Network Design First Hop First Hop Redundancy, Server Redundancy Agenda First Hop Redundancy Proxy ARP, IDRP, DHCP HSRP VRRP GLBP Design Access WAN Server Load Balancing SLB DNS First Hop Redundancy, v1.6

More information

Redundancy for Routers using Enhanced VRRP

Redundancy for Routers using Enhanced VRRP Redundancy for Routers using Enhanced VRRP 1 G.K.Venkatesh, 2 P.V. Rao 1 Asst. Prof, Electronics Engg, Jain University Banglaore, India 2 Prof., Department of Electronics Engg., Rajarajeshwari College

More information

WCCPv2 and WCCP Enhancements

WCCPv2 and WCCP Enhancements WCCPv2 and WCCP Enhancements Release 12.0(11)S June 20, 2000 This feature module describes the Web Cache Communication Protocol (WCCP) Enhancements feature and includes information on the benefits of the

More information

Load Balancing Technology White Paper

Load Balancing Technology White Paper Load Balancing Technology White Paper Keywords: Server, gateway, link, load balancing, SLB, LLB Abstract: This document describes the background, implementation, and operating mechanism of the load balancing

More information

BIG-IP Acceleration: Network Configuration. Version

BIG-IP Acceleration: Network Configuration. Version BIG-IP Acceleration: Network Configuration Version 12.1.0 Table of Contents Table of Contents Configuring Global Network Acceleration...9 Overview: Configuring Global Network Acceleration...9 Deployment

More information

vserver vserver virtserver-name no vserver virtserver-name Syntax Description

vserver vserver virtserver-name no vserver virtserver-name Syntax Description Chapter 2 vserver vserver To identify a virtual server, and then enter the virtual server configuration submode, use the vserver command. To remove a virtual server from the configuration, use the no form

More information

Configuring Additional Features and Options

Configuring Additional Features and Options CHAPTER 10 This chapter describes how to configure content switching and contains these sections: Configuring Sticky Groups, page 10-3 Configuring Route Health Injection, page 10-5 Environmental Variables,

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

How IBM Can Identify z/os Networking Issues without tracing

How IBM Can Identify z/os Networking Issues without tracing How IBM Can Identify z/os Networking Issues without tracing Wed, August 12, 1:45-2:45 Session 17536 Speakers: Ernie Gilman, IBM (egilman@us.ibm.com) Dean Butler, IBM (butlerde@us.ibm.com) Abstract Running

More information

Configuring Transparent Redirection for Standalone Content Engines

Configuring Transparent Redirection for Standalone Content Engines CHAPTER 6 Configuring Transparent Redirection for Standalone Content Engines This chapter discusses the following methods for transparently redirecting content requests to standalone Content Engines: Web

More information

Router and ACL ACL Filter traffic ACL: The Three Ps One ACL per protocol One ACL per direction One ACL per interface

Router and ACL ACL Filter traffic ACL: The Three Ps One ACL per protocol One ACL per direction One ACL per interface CCNA4 Chapter 5 * Router and ACL By default, a router does not have any ACLs configured and therefore does not filter traffic. Traffic that enters the router is routed according to the routing table. *

More information

Fundamentals of IP Networking 2017 Webinar Series Part 4 Building a Segmented IP Network Focused On Performance & Security

Fundamentals of IP Networking 2017 Webinar Series Part 4 Building a Segmented IP Network Focused On Performance & Security Fundamentals of IP Networking 2017 Webinar Series Part 4 Building a Segmented IP Network Focused On Performance & Security Wayne M. Pecena, CPBE, CBNE Texas A&M University Educational Broadcast Services

More information

KillTest ᦝ䬺 䬽䭶䭱䮱䮍䭪䎃䎃䎃ᦝ䬺 䬽䭼䯃䮚䮀 㗴 㓸 NZZV ]]] QORRZKYZ PV ٶ瀂䐘މ悹伥濴瀦濮瀃瀆ݕ 濴瀦

KillTest ᦝ䬺 䬽䭶䭱䮱䮍䭪䎃䎃䎃ᦝ䬺 䬽䭼䯃䮚䮀 㗴 㓸 NZZV ]]] QORRZKYZ PV ٶ瀂䐘މ悹伥濴瀦濮瀃瀆ݕ 濴瀦 KillTest Exam : 1Y0-A21 Title : Basic Administration for Citrix NetScaler 9.2 Version : Demo 1 / 5 1.Scenario: An administrator is working with a Citrix consultant to architect and implement a NetScaler

More information

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

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

More information

Implementing High Availability. in a Campus Environment. Implementing High Availability. Single Forwarding Path vs. Single Forwarding Path.

Implementing High Availability. in a Campus Environment. Implementing High Availability. Single Forwarding Path vs. Single Forwarding Path. Implementing High Availability Implementing High Availability in a Campus Environment To achieve high network availability, the following network components are required: Reliable, fault-tolerant network

More information

LARGE SCALE DYNAMIC MULTIPOINT VPN

LARGE SCALE DYNAMIC MULTIPOINT VPN LARGE SCALE DYNAMIC MULTIPOINT VPN NOVEMBER 2004 1 INTRODUCTION Presentation_ID 2004, Cisco Systems, Inc. All rights reserved. 2 Dynamic Multipoint VPN Facts Dynamic Multipoint VPN (DMVPN) can work with

More information

Performing Path Traces

Performing Path Traces About Path Trace, page 1 Performing a Path Trace, page 13 Collecting QoS and Interface Statistics in a Path Trace, page 15 About Path Trace With Path Trace, the controller reviews and collects network

More information

ECE 650 Systems Programming & Engineering. Spring 2018

ECE 650 Systems Programming & Engineering. Spring 2018 ECE 650 Systems Programming & Engineering Spring 2018 Networking Transport Layer Tyler Bletsch Duke University Slides are adapted from Brian Rogers (Duke) TCP/IP Model 2 Transport Layer Problem solved:

More information

What is New in Cisco ACE 4710 Application Control Engine Software Release 3.1

What is New in Cisco ACE 4710 Application Control Engine Software Release 3.1 What is New in Cisco ACE 4710 Application Control Engine Software Release 3.1 PB478675 Product Overview The Cisco ACE Application Control Engine 4710 represents the next generation of application switches

More information

History Page. Barracuda NextGen Firewall F

History Page. Barracuda NextGen Firewall F The Firewall > History page is very useful for troubleshooting. It provides information for all traffic that has passed through the Barracuda NG Firewall. It also provides messages that state why traffic

More information

PrepKing. PrepKing

PrepKing. PrepKing PrepKing Number: 642-961 Passing Score: 800 Time Limit: 120 min File Version: 6.8 http://www.gratisexam.com/ PrepKing 642-961 Exam A QUESTION 1 Which statement best describes the data center core layer?

More information

Configuring Web Cache Services By Using WCCP

Configuring Web Cache Services By Using WCCP CHAPTER 44 Configuring Web Cache Services By Using WCCP This chapter describes how to configure your Catalyst 3560 switch to redirect traffic to wide-area application engines (such as the Cisco Cache Engine

More information

Release Notes for Catalyst 6500 Series Content Switching Module Software Release 3.1(9)

Release Notes for Catalyst 6500 Series Content Switching Module Software Release 3.1(9) Release Notes for Catalyst 6500 Series Content Switching Module Software Release 3.1(9) November 2, 2004 Previous Releases 3.1(8), 3.1(7), 3.1(6), 3.1(5), 3,1(4), 3,1(3), 3,1(2), 3.1(1a), 3.1(1) This publication

More information

H

H H12-711 Number: H12-711 Passing Score: 600 Time Limit: 120 min File Version: 1.0 Exam A QUESTION 1 The network administrator wants to improve the performance of network transmission, what steps can the

More information

Configuring Traffic Interception

Configuring Traffic Interception 4 CHAPTER This chapter describes the WAAS software support for intercepting all TCP traffic in an IP-based network, based on the IP and TCP header information, and redirecting the traffic to wide area

More information

Just enough TCP/IP. Protocol Overview. Connection Types in TCP/IP. Control Mechanisms. Borrowed from my ITS475/575 class the ITL

Just enough TCP/IP. Protocol Overview. Connection Types in TCP/IP. Control Mechanisms. Borrowed from my ITS475/575 class the ITL Just enough TCP/IP Borrowed from my ITS475/575 class the ITL 1 Protocol Overview E-Mail HTTP (WWW) Remote Login File Transfer TCP UDP RTP RTCP SCTP IP ICMP ARP RARP (Auxiliary Services) Ethernet, X.25,

More information

How to Manage TCP/IP with NetView for z/os V5R4. Ernie Gilman IBM August 5 th 2010 Session 7618

How to Manage TCP/IP with NetView for z/os V5R4. Ernie Gilman IBM August 5 th 2010 Session 7618 How to Manage TCP/IP with NetView for z/os V5R4 Ernie Gilman IBM August 5 th 2010 Session 7618 AGENDA Addressing Networking Challenges with IBM NetView for z/os V5.4 z/os Communication Server Network Management

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

Layer 4: UDP, TCP, and others. based on Chapter 9 of CompTIA Network+ Exam Guide, 4th ed., Mike Meyers

Layer 4: UDP, TCP, and others. based on Chapter 9 of CompTIA Network+ Exam Guide, 4th ed., Mike Meyers Layer 4: UDP, TCP, and others based on Chapter 9 of CompTIA Network+ Exam Guide, 4th ed., Mike Meyers Concepts application set transport set High-level, "Application Set" protocols deal only with how handled

More information

The Nature of Sysplex Distributor

The Nature of Sysplex Distributor The Nature of Sysplex Distributor Sysplex Distributor works by maintaining one or more Distributed Virtual IP Addresses ("Distributed VIPA") within a Sysplex. Such addresses are known internally throughout

More information

Call Control Discovery

Call Control Discovery CHAPTER 3 The call control discovery feature leverages the Service Advertisement Framework (SAF) network service, a proprietary Cisco service, to facilitate dynamic provisioning of inter-call agent information.

More information

CSE 123A Computer Netwrking

CSE 123A Computer Netwrking CSE 123A Computer Netwrking Winter 2005 Mobile Networking Alex Snoeren presenting in lieu of Stefan Savage Today s s issues What are implications of hosts that move? Remember routing? It doesn t work anymore

More information

Communications Software. CSE 123b. CSE 123b. Spring Lecture 10: Mobile Networking. Stefan Savage

Communications Software. CSE 123b. CSE 123b. Spring Lecture 10: Mobile Networking. Stefan Savage CSE 123b CSE 123b Communications Software Spring 2003 Lecture 10: Mobile Networking Stefan Savage Quick announcement My office hours tomorrow are moved to 12pm May 6, 2003 CSE 123b -- Lecture 10 Mobile

More information

Quick announcement. CSE 123b Communications Software. Last class. Today s issues. The Mobility Problem. Problems. Spring 2003

Quick announcement. CSE 123b Communications Software. Last class. Today s issues. The Mobility Problem. Problems. Spring 2003 CSE 123b Communications Software Quick announcement My office hours tomorrow are moved to 12pm Spring 2003 Lecture 10: Mobile Networking Stefan Savage May 6, 2003 CSE 123b -- Lecture 10 Mobile IP 2 Last

More information

Using Switches with a PS Series Group

Using Switches with a PS Series Group Cisco Catalyst 3750 and 2970 Switches Using Switches with a PS Series Group Abstract This Technical Report describes how to use Cisco Catalyst 3750 and 2970 switches with a PS Series group to create a

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

vsphere Networking Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 EN

vsphere Networking Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 EN Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check

More information

TCP/IP Protocol Suite

TCP/IP Protocol Suite TCP/IP Protocol Suite Computer Networks Lecture 5 http://goo.gl/pze5o8 TCP/IP Network protocols used in the Internet also used in today's intranets TCP layer 4 protocol Together with UDP IP - layer 3 protocol

More information

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet Chapter 2 - Part 1 The TCP/IP Protocol: The Language of the Internet Protocols A protocol is a language or set of rules that two or more computers use to communicate 2 Protocol Analogy: Phone Call Parties

More information

Configuring Network Load Balancing

Configuring Network Load Balancing Configuring Network Load Balancing LESSON 1 70-412 EXAM OBJECTIVE Objective 1.1 Configure Network Load Balancing (NLB). This objective may include but is not limited to: Install NLB nodes; configure NLB

More information

Chapter 12 Network Protocols

Chapter 12 Network Protocols Chapter 12 Network Protocols 1 Outline Protocol: Set of defined rules to allow communication between entities Open Systems Interconnection (OSI) Transmission Control Protocol/Internetworking Protocol (TCP/IP)

More information

CCNA 1 Chapter 7 v5.0 Exam Answers 2013

CCNA 1 Chapter 7 v5.0 Exam Answers 2013 CCNA 1 Chapter 7 v5.0 Exam Answers 2013 1 A PC is downloading a large file from a server. The TCP window is 1000 bytes. The server is sending the file using 100-byte segments. How many segments will the

More information

Lab - Using Wireshark to Examine TCP and UDP Captures

Lab - Using Wireshark to Examine TCP and UDP Captures Topology Part 1 (FTP) Part 1 will highlight a TCP capture of an FTP session. This topology consists of a PC with Internet access. Topology Part 2 (TFTP) Part 2 will highlight a UDP capture of a TFTP session.

More information

Computer Networks. More on Standards & Protocols Quality of Service. Week 10. College of Information Science and Engineering Ritsumeikan University

Computer Networks. More on Standards & Protocols Quality of Service. Week 10. College of Information Science and Engineering Ritsumeikan University Computer Networks More on Standards & Protocols Quality of Service Week 10 College of Information Science and Engineering Ritsumeikan University Introduction to Protocols l A protocol is a set of rules

More information

Configuring Virtual Servers

Configuring Virtual Servers 3 CHAPTER This section provides an overview of server load balancing and procedures for configuring virtual servers for load balancing on an ACE appliance. Note When you use the ACE CLI to configure named

More information

CSS Series: Device Configuration LAB Nick DiPietro Ian Gallagher Bill Kastelic Louis Senecal

CSS Series: Device Configuration LAB Nick DiPietro Ian Gallagher Bill Kastelic Louis Senecal CSS 11000 Series: Device Configuration LAB Nick DiPietro Ian Gallagher Bill Kastelic Louis Senecal 1 Cisco Content Switching Applications Local Load Balancing = improved utilization and availability (servers,

More information

Chapter 09 Network Protocols

Chapter 09 Network Protocols Chapter 09 Network Protocols Copyright 2011, Dr. Dharma P. Agrawal and Dr. Qing-An Zeng. All rights reserved. 1 Outline Protocol: Set of defined rules to allow communication between entities Open Systems

More information

OSA-Express Support for TPF

OSA-Express Support for TPF 6XEFRPPLWWHH OSA-Express Support for TPF Mark Gambino Any references to future plans are for planning purposes only. IBM reserves the right to change those plans at its discretion. Any reliance on such

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

Dynamic Routing: Exploiting HiperSockets and Real Network Devices

Dynamic Routing: Exploiting HiperSockets and Real Network Devices Dynamic Routing: Exploiting s and Real Network Devices Session 8447 Jay Brenneman rjbrenn@us.ibm.com Exploiting s and Real Network Devices Session 8447 Trademarks The following are trademarks of the International

More information

Configuring IP Unicast Layer 3 Switching on Supervisor Engine 1

Configuring IP Unicast Layer 3 Switching on Supervisor Engine 1 CHAPTER 19 Configuring IP Unicast Layer 3 Switching on Supervisor Engine 1 The features described in this chapter are supported only on Supervisor Engine 1, the policy feature card (PFC), and the Multilayer

More information

Configuring Real Servers and Server Farms

Configuring Real Servers and Server Farms CHAPTER2 Configuring Real Servers and Server Farms This chapter describes the functions of real servers and server farms in load balancing and how to configure them on the ACE module. It contains the following

More information

Introducing the Global Site Selector

Introducing the Global Site Selector CHAPTER 1 This chapter describes the Cisco Global Site Selector (GSS) and introduces you to the terms and concepts necessary to help you understand and operate the GSS device. This chapter contains the

More information

match protocol http cookie (cookie map submode)

match protocol http cookie (cookie map submode) Chapter 2 22 match protocol http cookie (cookie map submode) match protocol http cookie (cookie map submode) To add cookies to a cookie map, use the match protocol http cookie command in SLB cookie map

More information

Zeeshan Naseh, CCIE No Haroon Khan, CCIE No. 4530

Zeeshan Naseh, CCIE No Haroon Khan, CCIE No. 4530 Desi So! itching s Zeeshan Naseh, CCIE No. 6838 Haroon Khan, CCIE No. 4530 Cisco Press 800 Eas Indianapolis, Indiana Table of Contents Foreword Introduction xxv xxvi Part I Server Load Balancing (SLB)

More information

Using ANM With Virtual Data Centers

Using ANM With Virtual Data Centers APPENDIXB Date: 3/8/10 This appendix describes how to integrate ANM with VMware vcenter Server, which is a third-party product for creating and managing virtual data centers. Using VMware vsphere Client,

More information

Configuring HSRP. Understanding HSRP CHAPTER

Configuring HSRP. Understanding HSRP CHAPTER CHAPTER 40 This chapter describes how to use Hot Standby Router Protocol (HSRP) on the Cisco ME 3400E Ethernet Access switch to provide routing redundancy for routing IP traffic without being dependent

More information

Module 16: Distributed System Structures

Module 16: Distributed System Structures Chapter 16: Distributed System Structures Module 16: Distributed System Structures Motivation Types of Network-Based Operating Systems Network Structure Network Topology Communication Structure Communication

More information

Configuring Secure (Router) Mode on the Content Switching Module

Configuring Secure (Router) Mode on the Content Switching Module Configuring Secure (Router) Mode on the Content Switching Module Document ID: 5448 Contents Introduction Before You Begin Conventions Prerequisites Components Used Operation Mode Network Diagram Configurations

More information

Configuring Secure (Router) Mode, Redundancy, Fault Tolerance, and HSRP

Configuring Secure (Router) Mode, Redundancy, Fault Tolerance, and HSRP CHAPTER 4 Configuring Secure (Router) Mode, Redundancy, Fault Tolerance, and HSRP This chapter describes how to configure the following aspects of content switching that are necessary for the Content Services

More information

Release Notes for Catalyst 6500 Series Content Switching Module Software Release 3.1(10)

Release Notes for Catalyst 6500 Series Content Switching Module Software Release 3.1(10) Release Notes for Catalyst 6500 Series Content Switching Module Software Release 3.1(10) March 18, 2005 Previous Releases 3.1(9), 3.1(8), 3.1(7), 3.1(6), 3.1(5), 3,1(4), 3,1(3), 3,1(2), 3.1(1a), 3.1(1)

More information

ADX Software Updates and the Application Resource Broker (ARB) Introduction

ADX Software Updates and the Application Resource Broker (ARB) Introduction ADX Software Updates and the Application Resource Broker (ARB) Introduction Objectives Upon completion of this module, you will be able to: Discuss ADX licensing Describe the Application Resource Broker

More information

CSE 123b Communications Software

CSE 123b Communications Software CSE 123b Communications Software Spring 2004 Lecture 9: Mobile Networking Stefan Savage Quick announcements Typo in problem #1 of HW #2 (fixed as of 1pm yesterday) Please consider chapter 4.3-4.3.3 to

More information

Quick announcements. CSE 123b Communications Software. Today s issues. Last class. The Mobility Problem. Problems. Spring 2004

Quick announcements. CSE 123b Communications Software. Today s issues. Last class. The Mobility Problem. Problems. Spring 2004 CSE 123b Communications Software Spring 2004 Lecture 9: Mobile Networking Quick announcements Typo in problem #1 of HW #2 (fixed as of 1pm yesterday) Please consider chapter 4.3-4.3.3 to be part of the

More information

Oracle 10g Application Server Suite Deployment with Cisco Application Control Engine Deployment Guide, Version 1.0

Oracle 10g Application Server Suite Deployment with Cisco Application Control Engine Deployment Guide, Version 1.0 Design Guide Oracle 10g Application Server Suite Deployment with Cisco Application Control Engine Deployment Guide, Version 1.0 This design guide describes how to deploy the The Cisco Application Control

More information

Internet Control Message Protocol (ICMP)

Internet Control Message Protocol (ICMP) Internet Control Message Protocol (ICMP) 1 Overview The IP (Internet Protocol) relies on several other protocols to perform necessary control and routing functions: Control functions (ICMP) Multicast signaling

More information

Module 7 Implementing Multicast

Module 7 Implementing Multicast Module 7 Implementing Multicast Lesson 1 Explaining Multicast Why Multicast? Used when sending same data to multiple receivers Better bandwidth utilization Less host/router processing Used when addresses

More information

TCP /IP Fundamentals Mr. Cantu

TCP /IP Fundamentals Mr. Cantu TCP /IP Fundamentals Mr. Cantu OSI Model and TCP/IP Model Comparison TCP / IP Protocols (Application Layer) The TCP/IP subprotocols listed in this layer are services that support a number of network functions:

More information

Firepower Threat Defense Cluster for the Firepower 4100/9300

Firepower Threat Defense Cluster for the Firepower 4100/9300 Firepower Threat Defense Cluster for the Firepower 4100/9300 Clustering lets you group multiple Firepower Threat Defense units together as a single logical device. Clustering is only supported for the

More information

Configuring Real Servers and Server Farms

Configuring Real Servers and Server Farms CHAPTER2 Configuring Real Servers and Server Farms Note The information in this chapter applies to both the ACE module and the ACE appliance unless otherwise noted. All features described in this chapter

More information

Group Configuration Mode Commands

Group Configuration Mode Commands Chapter 2 General Commands Group Configuration Mode Commands Group configuration mode allows you to configure a group. A group is a collection of local servers that initiate flows from within the local

More information

Hot Standby Router Protocol (HSRP): Frequently Asked Questions

Hot Standby Router Protocol (HSRP): Frequently Asked Questions Hot Standby Router Protocol (HSRP): Frequently Asked Questions Document ID: 9281 Contents Introduction Will the standby router take over if the active router LAN interface state is "interface up line protocol

More information

CISCO CATALYST 6500 SERIES CONTENT SWITCHING MODULE

CISCO CATALYST 6500 SERIES CONTENT SWITCHING MODULE DATA SHEET CISCO CATALYST 6500 SERIES CONTENT SWITCHING MODULE The Cisco Content Switching Module (CSM) is a line card for the Cisco Catalyst 6500 Series Switch that enhances the experience and response

More information

Transport Over IP. CSCI 690 Michael Hutt New York Institute of Technology

Transport Over IP. CSCI 690 Michael Hutt New York Institute of Technology Transport Over IP CSCI 690 Michael Hutt New York Institute of Technology Transport Over IP What is a transport protocol? Choosing to use a transport protocol Ports and Addresses Datagrams UDP What is a

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

Module 15: Network Structures

Module 15: Network Structures Module 15: Network Structures Background Topology Network Types Communication Communication Protocol Robustness Design Strategies 15.1 A Distributed System 15.2 Motivation Resource sharing sharing and

More information

Deployment Scenarios for Standalone Content Engines

Deployment Scenarios for Standalone Content Engines CHAPTER 3 Deployment Scenarios for Standalone Content Engines This chapter introduces some sample scenarios for deploying standalone Content Engines in enterprise and service provider environments. This

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

Q-Balancer Range FAQ The Q-Balance LB Series General Sales FAQ

Q-Balancer Range FAQ The Q-Balance LB Series General Sales FAQ Q-Balancer Range FAQ The Q-Balance LB Series The Q-Balance Balance Series is designed for Small and medium enterprises (SMEs) to provide cost-effective solutions for link resilience and load balancing

More information

Catalyst Switches for Microsoft Network Load Balancing Configuration Example

Catalyst Switches for Microsoft Network Load Balancing Configuration Example Catalyst Switches for Microsoft Network Load Balancing Configuration Example Document ID: 107995 Contributed by Shashank Singh, Cisco TAC Engineer. Dec 19, 2013 Contents Introduction Prerequisites Requirements

More information

Configuring Health Monitoring

Configuring Health Monitoring CHAPTER1 This chapter describes how to configure health monitoring on the ACE to track the state of a server by sending out probes. Also referred to as out-of-band health monitoring, the ACE verifies the

More information

H

H H12-223 Number: H12-223 Passing Score: 600 Time Limit: 120 min Exam A QUESTION 1 The network administrator wants to improve the performance of network transmission, what steps can the administrator take?

More information

Citrix NetScaler LLB Deployment Guide

Citrix NetScaler LLB Deployment Guide Deployment Guide Citrix NetScaler Citrix NetScaler LLB Deployment Guide Deployment Guide for Using a NetScaler Appliance for Outbound Link Load Balancing www.citrix.com Contents Introduction... 3 Solution

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

Configuring Routes on the ACE

Configuring Routes on the ACE CHAPTER2 This chapter describes how the ACE is considered a router hop in the network when it is in routed mode. In the Admin or user contexts, the ACE supports static routes only. The ACE supports up

More information

Networking 101. Introduction to Ethernet networking basics; Network types, components, configurations. Routers. Switches. Servers.

Networking 101. Introduction to Ethernet networking basics; Network types, components, configurations. Routers. Switches. Servers. Switches Routers PCs Networking 101 Introduction to Ethernet networking basics; Network types, components, configurations Servers Hubs Protocols Cat-5 UTP NICs Page 1 July 28, 2000 Network Types LAN Local

More information

CIS 632 / EEC 687 Mobile Computing

CIS 632 / EEC 687 Mobile Computing CIS 63 / EEC 687 Mobile Computing IP Software: Routing Prof. Chansu Yu Network Protocols for Wired Network: Ethernet Ethernet address 48-bit, also called hardware/physical/mac/layer address Globally unique:

More information