Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

Introduction of C Language£6.25

Electrical Engineering £1.50

Electrical Engineering principles and Applications : Chapter 1 Introduction£0.80

Notes Power Line Carrier Communication (PLCC)£6.25

Nonlinear Systems: Introduction, Common Physical Non-linearities, The Phase-plane Method: Basic Concepts, Singular Points, Stability of Nonlinear System, Construction of Phase-trajectories, The Describing Function Method: Basic Concepts, Derivation of Des£4.99

Elementary concepts £2.50

AQA Physics - Waves (AS Level) Revision Notes£11.24

Science: Biomes, Environment, Electricity etc.£12.50

NVH£15.00

General notes for oscillation £11.25

Database Management System Tutorial£12.50

Alternating Currents £6.25

NEW CRT VIEW£6.25

Autotransformee£1.50

Active Suspension£2.00

LTE Video Conferencing£12.50

DYNAMICS£2.50

Facts about life£12.50

Note Reactive power generation£3.75

Digital Electronics Encoders And Decoders £3.13

Solar cells£2.50

Micro controller £2.00

Electromagnetic Field Theory (Vector Calculus)£3.75

Basic electrical engineering £6.25

Table of basic integration formulas (Mathematics)£2.00

INTRINSICALLY SAFE INSTRUMENTS AND ITS HELP IN MINIMIZING RISKS IN HAZARDOUS LOCATIONS£3.75

DIGITAL LOGIC DESIGN£0.50

Brakes£1.60

Calculus 3£6.25

MIS£12.50

Total£176.25

Title: e-banig simulation
Description: three-tier architecture in e-banking. The First New Brunswick Savings (FNBS) bank has introduced e-banking to its customers. The e-banking infrastructure consists of a cluster of two server nodes linked to each other via a TP monitor, which dynamically balances the workload of each server in the cluster. The processing time at the TP monitor is 0.05 seconds. The e-banking program offers a number of services to its customers, as follows: account identification (AI), view account summary (VS), view last 15 withdrawals (VW), view last 15 deposits (VD), and view interim account report (VR). The elapsed times of services are server-node dependent. These are given in following table along with request priorities

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


AddisAbaba Institute of Technology
Dept
...
T
Id : GSR/2216/07

Submitted to Dr
...
2007 EC

Page 1

Problem description
2
...
The First New Brunswick Savings (FNBS) bank has
introduced e-banking to its customers
...
The processing time at the TP monitor is 0
...
The e-banking
program offers a number of services to its customers, as follows: account identification (AI),
view account summary (VS), view last 15 withdrawals (VW), view last 15 deposits (VD), and
view interim account report (VR)
...

These
are
given
in
following
table
along
with
request
priorities
...
The
probabilities of service request types arriving from any node are given in the next table
...

a
...

b
...
2007 EC

Page 2

General Description
Design of Three-tier architecture in E-banking
Entity and their attributes
Customer
1
...
get the customer's arrival time
3
...
get the customer's Request Type
5
...
get the server's ID
2
...
get information on the customer being served
4
...
finish serving the customer
Service Center(main method)
1
...
add a customer
3
...
check to see if any customers remain
5
...
An event stores a time, its type, and its target object
...
The type is the kind of event
...
The
target is the object that is affected by the event (either a customer or a Server)
...
Events
i
...
customer departure
2
...
Number of busy servers
ii
...
State transitions
i
...
Depart event
Addisalem T
...

ii
...


remove the next event (with the smallest time) from the event queue
update current time to event's time
process the event (possibly generating new events and inserting them in the event queue)

Arrival event

Enque customer
Queue

Yes

Is Server
free?

no

Remove server from
idle queue
customer
Remove customer
from customer
queue customer

Create service end
event customer

Schedule server and
service end event

Addisalem T
...
2007 EC

Page 5

Object Flow Diagram

Sp11 queue
Node1

Front
door

Sp12 queue
Node1

Sp11 server
Node1
Sp12 server
Node1

General
queue
Sp21 queue
Node2

Sp22 queue
Node2

Addisalem T
Title: e-banig simulation
Description: three-tier architecture in e-banking. The First New Brunswick Savings (FNBS) bank has introduced e-banking to its customers. The e-banking infrastructure consists of a cluster of two server nodes linked to each other via a TP monitor, which dynamically balances the workload of each server in the cluster. The processing time at the TP monitor is 0.05 seconds. The e-banking program offers a number of services to its customers, as follows: account identification (AI), view account summary (VS), view last 15 withdrawals (VW), view last 15 deposits (VD), and view interim account report (VR). The elapsed times of services are server-node dependent. These are given in following table along with request priorities