NETWORK AND TELECOMMUNICATIONS

NETWORK
In information technology, a network are a series of points or nodes interconnected by communication paths. Networks can interconnect with other networks and contain subnetworks.  The most common topology or general configurations of networks include the Bus Network, Star Network, Token Ring Network, and Mesh topologies Network. Networks can also be characterized in terms of spatial distance as Local Area networks (LANs), Metropolitan Area Networks (MANs), and Wide Area Networks (WANs). A given network can also be characterized by the type of data transmission technology in use on it . For example, a TCP/IP or Systems Network Architecture network; by whether it carries voice, data, or both kindes of signals; by who can use the network (public or private); by the usual nature of its connections (dial-up ore switched, dedicated or nonswitched, or virtual connections); and by the types of physical links (for example, Fiber Optical Cable, Coaxial Cable, and  Twisted Pair Cable). Large telephone networks and networks using their infrastructure, such as the Internet have sharing and exchange arrangements with other companies so that larger networks are created.

TELECOMMUNICATION
Telecommunication are the transmission of signals over a distance for the purpose of communication. In earlier times, this may have involved the use of Smoke Signals, Drums, Semaphore, Flags or Heliograph. In modern times, telecommunication typically involves the use of electronic devices such as Telephones, Television, Radio or Computers.


The evolution in telecommunication: from wire to wireless

WIRED TECHNOLOGIES

(i.) Twisted Pair Wire


*Twisted pair wire is the most widely used medium for telecommunication. Twisted-pair wires are ordinary telephone wires which consist of two insulated copper wires twisted into pairs and are used for both voice and data transmission. The use of two wires twisted together helps to reduce crosstalk and electromagnetic induction. The transmission speed ranges from 2 million bits per second to 100 million bits per second.


(ii.) Coaxial Cable
*Coaxial cable is widely used for cable television systems, office buildings, and other worksites for local area networks. The cables consist of copper or aluminum wire wrapped with insulating layer typically of a flexible material with a high dielectric constant, all of which are surrounded by a conductive layer. The layers of insulation help minimize interference and distortion. Transmission speed range from 200 million to more than 500 million bits per second.


(iii.) Fiber-Optical Cable



*Optical fiber cable consists of one or more filaments of glass fiber wrapped in protective layers. It transmits light which can travel over extended distances without signal loss. Fiber-optic cables are not affected by electromagnetic radiation. Transmission speed may reach trillions of bits per second. The transmission speed of fiber optics is hundreds of times faster than for coaxial cables and thousands of times faster than for twisted-pair wire.




WIRELESS TECHNOLOGIES

(i.) Terrestrial Microwave
*Terrestrial microwaves use Earth-based transmitter and receiver. The equipment look similar to satellite dishes. Terrestrial microwaves use low-gigahertz range, which limits all communications to line-of-sight. Path between relay stations spaced approx. 30 miles apart. Microwave antennas are usually placed on top of buildings, towers, hills, and mountain peaks.

(ii.) Communications Satellites



*The satellites use microwave radio as their telecommunications medium which are not deflected by the Earth's atmosphere. The satellites are stationed in space, typically 22,000 miles above the equator. These Earth-orbiting systems are capable of receiving and relaying voice, data, and TV signals.

(iii.)Wireless LANs 


*Wireless local area network use a high-frequency radio technology similar to digital cellular and a low-frequency radio technology. Wireless LANs use spread spectrum technology to enable communication between multiple devices in a limited area. An example of open-standards wireless radio-wave technology is IEEE 802.11b.

(iv.)Bluetooth



*A short range wireless technology. Operate at approx. 1Mbps with range from 10 to 100 meters. Bluetooth is an open wireless protocol for data exchange over short distances.


(v.)The Wireless Web


*The wireless web refers to the use of the World Wide Web through equipments like cellular phones, pagers,PDAs, and other portable communications devices. The wireless web service offers anytime/anywhere connection.


DATA MANAGEMENT

A database are a collection of data organized in a manner that allows access, retrieval, and use of that data. Data are a collection of unprocessed items, which can include text, numbers, images, audio and video. For example, you can type text on a keyboard, talk into a computer’s microphone, transfer photos taken with a digital camera, and capture motion and sounds with a video camera and store the recordings on a computer.

CHARACTER
A bit are the smallest unit of data that a computer can process. Eight bits grouped together in a unit comprise a byte. In the ASCII and EBCDIC coding schemes, each bytes represents a single character, which can be a number (5), letter (S), punctuation mark (?), or other symbol (&). The Unicode coding scheme, by contrast, uses one or two bytes to represent a character.

FIELDS
A field can be define as a combination of one or more related character or bytes and it was the smallest unit of data. It represents an attribute of some entity. An entity was a generalized class of people, place, or things for which data are collected, stored, and maintained. Examples of entity include employees, inventory, and customer. Most organizations organize and store data as entities. An attribute was a characteristic of an entity. For example employee number, last name, first name, hires date and department numbers are attributes for an employee.

RECORD
A collection of related data fields was a record. By combining description of various aspects of an object or activity is obtained. For instance, an employee record is a collection of fields about one employee. One field would be the employee’s name, another address, and still others her phone number, pay rate, earning made to date, and so forth.

FILE
A collection of related records was a file. For example an employee file was a collection of all company employee records. Likewise, an inventory file are a collection of all inventory records for a particular company or organization. PC database software often refers to files as tables.

DATABASE
At the highest level of this hierarchy was database, a collection of integrated and related files. Together bits, character, fields, records files, and database from the hierarchy of data. Characters are combined to make a field, a field are combined to make a record, records are combined to make a file, and files are combined to make a database. A database houses not only these levels of data but the relationship among them.


The evolution of data management technology: from tradition file to warehouse.
THE TRADITIONAL APPROACH VERSUS THE DATABASE APPROACH

THE TRADITIONAL APPROACH
In early day, organizations are adaptive systems with constantly changing data and information needs. For any growing or changing business, managing data can become quite complicated. One of the most basic ways to manage data are via files. Because a file are a collection of related records, all records associated with a particular application can be collected and managed together in an application specific file. At one time, most organizations had numerous application data specific file; for example, customer records often were maintained in separate files, with each file relating to a specific process completed by the company, such as shipping and billing. This approach to data management, whereby separate data files are created and stored for each application program, is called the traditional approach to data management. For each particular application, one or more data files is created


PROBLEMS WITH TRADITIONAL FILE PROCESSING
1) Data redundancy
  • independent data files included a lot of duplicated data
  • duplicated data: the same data were recorded and stored in several files
  • this data redundancy caused problems when data had to be updated
2) Lack of data integration

  • having data in independent files made it difficult to provide end users with information for ad hoc request that required accessing stored in several different files


  • special computer programs had to be written to retrieve data from each independent file


3) Data dependence

  • the organization of files, their physical locations and storage hardware, and the application software used to access those files- depended on one another

4) Lack data integrity of standardization
  • data elements to be defined differently by different end users and applications

THE DATABASE APPROACH
Because of the problem, associated with the traditional approach to data management, many managers wanted a more efficient and effective means of organizing data. The result was the database approach to data management. In a database approach, a pool of related data are shared by multiple application programs. Rather than having separate data files, each application uses a collection of data that are either joined or related in the database.

Database Management System

The database approach offers significant advantages over the traditional file-based approach. For one, by controlling data redundancy, the database approach can use storage space more efficiently and increase data integrity. The database approach can also provide an organization with increased flexibility in the use of data. Because data once kept in two files is now located in the same database, it was easier to locate and request data for many types of processing. A database also offers the ability to share data and information resources. This can be a critical factor in coordinating organization wide responses across diverse functional areas of corporation. In sharing data, however, some consistency should exits among software programs.
To use the database approach to data management, additional software- a database management system (DBMS) - are required. A DBMS consists of a group of programs that can be used as an interface between a database and the user or the database and application program. Typically, this software acts as a buffer between the application program and the database itself.

DATA WAREHOUSE
A data warehouse are a database that holds business information from many sources in the enterprise, covering all aspects of the company’s processes, products, and customers. The data warehouse provides business users with a multidimensional view of the data they need to analyze business condition. A data warehouse are designed specifically to support management decision making, not to meet the needs of transaction processing system. The data warehouse provides a specialized decisions support database that managers the flow of information from existing corporate database and external source to end user decision support applications. A data warehouse stores historical data that has been extracted from operational system and external data sources. This operational and external data is “clean up” to remove inconsistencies and integrated to create a new information database that was more suitable for business analysis.

DATA MART
A data mart are a subset of a data warehouse. Data marts bring the data warehouse concept- on-line analysis of sale, inventory, and other vital business data that has been gathered from transaction processing systems- to small and medium-sized businesses and to departments within large companies. Rather than store all enterprise data in one monolithic database, data marts contain a subset of the data for single aspect of a company’s business. In fact, there may be even be more detailed data for a specific area in a data mart than what a data warehouse would provide.


Applications and Data Marts


DATA MINING
Data mining are an information analysis too that involves the automated discovery of pattern and relationship in a data warehouse. Data mining represents the next step in the evolution of decision support system. It makes use of advanced statistical technique and machine learning to discover facts in a large database, including database on the internet.

Data Mining Process
The Data mining’s objective are to extract patterns, trends, and rules from data warehouse to evaluate proposed business strategies, which in turn will improve competitiveness, improve profits, and transforms business processes.

INFORMATION SYSTEM SOFTWARE

In general, software are the program consists of all the electronic instruction that tell the computer how to perform a task. Software can be divived into two categories, which is Application Software and System Software.
  • Application Software are software that has been developed to solve a particular problem for user and perform useful work on sepcific tasks or to provide entertainment,it designed to make users more productive and assist them with personal tasks. 
  • System Software consists the programs that control or mantain the operations of the computers and its devices. 

Appication software for business comes in two primary forms:
(1.) Custom Software: Are the software applications that are developed within an organization for use by that organization, it was owned by the organization that developed it.

(2.) Commercial off-the-shelf (COTS): Are the software developed with the intention of selling the software in multiple copies.

Application software includes a variety of programs that can be subdivided into general-purpose and application-specific categories. At here we would to discuss about the comparison between General Purpose Application Software and Function-Specific Application Software.

General-Purpose Application Software
General-purpose applications packages are programs that perform common information processing hobs for end users. For example, word processing programs, electronic spreadsheet programs, database management programs, graphics programs, communications programs, and integrated packages are popular with microcomputer users for home, education, business, scientific, and many other general purposes. They are also known as productivity packages, because they significantly increase the productivity of end users. This packaged software is also called off-the-shelf software packages, because these products are packaged and available for sale. Many features are common to most packaged programs.

Here are some example of the General-Purpose Application Program and its fuction.

(i.)Web Browsers - Example of browers such like Internet Explorer,  Mozilla Firefox,  The World, Opera, Safari, Netscape, Tencent Traveler, Maxthon and Chrome are software applications that support navigation through the point-and–click hyper-linked resources of the Web. Besides, it was used to gain access to Internet search engines. For examples: Google, Look Smart and Yahoo. People will using search engines to find the information and it had become an very indispensable part of Internet, Intranet, and extranet applications.

Web Browsers

(ii.)Electronic mail (E-Mail) - Are software to communicate by sending and receiving messages and attachments via the internet, intranet, or extranet. Such like Instant messaging (IM), it used to receive electronic messages instantly. Besides, such like weblog are kind of a personal website in dated log format and it can updated with new information about a subject or range of the subjects.

MSN                   &                Weblog

(iii.)Word Processing - Used to create, edit, revise, and print documents. For examples: Microsoft Word, Lotus wordpro and Corel WordPerfect.

Microsoft word

(iv.)Desktop Publishing - Produce printed materials that look professionally published. For examples: Adobe PageMaker, and Microsoft Publisher.

Adobe PageMaker

(v.)Electronic Spreadsheets - A type of computer software for performing mathematical computations on numbers arranged in rows and columns, in which the numbers can depend on the values in other rows and columns, allowing large numbers of calculations to be carried out simultaneously.



Spreadsheet

(vi.)Presentation Graphics - Common presentation graphics packages used to create multimedia presentations of graphics, photos, animations and video clips. For examples: Microsoft PowerPoint and Lotus Freelance. The top packages can tailor files and transfer in HTML format to websites.

Microsoft Power Point

(vii.) Database Software - Kind of software that provides tools for organizing data into a form that allows for efficient search and retrieval. Data related to a specific question of concern can be accessed using a database query.
Databas Software

(viii.)Personal Information Managers(PIM) - PIM are software package for end-user productivity and collaboration, as well as a popular application for personal digital assistant (PDA) handheld devices.
(ix.) Groupware - software that helps workgroups collaborate on group assignments.For examples: Windows SharePoint Services and WebSphere both allow teams to create websites for information sharing and document collaboration.

Function-Specific Application Software
Many application programs are available to support specific applications of end users. Such like Business Application Programs, it was the programs that accomplish the information processing tasks of important business functions or industry requirements. Besides, likeScientific Application Programs are the programs that perform information processing tasks for the natural, physical, social, and behavioral sciences, engineering and all other areas involved in scientific research, experimentation, and development. There are so many other application areas such as customer relationship management, enterprise resource planning, supply chain management, wed-enabled electronic commerce and etc.

INFORMATION SYSTEM HARDWARE

Computer hardware is composed of the following component : central processsing unit (CPU), input devices, output devices, primary storage, secondary storage, and communication devices. In normal computer terms, all physical computer equipment are considered as "hardware". The example of the computer hardware is
  • KEYBOARD
  • MOUSE
  • MICROPHONE
  • SCANNER
  • PRINTER
  • MONITOR
  • SPEAKER and extra 

Now i would like to introduce the evolution of  the computer   system.


(1.) SUPERCOMPUTER
      -Supercomputer is the most powerful and the most expensive computer designed for  scientific, engineering, and business application. This kind of computer can processes billions to trillions of instructions per second, normally used by agencies of the federal government. The usage includes world-wide weather forecasting, weapon research, stock analsis, automobile designing, special effects for movies and used for applications requiring complex mathematical calculations.

Supercomputer Systems
          
(2.) Mainframe
      -Mainframes (often colloquially referred to as Big Iron) are computers used mainly by large organizations for critical applications, typically bulk data processing such as census, industry and consumer statistics, enterprise resource planning, and financial transaction processing. It was large, fast, powerful computer systems which available large memory. This kind of computer able to process large amount of data at high speed, such as millions of instructions per second and accessing billion of character of data. It able to support many terminals at the same time: suitable for heavy worload such as application airline system, goverment department bank and insurance company. Apart from that, it was widely used as supersevers for large client/ server networks and high-volume Internet Wedsites. Beside it had becoming a popular computing platform for data mining & warehousing and electronic commerce applications. 


Mainframe Systems


(3.) Midrange server
      -Midrange server are high-end network servers that handle large -scale processing of business applications. It was the medium size computer and not as powerful as mainframes, because it was slower, cheaper and smaller memory than mainframes, it support lesser terminals compare to mainfraime. Normally it was used as stand alone computer by medium-sized workload, such as (Educational Institutes, medium to large size retail business, and State government department). Besides, midrange server often used to manage large internet websites, coporate intranets & extranets, and intergrated, enterprise-wide applications. It also use magnetic tape, hard disks, and diskettes for backing memory.

Midrange Systems


(4) Microcomputer
      -Microcomputer usually are called a personal computer or PC. It was a smaller computers with  microprocessor/microchip (CPU on one Chip). Besides, it can perform all of its input, processing, output, and storage activities by itself. Commonly, this kind of  computer are the networked professional workstations used by business processions and the price are inexpensive.

Microcomputer Systems


Group Member Intro

WELCOME TO OUR TEAM BLOG



Wong Chih Liang

Hi everyone, welcome to our blog. Firstly, i would to introduce myself and my group member. My name is wong chih liang , everyone who know me will call me Ray, because they said it is easier to call and memories. I'm 21 years old and i was come from sarawak. Yet i'm pursuing my degree program at UTAR(Perak Branch) which taking course in Business Administration (year 1 semester 1). My hobby is photoshooting. I had bought a Digital Single Lenc Reflex( DSLR) at last month. This is my first camera, i like it very well and always bring along it with me everywhere to capture down the memory in our life. Besides that, the top 5 wedsite that i visited the most is http://www.utar.edu.my/http://www.hotmail.com/, http://www.yahoo.com/,http://www.nikon.com/, and http://www.facebook.com/. For the main reason i use this wedsite is to get the resources and entertainment. Such like i use http://www.utar.edu.my/ to abtain my lastest university news and activities. For example: (my timetable, my society announcement and my student bill. Secondly i use http://www.hotmail.com/ to write, send and collect the mail with each other with my family and friends .


Chu Li Mei

Everyone knows me as Chu because my full name is Chu Li Mei and they said is easier to memories. Personally i think myself is still kind of outdated becasue mostly student or teenagers now theirs hobby will be online, play computer games but myself do not really addicted of facing the laptop whole day. I prefer going for sport activities like playing badminton, swimming, volleyball and jogging. Usually i will visit most of the wedsites like Google, Yahoo, Window mail, http://www.pennyaution.com.my/ and airline's website,such like http://www.airasia.com/. This entire website is actually for getting some information for assignmentand also for our common knowledge of the latest product as well as the prices. I like to travel here and there, so airline website is important for me. Everytime i log in to my laptop, the very first thing i must open is Window Live Messenger, Facebook, E-mail, Youtube and news from Msn wedsite. All this website is for entertainment of myself to relax and also contact with friend can know what the latest stuff that i am doing. I like the most would be webcam with my friend from oversea, it really make me feel warm and closer even though they are at another part of the world. I belive the technologies that keep on growing and upgrading make our life easier and save a lot of sources to get knowledge.



Chong Xui Ing (Michelle)

Welcome to the thoughts, memories, stories, anything, and whatever world! Michelle a.k.a Xui Ing; Michelle – excluded in my official name, given by my mother, she said it’s sweet and cute just like her youngest daughter – me! Even it’s common but I love it so much just as well as my Chinese name. I’m a student currently pursuing a Degree in Business Administration. I love music, shopping, practice yoga, chatting, sleeping, surfing the net, reading and hanging out with friends. I’m not going to praise or criticize myself here, so I’ll leave it to those who knows and understands me to describe who I really am. The top five websites I usually visiting would be Google, Yahoo, Hotmail, YouTube and Facebook. Google is my master for those assignments, I always working hard through Google engines to get resources for my assignment. Its also be my master for those stuffs that I never heard before or I wish to explore and investigate. Yahoo – my major e-mail box. It is the place for me to check mail and email, as well as Hotmail - second email. As like I mentioned on the above, net surfing is one of my lovely activities, http://www.youtube.com/ would be the website for me to spend on surf for those funnily, freaky and meaningful videos or MTV to colourful my boring life. In order to connect and update myself with my friends and family, Facebook is one of the way I go through it. Mostly, I’ll upload some of my recent activities photo to share with them. Twitter is also one of my favor website where I can tweet my thoughts in a short message form besides the top five visited website. Hence, what are you waiting for?! Comes to join us with the wonderful e-world.



Saantha

My name is saantha khumarie D/O kanthan. I'm 19 years old and I'm frm ipoh,perak. My hobby is listening song and watch television whenever I have free time. The wedsites that i visted the most is UTAR portal for get the lastest update such as the bus schedule, examination resultand so on. Besides that, i also visited news wedsite because it contains newsworthy material including stories and articles. I also visited blog to get know about my friends daily activity. The internet activity that i always visit is facebook because it helps me to connect people from all over the world and it is also a way to keep in touch with our friends. Besides that, i also visited MSN because it offering games, videos, news, sports and so on.