About Me

My photo
Kemaman, Terengganu, Malaysia
Assalamualaikum! My name is Nor Hafeza Anuar. I’m 21 and I live in Kemaman which is the capital of Terengganu.My dad works for a Perwaja company. My mom is a housewife.I’m interested in computer science, music, sport.Computers first appered in my life when I was seven. Then I had got my first computer. It was Commodore 64 and I remember myself thinking, that it was the best thing in the world.Then I had got my first PC. At first, I was just playing computer games, but some time later, I noticed that I could do a lot more things with the computer, for example programming.I hope that in the future I will get a job as a computer scientist as my part time job. My favourite music band is PARAMORE.I have always been good at sports.I like playing badminton and swimming.For your information, I was represented my state, Terengganu in badminton tournament since I form three.My favourite intelectual game are chess and table tennis,but I have never played its professionally.Last but not least, I hope you will enjoy having a short time read a little bit about my self. Thank You.

Thursday 31 May 2012


WHAT IS IP ADRESS
An identifier for a computer or device on a TCP/IP network. Networks using the TCP/IP protocol route messages based on the IP address of the destination. The format of an IP address is a 32-bit numeric address written as four numbers separated by periods. Each number can be zero to 255. For example, 1.160.10.240 could be an IP address.
Within an isolated network, you can assign IP addresses at random as long as each one is unique. However, connecting a private network to the Internetrequires using registered IP addresses (called Internet addresses) to avoid duplicates.
The four numbers in an IP address are used in different ways to identify a particular network and a host on that network. Four regional Internet registries -- ARINRIPE NCCLACNIC and APNIC -- assign Internet addresses from the following three classes.

  • Class A - supports 16 million hosts on each of 126 networks
  • Class B - supports 65,000 hosts on each of 16,000 networks
  • Class C - supports 254 hosts on each of 2 million networks

  • The number of unassigned Internet addresses is running out, so a new classless scheme called CIDR is gradually replacing the system based on classes A, B, and C and is tied to adoption of IPv6.
    Also see Understanding IP Addressing in the Did You Know . . .? section of Webopedia.
    IP address

    What is ISP??

    Short for Internet Service Provider, it refers to a company that provides Internet services, including personal and business access to the Internet. For a monthly fee, the service provider usually provides a software package,usernamepassword and access phone number. Equipped with a modem, you can then log on to the Internet and browse the World Wide Web andUSENET, and send and receive e-mail. For broadband access you typically receive the broadband modem hardware or pay a monthly fee for this equipment that is added to your ISP account billing.
    In addition to serving individuals, ISPs also serve large companies, providing a direct connection from the company's networks to the Internet. ISPs themselves are connected to one another through Network Access Points (NAPs). ISPs may also be called IAPs (Internet Access Providers).

    HTTP (Hypertext Transfer Protocol)

    HTTP (Hypertext Transfer Protocol) is the set of rules for transferring files (text, graphic images, sound, video, and other multimedia files) on the World Wide Web. As soon as a Web user opens their Web browser, the user is indirectly making use of HTTP. HTTP is an application protocol that runs on top of the TCP/IP suite of protocols (the foundation protocols for the Internet).
    HTTP concepts include (as the Hypertext part of the name implies) the idea that files can contain references to other files whose selection will elicit additional transfer requests. AnyWeb server machine contains, in addition to the Web page files it can serve, an HTTPdaemon, a program that is designed to wait for HTTP requests and handle them when they arrive. Your Web browser is an HTTP client, sending requests to server machines. When the browser user enters file requests by either "opening" a Web file (typing in a Uniform Resource Locator or URL) or clicking on a hypertext link, the browser builds an HTTP request and sends it to the Internet Protocol address (IP address) indicated by the URL. The HTTP daemon in the destination server machine receives the request and sends back the requested file or files associated with the request. (A Web page often consists of more than one file.)
    The latest version of HTTP is HTTP 1.1.