Chapter 4. IP Addresses: Classful Addressing. PDF created with FinePrint pdffactory Pro trial version

Size: px
Start display at page:

Download "Chapter 4. IP Addresses: Classful Addressing. PDF created with FinePrint pdffactory Pro trial version"

Transcription

1 Chapter 4 IP Addresses: Classful Addressing

2 Outlines Intrductin Classfuladdressing Other issues A sample Internet

3 4.1 INTRODUCTION

4 Intrductin IP address, r Internet Address 32-bit binary address Uniquely and universally defines the cnnectin f a hst r a ruter t the Internet Address Space Ttal number f addresses used by the prtcl IPv4 uses 32-bit address and the address space is 2^32

5 An IP address is a 32-bit address. The IP addresses are unique.

6 Address Space.. addr1.. addr15 addr addr41 addr226 addr31....

7 RULE:.. addr1.. addr15 addr addr41 addr226 addr If a prtcl uses N bits t define an address, the address space is 2 N because each bit can have tw different values (0 and 1) and N bits can have 2 N values.

8 The address space f IPv4 is 2 32 r 4,294,967,296.

9 Ntatin Binary ntatin Dtted-decimal ntatin Hexadecimal ntatin

10 Binary Ntatin

11 Figure 4-1 Dtted-Decimal Decimal Ntatin

12 Hexadecimal Ntatin D EA 0x75951DEA

13 Example 1 Change the fllwing IP address frm binary ntatin t dtted-decimal ntatin Slutin

14 Example 2 Change the fllwing IP address frm dtted-decimal ntatin t binary ntatin Slutin

15 Example 3 Find the errr, if any, in the fllwing IP address: Slutin There are n leading zeres in dtted-decimal ntatin (045).

16 Example 3 (cntinued) Find the errr, if any, in the fllwing IP address: Slutin We may nt have mre than fur numbers in an IP address

17 Example 3 (cntinued) Find the errr, if any, in the fllwing IP address: Slutin In dtted-decimal ntatin, each number is less than r equal t 255; 301 is utside this range.

18 Example 3 (cntinued) Find the errr, if any, in the fllwing IP address: Slutin A mixture f binary ntatin and dtteddecimal ntatin is nt allwed.

19 Example 4 Change the fllwing IP addresses frm binary ntatin t hexadecimal ntatin Slutin 0X810B0BEF r 810B0BEF 16

20 4.2 CLASSFUL ADDRESSING

21 Classful Addressing IP address space is divided int five classes: A, B, C, D, E A: 1/2 B: 1/4 C: 1/8 D: 1/16 E: 1/16

22 Figure 4-2 Occupatin f the Address Space

23 Figure 4-3 Finding the Class in Binary Ntatin

24 Figure 4-4 Finding the Address Class

25 Example 5 Hw can we prve that we have 2,147,483,648 addresses in class A? Slutin In class A, nly 1 bit defines the class. The remaining 31 bits are available fr the address. With 31 bits, we can have 2 31 r 2,147,483,648 addresses.

26 Example 6 Find the class f the address: Slutin The first bit is 0. This is a class A address.

27 Example 6 (Cntinued) Find the class f the address: Slutin The first 2 bits are 1; the third bit is 0. This is a class C address.

28 Figure 4-5 Finding the Class in Decimal Ntatin

29 Example 7 Find the class f the address: Slutin The first byte is 227 (between 224 and 239); the class is D.

30 Example 7 (Cntinued) Find the class f the address: Slutin The first byte is 193 (between 192 and 223); the class is C.

31 Example 8 In Example 4 we shwed that class A has ,147,483,648) addresses. Hw can we prve this same fact using dtted-decimal ntatin? Slutin The addresses in class A range frm t We ntice that we are dealing with base 256 numbers here.

32 Slutin (Cntinued) Each byte in the ntatin has a weight. The weights are as fllws: 256 3, 256 2, 256 1, Last address: =2,147,483,647 First address: = 0 If we subtract the first frm the last and add 1, we get 2,147,483,648.

33 Netid and Hstid An IP address in classes A, B, C is divided int Netid Hstid Ntably, classes D and E are nt divided int netid and hstid

34 Figure 4-6 Netidand Hstid

35 Classes and Blcks Each class is divided int a fixed number f blcks with each blck having a fixed size The number f blcks is based n the netid Each blck s size is depends n the hstid

36 Class A Class A: divided int 128 blcks First blck: ~ Last blck: ~ Each blck cntains addresses T large than the needs f almst all rganizatins In each blck, the first address, e.g., , is called the netwrk address Identify the netwrk f the rganizatin, nt individual hsts

37 Figure 4-7 Blcks in Class A

38 Millins f class A addresses are wasted.

39 Class B Class B: divided int 16,384 blcks First blck: ~ Last blck: ~ Each blck cntains 65,535 addresses larger than the needs f mst mid-size rganizatins In each blck, the first address, e.g., , is called the netwrk address Identify the netwrk f the rganizatin, nt individual hsts

40 Figure 4-8 Blcks in Class B

41 Many class B addresses are wasted.

42 Class C Class C: divided int 2.097,152 blcks First blck: ~ Last blck: ~ Each blck cntains 256 addresses Mst rganizatins d nt want such a blck In each blck, the first address, e.g., , is called the netwrk address Identify the netwrk f the rganizatin, nt individual hsts

43 Figure 4-9 Blcks in Class C

44 The number f addresses in a class C blck is smaller than the needs f mst rganizatins.

45 Class D and Class E Class D Just ne blck Designed fr multicasting and each address is used t identify ne multicasting grup Class E Just ne blck Designed fr use as reserved addresses

46 Class D addresses are used fr multicasting; there is nly ne blck in this class.

47 Class E addresses are reserved fr special purpses; mst f the blck is wasted.

48 Netwrk Addresses The netwrk address is the first address. The netwrk address defines the netwrk t the rest f the Internet. Ruters rute a packet based n the netwrk address. Given the netwrk address, we can find the class f the address, the blck, and the range f the addresses in the blck

49 In classful addressing, the netwrk address (the first address in the blck) is the ne that is assigned t the rganizatin.

50 Example 9 Given the netwrk address , find the class, the blck, and the range f the addresses. Slutin The class is A because the first byte is between 0 and 127. The blck has a netid f 17. The addresses range frm t

51 Example 10 Given the netwrk address , find the class, the blck, and the range f the addresses. Slutin The class is B because the first byte is between 128 and 191. The blck has a netid f The addresses range frm t

52 Example 11 Given the netwrk address , find the class, the blck, and the range f the addresses. Slutin The class is C because the first byte is between 192 and 223. The blck has a netid f The addresses range frm t

53 Mask If the netwrk address is given We can btain the blck and blck size Hwever, if an address is given, hw t find ut the netwrk address? First, find the class f the address Secnd, derive the netid and hstid Finally, netwrk address is btained by setting the hstidt zer.

54 Mask A mask is a 32-bit binary number that gives the first address in the blck (the netwrk address) when bitwise ANDed with an address in the blck.

55 Figure 4-10 Masking cncept

56 Figure 4-11 AND peratin

57 Default Masks Class A Mask in binary: Mask in dtted-decimal: Class B Mask in binary: Mask in dtted-decimal: Class C Mask in binary: Mask in dtted-decimal:

58 The netwrk address is the beginning address f each blck. It can be fund by applying the default mask t any f the addresses in the blck (including itself). It retains the netid f the blck and sets the hstid t zer.

59 Example 12 Given the address and the default class A mask, find the beginning address (netwrk address). Slutin The default mask is , which means that nly the first byte is preserved and the ther 3 bytes are set t 0s. The netwrk address is

60 Example 13 Given the address and the default class B mask, find the beginning address (netwrk address). Slutin The default mask is , which means that the first 2 bytes are preserved and the ther 2 bytes are set t 0s. The netwrk address is

61 Example 14 Given the address and the class C default mask, find the beginning address (netwrk address). Slutin The default mask is , which means that the first 3 bytes are preserved and the last byte is set t 0. The netwrk address is

62 We must nt apply the default mask f ne class t an address belnging t anther class.

63 4.13 OTHER ISSUES

64 Multihmed Devices A cmputer that is cnnected t different netwrks is called a multihmed cmputer Have mre than ne address Each pssibly belnging t a different class

65 Figure 4-12 MultihmedDevices

66 Special Addresses Special Address Netid Hstid Surce r Destinatin Netwrk address Specific All 0s Nne Direct bradcast address Specific All 1s Destinatin Limited bradcast address All 1s All 1s Destinatin This hst n this netwrk All 0s All 0s Surce Specific hst n this netwrk All 0s Specifi c Destinatin Lpback address 127 Any Destinatin

67 Figure 4-13 Netwrk Addresses

68 Direct Bradcast Address The hstid is all 1s in classes A, B, and C Used by a ruter t send a packet t all hst in a specific netwrk Can nly be used as a destinatin address

69 Figure 4-14 Example f Direct Bradcast Address

70 Limited Bradcast Address An address with all 1s fr the netid and hstid in classes A, B, and C Used by a hst t send a packet t every ther hst in a netwrk Ruters will blck a packet having this type f address t ther netwrks Limited bradcast address belngs t class E

71 Figure 4-15 Example f Limited Bradcast Address

72 This Hst n This Netwrk An IP address is cmpsed f all 0s Used by a hst at btstrap time when it des nt knw its IP address Surce address: all 0s Destinatin address: limited bradcast address

73 Figure 4-16 Example f This Hst n This Netwrk

74 Specific Hst n This Netwrk An IP address with a netid f all 0s Used by a ruter r hst t send a packet t anther hst n the same netwrk Ruter will blck this packet t ther netwrks Only used fr a destinatin address

75 Figure 4-17 Example f Specific Hst n This Netwrk

76 Lpback Address An IP address with the first byte equal t 127 This packet never leaves the machine Used nly as a destinatin address

77 Figure 4-18 Example f LpbackAddress

78 Private Addresses A number f blcks in each class are assigned fr private use and nt recgnized glbally. Used in Islatin In cnnectin with netwrk address translatin Class A B C Netid t t Blcks

79 Unicast,, Multicast, and Bradcast Addresses Unicast cmmunicatin is ne-t-ne. Multicast cmmunicatin is ne-t-many. Bradcast cmmunicatin is ne-t-all.

80 Multicast delivery will be discussed in depth in Chapter 14.

81 4.4 A SAMPLE INTERNET WITH CLASSFUL ADDRESSES

82 Sample Internet A Tken Ring LAN: : Class C An Ethernet LAN: : Class B An Ethernet LAN: : Class A A pint-t-pint WAN, fr example a T-1 line Just cnnect tw ruters and n hsts T save addresses, n IP address is assigned A switch WAN, e.g., Frame Relay r ATM Cnnect t three netwrk via three ruters

83 Figure 4-19 Sample internet

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

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

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

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 8 2016 v5.1 Answers 100% 1. What is a result f cnnecting tw r mre switches tgether? The number f bradcast dmains is increased. The size f the bradcast dmain is increased. The number f cllisin

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

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

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

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

LECTURE -4 IP ADDRESSES. IP Addresses: Classful Addressing

LECTURE -4 IP ADDRESSES. IP Addresses: Classful Addressing LECTURE -4 IP ADDRESSES IP Addresses: Classful Addressing 1 CONTENTS INTRODUCTION CLASSFUL ADDRESSING Different Network Classes Subnetting Classless Addressing 2 INTRODUCTION 3 WHAT IS AN IP ADDRESS A

More information

Getting started. Roles of the Wireless Palette and the Access Point Setup Utilities

Getting started. Roles of the Wireless Palette and the Access Point Setup Utilities Getting started The Wireless Palette is a sftware applicatin fr mnitring the cmmunicatin status between the Wireless LAN PC Card and the Wireless LAN Access Pint (hereinafter referred t as the Access Pint).

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

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

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

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

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

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

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

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

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

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

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

Questions and Answers

Questions and Answers Questins and Answers 1. Actin = Redirect is applied in A. Chain=srcnat B. Chain=dstnat C. Chain=fward 2. Chse all valid hsts address range fr subnet 15.242.55.62/27 A. 15.242.55.31-15.242.55.62 B. 15.242.55.32-15.242.55.63

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

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

IP Addresses McGraw-Hill The McGraw-Hill Companies, Inc., 2000

IP Addresses McGraw-Hill The McGraw-Hill Companies, Inc., 2000 IP Addresses The IP addresses are unique. An IPv4 address is a 32-bit address. An IPv6 address is a 128-bit address. The address space of IPv4 is 2 32 or 4,294,967,296. The address space of IPv6 is 2 128

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

(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

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

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

Data Structure Interview Questions

Data Structure Interview Questions Data Structure Interview Questins A list f tp frequently asked Data Structure interview questins and answers are given belw. 1) What is Data Structure? Explain. Data structure is a way that specifies hw

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

BMC Remedyforce Integration with Remote Support

BMC Remedyforce Integration with Remote Support BMC Remedyfrce Integratin with Remte Supprt 2003-2018 BeyndTrust, Inc. All Rights Reserved. BEYONDTRUST, its lg, and JUMP are trademarks f BeyndTrust, Inc. Other trademarks are the prperty f their respective

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

KNX integration for Project Designer

KNX integration for Project Designer KNX integratin fr Prject Designer Intrductin With this KNX integratin t Prject Designer it is pssible t cntrl KNX devices like n/ff, dimming, blinds, scene cntrl etc. This implementatin is intended fr

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

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

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

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

COP2800 Homework #3 Assignment Spring 2013

COP2800 Homework #3 Assignment Spring 2013 YOUR NAME: DATE: LAST FOUR DIGITS OF YOUR UF-ID: Please Print Clearly (Blck Letters) YOUR PARTNER S NAME: DATE: LAST FOUR DIGITS OF PARTNER S UF-ID: Please Print Clearly Date Assigned: 15 February 2013

More information

Admin Report Kit for Exchange Server

Admin Report Kit for Exchange Server Admin Reprt Kit fr Exchange Server Reprting tl fr Micrsft Exchange Server Prduct Overview Admin Reprt Kit fr Exchange Server (ARKES) is an Exchange Server Management and Reprting slutin that addresses

More information

Dolby Conference Phone Support Frequently Asked Questions

Dolby Conference Phone Support Frequently Asked Questions Dlby Cnference Phne Supprt Frequently Asked Questins Versin 1.0, 1 Intrductin This dcument prvides sme answers t frequently asked questins abut the Dlby Cnference Phne. Fr mre detailed infrmatin n any

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

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

Bulk Deployment Utility Guide Cisco Wireless IP Phone 8821 & 8821-EX

Bulk Deployment Utility Guide Cisco Wireless IP Phone 8821 & 8821-EX Bulk Deplyment Utility Guide Cisc Wireless IP Phne 8821 & 8821-EX Cntents Intrductin... 3 Create Wi-Fi Prfiles... 3 Exprt Cnfiguratin Files... 5 Push Cnfiguratin Files t the Cisc 8821 and 8821-EX... 9

More information

DNS (Domain Name Service)

DNS (Domain Name Service) mywbut.cm DNS (Dmain Name Service) The internet primarily uses IP addresses fr lcating ndes. Hwever, its humanly nt pssible fr us t keep track f the many imprtant ndes as numbers. Alphabetical names as

More information

SeaLinx Guide. Table of Contents

SeaLinx Guide. Table of Contents SeaLinx Guide Table f Cntents SeaLinx Overview... 2 Cre Cmpnent... 2 Physical Layer... 2 Mac Layer... 3 Netwrk Layer... 4 Transprt Layer... 5 Applicatin Layer... 6 Quick Start Guide... 6 Sftware Installatin

More information

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

On the road again. The network layer. Data and control planes. Router forwarding tables. The network layer data plane. CS242 Computer Networks 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.

More information

Using CppSim to Generate Neural Network Modules in Simulink using the simulink_neural_net_gen command

Using CppSim to Generate Neural Network Modules in Simulink using the simulink_neural_net_gen command Using CppSim t Generate Neural Netwrk Mdules in Simulink using the simulink_neural_net_gen cmmand Michael H. Perrtt http://www.cppsim.cm June 24, 2008 Cpyright 2008 by Michael H. Perrtt All rights reserved.

More information

OpenScape Business V2

OpenScape Business V2 OpenScape Business V2 Tutrial VIP Interfaces Versin 2.0 Definitins HwT An OpenScape Business HwT describes the cnfiguratin f an OpenScape Business feature within the OpenScape Business administratin. It

More information

Packet Tracer - Skills Integration Challenge Topology

Packet Tracer - Skills Integration Challenge Topology Packet Tracer - Skills Integratin Challenge Tplgy 2015 Cisc and/r its affiliates. All rights reserved. This dcument is Cisc Public. Page 1 f 6 Packet Tracer - Skills Integratin Challenge Addressing Table

More information

App Orchestration 2.6

App Orchestration 2.6 App Orchestratin 2.6 Terminlgy in App Orchestratin 2.6 Last Updated: July 8, 2015 Page 1 Terminlgy Cntents Elements f App Orchestratin... 3 Dmains... 3 Multi-Datacenter Deplyments... 4 Delivery Sites...

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

Avaya 9610 IP Telephone End User Guide

Avaya 9610 IP Telephone End User Guide Avaya 9610 IP Telephne End User Guide 9610 IP Telephne End User Guide 1 P age Table f Cntents Abut Yur Telephne... 3 Abut Scrlling and Navigatin... 3 Selecting Names, Numbers, r Features... 3 Starting

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

BME Smart-Colo. Smart-Colo is a solution optimized for the colocation of trading applications, built and managed by BME.

BME Smart-Colo. Smart-Colo is a solution optimized for the colocation of trading applications, built and managed by BME. BME Smart-Cl 1. Intrductin The aim f this dcument is t describe the BME Smart-Cl service fr accessing BME Cash, BME Derivative markets and market data feeds. Smart-Cl service prvides at the BME Data Center

More information

CS1150 Principles of Computer Science Midterm Review

CS1150 Principles of Computer Science Midterm Review CS1150 Principles f Cmputer Science Midterm Review Yanyan Zhuang Department f Cmputer Science http://www.cs.uccs.edu/~yzhuang CS1150 UC. Clrad Springs Office hurs 10/15, Mnday, 12:05 12:50pm 10/17, Wednesday

More information

The VMs in the CIS VLab (Virtual Lab) We will be using a number of different Virtual Machines (VMs) in VLab for this course.

The VMs in the CIS VLab (Virtual Lab) We will be using a number of different Virtual Machines (VMs) in VLab for this course. Lab 1: Using the CIS 192 Lab Resurces The purpse f this lab is t becme familiar with the CIS Lab resurces and t start practicing sme ld and new Linux cmmands. Resurces The Opus server CIS VLab (Virtual

More information

REST; WebSocket (RFC 6455)

REST; WebSocket (RFC 6455) REST; WebScket (RFC 6455) Web Oriented Technlgies and Systems Prf. Michele Ruta Master s Degree Curse in Cmputer Engineering - (A.Y. 2016/2017) REST REST = Representatinal State Transfer. Anther architectural

More information

BMC Remedyforce Integration with Bomgar Remote Support

BMC Remedyforce Integration with Bomgar Remote Support BMC Remedyfrce Integratin with Bmgar Remte Supprt 2017 Bmgar Crpratin. All rights reserved wrldwide. BOMGAR and the BOMGAR lg are trademarks f Bmgar Crpratin; ther trademarks shwn are the prperty f their

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

Creating a TES Encounter/Transaction Entry Batch

Creating a TES Encounter/Transaction Entry Batch Creating a TES Encunter/Transactin Entry Batch Overview Intrductin This mdule fcuses n hw t create batches fr transactin entry in TES. Charges (transactins) are entered int the system in grups called batches.

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

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015 Functinal Descriptin and Specificatins Versin: 1.1 March 20, 2015 SNMP Agent Simple Netwrk Management Prtcl Optin S fr IE and PM Mdules Supplement t Functinal Descriptin and Specificatins f RUB Ethernet

More information

1 Version Spaces. CS 478 Homework 1 SOLUTION

1 Version Spaces. CS 478 Homework 1 SOLUTION CS 478 Hmewrk SOLUTION This is a pssible slutin t the hmewrk, althugh there may be ther crrect respnses t sme f the questins. The questins are repeated in this fnt, while answers are in a mnspaced fnt.

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

Spectrum Enterprise SIP Trunking Service Zultys MX Phone System v9.0.4 IP PBX Configuration Guide

Spectrum Enterprise SIP Trunking Service Zultys MX Phone System v9.0.4 IP PBX Configuration Guide Spectrum Enterprise SIP Trunking Service Zultys MX Phne System v9.0.4 IP PBX Cnfiguratin Guide Abut Spectrum Enterprise: Spectrum Enterprise is a divisin f Charter Cmmunicatins fllwing a merger with Time

More information

Performance of VSA in VMware vsphere 5

Performance of VSA in VMware vsphere 5 Perfrmance f VSA in VMware vsphere 5 Perfrmance Study TECHNICAL WHITE PAPER Table f Cntents Intrductin... 3 Executive Summary... 3 Test Envirnment... 3 Key Factrs f VSA Perfrmance... 4 Cmmn Strage Perfrmance

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

Constituent Page Upgrade Utility for Blackbaud CRM

Constituent Page Upgrade Utility for Blackbaud CRM Cnstituent Page Upgrade Utility fr Blackbaud CRM In versin 4.0, we made several enhancements and added new features t cnstituent pages. We replaced the cnstituent summary with interactive summary tiles.

More information

Volume DIGITAL SIGNAGE SOFTWARE MANUAL. Your total toolkit for cloud-based digital signage. A Quick Start User Guide

Volume DIGITAL SIGNAGE SOFTWARE MANUAL. Your total toolkit for cloud-based digital signage. A Quick Start User Guide Vlume 3 DIGITAL SIGNAGE SOFTWARE MANUAL Yur ttal tlkit fr clud-based digital signage A Quick Start User Guide 1 A Quick Start User Guide Table f Cntents 2 Intrductin Page. 1 Step 1: Getting Started Page.

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

CS1150 Principles of Computer Science Introduction (Part II)

CS1150 Principles of Computer Science Introduction (Part II) Principles f Cmputer Science Intrductin (Part II) Yanyan Zhuang Department f Cmputer Science http://www.cs.uccs.edu/~yzhuang UC. Clrad Springs Review Terminlgy Class } Every Java prgram must have at least

More information

CS1150 Principles of Computer Science Boolean, Selection Statements (Part II)

CS1150 Principles of Computer Science Boolean, Selection Statements (Part II) CS1150 Principles f Cmputer Science Blean, Selectin Statements (Part II) Yanyan Zhuang Department f Cmputer Science http://www.cs.uccs.edu/~yzhuang CS1150 Review What s the scientific ntatin f 9,200,000?

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

Brief Intro to relational databases

Brief Intro to relational databases Brief Intr t relatinal databases A relatinal database cnsists f tables Tables cnsist f rws and clumns, which can als be referred t as recrds and fields A table is typically mdeled after a real-wrld entity,

More information

Network Design Description & Guidelines. [Building Name] Revisions 10/20/97 11/19/97

Network Design Description & Guidelines. [Building Name] Revisions 10/20/97 11/19/97 Netwrk Design Descriptin & Guidelines [Building Name] Revisins 10/20/97 11/19/97 [Building] Site and Facilities Descriptin The [building] is 30 stries. Day ne, [Cmpany] will ccupy flrs 2 19 (n 13 th flr)

More information

Nokia N95 with Tpad. Follow these simply settings to get your Nokia N95 to connect to the Tpad.

Nokia N95 with Tpad. Follow these simply settings to get your Nokia N95 to connect to the Tpad. Nkia N95 with Tpad Fllw these simply settings t get yur Nkia N95 t cnnect t the Tpad. This Guide cvers: 1. Setting up yur Nkia N95 with Tpad 2. Using Tpad via yur Wireless LAN with the Nkia N95 1. Setting

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

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

Programming Project: Building a Web Server

Programming Project: Building a Web Server Prgramming Prject: Building a Web Server Submissin Instructin: Grup prject Submit yur cde thrugh Bb by Dec. 8, 2014 11:59 PM. Yu need t generate a simple index.html page displaying all yur grup members

More information

Max 8/16 and T1/E1 Gateway, Version FAQs

Max 8/16 and T1/E1 Gateway, Version FAQs Frequently Asked Questins Max 8/16 and T1/E1 Gateway, Versin 1.5.10 FAQs The FAQs have been categrized int the fllwing tpics: Calling Calling Cmpatibility Cnfiguratin Faxing Functinality Glssary Q. When

More information

Deploying an Exadata DB System on Oracle Cloud Infrastructure ORACLE WHITE PAPER AUGUST 2018

Deploying an Exadata DB System on Oracle Cloud Infrastructure ORACLE WHITE PAPER AUGUST 2018 Deplying an Exadata DB System n Oracle Clud Infrastructure ORACLE WHITE PAPER AUGUST 2018 Disclaimer The fllwing is intended t utline ur general prduct directin. It is intended fr infrmatin purpses nly,

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

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

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

Exporting and Importing the Blackboard Vista Grade Book

Exporting and Importing the Blackboard Vista Grade Book Exprting and Imprting the Blackbard Vista Grade Bk Yu can use the Blackbard Vista Grade Bk with a spreadsheet prgram, such as Micrsft Excel, in a number f different ways. Many instructrs wh have used Excel

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

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

Once the Address Verification process is activated, the process can be accessed by employees in one of two ways:

Once the Address Verification process is activated, the process can be accessed by employees in one of two ways: Type: System Enhancements ID Number: SE 94 Date: June 29, 2012 Subject: New Address Verificatin Prcess Suggested Audience: Human Resurce Offices Details: Sectin I: General Infrmatin fr Address Verificatin

More information

How can I fin1d the location of a BTS?

How can I fin1d the location of a BTS? http://mti.rzblg.cm Hw can I fin1d the lcatin f a BTS? Why shuld I lk fr the lcatin f a BTS? Well, bviusly yu must nt d it, but if yu are interested in mbile cmmunicatins it is the right hbby fr yu. Sme

More information

Request for Comments: November 1996

Request for Comments: November 1996 Netwrk Wrking Grup Request fr Cmments: 2009 Categry: Experimental T. Imielinski J. Navas Rutgers University Nvember 1996 GPS-Based Addressing and Ruting Status f this Mem This mem defines an Experimental

More information

Project Extranet User Guide

Project Extranet User Guide Prject Extranet User Guide Drafted by: Francisc Galleg (fgalleg@ua.es) - UA Pedr Caselles (pcaselles@ua.es) - UA Raul Pamplega (rpamplega@ua.es) - UA 1 Table f cntents: 1. EXTRANET USER GUIDE 3 2. INTRODUCTION

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

TPP: Date: October, 2012 Product: ShoreTel PathSolutions System version: ShoreTel 13.x

TPP: Date: October, 2012 Product: ShoreTel PathSolutions System version: ShoreTel 13.x I n n v a t i n N e t w r k A p p N t e TPP: 10320 Date: Octber, 2012 Prduct: ShreTel PathSlutins System versin: ShreTel 13.x Abstract PathSlutins sftware can find the rt-cause f vice quality prblems in

More information

Chapter 10: Information System Controls for System Reliability Part 3: Processing Integrity and Availability

Chapter 10: Information System Controls for System Reliability Part 3: Processing Integrity and Availability Chapter 10: Infrmatin System Cntrls fr System Reliability Part 3: Prcessing Integrity and Availability Cntrls Ensuring Prcessing Integrity Input Prcess Output Input Cntrls Garbage-in Garbage-ut Frm Design

More information

ICND2 Lab Exercises Lesson Companion

ICND2 Lab Exercises Lesson Companion ICND2 Lab Exercises Lessn Cmpanin Je Rinehart MBA, CCIE #14256 CCNP/DP/VP Octber 11, 2014 Table f Cntents Intrductin... 5 The Overall Tplgy... 5 Purpse f the Lab Prject... 5 1.1 Packet Tracer Explratin...

More information

NAT Instance Configuration

NAT Instance Configuration NAT Instance Cnfiguratin Enabling Internet Access fr Private Subnets O R A C L E W H I T E P A P E R J A N U A R Y 2 0 1 8 Table f Cntents Intrductin 3 Assumptins 4 Basic NAT Cnfiguratin 4 Architecture

More information

McGraw-Hill The McGraw-Hill Companies, Inc., 2000

McGraw-Hill The McGraw-Hill Companies, Inc., 2000 !! McGraw-Hill The McGraw-Hill Companies, Inc., 2000 "#$% & '$# )1 ) ) )6 ) )* )- ). )0 )1! )11 )1 )1 )16 )1 3'' 4", ( ( $ ( $ $$+, $$, /+ & 23,4 )/+ &4 $ 53" Network Layer Position of network layer Figure

More information

Custodial Integrator. Release Notes. Version 3.11 (TLM)

Custodial Integrator. Release Notes. Version 3.11 (TLM) Custdial Integratr Release Ntes Versin 3.11 (TLM) 2018 Mrningstar. All Rights Reserved. Custdial Integratr Prduct Versin: V3.11.001 Dcument Versin: 020 Dcument Issue Date: December 14, 2018 Technical Supprt:

More information