Posts Subscribe to (PUT YOUR BLOG NAME HERE)Comments

Monday, November 14, 2011

Windows 8 Info


Windows 8 is the next version of Microsoft Windows, a family of operating systems produced by Microsoft for use on personal computers, including home and business desktops, laptops, netbooks, tablet PCs, servers, and media center PCs.[3]

Windows 8 is the next version of Microsoft Windows, a family of operating systems produced by Microsoft for use on personal computers, including home and business desktops, laptops, netbooks, tablet PCs, servers, and media center PCs.[3] It adds support for ARM microprocessors in addition to the traditional x86 microprocessors from Intel and AMD. Its user interface has been changed to make it better suited for touchscreen input in addition to the traditional mouse, keyboard, and pen input.

Source : http://en.wikipedia.org

Read More “Windows 8 Info”  »»

Monday, October 3, 2011

Download Windows 7 Theme for Windows Mobile



The wait for a complete Windows 7 theme for Windows Mobile is over! Alkhan – a member of DeviantArt has created a stunning looking theme that will make your Windows Mobile phone act and look like Windows 7. As you can see in the screenshots below, the desktop, the appearance of the gadgets, the behavior of the Start menu, the icons on the taskbar etc are all about the same as the one’s seen in Windows 7. It is a cool looking theme which, unlike others, has almost the same look and feel plus the features of Windows 7 (I love the glassy aero effect!)

Features:

.Taskbar
.Start Panel
.Pressed function of the orb
.Explorer with the functions:
.Properties
.User folder
.Explorer
.Games
.Control Panel
.Gadgets
.Logon Screen


Installation instruction are given on the theme page at DeviantArt. You will need to first have the following apps installed on your phone:

Download Wisbar Advance Desktop v.1.3.0.7 or higher
Download Wisbar Advance 3 v3.3d or higher

Installation instructions:

.Copy the folder “Windows 7″ to the pocket/phone Theme folder (My ispositive\Themes\Desktop)
.Go to Start->Programs->Wisbar Advance 3->Wisbar Advance Setting->Theme
.Select Desktop Theme
.Select Windows 7 theme
.Click OK
.Select Wisbar Theme
.Goto Menu->Install
.Go to folder where WA3 theme is installed (Themes\Desktop\Windows 7\wa3 theme)
.Select Windows 7
.Click ok
.Restart your device and you are done!

Source :http://www.redmondpie.com

Read More “Download Windows 7 Theme for Windows Mobile”  »»

Monday, September 13, 2010

WiMAX


It is the advance version of Wi-Fi. It extends the speed of WiFi and covers long distance as well as the users. It used mobile computing technology. WiMax is defining by IEEE in the name 802.16, Institute of Electric and Electronic Engineering. WiMAX technology was developed in earlier 2000. It network access can be achieved by means of external antennas connected to central base stations, offering a connectivity alter-native to wired broadband options. It is a expensive service delivery, its wired precedence become the solution for broadband delivery in areas that are challenged by distance, population density, or topologic difficulties.

Once wireless signal will be received at the building that houses the customer, the customer connects its preexisting in-building network to the wireless access point. In the future, it can be possible to connect directly to the 802.16 signal since the chipsets will be cheap enough to install in laptops and perhaps even in personal digital assistants (PDAs). The base station can connect to the laptop or PDA by relying on a single MAC layer to “erase” the problems associated with different physical layers, thus ensuring adequate quality of service (QoS) and viable connectivity. It is the highest speed of wireless communication. Source :secretosparatriunfar.com

Read More “WiMAX”  »»

Saturday, September 11, 2010

Wi-Fi


Wi-Fi is wireless technology which enables connection between two or more devices wirelessly for data sharing purposes. It follows IEEE 802.11 standards. it is using by several people using by means of various devices such as personal computers, laptops, printers, camera, games, mp3 players etc. In this modern technology computer usage has been increasing day to day, which will bring new field to this world and also work load of human being will be decreases.

Everything is possible using wireless communications. No need of cable, there is no space constrain, and also not needed of human resources. Wireless communication between computers should be in security form, The user should not allow the intruder to enter between these computer. The router is a vital part in Wi-Fi technology, it routes the source and destination parts. Wi-Fi is a long-distance, transportable connectivity technology for individual, business or for certain geographical area. Millions of people all over the world use Wi-Fi in their homes to converse to anyone on the planet with Wi-Fi connected devices. Wi-Fi is ongoing technology, every now and then something new in wireless technology shows up. It can share hardware and software resources. One of the major drawbacks in Wi-Fi technology is speed, It allows only limited speed access. Wi-Max is the advance version of Wi-Fi. Source :secretosparatriunfar.com

Read More “Wi-Fi”  »»

Tuesday, November 24, 2009

How to Compute an IP Subnet Mask

IP address is a code that has host and network parts. The host bits describe a particular PC. The network prefix shows a network; its measurement lengthwise depends on the class of network. Sub-netting helps to arrange a network by splitting it to several subnets. To describe such subnets, you should take bits from the portion of host of the IP address. That also expands the network prefix. The subnet mask openly describes network and host bits as 1/0, respectively.

In this instance, we will compute a subnet mask for a PC with IP address “193.35.127.93 that goes to network with 6 subnets.

1. Step 1

Verify the network class A/B/C based on IP addresses:

* If the IP addresses start with 1 - 126, it is Class A.
* If the IP addresses start with 128 - 191, it is Class B.
* If the IP addresses start with 192 - 223, it is Class C.



In our illustration, the network is class C because the IP address 193.35.127.93 begin with 192.

1. Step 2

Know the number of bits required to define subnets:

* Number of subnets = (2^ # of bits) - 2. Therefore,
* Number of bits = Log2(# of subnets + 2).

In our illustration, there are 6 subnets:

* Number of bits = Log2(6 + 2) = Log2(8) = 3. 3 bits in the IP address are utilized as a subnet portion.

1. Step 3

Create the subnet mask in a binary form by expanding the original subnet mask w/ subnet bits. Original subnet mask for class A - C are:

* 11111111.00000000.00000000.00000000 (Class A, network part = 8 bits)
* 11111111.11111111.00000000.00000000 (Class B, network part = 16 bits)
* 11111111.11111111.11111111.00000000 (Class C, network part = 24 bits)

In our illustration, an addition of the default “class C” subnet mask with three bits (Step 2) outcomes in the subnet mask
11111111.11111111.11111111.11100000.

1. Step 4

Change the subnet mask binary to the decimal form. The binary form has 4 octets. Utilize the following rules:

* Write 255 for "1111111" octet.
* Write 0 for "00000000" octet.
* If octet has 1 and 0 utilize the formula:

Integer # is equals to (128 x n) + (64 x n) + (32 x n) + (16 x n) + (8 x n) + (4 x n) + (2 x n) + (1 x n)
Where N is “1” or “0” in the corresponding place in the sequence of octet.

In our illustration, for 11111111.11111111.11111111.11100000
11111111 = 255
11111111 = 255
11111111 = 255
11100000 = (128 x 1) + (64 x 1) + (32 x 1) + (16 x 0) + (8 x 0) + (4 x 0) + (2 x 0) + (1 x 0) = 224

The Subnet mask is “255.255.255.224”.[www.articlesbase.com]

Read More “How to Compute an IP Subnet Mask”  »»

 

Recent Post





Recent comments

Dark Side Blogger Template Copyright 2009 - Things about Computer Networking is proudly powered by Blogger.com Edited By Belajar SEO