17 Pages

module09-ipforwV3

Course: CS 458, Fall 2011
School: UVA
Rating:
 
 
 
 
 

Word Count: 1201

Document Preview

Forwarding Relates IP to Lab 3. Covers the principles of end-to-end datagram delivery in IP networks. 1 Delivery of an IP datagram View at the data link layer layer: Internetwork is a collection of LANs or point-to-point links or switched networks that are connected by routers R1 Point-to-point link R2 Point-to-point link H2 Network of Ethernet switches Ethernet IP H1 R3 Token Ring LAN R4 Ethernet 2...

Register Now

Unformatted Document Excerpt

Coursehero >> Virginia >> UVA >> CS 458

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
Forwarding Relates IP to Lab 3. Covers the principles of end-to-end datagram delivery in IP networks. 1 Delivery of an IP datagram View at the data link layer layer: Internetwork is a collection of LANs or point-to-point links or switched networks that are connected by routers R1 Point-to-point link R2 Point-to-point link H2 Network of Ethernet switches Ethernet IP H1 R3 Token Ring LAN R4 Ethernet 2 Delivery of an IP datagram View at the IP layer: An IP network is a logical entity with a network number We represent an IP network as a "cloud" The IP delivery service takes the view of clouds, and ignores the data link layer view R1 10.2.1.0/24 R2 20.2.1.0/28 H2 IP 10.1.0.0/24 10.1.2.0/24 20.1.0.0/16 10.3.0.0/16 H1 R3 R4 3 Tenets of end-to-end delivery of datagrams The following conditions must hold so that an IP datagram can be successfully delivered 1. The network prefix of an IP destination address must 1. The network prefix of an IP destination address must correspond to a unique data link layer network (=LAN or correspond to a unique data link layer network (=LAN or point-to-point link or switched network). point-to-point link or switched network). (The reverse need not be true!) (The reverse need not be true!) 2. Routers and hosts that have a common network prefix 2. Routers and hosts that have a common network prefix must be able to exchange IP dagrams using a data link must be able to exchange IP dagrams using a data link protocol (e.g., Ethernet, PPP) protocol (e.g., Ethernet, PPP) 3. Every data link layer network must be connected to at least 3. Every data link layer network must be connected to at least one other data link layer network via a router. one other data link layer network via a router. 4 Routing tables Each router and each host keeps a routing table which tells the router how to process an outgoing packet Main columns: 1. 2. 3. Destination address: where is the IP datagram going to? Next hop: how to send the IP datagram? Interface: what is the output port? Next hop and interface column can often be summarized as one column Routing tables are set so that datagrams gets closer to the its destination Destination 10.1.0.0/24 10.1.2.0/24 10.2.1.0/24 10.3.1.0/24 20.1.0.0/16 20.2.1.0/28 Next interface Hop direct direct R4 direct R4 R4 eth0 eth0 serial0 eth1 eth0 eth0 5 Routing table of a host or router IP datagrams can be directly delivered ("direct") or is sent to a router ("R4") Delivery with routing tables Destination 10.1.0.0/24 10.1.2.0/24 10.2.1.0/24 10.3.1.0/24 20.2.0.0/16 30.1.1.0/28 Next Hop R3 direct direct R3 R2 R2 Destination 10.1.0.0/24 10.1.2.0/24 10.2.1.0/24 10.3.1.0/24 20.1.0.0/16 20.2.1.0/28 Next Hop R1 R1 direct R4 direct direct Destination 10.1.0.0/24 10.1.2.0/24 10.2.1.0/24 10.3.1.0/24 20.1.0.0/16 20.2.1.0/28 Next Hop R2 R2 R2 R2 R2 direct R1 10.2.1.0/24 R2 20.2.1.0/28 H2 10.1.2.0/24 20.1.0.0/16 20.2.1.2/28 to: 20.2.1.2 H1 Destination 10.1.0.0/24 10.1.2.0/24 10.2.1.0/24 10.3.1.0/24 20.1.0.0/16 20.2.1.0/28 Next Hop direct R3 R3 R3 R3 R3 10.1.0.0/24 10.3.0.0/16 R3 Destination 10.1.0.0/24 10.1.2.0/24 10.2.1.0/24 10.3.1.0/24 20.1.0.0/16 20.2.1.0/28 Next Hop direct direct R4 direct R4 R4 R4 Destination 10.1.0.0/24 10.1.2.0/24 10.2.1.0/24 10.3.1.0/24 20.1.0.0/16 20.2.1.0/28 Next Hop R3 R3 R2 direct direct R2 6 Delivery of IP datagrams There are two distinct processes to delivering IP datagrams: 1. Forwarding: How to pass a packet from an input interface to the output interface? 2. Routing: How to find and setup the routing tables? Forwarding must be done as fast as possible: on routers, is often done with support of hardware on PCs, is done in kernel of the operating system Routing is less time-critical On a PC, routing is done as a background process 7 Processing of an IP datagram in IP Routing Protocol Static routing UDP TCP Demultiplex Yes routing table Lookup next hop Yes IP forwarding enabled? No No Destination address local? IP module Send datagram Discard Input queue Data Link Layer IP router: IP forwarding enabled Host: IP forwarding disabled 8 Processing of an IP datagram in IP Processing of IP datagrams is very similar an on IP router and a host Main difference: "IP forwarding" is enabled on router and disabled on host IP forwarding enabled if a datagram is received, but it is not for the local system, the datagram will be sent to a different system IP forwarding disabled if a datagram is received, but it is not for the local system, the datagram will be dropped 9 Processing of an IP datagram at a router Receive an IP datagram 1. 2. 3. 4. 5. 6. 7. 8. 9. IP header validation Process options in IP header Parsing the destination IP address Routing table lookup Decrement TTL Perform fragmentation (if necessary) Calculate checksum Transmit to next hop Send ICMP packet (if necessary) 10 Routing table lookup When a router or host need to transmit an IP datagram, it performs a routing table lookup Routing table lookup: Use the IP destination address as a key to search the routing table. Result of the lookup is the IP address of a next hop router, and/or the name of a network interface Destination address network prefix or host IP address or loopback address or default route Next hop/ interface IP address of next hop router or Name of a network interface 11 Type of routing table entries Network route Destination addresses is a network address (e.g., 10.0.2.0/24) Most entries are network routes Host route Destination address is an interface address (e.g., 10.0.1.2/32) Used to specify a separate route for certain hosts Default route Used when no network or host route matches The router that is listed as the next hop of the default route is the default gateway (for Cisco: "gateway of last resort) Loopback address Routing table for the loopback address (127.0.0.1) The next hop lists the loopback (lo0) interface as outgoing interface 12 Routing table lookup: Longest Prefix Match Longest Prefix Match: Search for the routing table entry that has the longest match with the prefix of the destination = IP address 128.143.71.21 Destination address 10.0.0.0/8 128.143.0.0/16 128.143.64.0/20 128.143.192.0/20 128.143.71.0/24 128.143.71.55/32 default Next hop R1 R2 R3 R3 R4 R3 R5 1. Search for a match on all 32 bits 2. Search for a match for 31 bits ..... 32. Search for a mach on 0 bits Host route, loopback entry 32-bit prefix match Default route is represented as 0.0.0.0/0 0-bit prefix match The longest prefix match for 128.143.71.21 is for 24 bits with entry 128.143.71.0/24 Datagram will be sent to R4 13 Route Aggregation Longest prefix match algorithm permits to aggregate prefixes with identical next hop address to a single entry This contributes significantly to reducing the size of routing tables of Internet routers Destination 10.1.0.0/24 10.1.2.0/24 10.2.1.0/24 10.3.1.0/24 20.2.0.0/16 30.1.1.0/28 Next Hop R3 direct direct R3 R2 R2 Destination 10.1.0.0/24 10.1.2.0/24 10.2.1.0/24 10.3.1.0/24 20.0.0.0/8 Next Hop R3 direct direct R3 R2 14 How do routing tables get updated? Adding an interface: Configuring an interface eth2 with 10.0.2.3/24 adds a routing table entry: Adding a default gateway: Configuring 10.0.2.1 as the default gateway adds the entry: Static configuration of network routes or host routes Update of routing tables through routing protocols ICMP messages 15 Destination 10.0.2.0/24 Next Hop/ interface eth2 Destination 0.0.0.0/0 Next Hop/ interface 10.0.2.1 Routing table manipulations with ICMP When a router detects that an IP datagram should have gone to a different router, the router (here R2) forwards the IP datagram to the correct router sends an ICMP redirect message to the host Host uses ICMP message to update its routing table R1 (2) IP datagram (1) IP datagram R2 Destination Next Hop 10.1.0.0/24 R1 ... (3) ICMP redirect Ethernet H1 Destination Next Hop 10.1.0.0/24 R2 R1 ... 16 ICMP Router Solicitation ICMP Router Advertisement After bootstrapping a host broadcasts an ICMP router R1 solicitation. In response, routers send an ICMP router advertisement message Also, routers periodically broadcast ICMP router advertisement R2 ICMP router advertisement ICMP router solicitation ICMP router advertisement Ethernet This is sometimes called the Router Discovery Protocol H1 17
Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

UVA - CS - 458
Router ArchitecturesAn overview of router architectures.IntroductionWhat is a Packet Switch? Basic Architectural Components Some Example Packet Switches The Evolution of IP Routers2Router Components Hardware components of a router: Network interfac
UVA - CS - 458
Dynamic Routing Protocols I RIPRelates to Lab 4. The first module on dynamic routing protocols. This module provides an overview of routing, introduces terminology (interdomain, intradomain, autonomous system),1Routing Recall: There are two parts to r
UVA - CS - 458
Dynamic Routing Protocols II OSPFRelates to Lab 4. This module covers link state routing and the Open Shortest Path First (OSPF) routing protocol.1Distance Vector vs. Link State Routing With distance vector routing, each node has information only abou
UVA - CS - 458
Transport ProtocolsRelates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.1Orientation We move one layer up and look at the transport layer.User Process User Process User Process User Pr
UVA - CS - 458
TCP - Part IRelates to Lab 5. First module on TCP which covers packet format, data transfer, and connection management.1OverviewTCP = Transmission Control Protocol Connection-oriented protocol Provides a reliable unicast end-to-end byte stream over an
UVA - CS - 458
TCP - Part IRelates to Lab 5. First module on TCP which covers packet format, data transfer, and connection management.1OverviewTCP = Transmission Control Protocol Connection-oriented protocol Provides a reliable unicast end-to-end byte stream over an
UVA - CS - 458
TCP - Part IRelates to Lab 5. First module on TCP which covers packet format, data transfer, and connection management.1OverviewTCP = Transmission Control Protocol Connection-oriented protocol Provides a reliable unicast end-to-end byte stream over an
UVA - CS - 458
TCP - Part IIRelates to Lab 5. This is an extended module that covers TCP data transport, and flow control, congestion control, and error control in TCP.1Interactive and bulk data transferTCP applications can be put into the following categories bulk
UVA - CS - 458
TCP III - Error ControlTCP Error Control1ARQ Error Control Two types of errors: Lost packets Damaged packets Most Error Control techniques are based on: 1. Error Detection Scheme (Parity checks, CRC). 2. Retransmission Scheme. Error control schemes th
UVA - CS - 458
LAN switching and BridgesRelates to Lab 6. Covers interconnection devices (at different layers) and the difference between LAN switching (bridging) and routing. Then discusses LAN switching, including learning bridge algorithm, transparent bridging, and
UVA - CS - 458
Network Address Translation (NAT)Relates to Lab 7. Module about private networks and NAT.1Private Network Private IP network is an IP network that is not directly connected to the Internet IP addresses in a private network can be assigned arbitrarily.
UVA - CS - 458
Dynamic Host Configuration Protocol (DHCP)Relates to Lab 7. Module about dynamic assignment of IP addresses with DHCP.1Dynamic Assignment of IP addresses Dynamic assignment of IP addresses is desirable for several reasons: IP addresses are assigned on
UVA - CS - 458
DNS Domain Name SystemDomain names and IP addresses People prefer to use easy-to-remember names instead of IP addresses Domain names are alphanumeric names for IP addresses e.g., neon.cs.virginia.edu, www.google.com, ietf.org The domain name system (DNS
UVA - CS - 458
SNMP Simple Network Management ProtocolSimple Network Management Protocol SNMP is a framework that provides facilities for managing and monitoring network resources on the Internet. Components of SNMP: SNMP agents SNMP managers Management Information Ba
UVA - CS - 458
IP MulticastingRelates to Lab 10. It covers IP multicasting, including multicast addressing, IGMP, and multicast routing.1Applications with multiple receivers Many applications transmit the same data at one time to multiple receivers Broadcasts of Rad
UVA - MSE - 305
Review of classical thermodynamicsFundamental Laws, Properties and Processes (1) First Law - Energy Balance Thermodynamic functions of state Internal energy, heat and work Types of paths (isobaric, isochoric, isothermal, adiabatic, cyclic) Enthalpy, heat
UVA - MSE - 305
Review of classical thermodynamicsFundamental Laws, Properties and Processes (2) Entropy and the Second Law Concepts of equilibrium Reversible and irreversible processes The direction of spontaneous change Entropy and spontaneous/irreversible processes C
UVA - MSE - 305
Review of classical thermodynamicsFundamental Laws, Properties and Processes (3) Fundamental equations The Helmholtz Free Energy The Gibbs Free energy Changes in composition Chemical potential Thermodynamic relationsReading: Chapter 5.1 5.9 of Gaskell o
UVA - MSE - 305
Binary SolutionsComposition as a thermodynamic variable Gibbs free energy of binary solutions Entropy of formation and Gibbs free energy of an ideal solution Chemical potential of an ideal solution Regular solutions: Heat of formation of a solution Activ
UVA - MSE - 305
Theoretical calculation of the heat capacityPrinciple of equipartition of energy Heat capacity of ideal and real gases Heat capacity of solids: Dulong-Petit, Einstein, Debye models Heat capacity of metals electronic contributionReading: Chapter 6.2 of G
UVA - MSE - 305
homework #1 (page 1 out of 2)1. Calculate the molar enthalpy of pure iron at 1500 K and one atmosphere pressure. The molar heats of phase transformations for iron are: H = 670 J/mol; H = 840 J/mol; H liquid = 13770 J/mol. The constant pressure heat capac
UVA - MSE - 305
homework #2 (page 1 or 2)1. One mole of copper at a uniform temperature of 0C is placed in thermal contact with a second mole of copper which, initially, is at a uniform temperature of 100C. The pressure in the system is maintained at 1 atm. The two mole
UVA - MSE - 305
homework #3 (page 1 of 2)1. The molar volumes of solid and liquid lead under the atmospheric pressure are, respectively, 18.92 cm3 and 19.47 cm3, melting temperature Tm = 600 K, molar heat of melting Hm = 4810 J. Calculate the pressure which must be appl
UVA - MSE - 305
MSE 3050: Thermodynamics and Kinetics of MaterialsMonday and Wednesday, 2:00 3:15 pm Mechanical Engineering Building 339 Contact Information: Instructor: !"#$%&'()%*%+"% Office: ,%+-&#./ 01+'2324 Office Hours: 2523'67'8#'9523'67':#$&1;'& open Telephone:
UVA - MSE - 305
Phase Transitions and Phase DiagramsOne-component systems Enthalpy and entropy dependence on P and T Gibbs free energy dependence on P and T Clapeyron equation Understanding phase diagrams for one-component systems Polymorphic phase transitions Driving f
UVA - MSE - 305
The Statistical Interpretation of EntropyPhysical meaning of entropy Microstates and macrostates Statistical interpretation of entropy and Boltzmann equation Configurational entropy and thermal entropy Calculation of the equilibrium vacancy concentration
MO St. Louis - ANTHRO - 120
Intro to Anthropology8/31/11Anthropology (etymology)Anthropos manLogos discourse /study ofStudy of human speciesOriginally this was a study focused on men, not women. However, during thefeminist movement the distinction was lost, and anthropology e
MO St. Louis - ANTHRO - 120
Cultureshared pattern of learned behavior1. As bounded object2. Fuzzy boundaries between cultures: theyre porous; there is not set culture andcultures are now minglinga. Cultures now influence one-anotherb. Culture is not static, it is a process; it
MO St. Louis - ANTHRO - 120
Judaid YassirPakistanHow do we explain human behavior?Evolutionism (social darwinism)Sociobiology: determinism via biology; everything you do/think/believe isa chemical reaction.Empiricism: general scientific methodFunctionalism: people have needs,
MO St. Louis - ANTHRO - 120
Creation StoriesEarth diver myth:Scientific Revolution1450(ish) scientific model emerges: formulate a theory (hypothesis) and testagainst experimentation.Classification of living things:Linnaeus (1700s) turned this into a science: Taxonomy is the sc
MO St. Louis - ANTHRO - 120
Evolution is Non-directedSickle-Cell AnemiaA severe hereditary form of anemia in which a mutated form ofhemoglobin distorts the red blood cells into a crescent shape at lowoxygen levels. It is most common among those of African descentwheremalaria-in
MO St. Louis - ANTHRO - 120
TeethOur dental formula is 2-1-2-3 (Incisors, canine, pre-molars, molars); other specieshave much larger canine teeththe more sexually dimorphic, the larger thecanine teeth.Skeletal Differences:We have no tails (minus a few exceptions)Foramen Magnum
MO St. Louis - ANTHRO - 120
Social behavior of primates:Grooming: most common form of friendship: friendship, submission, orappeasement. All other primates (except for humans and bonobos) mate duringovulation period. Chimps mate 14-15 times a day.Visible ovulation: theoretically
MO St. Louis - ANTHRO - 120
Similarities between chimps and us:Behavioral aspects: parent-to-child bond, territorialism, male dominancy (malehunter), forming hunting traps and strategies, the use of tools, hereditary skill(paired with brute strength), sociality (some sort of commu
MO St. Louis - ANTHRO - 120
Archaeology & AnthropologyReconstruct, describe, and interpret the past through material remains.Artifactsmaterial items that humans have made or modifiedtools, weapons,camp sites, pottery, buildings, fire pits, garbage dumps. Concerned with thingspeo
MO St. Louis - ANTHRO - 120
Early BipedsPrimate Ancestor:Sahel Region of Djurab desert; South African areaFossil named ToumaiNearly complete skull, jaw fragments, teethMixture of chimp and human6-7myaLived in mixed habitat of savanna, forest, rivers, and lakes.Demonstrates t
MO St. Louis - ANTHRO - 120
A. Africanus and A. robustusSouth Africa 3-2.5myaAfricanusgracile (slighter; less muscle; like a Bonobo)Robustusrobust (more muscular)Large back teeth; also a larger species60% female dimorphicEvidence for scavenging or hunting; given the teeth and
MO St. Louis - ANTHRO - 120
Language originsTools, meat eating, brain expansionTool use did not necessitate languageHomo ErgasterGeorgiaformer soviet satelliteJawbone found in 1991Finds in 1999 proved the validity of the jawbone; providing context. An adultmale and adolescent
MO St. Louis - ANTHRO - 120
The culture of the archaic homo sapiensMiddle Paleolithic: 200-40kyaLevalloisian Technique (200-?kya): the first form of detailed cutting; a primitive knifeMousterian Tradition (166-40kya)Europe, western Asia, North AfricaNeanderthal culture begins u
MO St. Louis - ANTHRO - 120
MO St. Louis - ANTHRO - 120
Upper Paleolithic artPictorial art (wall art)Australia: 45kyaEurope: 32kyaRealistic, powerful, animalsDepicts hunting; animal/human forms; sympathetic magic; very largeimages painted very high on the ceilingMusicFlutes & whistlesVenus FigurinesD
MO St. Louis - ANTHRO - 120
Migration & DiffusionBolsters reproduction because of a stable food supplyLots of kids increase labor forceLabor force initiates spread: spread of farming skillsFarmers reproduce rapidlyCulture of Neolithic settlements/technologiesSickles, digging s
MO St. Louis - ANTHRO - 120
EthnolinguisticsLinguistic relativity (Sapir-Whorf hypothesis): the way you speak reflects howyou see the world (hard version: this determines the way you see the world, Soft:the way you speak influences the way you see the world)Ex: Gender (specified
MO St. Louis - ANTHRO - 120
Control of sexual relationsNature vs. CultureBiology of sex: good for the community () or disruptive of the community(e.g. jealousy)Cultural control of sex: marriage regulates your sexual relationships;marriage is meant to minimize the disruptive aff
MO St. Louis - ANTHRO - 120
The Incest TabooThe prohibition of sexual relations between specified individuals (at minimum:parent child)Not necessarily biological, but seems to carry over to other speciesIt seems that the parent-child rule is universalSome cultures advocate ince
MO St. Louis - ANTHRO - 120
Language and linguistic anthropologyLanguage: a system of communication using sounds or gestures that are puttogether in meaningful ways according to a set of rulesRules: grammar and informal rules (spoken or written)Cuneiform: the oldest known langua
MO St. Louis - ANTHRO - 120
DivorceIn societies with arranged marriages, divorce is much more difficult. It alsorequires a repayment of dowry.Acceptable or not:Family: two or more people related by blood, marriage, or adoption.Household: basic residential unit where economic pr
MO St. Louis - ANTHRO - 120
ProductionDistributionConsumptionWhich is the most important?Production for the Marxist, was paramount.In capitalism, consumption is the hot ticket.ProductionForaging (Hunting/Gathering)Started with erectus and archaic Homo sapiens.Foragers rely
MO St. Louis - ANTHRO - 120
PoliticsPatterned ways in which power is used to regulate behaviorIn the US you have the ability to meet with your senatorRelationship between power (the ability to influence others) and authority (theability to enact power legitimately)Bands (Diffic
MO St. Louis - ANTHRO - 120
Religion & MagicPolitics & Religion: not supposed to talk about these topics socially.Anthony F. C. WallaceBelief and ritual concerned with supernatural beings, powers, and forcesProblematic term, Belief is determined by asking:What they sayWhat you
MO St. Louis - ANTHRO - 120
DevianceActing in a way that opposes the group to which you belongDeviants were either: Innovator or criminal (depends on success)Basis of cultural change (deviant activity)Mental illness as deviance: weve moved people with mental illness from a statu
MO St. Louis - ANTHRO - 120
Industrial SocietyGender roles more fluidUS gender roles change with economySome constants in gender roles remainEmotional RolesGender ConstructionCultural construction of the bodyCultural performance of the bodyBerache (physically male, behaves l
MO St. Louis - ANTHRO - 120
RaceRace is an ideology of ranked categories dividing up humansDeveloped by western Europeans after the 1400sGlobalLinked to cultural worth, intelligence, beauty, closeness to EuropeansConcept changed as Europeans came into contact with more peopleS
MO St. Louis - ANTHRO - 120
RacismRacism as power (consider power and authority)Prejudiceattitude about another person or group, usually negativeDiscriminationpolicy (requires authority) and the ability to enact a policy in away that could harm a person or people. (Not serving p
MO St. Louis - ANTHRO - 120
Colonialism and DevelopmentEuropeanAsianMiddle EasternRomanAmericasWherever there is a state, there is colonialismEuropeans took colonialism to a next step: after exhausting their local landresources, they acquired foreign statesEuropeansStates
MO St. Louis - CSCI - 140
Chapter 5 5Computing ComponentsChapter Goals Read an ad for a computer andunderstand the jargon List the components and their functionin a von Neumann machine Describe the fetch-decode-execute cycleof the von Neumann machine Describe how computer
MO St. Louis - MATH - 135
MagnetismPermanentmagnetsEarthsmagneticfieldMagneticforceMotionofchargedparticlesinmagneticfieldsCopyrightTheMcGrawHillCompanies,Inc.Permissionrequiredforreproductionordisplay.March 5, 2012University Physics, Chapter 271Permanent Magnets Example
MO St. Louis - MATH - 135
Electric Field Magnetic Field Letsaddresstheproblemofcalculatingmagneticfieldsgeneratedbymovingcharges Wecalculatedtheelectricfieldintermsoftheelectricchargeusingtheform1 dqdE =r24 0 rwheredqisachargeelementandisaunitvectorintheradialrdirectio
MO St. Louis - MATH - 135
Induction Previouslywelearnedthatacurrentcarryingloopinamagneticfieldexperiencesatorque Ifwestartwithaloopwithnocurrentinamagneticfield,andforcethelooptorotate,wefindthatacurrentisinducedintheloop Further,ifwestartwithaloopwithnocurrentandturnonamag
GA Southern - BUSA - 3131
Exam 11. Given the following SAMPLE data calculate the indicated statistics. 10, 2, 7, 18, 9, 1, 11, 15, 15, 15 A. Mean, B. Mode, C. Median, D. StandardDeviation, E. Variance, G. Range: Use Descriptive Statistics and summary statisticsF. IQR: Use the Qua
UPenn - ESE - 605
Additional Exercises for Convex OptimizationStephen BoydLieven VandenbergheApril 22, 2010This is a collection of additional exercises, meant to supplement those found in the book ConvexOptimization, by Stephen Boyd and Lieven Vandenberghe. These exer