Monday, May 25, 2009

Computing anywhere, anytime!

A netbook is a laptop that is smaller and more portable. It is mainly used for surfing the internet because of its computing power. It doesn't have the hard disk drive capacity that desktops and laptops have. Therefore, it is used for the internet and running web-based applications. Netbook users like the feeling of 'freedom' because of its portability. Netbooks are also more affordable than laptops with a price ranging from $200 - $500.
The major drawbacks of netbooks are:
-minimal strorage (small amount of RAM and HDD)
-Low-power CPU's
-Cramped keyboards
-Small screens

Cloud computing is computing with all the resources and services made available through the internet. The term "cloud" is used as a metaphor for the Internet, based on how the Internet is depicted in computer network programs, and is an abstraction for the complex infrastructure it conceals.

The applications that google docs offer online are word processors, spreadsheet, presentation and form applications.
Documents stored online on google docs are more convenient to share with other people and does not need to be stored on the computer.

The advantages that students and teachers find in google docs is that it is more easier to submit documents because it is done online. This means that printing, attaching to emails, downloading word documents and other methods for sharing are not necessary.

I don't really have a netbook to suit my needs because I have a tendency to download a lot of files and install a lot of big programs. I don't really require portable computers because I normally stay in one spot.

Friday, May 22, 2009

Internet addresses activity

1) URL(Uniform Resource Locator)- The address of a webpage/website on the internet.
2) IP(Internet Protocol) Address- An address that is a numerical identification (logical address) that is assigned to devices participating in a computer network. It is the number equivalent to the network.
3) Given our school website's URL is http://www.mcauley.nsw.edu.au, the domain name is mcauley.nsw.edu.au. The protocol that is needed to access the site would be Hypertext Transfer Protocol.
4) An octet is the four numbers in our IP addresses. They are called octets because they have eight positions when viewed in binary numbers. If all positions are added together, it would equal to 32. This is why IP addresses are considered at 32-bit numbers.

Determine your IP address

1) An octet is the four numbers in our IP addresses. They are called octets because they have eight positions when viewed in binary numbers. If all positions are added together, it would equal to 32. This is why IP addresses are considered at 32-bit numbers.

2) The class of IP address that we are using is Class C. IP addresses with a first octet from 192 to 223 are part of this class. Class C addresses also include the second and third octets as part of the Net identifier. The last octet is used to identify each host.

Monday, May 11, 2009

Web 2.0

Web 2.0 is a second generation of the internet which refers to web-based applications that allows users to communicate, collaborate, share information and inter-operate online without the need for installed programmes on the computer. Web 2.0 isn't just one program, it's the internet itself; it's the generation of the internet.

In other words, anything can be done using the internet.

An example of web 2.0 is Google Docs.
It is a free web-based word processor, spreadsheet, presentation and form application offered by google. In other words, google docs allows users to create word documents, spreadsheets, etc online without the need of microsoft office.

Flickr and Photobucket is also a good example. It allows users to share media online.

Websites such as Picnik is a web-based application for editing photos without the need for programmes such as Photobucket.

Blogger and Livejournal is a blogging application and can be used for various purposes:
-Personal (Diary or commentary by an individual)
-Corporate (For business purposes)
-Questioning (Used to answer questions)

Youtube is a popular website which allows users to share videos online.

The internet is evolving and the examples that I have listed shows that. The things that we are capable of doing now wasn't available 10 years ago. Web 2.0 is a new generation that describes the internet, we can see how fast our technology is moving forward.

Tuesday, May 5, 2009

Key Terms

1) Protocol- rules determining the format and transmission of data

2) TCP/IP(Internet Protocol Suite)- Set of communications protocols used for the internet and other similar networks.

HTTP(Hypertext Transfer Protocol)- A protocol to transfer hypertext requests and information between servers. It is an application-level protocol for distributed, collaborative, hypermedia information systems. Its use for retrieving inter-linked resources led to the establishment of the World Wide Web.

SMTP(Simple Mail Transfer Protocol)- The Internet standard protocol for transferring electronic mail messages from one computer to another. SMTP specifies how two mail systems interact and the format of control messages they exchange to transfer mail.

FTP(File Transfer Protocol)- A network protocol used to exchange and manipulate files over a TCP computer network, such as the internet. FTP is the simplest way to transfer files between computers. It is used to upload web page files from one computer to another.

3)GUI(Graphical User Interface)- An type of user interface which allows people to communicate with electronic devices (such as computers, mp3 players, portable media and gaming devices) through the use of images rather than just text and numbers.

4) There are two methods of data transmission:

Serial- Sends data one bit(binary digit) one at a time along a single communication path.

Parallel- sends the bits simulataneously, resulting in a fast communication speed, but does not work well over long distances.

5) URL(Uniform Resource Locator) - The internet website address.

6) Error detection is the way to detect errors caused by noise or impairments when transmitting data to the receiver.

7) A common method of error detection is checksum. A checksum of a message is an arithmetic sum of message code words of a certain word length, for example byte values, and their carry value. The sum is negated by means of ones-complement, and stored or transferred as an extra code word extending the message.
On the receiver side, a new checksum may be calculated from the extended message. If the new checksum is not 0, an error has been detected.

8) HTML(Hypertext Markup Language) is the most common markup language used for webpages. It designs the layout and structure of text-based information. It is important because it gives webpages their structure. Without it, information would be displayed as plain, with no layout at all.
Examples of HTML include :
BOLD
Italics
Underline
Strikeout

Pararaph

HTML is written in "tags" surrounded by angle brackets