anyways lovers lets get through this week so i can start thinking about the assignment.
What is Design Anyway?
good question! too bad i'm asking myself. Design is where all the parts of the system are defined, organised and structured to fit the analysis. Design is focused on devising a way to solve the problems that are within scope of the system. Before designing you must know what inputs and outputs will come from the process, what parts of the system need designing and finally how is the system's design going to be done? Design converts modelling from analysis to blueprints of contstruction.
Application architecture: physical design of system rather than logical design in analysis.
User interfaces: design what the user will see
System interfaces: design a way that systems will interact both inside and outside the organisation.
Integrate the db: make a physical db model and make it work with the rest of the system and provide good access and storage of data.
Prototype of design details: make trail systems to see if they meet standards and see what needs to be changed.
Intergrate the system controls: make the system secure enough so that company information is handled corrcetly.
Single computer: normally a main frame, limitted by the size of that one system.
Clustered: lots of computers work together as one system.
Centralised: System all in one location.
Distrbuted: Systems are spread across locations and computers. Aided by middleware which helps make applications work well across the computers.
Internet: Worldwide connection of computers. Bad securiry, but cheap.
Intranet: Private network normally inside organisation. Normally faster than internet.
Extranet: Private network that can be extended outside org. Rare.
Application: manages both resources and services and requests for resources and services.
Client-Server: Server deals with resources and services. Client deals with requests for resources and services. Has three layers, data (manages data(derr)), business logic (does the logical procedures and what not), view layer(what users see and input in).
and that's it! tune in for week 9 it's hump week. more on what hump week means then.
happy assignmenting.
Object-Orientated Design
who am i to talk about the orientation of anyone or anything? i have nothing against what ever they do in there on home, just don't bring it in to the development enviroment ok. Now seriously... there are 3 types of database models used in design; relational, OO and hybrid. lets talk about OO, it's really cool cos it resembles the real world, sort of sometimes, maybe. They use UML in OO too which makes it totally happening and cool. enough about OO it's not really that well covered this week.Design Phase Activities
Intergrate the network: make the application work on the exsisting network unless highly in-effiecientApplication architecture: physical design of system rather than logical design in analysis.
User interfaces: design what the user will see
System interfaces: design a way that systems will interact both inside and outside the organisation.
Integrate the db: make a physical db model and make it work with the rest of the system and provide good access and storage of data.
Prototype of design details: make trail systems to see if they meet standards and see what needs to be changed.
Intergrate the system controls: make the system secure enough so that company information is handled corrcetly.
Development Enviroment
There is like a bazillion development enivroments, so obviously we won't go through all of them, but just the main, software, hardware and network architectures of the main ones.Single computer: normally a main frame, limitted by the size of that one system.
Clustered: lots of computers work together as one system.
Centralised: System all in one location.
Distrbuted: Systems are spread across locations and computers. Aided by middleware which helps make applications work well across the computers.
Internet: Worldwide connection of computers. Bad securiry, but cheap.
Intranet: Private network normally inside organisation. Normally faster than internet.
Extranet: Private network that can be extended outside org. Rare.
Application: manages both resources and services and requests for resources and services.
Client-Server: Server deals with resources and services. Client deals with requests for resources and services. Has three layers, data (manages data(derr)), business logic (does the logical procedures and what not), view layer(what users see and input in).
and that's it! tune in for week 9 it's hump week. more on what hump week means then.
happy assignmenting.