On the road again. The network layer. Data and control planes. Router forwarding tables. The network layer data plane. CS242 Computer Networks

Size: px
Start display at page:

Download "On the road again. The network layer. Data and control planes. Router forwarding tables. The network layer data plane. CS242 Computer Networks"

Transcription

1 On the rad again The netwrk layer data plane CS242 Cmputer Netwrks The netwrk layer The transprt layer is respnsible fr applicatin t applicatin transprt. The netwrk layer is respnsible fr hst t hst transprt. Unlike the transprt and applicatins layers, there is a piece f the netwrk layer in each hst and ruter in the netwrk. Department f Cmputer Science Wellesley Cllege Netwrk layer 13-2 Data and cntrl planes Ruter frwarding tables The netwrk layer can be decmpsed int tw interacting parts. The data plane cntrls cntrls hw a datagram arriving at a ruter is frwarded. The cntrl plane cntrls hw a datagram is ruted amng ruters alng an end-t-ne path frm surce t destinatin. A ruter frwards a packet by examining the the arriving packet s header field t index int its frwarding table. The result indicates t which f the ruter s link interface the packet is t be sent.* *All well and gd, but where did the frwarding table cme frm in the first place. Netwrk layer 15-3 Netwrk layer

2 Traditinally, Sftware-defined netwrking (SDN) a ruting algrithm is run in every ruter. The ruting algrithm in ne ruter cmmunicate with thse in ther ruters using a ruting prtcal.* Well, at least until recently. Sftware running in a separate remte cntrller cmputes and distributes frwarding tables t each ruter. The data-plane cmpnents are unchanged, but the cntrl-plane functinally is physically separated frm the ruter. *Mre n this next time. *Mre n this next time as well. Netwrk layer 13-5 Netwrk layer 13-6 Netwrk service mdels Service mdels t chse frm The netwrk service mdel defines the characteristics f the end-t-end transprt f data. Guaranteed delivery? Guaranteed delivery with bunded delay? In-rder packet delivery? Minimal bandwidth? Maximum jitter*? Security? Netwrk Architecture Internet ATM ATM Service Mdel best effrt* nne CBR** ABR*** Bandwidth cnstant rate minimum Guarantees? Lss n yes n Order n yes yes Timing n yes n Cngestin feedback n (inferred via lss) n cngestin yes *Best-effrt service appears t be a euphemism fr n service at all. **Cnstant Bit Rate gal is t lk like a dedicated cpper r fiber cnnectin. ***Available Bit Rate best characterized as slightly-better-than-best-effrt. Netwrk layer 13-7 Netwrk layer

3 What s inside a ruter? Ruter architecture Ruting, management cntrl plane (sftware) Frwarding data plane (hardware) Ruting prcessr At physical layer terminates incming link At link layer it des prtcl decapsulatin & at the netwrk layer it des frwarding Cnnects inputs t prper utputs *Tday we fcus mstly n the data plane. We ll start the cntrl plane next time. Netwrk layer 13-9 Reverse functins f input prt Netwrk layer Traditinally: Rle f the ruter s lcal prcessr SDN: Rle f ruter s lcal prcessr At physical layer terminates incming link At link layer it des prtcl decapsulatin & at the netwrk layer it des frwarding Cnnects inputs t prper utputs At physical layer terminates incming link At link layer it des prtcl decapsulatin & at the netwrk layer it des frwarding Cnnects inputs t prper utputs Executed ruting prtcls t maintain frwarding tables Reverse functins f input prt Netwrk layer Cmmunicates with remte cntrller t receive and install frwarding table entries. Perfrms netwrk management functins Reverse functins f input prt Netwrk layer

4 Data plane: Hardware implementatin Input prts lkup & frwarding A ruter s input prts, utput prts, and switching fabric are almst always implemented in hardware The frwarding table is either cmputed and updated by the ruting prcessr r is received frm a remte SDN cntrller, then cpied t the line cards. With shadw cpies at each line card, the input prt simply des a linear search f the table fr the lngest netwrk prefix match. While the ruter s cntrl functins are typically implemented in sftware Netwrk layer Netwrk layer Life shuld be s simple Nt nly that, but but ruting tables must be humngus The prblem is that the input prt shuld be able t prceed at line speed. Fr a 10 Gbps link with packets 64 bytes lng, the input prt has nly 51.ns t prcess a the datagram At ne entry per pssible destinatin each ruter wuld have billins and billins f entries. Table lkup and maintenance wuld mre than a challenge. Frtunately, the Internet has a better way. Netwrk layer Netwrk layer

5 Organize addressing int ranges Then, match the lngest prefix Destinatin Address Range Link Interface Lngest prefix match: thrugh thrugh thrugh therwise 3 Prefix match Link therwise 3 Fr either technique t wrk, Internet addresses need t be assigned in cntiguus blcks. Fragmentatin rears its ugly head.* *The self same fragmentatin that slws perating systems and hard drives. Netwrk layer Netwrk layer Typically, Hwever it is dne,... Ternary cntent addressable memries (TCAMs) are used fr lkup. A 32-bit IP address is presented t memry, which returns the cntent f the frwarding table entry fr that address in essentially cnstant time.... we will prbably need wait in line t get ur barding pass. The Cisc 6500 and 7600 series ruters can hld upwards f a millin TCAM frwarding table entries. Netwrk layer Netwrk layer

6 We have ur ticket, nw t find the gate Switching in memry* Okay, we've made thrugh the input queue. Hw d we find ur way t the crrect utput prt? The simplest methd is t put switching between input and utput prts under the direct cntrl f the ruting prcessr. The arriving packet is cpied frm the input queue int memry Hw we get there is the jb f the switching fabric. Many mdern cmputers d just that, but the prcessrs are lcated in the input cards. This lks a lt like shared memry multiprcessing. The ruting prcessr extracts the destinatin address, lks up the prt and cpies the packet t the utput prt's buffer *Input and utput prts functin as traditinal I/O devices in the usual OS. Netwrk layer Netwrk layer Switching via a bus With bus bandwidths ver a gigabit per secnd, switching via a bus is ften sufficient fr ruters that perate in access and enterprise netwrks. But, bus bandwidth is a rate limiter. Since the bus is shared, nly ne packet can be transferred at a time. Switching via an intercnnectin netwrk* A mre sphisticated intercnnectin netwrk may vercme the bandwidth limitatin f a single, shared bus. Netwrk layer *Similar t the technique used in the past t intercnnect prcessrs in a multiprcessr cmputer architecture. Netwrk layer

7 Finally thrugh the switching netwrk we reach the utput prt Output prt prvides data link prtcl prcessing and line terminatin that interacts with the input prt n the ther end f the utging line. Output prt prblems We assume that all input and utput line speeds are identical and that there are n input prts and n utput prts. But the real stry is in the queuing buffer required when switch fabric bests the utput link rate. If the switching fabric speed is at least n time as fast as the input line speed, then n queuing can ccur at the input prts But what happens at the utput prts? Netwrk layer Netwrk layer A line frms at the utput prt Waiting in line t get in line At the utput queue a packet scheduler must chse ne packet amng thse queued fr transmissin. May be FIFO r a sme frm f weighted fair queuing. If the switch fabric is nt fast enugh t transfer all packets thrugh the fabric withut delay, then packet queuing will als ccur at the input prts. An input queue can grw t unbunded length under certain assumptins as sn as the packet arrival rate reaches nly 58% due t smething called Head-Ofthe_Line (HOL) blcking. Netwrk layer Netwrk layer

8 HOL blcking at an input queued switch Active queue management If there is nt enugh buffer, a decisin must be made t either drp the arriving packet (drp-tail) r remve ne r mre f the already-queued packets. It may be advantageus t drp a packet befre the buffer is full in rder t prvide a cngestin signal t the sender. Netwrk layer Netwrk layer Randm Early Detectin (RED) Packet scheduling: First In First Out A weighted average is maintained fr the length f the utput queue. If the average is less than min th, the packet is enqueued. If the the queue is full r the average is greater than max th, the packet is drpped. If average is in [min th, max th ] it is drpped with prbability that is a functin f the average queue length. Affectinately knwn as FIFO, this ne is an ld friend. If there is nt sufficient buffering space t hld arriving packets, the queue s packet-discard plicy kits in. Assuming sufficient space, packets jin the back f the queue, remain in rder, and are served when they reach the frnt. Netwrk layer Netwrk layer

9 FIFO in actin Packet scheduling: Pririty queues Packets arriving at the utput queue are classified int pririty classes. Each pririty class has its wn, usually FIFO, queue. The link chses a packet frm the highest nnempty queue. Netwrk layer Netwrk layer Pririty queues in actin Wrk-cnserving rund rbin queues Netwrk layer Netwrk layer

10 Weighted fair queuing (WFQ) Next time: The Internet Prtcl Similar t a wrkcnserving queuing rund rbin discipline. Arriving packets are classified and queued int per-class waiting areas and served in a rund rbin fashin. IP used a variatin f ne way during during its first s many years and then had a change f heart in We'll see why (and hw) in ur next class. Unlike rund rbin, each class may receive a differential amunt f service in any interval f time. Netwrk layer Netwrk layer

Transmission Control Protocol Introduction

Transmission Control Protocol Introduction Transmissin Cntrl Prtcl Intrductin TCP is ne f the mst imprtant prtcls f Internet Prtcls suite. It is mst widely used prtcl fr data transmissin in cmmunicatin netwrk such as Internet. Features TCP is reliable

More information

Operational Security. Speaking Frankly The Internet is not a very safe place. A sense of false security... Firewalls*

Operational Security. Speaking Frankly The Internet is not a very safe place. A sense of false security... Firewalls* Operatinal Security Firewalls and Intrusin Detectin CS242 Cmputer Netwrks Speaking Frankly The Internet is nt a very safe place Frm ur netwrk administratr s pint f view, the wrld divides int tw camps:

More information

Link-layer switches. Jurassic Park* LANs with backbone hubs are good. LANs with backbone hubs are bad. Hubs, bridges, and switches

Link-layer switches. Jurassic Park* LANs with backbone hubs are good. LANs with backbone hubs are bad. Hubs, bridges, and switches Link-layer switches Jurassic Park* Hubs, bridges, and switches CS4 Cmputer Netwrks Department f Cmputer Science Wellesley Cllege *A multi-tier hub design. Switches 0- LANs with backbne hubs are gd. Prvide

More information

Moving packets. Moving datagrams. Suppose host A want to send IP to host B. Host A wants to send to host E. Generalized forwarding and SDN

Moving packets. Moving datagrams. Suppose host A want to send IP to host B. Host A wants to send to host E. Generalized forwarding and SDN Mving packets Generalized frwarding and SDN Mving datagrams 1. Surce hst fills in its address... 3. Data field is filled with paylad. CS242 Cmputer Netwrks 2.... and addresses destinatin address. Department

More information

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 5 2016 v5.1 Answers 100% 1. What happens t runt frames received by a Cisc Ethernet switch? The frame is drpped. The frame is returned t the riginating netwrk device. The frame is bradcast

More information

Linking network nodes

Linking network nodes Linking netwrk ndes The data link layer CS242 Cmputer Netwrks The link layer The transprt layer prvides cmmunicatin between tw prcesses. The netwrk layer prvides cmmunicatin between tw hsts. The link layer

More information

The transport layer. Transport-layer services. Transport layer runs on top of network layer. In other words,

The transport layer. Transport-layer services. Transport layer runs on top of network layer. In other words, The transprt layer An intrductin t prcess t prcess cmmunicatin CS242 Cmputer Netwrks Department f Cmputer Science Wellesley Cllege Transprt-layer services Prvides fr lgical cmmunicatin* between applicatin

More information

Due Date: Lab report is due on Mar 6 (PRA 01) or Mar 7 (PRA 02)

Due Date: Lab report is due on Mar 6 (PRA 01) or Mar 7 (PRA 02) Lab 3 Packet Scheduling Due Date: Lab reprt is due n Mar 6 (PRA 01) r Mar 7 (PRA 02) Teams: This lab may be cmpleted in teams f 2 students (Teams f three r mre are nt permitted. All members receive the

More information

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 6 2016 v5.1 Answers 100% 1. Which characteristic f the netwrk layer in the OSI mdel allws carrying packets fr multiple types f cmmunicatins amng many hsts? the de-encapsulatin f headers

More information

Chapter 6 Delivery and Routing of IP Packets. PDF created with FinePrint pdffactory Pro trial version

Chapter 6 Delivery and Routing of IP Packets. PDF created with FinePrint pdffactory Pro trial version Chapter 6 Delivery and Ruting f IP Packets PDF created with FinePrint pdffactry Pr trial versin www.pdffactry.cm Outline Cnnectin Delivery Ruting methds Static and dynamic ruting Ruting table and mdule

More information

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 9 2016 v5.1 Answers 100% 1. Which tw characteristics are assciated with UDP sessins? (Chse tw.) Destinatin devices receive traffic with minimal delay. Transmitted data segments are tracked.

More information

Chapter 2. The OSI Model and TCP/IP Protocol Suite. PDF created with FinePrint pdffactory Pro trial version

Chapter 2. The OSI Model and TCP/IP Protocol Suite. PDF created with FinePrint pdffactory Pro trial version Chapter 2 The OSI Mdel and TCP/IP Prtcl Suite PDF created with FinePrint pdffactry Pr trial versin www.pdffactry.cm Outline THE OSI MODEL LAYERS IN THE OSI MODEL TCP/IP PROTOCOL SUITE ADDRESSING TCP/IP

More information

The Internet protocol

The Internet protocol The Internet prtcl Party time! IPv4 datagram frmat IPv4 2 bytes n ptins delue r ecnmy? header + data mre later CS242 Cmputer Netwrks Department f Cmputer Science Wellesley Cllege decremented by each ruter;

More information

Networks: Communicating and Sharing Resources. Chapter 7: Networks: Communicating and Sharing Resources

Networks: Communicating and Sharing Resources. Chapter 7: Networks: Communicating and Sharing Resources Netwrks: Cmmunicating and Sharing Resurces Chapter 7: Netwrks: Cmmunicating and Sharing Resurces 1 Netwrks: Cmmunicating and Sharing Resurces 2 Objectives Understand basic netwrking cncepts. Distinguish

More information

Using SPLAY Tree s for state-full packet classification

Using SPLAY Tree s for state-full packet classification Curse Prject Using SPLAY Tree s fr state-full packet classificatin 1- What is a Splay Tree? These ntes discuss the splay tree, a frm f self-adjusting search tree in which the amrtized time fr an access,

More information

(ii). o IP datagram packet is payload of a TCP segment o TCP segment is payload of an IP datagram. (iii).

(ii). o IP datagram packet is payload of a TCP segment o TCP segment is payload of an IP datagram. (iii). CSC 344: Cmputer Netwrks Review Questins 1. Select the crrect answer amng the chices by placing a checkmark next t the right statement. (i). ARP (Address Reslutin Prtcl) is used t btain IP address fr a

More information

This labs uses traffic traces from Lab 1 and traffic generator and sink components from Lab 2.

This labs uses traffic traces from Lab 1 and traffic generator and sink components from Lab 2. Lab 3 Packet Scheduling Purpse f this lab: Packet scheduling algrithms determine the rder f packet transmissin at the utput link f a packet switch. This lab includes experiments that exhibit prperties

More information

Network Layer. Internet Control Message Protocol (ICMP)

Network Layer. Internet Control Message Protocol (ICMP) Handut 5 CAN1102 Netwrk Layer Internet Cntrl Message Prtcl (ICMP) Netwrks Netwrk Layer Services Ruting principles: path selectin Hierarchal ruting IP Internet Ruting Prtcls: Reliable Transfer a. Intra

More information

Operating systems. Module 15 kernel I/O subsystem. Tami Sorgente 1

Operating systems. Module 15 kernel I/O subsystem. Tami Sorgente 1 Operating systems Mdule 15 kernel I/O subsystem Tami Srgente 1 SWAP SPACE MANAGEMENT Swap space can be defined as a temprary strage lcatin that is used when system s memry requirements exceed the size

More information

Software Defined Networking and OpenFlow. Jeffrey Dalla Tezza and Nate Schloss

Software Defined Networking and OpenFlow. Jeffrey Dalla Tezza and Nate Schloss Sftware Defined Netwrking and OpenFlw Jeffrey Dalla Tezza and Nate Schlss Agenda What is SDN SDN Tday What is OpenFlw Why OpenFlw What s next fr SDN Our OpenFlw Demnstratin Sftware Defined Netwrking Wikipedia

More information

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel NiceLabel LMS Installatin Guide fr Single Server Deplyment Rev-1702 NiceLabel 2017. www.nicelabel.cm 1 Cntents 1 Cntents 2 2 Architecture 3 2.1 Server Cmpnents and Rles 3 2.2 Client Cmpnents 3 3 Prerequisites

More information

CCNA 3 Chapter 2 v5.0 Exam Answers 2015 (100%)

CCNA 3 Chapter 2 v5.0 Exam Answers 2015 (100%) CCNA 3 Chapter 2 v5.0 Exam Answers 2015 (100%) 1. Which tw netwrk design features require Spanning Tree Prtcl (STP) t ensure crrect netwrk peratin? (Chse tw.) static default rutes implementing VLANs t

More information

Telecommunication Protocols Laboratory Course

Telecommunication Protocols Laboratory Course Telecmmunicatin Prtcls Labratry Curse Lecture 2 March 11, 2004 http://www.ab.fi/~lpetre/teleprt/teleprt.html 1 Last time We examined sme key terms: prtcl, service, layer, netwrk architecture We examined

More information

1. What is a characteristic of Frame Relay that provides more flexibility than a dedicated line?

1. What is a characteristic of Frame Relay that provides more flexibility than a dedicated line? CCNA 4 Chapter 4 v5.0 Exam Answers 2015 (100%) 1. What is a characteristic f Frame Relay that prvides mre flexibility than a dedicated line? Dedicated physical circuits are installed between each site.

More information

Chapter 5. The Network Layer IP

Chapter 5. The Network Layer IP Chapter 5 The Netwrk Layer IP These slides are taken frm the bk Cmputer etwrking, A Tp Dwn Apprach Featuring the Internet by Kurse & Rss and frm the bk Cmputer etwrks by Andrew Tanenbaum. The Netwrk Layer

More information

IT Essentials (ITE v6.0) Chapter 7 Exam Answers 100% 2016

IT Essentials (ITE v6.0) Chapter 7 Exam Answers 100% 2016 IT Essentials (ITE v6.0) Chapter 7 Exam Answers 100% 2016 1. Hw many devices can a Bluetth device cnnect t simultaneusly? 127 7 10 24 5 2. A device has an IPv6 address f 2001:0DB8:75a3:0214:0607:1234:aa10:ba01

More information

2. What is the most cost-effective method of solving interface congestion that is caused by a high level of traffic between two switches?

2. What is the most cost-effective method of solving interface congestion that is caused by a high level of traffic between two switches? CCNA 3 Chapter 3 v5.0 Exam Answers 2015 (100%) 1. Refer t the exhibit. Which switching technlgy wuld allw each access layer switch link t be aggregated t prvide mre bandwidth between each Layer 2 switch

More information

An Introduction to Crescendo s Maestro Application Delivery Platform

An Introduction to Crescendo s Maestro Application Delivery Platform An Intrductin t Crescend s Maestr Applicatin Delivery Platfrm Intrductin This dcument is intended t serve as a shrt intrductin t Crescend s Maestr Platfrm and its cre features/benefits. The dcument will

More information

Network programming 14/01/2013. Introduction. Session objectives. Client/Server working model. Advanced Java Programming Course

Network programming 14/01/2013. Introduction. Session objectives. Client/Server working model. Advanced Java Programming Course Advanced Java Prgramming Curse Netwrk prgramming Sessin bjectives Netwrking intrductin URL Class InetAddress Class By Võ Văn Hải Faculty f Infrmatin Technlgies Industrial University f H Chi Minh City Wrking

More information

Getting it there in one piece

Getting it there in one piece Getting it there in ne piece Service mdel and implementatin Principles f reliable data transfer CS242 Cmputer Netwrks Department f Cmputer Science Wellesley Cllege Reliable transfer 9-2 Terminlgy Finite

More information

2. When an EIGRP-enabled router uses a password to accept routes from other EIGRP-enabled routers, which mechanism is used?

2. When an EIGRP-enabled router uses a password to accept routes from other EIGRP-enabled routers, which mechanism is used? CCNA 3 Chapter 7 v5.0 Exam Answers 2015 (100%) 1. Which prtcl is used by EIGRP t send hell packets? TCP UDP RTP IP 2. When an EIGRP-enabled ruter uses a passwrd t accept rutes frm ther EIGRP-enabled ruters,

More information

CCNA Security v2.0 Chapter 2 Exam Answers

CCNA Security v2.0 Chapter 2 Exam Answers CCNA Security v2.0 Chapter 2 Exam Answers 1. An administratr defined a lcal user accunt with a secret passwrd n ruter R1 fr use with SSH. Which three additinal steps are required t cnfigure R1 t accept

More information

PE310G4DBIR-T Intel FM10420 Based Quad Port Copper 10 Gigabit Ethernet PCI Express Content Director Server Adapter

PE310G4DBIR-T Intel FM10420 Based Quad Port Copper 10 Gigabit Ethernet PCI Express Content Director Server Adapter PE310G4DBIR-T Intel FM10420 Based Quad Prt Cpper 10 Gigabit Ethernet PCI Express Cntent Directr Server Adapter Prduct Descriptin Silicm s 10 Gigabit Ethernet PCI Express cntent aware directr Bypass server

More information

Communication across the ether

Communication across the ether Cmmunicatin acrss the ether Ethernet CS242 Cmputer Netwrks Department f Cmputer Science Wellesley Cllege Lcal Area Netwrks (LANs) Multiple access prtcls are used fr satellite and wireless channels. They

More information

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 11 2016 v5.1 Answers 100% 1. A newly hired netwrk technician is given the task f rdering new hardware fr a small business with a large grwth frecast. Which primary factr shuld the technician

More information

CCNA 1 v5.1 Practice Final Exam Answers %

CCNA 1 v5.1 Practice Final Exam Answers % CCNA 1 v5.1 Practice Final Exam Answers 2016 100% 1. Which term refers t a netwrk that prvides secure access t the crprate ffices by suppliers, custmers and cllabratrs? Internet intranet extranet extendednet

More information

Second Assignment Tutorial lecture

Second Assignment Tutorial lecture Secnd Assignment Tutrial lecture INF5040 (Open Distributed Systems) Faraz German (farazg@ulrik.ui.n) Department f Infrmatics University f Osl Octber 17, 2016 Grup Cmmunicatin System Services prvided by

More information

Datacenter Traffic Measurement and Classification

Datacenter Traffic Measurement and Classification Datacenter Traffic Measurement and Classificatin Speaker: Lin Wang Research Advisr: Biswanath Mukherjee Grup meeting 6/15/2017 Datacenter Traffic Measurement and Analysis Data Cllectin Cllect netwrk events

More information

Priority-aware Coflow Placement and scheduling in Datacenters

Priority-aware Coflow Placement and scheduling in Datacenters Pririty-aware Cflw Placement and scheduling in Datacenters Speaker: Lin Wang Research Advisr: Biswanath Mukherjee Intrductin Cflw Represents a cllectin f independent flws that share a cmmn perfrmance gal.

More information

CSE 3320 Operating Systems Page Replacement Algorithms and Segmentation Jia Rao

CSE 3320 Operating Systems Page Replacement Algorithms and Segmentation Jia Rao CSE 0 Operating Systems Page Replacement Algrithms and Segmentatin Jia Ra Department f Cmputer Science and Engineering http://ranger.uta.edu/~jra Recap f last Class Virtual memry Memry verlad What if the

More information

CCNA Security v2.0 Chapter 3 Exam Answers

CCNA Security v2.0 Chapter 3 Exam Answers CCNA Security v2.0 Chapter 3 Exam Answers 1. Because f implemented security cntrls, a user can nly access a server with FTP. Which AAA cmpnent accmplishes this? accunting accessibility auditing authrizatin

More information

Practical Exercises in Computer Networks and Distributed Systems

Practical Exercises in Computer Networks and Distributed Systems (V..6, Nv 2) Practical Exercises in Cmputer Netwrks and Distributed Systems Stream Sckets and the Client/Server mdel (C language, W) 2-, Jsé María F Mrán This practical illustrates basic cncepts prtcl

More information

Troubleshooting of network problems is find and solve with the help of hardware and software is called troubleshooting tools.

Troubleshooting of network problems is find and solve with the help of hardware and software is called troubleshooting tools. Q.1 What is Trubleshting Tls? List their types? Trubleshting f netwrk prblems is find and slve with the help f hardware and sftware is called trubleshting tls. Trubleshting Tls - Hardware Tls They are

More information

B Tech Project First Stage Report on

B Tech Project First Stage Report on B Tech Prject First Stage Reprt n GPU Based Image Prcessing Submitted by Sumit Shekhar (05007028) Under the guidance f Prf Subhasis Chaudhari 1. Intrductin 1.1 Graphic Prcessr Units A graphic prcessr unit

More information

CS4500/5500 Operating Systems Page Replacement Algorithms and Segmentation

CS4500/5500 Operating Systems Page Replacement Algorithms and Segmentation Operating Systems Page Replacement Algrithms and Segmentatin Yanyan Zhuang Department f Cmputer Science http://www.cs.uccs.edu/~yzhuang UC. Clrad Springs Ref. MOSE, OS@Austin, Clumbia, Rchester Recap f

More information

SafeDispatch SDR Gateway for MOTOROLA TETRA

SafeDispatch SDR Gateway for MOTOROLA TETRA SafeDispatch SDR Gateway fr MOTOROLA TETRA SafeMbile ffers a wrld f wireless applicatins that help rganizatins better manage their mbile assets, fleet and persnnel. Fr mre infrmatin, see www.safembile.cm.

More information

Please contact technical support if you have questions about the directory that your organization uses for user management.

Please contact technical support if you have questions about the directory that your organization uses for user management. Overview ACTIVE DATA CALENDAR LDAP/AD IMPLEMENTATION GUIDE Active Data Calendar allws fr the use f single authenticatin fr users lgging int the administrative area f the applicatin thrugh LDAP/AD. LDAP

More information

CCNA course contents:

CCNA course contents: CCNA curse cntents: Prerequisites: The knwledge and skills that yu must have befre attending this curse are as fllws: Basic cmputer literacy Windws navigatin skills Basic Internet usage skills Fundamental

More information

CCNA Security v2.0 Chapter 9 Exam Answers

CCNA Security v2.0 Chapter 9 Exam Answers CCNA Security v2.0 Chapter 9 Exam Answers 1. Refer t the exhibit. An administratr creates three znes (A, B, and C) in an ASA that filters traffic. Traffic riginating frm Zne A ging t Zne C is denied, and

More information

Service Level Agreement

Service Level Agreement Service Level Agreement Infrastructure Supprt Service This Infrastructure Supprt Service Level Agreement ( SLA ) is incrprated int the Qute executed by TekLinks and Custmer fr Infrastructure Supprt Services

More information

VMware AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authenticatin fr Cisc IPSec VPN Fr VMware AirWatch Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using the Supprt Wizard n supprt.air-watch.cm. This

More information

CSE 3320 Operating Systems Deadlock Jia Rao

CSE 3320 Operating Systems Deadlock Jia Rao CSE 3320 Operating Systems Deadlck Jia Ra Department f Cmputer Science and Engineering http://ranger.uta.edu/~jra Recap f the Last Class Race cnditins Mutual exclusin and critical regins Tw simple appraches

More information

EView/400i Management Pack for Systems Center Operations Manager (SCOM)

EView/400i Management Pack for Systems Center Operations Manager (SCOM) EView/400i Management Pack fr Systems Center Operatins Manager (SCOM) Cncepts Guide Versin 7.0 July 2015 1 Legal Ntices Warranty EView Technlgy makes n warranty f any kind with regard t this manual, including,

More information

UML : MODELS, VIEWS, AND DIAGRAMS

UML : MODELS, VIEWS, AND DIAGRAMS UML : MODELS, VIEWS, AND DIAGRAMS Purpse and Target Grup f a Mdel In real life we ften bserve that the results f cumbersme, tedius, and expensive mdeling simply disappear in a stack f paper n smene's desk.

More information

CCNA 1 Chapter 1 v5.03 Exam Answers 2016

CCNA 1 Chapter 1 v5.03 Exam Answers 2016 CCNA 1 Chapter 1 v5.03 Exam Answers 2016 1. A cmpany is cntemplating whether t use a client/server r a peer-t-peer netwrk. What are three characteristics f a peer-t-peer netwrk? (Chse three.) better security

More information

Think of transport technology to support ultra-high bandwidth and/or ultra-low latency draft-han-6man-in-band-signaling-for-transport-qos

Think of transport technology to support ultra-high bandwidth and/or ultra-low latency draft-han-6man-in-band-signaling-for-transport-qos Think f transprt technlgy t supprt ultra-high bandwidth and/r ultra-lw latency draft-han-6man-in-band-signaling-fr-transprt-qs Huawei USA, Future Netwrk Lab: Lin Han Vdafne: Kevin Smith Page 2 Gals f this

More information

LIN101 RS232 / LAN INTERFACE

LIN101 RS232 / LAN INTERFACE LIN101 24/02/2004 English 1 1. LIN101 LIN101 is a Serial Device Server, the main functin f the LIN101 is t netwrk-enable existing serial devices. Using the LIN101 yu can add an Ethernet prt practically

More information

Service Level Agreement

Service Level Agreement Service Level Agreement Infrastructure Supprt Service This Infrastructure Supprt Service Level Agreement ( SLA ) is incrprated int the Qute executed by TekLinks and Custmer fr Infrastructure Supprt Services

More information

2. When logging is used, which severity level indicates that a device is unusable?

2. When logging is used, which severity level indicates that a device is unusable? CCNA 4 Chapter 8 v5.0 Exam Answers 2015 (100%) 1. What are the mst cmmn syslg messages? thse that ccur when a packet matches a parameter cnditin in an access cntrl list link up and link dwn messages utput

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

AVer IFP Software Release Note Nov

AVer IFP Software Release Note Nov AVer IFP Sftware Release Nte Nv-29 2017 FIRMWARE VERSION 1.0.1024.26 COMPATIBLE HARDWARE CP654i / CP754i / CP864i OPERATING SYSTEMS Andrid System Updates T check yur panel s Firmware versin, g t the Andrid

More information

FIREWALL RULE SET OPTIMIZATION

FIREWALL RULE SET OPTIMIZATION Authr Name: Mungle Mukupa Supervisr : Mr Barry Irwin Date : 25 th Octber 2010 Security and Netwrks Research Grup Department f Cmputer Science Rhdes University Intrductin Firewalls have been and cntinue

More information

Iowa State University

Iowa State University Iwa State University Cyber Security Smart Grid Testbed Senir Design, Design Dcument Dec 13-11 Derek Reiser Cle Hven Jared Pixley Rick Suttn Faculty Advisr: Prfessr Manimaran Gvindarasu Table f Cntents

More information

AVer IFP Software Release Note Aug

AVer IFP Software Release Note Aug AVer IFP Sftware Release Nte Aug 14 2017 FIRMWARE VERSION 1.0.1000.14 COMPATIBLE HARDWARE CP654i / CP754i / CP864i OPERATING SYSTEMS Andrid system T check yur panel s Firmware versin, g t the Andrid Settings

More information

Systems & Operating Systems

Systems & Operating Systems McGill University COMP-206 Sftware Systems Due: Octber 1, 2011 n WEB CT at 23:55 (tw late days, -5% each day) Systems & Operating Systems Graphical user interfaces have advanced enugh t permit sftware

More information

Infrastructure Series

Infrastructure Series Infrastructure Series TechDc WebSphere Message Brker / IBM Integratin Bus Parallel Prcessing (Aggregatin) (Message Flw Develpment) February 2015 Authr(s): - IBM Message Brker - Develpment Parallel Prcessing

More information

Operating systems. Module 7 IPC (Interprocess communication) PART I. Tami Sorgente 1

Operating systems. Module 7 IPC (Interprocess communication) PART I. Tami Sorgente 1 Operating systems Mdule 7 IPC (Interprcess cmmunicatin) PART I Tami Srgente 1 INTERPROCESS COMMUNICATION Prcesses within a system may be independent r cperating Cperating prcess can affect r be affected

More information

WHITE PAPER WHITE PAPER OVERVIEW

WHITE PAPER WHITE PAPER OVERVIEW OpenFlw OpenFlw is an element in SDN slutins. Testing the perfrmance f OpenFlw switches is essential t ensure the quality f the SDN slutins. OVERVIEW Cmmunicatin netwrks have traditinally been built with

More information

Dynamic Storage (ECS)

Dynamic Storage (ECS) User Guide Dynamic Strage (ECS) Swisscm (Schweiz) AG 1 / 10 Cntent 1 Abut Dynamic Strage... 3 2 Virtual drive, the EMC CIFS-ECS Tl... 4 3 Amazn S3 Brwer... 6 4 Strage Gateway Appliance... 9 5 Amazn S3

More information

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Yu will learn the fllwing in this lab: The UNIVERSITY f NORTH CAROLINA at CHAPEL HILL Cmp 541 Digital Lgic and Cmputer Design Spring 2016 Lab Prject (PART A): A Full Cmputer! Issued Fri 4/8/16; Suggested

More information

Retrieval Effectiveness Measures. Overview

Retrieval Effectiveness Measures. Overview Retrieval Effectiveness Measures Vasu Sathu 25th March 2001 Overview Evaluatin in IR Types f Evaluatin Retrieval Perfrmance Evaluatin Measures f Retrieval Effectiveness Single Valued Measures Alternative

More information

Design of Reconfigurable Multiprocessor Architecture for Embedded System

Design of Reconfigurable Multiprocessor Architecture for Embedded System Internatinal Jurnal f Cmputer Applicatins (0975 8887) Natinal Cnference n Recent Trends in Infrmatin Security (NCRTIS-2015) Design f Recnfigurable Multiprcessr Architecture fr Embedded System Archana Gmkar

More information

CCNA Security v2.0 Chapter 1 Exam Answers

CCNA Security v2.0 Chapter 1 Exam Answers CCNA Security v2.0 Chapter 1 Exam Answers 1. What methd can be used t mitigate ping sweeps? using encrypted r hashed authenticatin prtcls installing antivirus sftware n hsts deplying antisniffer sftware

More information

2. Which command can be used to view the cable type that is attached to a serial interface?

2. Which command can be used to view the cable type that is attached to a serial interface? CCNA 4 Chapter 3 v5.0 Exam Answers 2015 (100%) 1. At which layer f the OSI mdel des multiplexing take place? Layer 1 Layer 2 Layer 3 Layer 4 2. Which cmmand can be used t view the cable type that is attached

More information

The programming for this lab is done in Java and requires the use of Java datagrams.

The programming for this lab is done in Java and requires the use of Java datagrams. Lab 2 Traffic Regulatin This lab must be cmpleted individually Purpse f this lab: In this lab yu will build (prgram) a netwrk element fr traffic regulatin, called a leaky bucket, that runs ver a real netwrk.

More information

Lecture 6 -.NET Remoting

Lecture 6 -.NET Remoting Lecture 6 -.NET Remting 1. What is.net Remting?.NET Remting is a RPC technique that facilitates cmmunicatin between different applicatin dmains. It allws cmmunicatin within the same prcess, between varius

More information

Contents: Module. Objectives. Lesson 1: Lesson 2: appropriately. As benefit of good. with almost any planning. it places on the.

Contents: Module. Objectives. Lesson 1: Lesson 2: appropriately. As benefit of good. with almost any planning. it places on the. 1 f 22 26/09/2016 15:58 Mdule Cnsideratins Cntents: Lessn 1: Lessn 2: Mdule Befre yu start with almst any planning. apprpriately. As benefit f gd T appreciate architecture. it places n the understanding

More information

INVENTION DISCLOSURE

INVENTION DISCLOSURE 1. Inventin Title. Light Transprt and Data Serializatin fr TR-069 Prtcl 2. Inventin Summary. This inventin defines a light prtcl stack fr TR-069. Even thugh TR-069 is widely deplyed, its prtcl infrastructure

More information

Release Notes System Software

Release Notes System Software Release Ntes System Sftware 10.2.5 Cntent Cntent... 1 1 Release 10.2.5.100... 2 1.1 New functins... 2 1.2 Changes... 3 1.3 Errr crrectins... 3 1.4 Knwn Restrictins... 5 Release Ntes 10.2.5 V. 1.0 20181220

More information

CONTROL-COMMAND. Software Technical Specifications for ThomX Suppliers 1.INTRODUCTION TECHNICAL REQUIREMENTS... 2

CONTROL-COMMAND. Software Technical Specifications for ThomX Suppliers 1.INTRODUCTION TECHNICAL REQUIREMENTS... 2 Réf. ThmX-NT-SI-CC001 Table f Cntents Sftware Technical Specificatins fr ThmX Authr : Philippe Page 1 / 9 1.INTRODUCTION... 2 2.TECHNICAL REQUIREMENTS... 2 3.DOCUMENTATION REQUIREMENTS... 4 4.COMPUTING

More information

New Product Release Package 8 XT[2] System and Software 19 Jan 2009

New Product Release Package 8 XT[2] System and Software 19 Jan 2009 New Prduct Release Package 8 XT[2] System and Sftware 19 Jan 2009 1.1 NEW OPERATIONAL FEATURES IN MULTICAM 8... 1 1.2 NEW HARDWARE FEATURES... 6 1.3 NEW SYSTEM FEATURES... 6 1.4 BUG FIXES UP TO 08.04.33...

More information

Telkom VPN-Lite router setup User Manual Billion 800VGT

Telkom VPN-Lite router setup User Manual Billion 800VGT Telkm VPN-Lite ruter setup User Manual Billin 800VGT Cntents 1. Intrductin... 3 2. Befre yu start... 4 3. VPN-Lite Setup Using Windws Utility... 5 4. VPN-Lite Setup using yur web brwser... 7 5. VPN-Lite

More information

EcoStruxure for Data Centers FAQ

EcoStruxure for Data Centers FAQ EcStruxure fr Data Centers FAQ Revisin 1 by Patrick Dnvan Executive summary EcStruxure TM fr Data Centers is Schneider Electric s IT-enabled, pen, interperable system architecture fr data centers. This

More information

Comp 245 Data Structures. Queues

Comp 245 Data Structures. Queues Cmp 245 Data Structures Queues Intrductin t the Queue ADT It is a FIFO (first-in, first-ut) structure Access t the Queue can take place at tw lcatins: 1) the Frnt fr data remval and 2) the Rear fr data

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

Adobe Connect 8 Event Organizer Guide

Adobe Connect 8 Event Organizer Guide Adbe Cnnect 8 Event Organizer Guide Questins fr Meeting HOST t ask at rganizatin meeting: Date (r dates) f event including time. Presenting t where Lcal ffice cubicles, reginal r glbal ffices, external

More information

Telkom VPN-Lite router setup User Manual Billion 810VGTX

Telkom VPN-Lite router setup User Manual Billion 810VGTX Telkm VPN-Lite ruter setup User Manual Billin 810VGTX Cntents Intrductin... 3 Befre yu start... 4 VPN-Lite Setup Using Windws Utility... 5 VPN-Lite Setup using yur web brwser... 7 VPN-Lite Manual Setup

More information

Music Technologies Group. Yamaha DX7 SuperMAX+ Installation Guide

Music Technologies Group. Yamaha DX7 SuperMAX+ Installation Guide Music Technlgies Grup Yamaha DX7 SuperMAX+ Installatin Guide Install Guide Versin 2.10 August 2018 1: Intrductin The SuperMAX+ is a very pwerful d-it-yurself ptin that prvides increased memry and greater

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page Managing the News Page TABLE OF CONTENTS: The News Page Key Infrmatin Area fr Members... 2 Newsletter Articles... 3 Adding Newsletter as Individual Articles... 3 Adding a Newsletter Created Externally...

More information

CS4500/5500 Operating Systems Computer and Operating Systems Overview

CS4500/5500 Operating Systems Computer and Operating Systems Overview Operating Systems Cmputer and Operating Systems Overview Yanyan Zhuang Department f Cmputer Science http://www.cs.uccs.edu/~yzhuang UC. Clrad Springs Ref. MOS4E, OS@Austin, Clumbia, UWisc Overview Recap

More information

CCNA Security v2.0 Chapter 10 Exam Answers

CCNA Security v2.0 Chapter 10 Exam Answers CCNA Security v2.0 Chapter 10 Exam Answers 1. Which statement describes the functin prvided t a netwrk administratrwh uses the Cisc Adaptive Security Device Manager (ASDM) GUI that runs as a Java Web Start

More information

Log shipping is a HA option. Log shipping ensures that log backups from Primary are

Log shipping is a HA option. Log shipping ensures that log backups from Primary are LOG SHIPPING Lg shipping is a HA ptin. Lg shipping ensures that lg backups frm Primary are cntinuusly applied n standby. Lg shipping fllws a warm standby methd because manual prcess is invlved t ensure

More information

SMARTCAP FIRMWARE RELEASE NOTES

SMARTCAP FIRMWARE RELEASE NOTES SMARTCAP FIRMWARE RELEASE NOTES CURRENT VERSION: 2.2.1 SEPTEMBER 2015 2.2.1 VERSION 2.2.1 HAS BEEN RELEASED. THIS RELEASE INTRODUCES A COUPLE OF NEW FEATURES AND MANY BUG FIXES. THE FOCUS OF THIS RELEASE

More information

IT Essentials (ITE v6.0) Pretest Exam Answers 100% 2016

IT Essentials (ITE v6.0) Pretest Exam Answers 100% 2016 IT Essentials (ITE v6.0) Pretest Exam Answers 100% 2016 1. What is an advantage f purchasing a tablet rather than a laptp cmputer? wireless capability reduced size/weight quicker Internet access easier

More information

Managed Infrastructure SLA

Managed Infrastructure SLA Managed Infrastructure SLA Cntents Terminlgy... 3 Service Descriptin... 3 Service Offerings... 3 Firewall Management... 3... 3 Firewall Management Service Level Metric... 4 Managed Firewall... 4... 4 Managed

More information

Model WM100. Product Manual

Model WM100. Product Manual Mdel WM100 Prduct Manual Table f Cntents Sectin Page 1. Hardware... 3 2. Sftware... 4 3. Features... 5 4. Installatin... 6 5. App Devices... 9 6. App Rms... 12 7. App Scenes... 14 8. App Setup... 18 Cntents

More information

FollowMe. FollowMe. Q-Server Quick Integration Guide. Revision: 5.4 Date: 11 th June Page 1 of 26

FollowMe. FollowMe. Q-Server Quick Integration Guide. Revision: 5.4 Date: 11 th June Page 1 of 26 Q-Server Quick Integratin Guide Revisin: 5.4 Date: 11 th June 2009 Page 1 f 26 Cpyright, Disclaimer and Trademarks Cpyright Cpyright 1997-2009 Ringdale UK Ltd. All rights reserved. N part f this publicatin

More information

Network Protocol Design (ITC8061) - Part II -

Network Protocol Design (ITC8061) - Part II - Netwrk Prtcl Design (ITC8061) - Part II - utline v 3.1 Transprt-layer services v 3.2 Multiplexing and demultiplexing v 3.3 Cnnectinless transprt: UDP v 3.4 Principles f reliable data transfer v 3.5 Cnnectinriented

More information

Handling complexity in embedded application development: an example of real time MP3 streaming over Bluetooth

Handling complexity in embedded application development: an example of real time MP3 streaming over Bluetooth Handling cmplexity in embedded applicatin develpment: an example f real time MP3 streaming ver Bluetth Authr: Trish Messiter, Clarinx Technlgies Pty Ltd, 8 Bayside Cres, Hamptn VIC, AUSTRALIA, Ph:+61 3

More information