Traffic shapingTraffic shaping is a bandwidth management technique used on computer networks which delays some or all datagrams to bring them into compliance with a desired traffic profile. Traffic shaping is used to optimize or guarantee performance, improve latency, or increase usable bandwidth for some kinds of packets by delaying other kinds. It is often confused with traffic policing, the distinct but related practice of packet dropping and packet marking. The most common type of traffic shaping is application-based traffic shaping.
Transit-oriented developmentIn urban planning, transit-oriented development (TOD) is a type of urban development that maximizes the amount of residential, business and leisure space within walking distance of public transport. It promotes a symbiotic relationship between dense, compact urban form and public transport use. In doing so, TOD aims to increase public transport ridership by reducing the use of private cars and by promoting sustainable urban growth.
Mathematical optimizationMathematical optimization (alternatively spelled optimisation) or mathematical programming is the selection of a best element, with regard to some criterion, from some set of available alternatives. It is generally divided into two subfields: discrete optimization and continuous optimization. Optimization problems arise in all quantitative disciplines from computer science and engineering to operations research and economics, and the development of solution methods has been of interest in mathematics for centuries.
Carbon priceCarbon pricing (or pricing) is a method for nations to address climate change. The cost is applied to greenhouse gas emissions in order to encourage polluters to reduce the combustion of coal, oil and gas – the main driver of climate change. The method is widely agreed and considered to be efficient. Carbon pricing seeks to address the economic problem that emissions of and other greenhouse gases (GHG) are a negative externality – a detrimental product that is not charged for by any market.
Optimizing compilerIn computing, an optimizing compiler is a compiler that tries to minimize or maximize some attributes of an executable computer program. Common requirements are to minimize a program's execution time, memory footprint, storage size, and power consumption (the last three being popular for portable computers). Compiler optimization is generally implemented using a sequence of optimizing transformations, algorithms which take a program and transform it to produce a semantically equivalent output program that uses fewer resources or executes faster.
Personal carbon tradingCarbon rationing, as a means of reducing CO2 emissions to contain climate change, could take any of several forms. One of them, personal carbon trading, is the generic term for a number of proposed emissions trading schemes under which emissions credits would be allocated to adult individuals on a (broadly) equal per capita basis, within national carbon budgets. Individuals then surrender these credits when buying fuel or electricity.
Time value of moneyThe time value of money is the widely accepted conjecture that there is greater benefit to receiving a sum of money now rather than an identical sum later. It may be seen as an implication of the later-developed concept of time preference. The time value of money is among the factors considered when weighing the opportunity costs of spending rather than saving or investing money. As such, it is among the reasons why interest is paid or earned: interest, whether it is on a bank deposit or debt, compensates the depositor or lender for the loss of their use of their money.
Traffic contractIf a network service (or application) wishes to use a broadband network (an ATM network in particular) to transport a particular kind of traffic, it must first inform the network about what kind of traffic is to be transported, and the performance requirements of that traffic. The application presents this information to the network in the form of a traffic contract. When a connection is requested by an application, the application indicates to the network: The Type of Service required.
Carbon fee and dividendA carbon fee and dividend or climate income is a system to reduce greenhouse gas emissions and address climate change. The system imposes a carbon tax on the sale of fossil fuels, and then distributes the revenue of this tax over the entire population (equally, on a per-person basis) as a monthly income or regular payment. Since the adoption of the system in Canada and Switzerland, it has gained increased interest worldwide as a cross-sector and socially just approach to reducing emissions and tackling climate change.
Object code optimizerAn object code optimizer, sometimes also known as a post pass optimizer or, for small sections of code, peephole optimizer, forms part of a software compiler. It takes the output from the source language compile step - the object code or - and tries to replace identifiable sections of the code with replacement code that is more algorithmically efficient (usually improved speed). The earliest "COBOL Optimizer" was developed by Capex Corporation in the mid 1970s for COBOL.