<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6198595994419493937</id><updated>2012-02-16T11:37:06.518+05:00</updated><category term='By Umair'/><category term='By Umair n Jamal'/><category term='Posted By Umair'/><title type='text'>Um@ir n J@mal</title><subtitle type='html'>Belongs to all CS Beginners..</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>24</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-8212734352489817169</id><published>2009-07-12T00:45:00.002+06:00</published><updated>2009-07-12T01:02:12.232+06:00</updated><title type='text'>VLAN .. Complete Introduction ...</title><content type='html'>&lt;span style="font-weight: bold;"&gt;What are VLANs?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;VLAN which stands for Virtual LAN is defined in the IEEE802.1q standard. It is a technology allowing a company or an individual to extend their LAN over the WAN interface, breaching the physical limitations of regular LANs.&lt;br /&gt;VLAN technology also allows having several VLANs over a single switch in such a manner that all the LANs will operate in parallel and may not be even aware of each other.&lt;br /&gt;VLAN as can be inferred from the name allows you to create a virtual LAN as which as far as the users are concerned behaves the same way as a regular LAN does. For instance someone in New York could access a printer located in Tel-Aviv using a LAN IP address - as if the printer were just in the next room!&lt;br /&gt;To understand VLANs, it is first necessary to have an understanding of LANs. A Local Area Network (LAN) can generally be defined as a broadcast domain. Hubs, bridges or switches in the same physical segment or segments connect all end node devices. End nodes can communicate with each other without the need for a router. Communications with devices on other LAN segments requires the use of a router.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;TYPES&lt;/span&gt;&lt;br /&gt;There are several types of VLANs that are defined:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;   1.Port Based VLANs (Layer 1)  &lt;/span&gt;-&lt;br /&gt; all the traffic which arrives at a given port of a switch is  associated with some VLAN. In such a manner you could connect several VLANs to a single switch and have them operate concurrently - this is very convenient in a static environment where the members of the different VLANs stay the same ones over large amounts of time and change very infrequently.   When you use port based VLANs the data frame received on a given port is not altered but is simply forwarded to the correct output port as configured in the switch. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2.MAC Based VLANs (Layer 2) &lt;/span&gt;-&lt;br /&gt; all the traffic received is inspected for the source and destination MAC addresses and the appropriate VLANs are determined by them. This type of VLAN allows to connect all the computers to all the ports of a switch and the switch will associate each one to the appropriate VLAN as it is defined. This type of VLANs is much easier to manage as it removes the physical requirement of connecting a specific device to a specific port. However, the management overhead is much greater in this type of VLANs as each computer needs to be manually associated to some VLAN in the first place. The frames in this type of a VLAN may be edited to accommodate the VLAN they belong to, this is achieved by using VLAN tags - more on that later.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3.Protocol Based VLANs (Layer 2)&lt;/span&gt; &lt;br /&gt;- this type of VLANs is based on the protocol transmitted, each protocol can be assigned a different port for example IP traffic will go through port 1 and all other traffic through a different port. This kind of flexibility allows for logical segmentation of the network based on the type of traffic used in each network part.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4.IP Subnet Based VLANs (Layer 3)&lt;/span&gt; -&lt;br /&gt;all the traffic in this type of VLAN is split  according to the IP subnet of each source/destination, although this involves access to layer 3 data which could be considered as routing data this is not the case as the IP subnet is used to merely map the exit port of each VLAN based on the subnet. This allows great network flexibility as users are able to move computers from different locations and retain the same VLAN membership at zero effort. The drawback of this VLAN segmentation is that it requires additional processing for the layer 3 header and thus adds more latency than the other VLAN segmentation methods.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;VLAN Tags:&lt;/span&gt;&lt;br /&gt;The VLAN tag is  a 2 byte tag used to identify the VLAN to which and from which the frame is transmitted, in case of a VLAN aware computer.  The first 3 bits of the VLAN tag indicate the priority of the traffic which is included in the packet to allow for some basic QOS to ensure that critical data can pass through the network quickly with as little delays as possible. The value of this field can be generated at the end station and updated on every switch (VLAN aware) on the way as well. More on the usage of these 3 bits can be found in IEEE 802.1p standard.&lt;br /&gt;The 4th bit is CFI - Canonical Format Indicator which is used mainly for 802.3 source routing information.The last 12 bits are the VLAN Identifier - VID, these enable the creation of 4094 VLANs&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;VLAN Protocols:&lt;/span&gt;&lt;br /&gt;&lt;!--msnavigation--&gt; &lt;p class="MsoNormal"&gt;&lt;b&gt;1.GVRP - GARP VLAN registration protocol&lt;/b&gt;&lt;/p&gt;For understanding GVRP, it is necessary to understand GARP. What GVRP enables us is that VLAN Bridges will dynamically be able to learn their VLAN membership.&lt;br /&gt;Therefore, minimum VLAN configuration at a bridge is sufficient; when a switch receives a GVRP message, if GVRP is enabled and dynamic VLAN registration is enabled, than the ports will be added as either tagged or untagged VLAN members according to the VLAN aware or unaware devices attached to it.&lt;br /&gt;The second application that uses the GARP is the Multicast group information exchanges protocol with the help of GARP multicast registration protocol (GMRP).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2.GARP - generic attribute registration protocol&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The IEEE 802.1D MAC bridges defined GARP as the solution for manually configuring all of the devices and application. GARP enables configuring few devices and applications while the rest of them learn the required information dynamically.&lt;br /&gt;GARP define that any group of applications that share a common attribute can declare and register their state information related to the attribute. A GARP applicant can choose whether to participate in declaring and registering the attribute value.&lt;br /&gt;When an applicant declares an attribute with a GARP message, the other applicants that receive the message know that the sender is either associated to that attribute, or that the sender wants to know about other applicants associated with that attribute.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3.VTP - VLAN Trunking Protocol&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;With VLANs, the network is segmented into smaller collision domains. But when working in a large environment where there are many switches involved, it becomes difficult to maintain VLANs across the LAN. In this environment, the VTP protocol makes administration of VLANs easier.&lt;br /&gt;Interconnected switches are configured to belong to the same VTP domain, which is a logical group of switches that shares VLAN information. Every switch can belong to only one VTP domain, and the links connecting the switches must be configured for trunk mode.&lt;br /&gt;There are three setting modes for connecting a switch to a VTP domain:&lt;br /&gt;  &lt;span style="font-weight: bold;"&gt; 1.  &lt;/span&gt; VTP Server: maintains the VLAN database - VLANs can be created, deleted and edited on the server.&lt;br /&gt;   &lt;span style="font-weight: bold;"&gt;2.&lt;/span&gt;  VTP Client: only Maintains the database - VLANs cannot be created, deleted and edited on clients.&lt;br /&gt;   &lt;span style="font-weight: bold;"&gt;3.&lt;/span&gt;  Transparent: does not participate in the VTP domain. VTP advertisements are forwarded.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;VLAN Benefits&lt;/span&gt;&lt;br /&gt;As we have seen, there are several benefits to using VLANs. To summarize, VLAN architecture benefits include:&lt;br /&gt;    * Increased performance&lt;br /&gt;    * Improved manageability&lt;br /&gt;    * Network tuning and simplification of software configurations&lt;br /&gt;    * Physical topology independence&lt;br /&gt;    * Increased security options&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;VLAN Limitations&lt;/span&gt;&lt;br /&gt;There are a few limitations to using VLANs, some of the more notable being:&lt;br /&gt;&lt;br /&gt;    * Broadcast limitations&lt;br /&gt;    * Device limitations&lt;br /&gt;    * Port constraints&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Broadcast limitations&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In order to handle broadcast traffic in an ATM VLAN environment it is necessary to have a special server that is an integrated part of the ATM infrastructure. This server has limitations in the number of broadcasts that may be forwarded. Some network protocols that will be running within individual VLANs, such as IPX and AppleTalk, make extensive use of broadcast traffic. This has the potential of impacting thresholds on the switches or broadcast servers and may require special consideration when determining VLAN size and configuration.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Device limitations&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The number of Ethernet addresses than can be supported by each edge device is 500. This represents a distribution of about 20 devices per Network 21 port. These numbers are actual technical limitations that could be further reduced due to performance requirements of attached devices.&lt;br /&gt;These limitations are above the recommended levels for high performance networking. From a pure performance standpoint, the ideal end-user device to Network 21 port ratio would be one device per port. From a practical point of view, a single Network 21 port could be shared by a number of devices that do not require a great deal of bandwidth and belong to the same VLAN. An example of this would be a desktop computer, printer, and laptop computer for an individual user.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Port Constraints&lt;/span&gt;&lt;br /&gt;If a departmental hub or switch is connected to a Network 21 port, every port on that hub must belong to the same VLAN. Hubs do not have the capability to provide VLANs to individual ports, and VLANs can not be extended beyond the edge device ports even if a switch capable of supporting VLANs is attached.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-8212734352489817169?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/8212734352489817169/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/vlan-complete-introduction.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/8212734352489817169'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/8212734352489817169'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/vlan-complete-introduction.html' title='VLAN .. Complete Introduction ...'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-7573378588246966648</id><published>2009-07-11T12:36:00.002+06:00</published><updated>2009-07-11T12:45:42.392+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Posted By Umair'/><title type='text'>How to Creating a Account  in Client Server</title><content type='html'>&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:133%"&gt;&lt;span style="mso-special-format: bullet;color:#CC9900;mso-color-index:4;position:absolute;left:-3.32%; top:.49em;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;You can click&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; Start &lt;/span&gt;&lt;span style="font-family: Wingdings; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;à&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; Administrative Tools&lt;/span&gt;&lt;span style="font-family: Wingdings; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;à&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; Active Directory Users And Computers. &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style="position: absolute; left: -3.27%; top: 0.49em; font-family: Wingdings; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;In the Active Directory Users And Computers, &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;you can expand the name of the domain, &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;right-click the Computers node &lt;/span&gt;&lt;span style="font-family: Wingdings; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;à&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; New &lt;/span&gt;&lt;span style="font-family: Wingdings; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;à&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; Computer. &lt;/span&gt;&lt;/div&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="position: absolute; left: -3.92%; top: 0.49em; font-family: Wingdings; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;Then click Next,&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; Next, &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;and Finish.&lt;/span&gt;&lt;span style="font-size:24pt"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span"  style="font-size:7;"&gt;&lt;span class="Apple-style-span" style="font-size: 32px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span"  style="font-size:7;"&gt;&lt;span class="Apple-style-span" style="font-size: 32px;"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;&lt;span style="color: rgb(0, 102, 51); "&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Joining a Domain:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;span class="Apple-style-span"    style="font-family:arial;font-size:180%;color:#006633;"&gt;&lt;span class="Apple-style-span" style="font-size: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span"  style="font-size:7;"&gt;&lt;span class="Apple-style-span" style="font-size: 32px; "&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style="mso-line-spacing:&amp;quot;90 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:111%"&gt;&lt;span style="mso-special-format: bullet;color:#CC9900;mso-color-index:4;position:absolute;left:-3.98%; top:.49em;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;To join a domain using Microsoft Windows XP Professional&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: 16px; font-weight: normal; "&gt;Follow these steps:&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: 16px; font-weight: normal; "&gt;You can right-click My Computer and click Properties.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: 16px; font-weight: normal; "&gt;In the System Properties, click Computer Name.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: 16px; font-weight: normal; "&gt;Click Change.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: 16px; font-weight: normal; "&gt;In the Computer Name text box, enter the desired name of the computer.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: 16px; font-weight: normal; "&gt;In the Member Of section, click the Domain radio button&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: 16px; font-weight: normal; "&gt;Click the Domain text box and enter the name of the domain&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span class="Apple-style-span"  style="font-size:130%;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px; font-weight: normal;"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:167%"&gt;&lt;span style="mso-special-format: bullet;color:#CC9900;mso-color-index:4;position:absolute;left:-3.26%; top:.49em;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;After specifying the name of the computer and the domain to join, &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;click OK. &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -3.47%; top: 0.49em; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;You would then be asked to asked to provide a user name and a password for a user&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; who has the permissions to join let a computer join a &lt;/span&gt;&lt;span style="font-size:30pt"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;domain&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style="mso-line-spacing:&amp;quot;90 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:144%"&gt;&lt;span style="mso-special-format: bullet;color:#CC9900;mso-color-index:4;position:absolute;left:-3.69%; top:.49em;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;After entering a user and a password,&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;90 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;90 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; click OK. &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;90 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;90 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;If you have the right to add computers to the domain&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;90 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;, &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;90 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;you would receive a Welcome message &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;90 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;90 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;and click OK .&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;90 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -3.91%; top: 0.49em; font-family: Wingdings; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Once you click OK,&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; you will be asked to restart the computer, which you should do. &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Therefore, in the System Properties dialog box, &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;click OK &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -3.69%; top: 0.49em; font-family: Wingdings; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;After the computer has restarted, &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;when it displays the Log On To Windows dialog box, &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;click the arrow of the Log On To combo box &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;and select the name of the domain. &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Thanks.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;  &lt;div style="mso-line-spacing:&amp;quot;90 50 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:30pt"&gt;&lt;span class="Apple-style-span" style="font-size: medium; "&gt;.&lt;/span&gt; &lt;/span&gt;&lt;/div&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 50 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;              &lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 50 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-7573378588246966648?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/7573378588246966648/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/how-to-creating-account-in-client.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/7573378588246966648'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/7573378588246966648'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/how-to-creating-account-in-client.html' title='How to Creating a Account  in Client Server'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-4314879463972227650</id><published>2009-07-11T12:21:00.002+06:00</published><updated>2009-07-11T12:36:31.297+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Posted By Umair'/><title type='text'>How to Set Client Server Network (Step by Step)</title><content type='html'>&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;&lt;span style="color: rgb(0, 102, 51); "&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;Definition:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;span class="Apple-style-span"   style="font-size:180%;color:#006633;"&gt;&lt;span class="Apple-style-span" style="font-size: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;span class="Apple-style-span"   style="font-size:180%;color:#006633;"&gt;&lt;span class="Apple-style-span" style="font-size: 18px;"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026"&gt;  &lt;div class="O" style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216; mso-char-wrap:1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:133%"&gt;&lt;span style="mso-special-format:bullet;color:#CC9900;mso-color-index:4;position:absolute; left:-4.0%;top:.49em;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Client/server&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt; describes the relationship between two computer programs in which one program, the client, makes a service request from another program, the server, which fulfills the request. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="O"&gt;&lt;span class="Apple-style-span"  style="font-size:130%;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div class="O"&gt;&lt;span style="position: absolute; left: -3.62%; top: 0.49em; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;S&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;erv&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;ers&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt; are powerful computers or processes dedicated to managing disk drives (file servers), printers (print servers), or network traffic (network Servers&lt;/span&gt;&lt;/span&gt;&lt;p:onmouseclick hyperlinktype="url" href="http://www.webopedia.com/TERM/C/server.html"&gt;&lt;a href="http://www.webopedia.com/TERM/C/server.html" target="_parent" onclick="window.event.cancelBubble=true;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p:onmouseclick&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;). &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Clients &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;are PCs or workstations on which users run applications.  &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="O"&gt;&lt;span class="Apple-style-span"  style="font-size:130%;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div class="O"&gt;&lt;span style="position: absolute; left: -3.67%; top: 0.49em; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Client-server&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt; architectures are sometimes called &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;two-tier&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;architectures.&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;span style="font-size:24pt"&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="O"&gt;&lt;span class="Apple-style-span"   style="font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="O"&gt;&lt;span class="Apple-style-span"   style="font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;b&gt;&lt;i&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;&lt;span style="color: rgb(0, 102, 51); "&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;Benefits:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;span class="Apple-style-span"   style="font-size:180%;color:#006633;"&gt;&lt;span class="Apple-style-span" style="font-size: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;span class="Apple-style-span"   style="font-size:180%;color:#006633;"&gt;&lt;span class="Apple-style-span" style="font-size: 18px;"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:133%"&gt;&lt;span style="mso-special-format: bullet;color:#CC9900;mso-color-index:4;position:absolute;left:-3.73%; top:.49em;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Centralized&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt; - Resources and data security are controlled through the server. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span"   style="font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style="position: absolute; left: -3.51%; top: 0.49em; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Scalability&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt; - Any or all elements can be replaced individually as needs increase. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style="position: absolute; left: -3.73%; top: 0.49em; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Flexibility&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt; - New technology can be easily integrated into system. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style="position: absolute; left: -3.5%; top: 0.49em; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Accessibility&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt; - Server can be accessed remotely and across multiple platforms. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style="position: absolute; left: -3.61%; top: 0.49em; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Backup &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;- as all data is stored centrally it is easy to backup. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;&lt;span style="color: rgb(0, 102, 51); "&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;Configuring Active Directory :&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;span class="Apple-style-span"   style="font-size:180%;color:#006633;"&gt;&lt;span class="Apple-style-span" style="font-size: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;span class="Apple-style-span"   style="font-size:180%;color:#006633;"&gt;&lt;span class="Apple-style-span" style="font-size: 18px;"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:133%"&gt;&lt;span style="mso-special-format: bullet;color:#CC9900;mso-color-index:4;position:absolute;left:-3.49%; top:.49em;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;There are steps of installing active directory in Server&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span"    style="font-family:arial;font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style="position: absolute; left: -3.26%; top: 0.49em; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;The first page of the wizard presents a summary of the actions &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;you&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt; must have taken before continuing.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:arial;font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: arial; font-size: 16px; "&gt;    Read it and click Next .&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:arial;font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:arial;font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:133%"&gt;&lt;span style="mso-special-format: bullet;color:#CC9900;mso-color-index:4;position:absolute;left:-3.43%; top:.49em;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;A dialog box will display briefly and then display a list of the &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;roles you can assign to the server.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt; &lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;In the list, click Domain Controller &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;(Active Directory)&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style="position: absolute; left: -4.01%; top: 0.49em; "&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Click Next. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:georgia;font-size:180%;"&gt;&lt;span class="Apple-style-span" style="font-size: 18px;"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -3.66%; top: 0.84em; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Click Next to Run The Active Directory Installation Wizard. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:133%"&gt;&lt;span style="mso-special-format: bullet;color:#CC9900;mso-color-index:4;position:absolute;left:-3.55%; top:.49em;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Another wizard, titled Active Directory Installation Wizard, comes up. Read its text and click Next&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:30pt"&gt;  &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span"   style="font-family:arial;font-size:130%;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span"   style="font-family:arial;font-size:130%;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:133%"&gt;&lt;span style="mso-special-format: bullet;color:#CC9900;mso-color-index:4;position:absolute;left:-3.35%; top:.49em;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;In the third page of the wizard, you must specify whether this is the first or an additional domain controller. &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;As this is the first, &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;accept the first radio button&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; and click Next...&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span"   style="font-family:Wingdings;color:#CC9900;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span"   style="font-family:arial;font-size:130%;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:133%"&gt;&lt;span style="mso-special-format: bullet;color:#CC9900;mso-color-index:4;position:absolute;left:-3.58%; top:.49em;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;In the fourth page of the wizard, accept the first radio button &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;and click Next. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:133%"&gt;&lt;span style="mso-special-format: bullet;color:#CC9900;mso-color-index:4;position:absolute;left:-3.32%; top:.49em;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;you must enter the name of the domain. &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;The name should be followed by an Internet domain name &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;(&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;.com&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;, &lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;.net&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;, &lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;.org&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;, &lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;.us&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;, etc)&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 50 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 50 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span"    style="font-family:Wingdings;font-size:130%;color:#CC9900;"&gt;&lt;span class="Apple-style-span" style="font-size: 14px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span"   style="font-family:arial;font-size:130%;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;a suggested NetBIOS name displays, intended for earlier versions of Windows.&lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:133%"&gt;&lt;span style="mso-special-format: bullet;color:#CC9900;mso-color-index:4;position:absolute;left:-4.02%; top:.49em;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;The next page allows you to specify where the Active Directory information would be stored. &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;The next page specifies where the domain's public files would be stored.&lt;/span&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:133%"&gt;&lt;span style="mso-special-format: bullet;color:#CC9900;mso-color-index:4;position:absolute;left:-3.5%;top:.84em; font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;After a few seconds, the next page allows you to install DNS. &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;The next page allows you to set the default permissions.&lt;/span&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:133%"&gt;&lt;span style="mso-special-format: bullet;color:#CC9900;mso-color-index:4;position:absolute;left:-3.27%; top:.49em;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;The next page prompts you to create a password used to &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;start the server in "Restore Mode". &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Enter a password in both text boxes. &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:133%"&gt;&lt;span style="mso-special-format: bullet;color:#CC9900;mso-color-index:4;position:absolute;left:-3.96%; top:.49em;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;The next page displays a summary of your selections. &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:133%"&gt;&lt;span style="mso-special-format: bullet;color:#CC9900;mso-color-index:4;position:absolute;left:-3.45%; top:.84em;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;The wizard will start creating and configuring Active Directory. &lt;/span&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;br /&gt;&lt;/div&gt;  &lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/div&gt;  &lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/div&gt;  &lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/div&gt;  &lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/div&gt;&lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;After a few seconds, the last page of the wizard will display. &lt;/span&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Read its summary and click Finish.&lt;/span&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/div&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 50 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/div&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:167%;visibility: hidden"&gt;&lt;span style="mso-special-format:bullet;color:#CC9900;mso-color-index: 4;position:absolute;left:-4.29%;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:30pt"&gt; &lt;/span&gt;&lt;/div&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 50 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 50 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/div&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 50 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:georgia;font-size:180%;"&gt;&lt;span class="Apple-style-span" style="font-size: 18px; "&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:133%"&gt;&lt;span style="mso-special-format: bullet;color:#CC9900;mso-color-index:4;position:absolute;left:-4.91%; top:.84em;font-family:Wingdings;font-size:65%"&gt;n&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;You will be asked to restart the computer. &lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:arial;font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:arial;font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 50 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div style="mso-line-spacing:&amp;quot;100 50 0&amp;quot;;mso-margin-left-alt:216;mso-char-wrap: 1;mso-kinsoku-overflow:1"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;span class="Apple-style-span"   style="font-size:180%;color:#006633;"&gt;&lt;span class="Apple-style-span" style="font-size: 18px; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div class="O1" style="mso-line-spacing:&amp;quot;100 20 0&amp;quot;;mso-margin-left-alt:422; mso-text-indent-alt:217;mso-char-wrap:1;mso-kinsoku-overflow:1"&gt;&lt;span style="font-size:122%;visibility:hidden"&gt;&lt;span style="mso-special-format:bullet; color:#3B812F;mso-color-index:5;position:absolute;left:-4.06%;font-family:Wingdings; font-size:60%"&gt;q&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:22pt"&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div class="O" style="mso-line-spacing:&amp;quot;100 50 0&amp;quot;;mso-margin-left-alt:216; mso-char-wrap:1;mso-kinsoku-overflow:1"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/p:colorscheme&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-4314879463972227650?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/4314879463972227650/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/how-to-set-client-server-network-step.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/4314879463972227650'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/4314879463972227650'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/how-to-set-client-server-network-step.html' title='How to Set Client Server Network (Step by Step)'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-5576933536759222332</id><published>2009-07-11T11:44:00.000+06:00</published><updated>2009-07-11T11:55:12.922+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Posted By Umair'/><title type='text'>Google Announces Chrome Operating System</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Verdana; font-size: 12px; line-height: 15px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; "&gt;&lt;img src="http://tbn0.google.com/images?q=tbn:Fh8MS9AbnMxXgM:http://kooparadio.co.cc/assets/images/google-chrome-logo-design.jpg" /&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; "&gt; &lt;a title="Google Inc." href="http://www.pcmag.com/topic/0,2944,t=Google%20Inc&amp;amp;s=1489,00.asp" style="color: rgb(0, 59, 176); text-decoration: underline; "&gt;Google&lt;/a&gt; on Wednesday announced an OS of its own, Google Chrome OS, which will run on both x86 and ARM systems.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; "&gt;The emphasis of the OS is the same as what netbooks were originally designed for: light, Web-based computing. Obviously, Windows XP wasn't designed for such a scenario, but its relative light weight, low cost, and familiarity have made it a big hit with netbook buyers.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; "&gt;Google's new open-source OS will almost certainly beat XP and Windows 7 on cost, and will be lighter weight, but there's no telling how it will be to actually use. The relative &lt;a href="http://www.appscout.com/2009/01/windows_beating_linux_on_netbo.php" style="color: rgb(0, 59, 176); text-decoration: underline; "&gt;dearth of Linux on netbooks&lt;/a&gt; also shows that people tend to prefer a more Windows-like environment. &lt;a href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html" target="_blank" style="color: rgb(0, 59, 176); text-decoration: underline; "&gt;Google's blog entry about the OS&lt;/a&gt; says:&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; "&gt;"The user interface is minimal to stay out of your way, and most of the user experience takes place on the Web. And as we did for the Google Chrome browser, we are going back to the basics and completely redesigning the underlying security architecture of the OS so that users don't have to deal with viruses, malware and security updates. It should just work."&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; "&gt;According to Google, the Chrome OS runs "within a new windowing system on top of a Linux kernel," and will eventually run on everything from netbooks to full desktop PCs. That's the key differentiator between the full-blown Chrome OS and Google's Android, which will start appearing in netbooks in the next few months (Google says there will be areas of overlap for the two operating systems, netbooks being the main one).&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; "&gt;From a developer standpoint, the Chrome OS is good news, because there's basically no new platform to write for—any browser-based app will work with Chrome, just as it will in any browser on any OS.&lt;/p&gt;It remains to be seen how the Chrome OS will affect companies like DeviceVM, which provides a quick-boot Linux-based environment that can be quickly loaded before Windows. DeviceVM, and rival Phoenix Technologies, provide access to the Web and multiple apps in seconds, far less time than Windows needs to load.&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; "&gt;&lt;/p&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:Verdana;font-size:100%;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; line-height: 15px; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-5576933536759222332?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/5576933536759222332/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/google-announces-chrome-operating.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/5576933536759222332'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/5576933536759222332'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/google-announces-chrome-operating.html' title='Google Announces Chrome Operating System'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-9132583843259249623</id><published>2009-07-11T10:51:00.002+06:00</published><updated>2009-07-11T10:56:51.085+06:00</updated><title type='text'>Wi-Fi.... Complete Interoduction...</title><content type='html'>&lt;span style="font-weight: bold;"&gt;What is WiFi? &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Wi-Fi allows you to use your computer or other device to connect to the internet from anywhere there is a Wi-Fi access point (often known as a hot Spot)&lt;br /&gt;&lt;br /&gt;Short for "wireless fidelity", Wi-Fi is one of the most popular wireless communications standards on the market.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Wireless Standards&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The official name for the specification is IEEE 802.11, and it is comprised of more than 20 different standards, each of which is denoted by a letter appended to the end of the name. The most familiar standards are 802.11b and 802.11g (Wireless B and G) which are used in the majority of commercial Wi-Fi devices. Both of these standards operate in the 2.4 GHz band, and the only major difference between the two is the transfer rate.&lt;br /&gt;Some consumer electronics, however, use a different standard—Wireless A. These devices operate within the 5 GHz range and have transfer rates equivalent to 802.11g. However, since they operate on different frequencies, devices using the 802.11a standard cannot communicate with B and G-enabled devices. For this reason, it is important to check the compatibility of components with your wireless network prior to purchasing them.&lt;br /&gt;The 802.11 standard reserves the low levels of the OSI model for a wireless connection that uses electromagnetic waves, i.e.:&lt;br /&gt;    * The physical layer (sometimes shortened to the "PHY" layer), which offers three types of information encoding.&lt;br /&gt;    * The data link layer, comprised of two sub-layers: Logical Link Control (or LLC) and Media Access Control (or MAC).&lt;br /&gt;The physical layer defines the radio wave modulation and signalling characteristics for data transmission, while the data link layer defines the interface between the machine's bus and the physical layer, in particular an access method close to the one used in the Ethernet standard and rules for communication between the stations of the network. The 802.11 standard actually has three physical layers, which define alternative modes of transmission:&lt;br /&gt;Wireless Networking, WiFi, is not a new technology, but it is only recently that it has become mainstream. What are the benefits of wireless networks and should you be considering using it?&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Benefits:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The advent of portable computing devices is one of the main drivers for the adoption of wireless networking. Today, around 50% of new laptops come wireless enabled out of the box. All of Apple’s latest line of laptops come with both wireless &amp;amp; bluetooth built in. Many Microsoft Windows laptops are similarly wireless enabled.&lt;br /&gt;&lt;br /&gt;A powerful alliance of vendors joined together in 1999 to form the WiFi Alliance. You can be assured that any device approved by the WiFi Alliance will interoperate happily with any other approved device. The term WiFi has become corrupted in common usage to mean wireless networks in general, not just devices approved by the WiFi alliance.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Why adopt WiFi?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Today’s workforce, equipped with PDAs, laptops and other mobile devices, demand access to your network from wherever they are, without the hassle of a fixed network. WiFi allows your business to deploy a network more quickly, at lower cost, and with greater flexibility than a wired system.&lt;br /&gt;Productivity increases too, since workers can stay connected longer, and are able to collaborate with their co-workers as and where needed.&lt;br /&gt;WiFi networks are more fluid than wired networks. A network is no longer a fixed thing, networks can be created and ripped down in an afternoon instead of the days or weeks required to create a structured cable network.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Architecture&lt;/span&gt;:&lt;br /&gt;&lt;br /&gt;Wireless cards can operate in two modes, Infrastructure and Ad-hoc.&lt;br /&gt;Most business systems use wireless in Infrastructure mode. This means that devices communicate with an access point. Typically the access point also has a connection to the company wired network, allowing users access to servers and files as if they were physically attached to the LAN.&lt;br /&gt;Ad-hoc connections are direct connections between wireless cards. This type of connection is more common amongst home users, but if used by business users could have serious management and security implications.&lt;br /&gt;Management&lt;br /&gt;You can easily connect to a WiFi network anywhere within range of an access point. This is a boon for your workers, but unfortunately, it also brings with it a few headaches for the IT department.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Security&lt;/span&gt;:&lt;br /&gt;&lt;br /&gt;Security is the bane of everybody who puts together a wireless network. access points, using factory default settings, are not secure at all.&lt;br /&gt;So, if security is such a concern does that mean I shouldn’t deploy WiFi? No, it doesn’t. But it is something that you should bear in mind when in the planning stage.&lt;br /&gt;When talking about security there is no such thing as having a completely secure system. Everything is insecure to some degree or other. The degree of security you require is dictated by the sensitivity of the information you possess.&lt;br /&gt;If you require very high levels of security then you cannot rely on the built in security measures of a WiFi network alone.&lt;br /&gt;On the other hand, most small to medium sized companies do not require very high levels of security. In which case you may use the standard WiFi security measures.&lt;br /&gt;If you already have a wireless network you may be concerned about whether it is secure. There are four things you can do to ensure that you are secure.&lt;br /&gt;   1. Make sure that your access point(s) are not broadcasting the SSID (basically an identifier for your network)&lt;br /&gt;   2. Make sure that your access point(s) are encrypting the wireless traffic using Wireless Equivalent Privacy (WEP)&lt;br /&gt;   3. Buy a wireless intrusion detection system. A number of products are available designed to help you monitor the security of your WiFi network as well as who is using it.&lt;br /&gt;   4. If you have a high security requirement, then you should either ensure your network people are appropriately trained or hire a wireless consultant. You may also need to buy proprietary, non-standard access points from the likes of Cisco (although even some proprietary standards from the likes of Cisco have their problems). Unfortunately, this will substantially increase the cost of your wireless network.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-9132583843259249623?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/9132583843259249623/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/wi-fi-complete-interoduction.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/9132583843259249623'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/9132583843259249623'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/wi-fi-complete-interoduction.html' title='Wi-Fi.... Complete Interoduction...'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-8991706375092985139</id><published>2009-07-10T12:16:00.003+06:00</published><updated>2009-07-10T12:55:28.552+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Posted By Umair'/><title type='text'>Peer-to-Peer Networks</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;/p:colorscheme&gt;&lt;/span&gt;&lt;div shape="_x0000_s1026"&gt;&lt;span style="font-size:100%;"&gt;  &lt;div class="O" style=""&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -3.81%; top: 0.49em;font-family:Wingdings;" &gt;n&lt;/span&gt;A &lt;b&gt;peer to peer&lt;/b&gt; (or P2P) computer network uses diverse connectivity between participants in a network and the cumulative bandwidth of network. &lt;/div&gt;  &lt;div class="O" style=""&gt; &lt;/div&gt;  &lt;div class="O4" style=""&gt;&lt;b&gt;&lt;span style="width: 18.83%;"&gt; &lt;/span&gt;OR &lt;/b&gt;&lt;/div&gt;  &lt;div class="O4" style=""&gt;&lt;b&gt; &lt;/b&gt;&lt;/div&gt;  &lt;div class="O" style=""&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -3.43%; top: 0.49em;font-family:Wingdings;" &gt;n&lt;/span&gt;&lt;b&gt;Peer to peer&lt;/b&gt; is an approach to computer networking where all computers share equivalent responsibility for processing data. &lt;/div&gt;&lt;div class="O" style=""&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;/p:colorscheme&gt;&lt;/span&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;span class="Apple-style-span"&gt;  &lt;div style=""&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -4.18%; top: 0.49em;font-family:Wingdings;" &gt;n&lt;/span&gt;You can configure computers in peer to peer &lt;b&gt;&lt;i&gt;workgroups&lt;/i&gt;&lt;/b&gt; to allow sharing of files, printers and other resources across all of the devices. &lt;/div&gt;  &lt;div style=""&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -3.77%; top: 0.49em;font-family:Wingdings;" &gt;n&lt;/span&gt;Peer networks allow data to be shared easily in both directions, whether for downloads to your computer or uploads from your computer. &lt;/div&gt;  &lt;div style=""&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -3.58%; top: 0.49em;font-family:Wingdings;" &gt;n&lt;/span&gt;&lt;b&gt;On internet, peer to peer&lt;/b&gt; networks handle a very high volume of file sharing traffic by distributing the load across many computers. &lt;/div&gt;  &lt;div style=""&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -3.66%; top: 0.49em;font-family:Wingdings;" &gt;n&lt;/span&gt;&lt;b&gt;P2P&lt;/b&gt; networks both scale better and are more resilient (Recover quickly) than client-server networks in case of failures. &lt;/div&gt;  &lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="O" style=""&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="O" style=""&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;/p:colorscheme&gt;&lt;/span&gt;&lt;div shape="_x0000_s1026" class="O" style=""&gt;&lt;span class="Apple-style-span"&gt;&lt;span style="color: rgb(0, 102, 51);font-family:Garamond;" &gt;Configuration of P2P&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O" style=""&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 102, 51);font-family:Garamond;" &gt;&lt;span class="Apple-style-span"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;/p:colorscheme&gt;&lt;/span&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;span class="Apple-style-span"&gt;  &lt;div style=""&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -3.65%; top: 0.49em;font-family:Wingdings;" &gt;n&lt;/span&gt;Start&lt;span style=";font-family:Wingdings;" &gt;à&lt;/span&gt; Control panel &lt;span style=";font-family:Wingdings;" &gt;à&lt;/span&gt; Network Connection &lt;span style=";font-family:Wingdings;" &gt;à&lt;/span&gt; left side in small window, click the option to &lt;b&gt;Set up a home or small &lt;/b&gt;&lt;b&gt;office network&lt;/b&gt;. The wizard window will appear. &lt;/div&gt;  &lt;div style=""&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -3.62%; top: 0.49em;font-family:Wingdings;" &gt;n&lt;/span&gt;Welcome to the Network Setup Wizard window will appear, click &lt;b&gt;Next&lt;/b&gt;. &lt;/div&gt;  &lt;div style=""&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -3.75%; top: 0.49em;font-family:Wingdings;" &gt;n&lt;/span&gt;A simple checklist window appears. Before you continue, make sure ICS host computer is on and connecting to Internet. Click &lt;b&gt;Next&lt;/b&gt;. &lt;/div&gt;  &lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="O" style=""&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;/p:colorscheme&gt;&lt;/span&gt;&lt;div shape="_x0000_s1026" class="O" style=""&gt;&lt;span class="Apple-style-span"&gt;Here you need to select a connection method. Select &lt;b&gt;This computer connects to the Internet through a residential gateway or &lt;/b&gt;&lt;b&gt;through another computer on my network option&lt;/b&gt;. Click &lt;b&gt;Next&lt;/b&gt;.&lt;/span&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O" style=""&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;/p:colorscheme&gt;&lt;/span&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;span class="Apple-style-span"&gt;  &lt;div style=""&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -3.52%; top: 0.49em;font-family:Wingdings;" &gt;n&lt;/span&gt;Give this computer a description and name window appears. The computer name must be unique in your network and click &lt;b&gt;Next&lt;/b&gt;. &lt;/div&gt;  &lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O" style=""&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;/p:colorscheme&gt;&lt;/span&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;span class="Apple-style-span"&gt;  &lt;div style=""&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -3.8%; top: 0.49em;font-family:Wingdings;" &gt;n&lt;/span&gt;When File and printer sharing window appear, click &lt;b&gt;turn &lt;/b&gt;&lt;b&gt;on/turn off file and printer sharing&lt;/b&gt; as according to your needs. Click &lt;b&gt;Next&lt;/b&gt;.&lt;span class="Apple-style-span"&gt;All the selected settings would be displayed in this window, check all settings and feel free to click &lt;b&gt;Back&lt;/b&gt; to modify the settings again.&lt;/span&gt;&lt;/div&gt;&lt;div style=""&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;div shape="_x0000_s1026" class="O"&gt;  &lt;div style=""&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -3.71%; top: 0.49em;font-family:Wingdings;" &gt;n&lt;/span&gt;If found no problem, click &lt;b&gt;Next&lt;/b&gt; to apply the settings. It will take some time to finish installation. &lt;/div&gt;  &lt;/div&gt;&lt;/p:colorscheme&gt;&lt;/div&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;/p:colorscheme&gt;  &lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div shape="_x0000_s1026" class="O" style=""&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;p:colorscheme colors="#ffffff,#000000,#5f5f5f,#006633,#cc9900,#3b812f,#996600,#afbf39"&gt;  &lt;/p:colorscheme&gt;&lt;/span&gt;&lt;div shape="_x0000_s1026" class="O"&gt;&lt;span class="Apple-style-span"&gt;  &lt;div style=""&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -3.3%; top: 0.49em;font-family:Wingdings;" &gt;n&lt;/span&gt;Click finish to quit the wizard at last. You have finished setting up the client computer. &lt;/div&gt;  &lt;div style=""&gt;&lt;span style="color: rgb(204, 153, 0); position: absolute; left: -3.71%; top: 0.49em;font-family:Wingdings;" &gt;n&lt;/span&gt;Now, open your network connection window, right click &lt;b&gt;Internet Connection&lt;/b&gt; new icon and click &lt;b&gt;Status&lt;/b&gt;, you would be able to monitor the connection status and enable/disable shared Internet connection. &lt;/div&gt;  &lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;  &lt;/span&gt;&lt;/div&gt;&lt;span style="font-size:100%;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-8991706375092985139?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/8991706375092985139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/peer-to-peer-networks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/8991706375092985139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/8991706375092985139'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/peer-to-peer-networks.html' title='Peer-to-Peer Networks'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-3058660721164513414</id><published>2009-07-10T00:20:00.003+06:00</published><updated>2009-07-10T00:27:04.470+06:00</updated><title type='text'>Ethernet Basics..</title><content type='html'>TCP/IP (Transmission Control Protocol/Internet Protocol) is a set of protocols independent of the physical medium used to transmit data, but most data transmission for Internet communication begins and ends with Ethernet frames.&lt;br /&gt;The Ethernet can use either a bus or star topology. A bus topology attaches all devices in sequence on a single cable. In a star topology all devices are wired directly to a central hub. 10Base-T uses a combination called a star-shaped bus topology because while the attached devices can share all data coming in on the cable, the actual wiring is in a star shape.&lt;br /&gt;The access method used by the Ethernet is called Carrier Sense Multiple Access with Collision Detect (CSMA/CD). This is a contention protocol, meaning it is a set of rules to follow when there is competition for shared resources.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; Ethernet Address&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;All Ethernet interfaces have a unique 48-bit address that is supplied by the manufacturer. It is called the Ethernet address (also known as the MAC address, for Media Access Control). Ethernet-enabled Rabbit boards store this value in Flash Memory (EEPROM) that is programmed at the factory. If you need unique Ethernet addresses for some product you are making, you can obtain them from the IEEE Registration Authority. Run the utility program Samples/tcpip/display_MAC.c to read the MAC address of a Rabbitbased board.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Physical Connections&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A Realtek RTL8019 10Base-T interface chip provides a 10 Mbps Ethernet connection. This chip is used on many Ethernet-enabled Rabbit boards. The corresponding port can be connected directly to an Ethernet network. By using hubs and routers, a network can include a large number of computers. A network might include all the computers in a particular building. A local network can be connected to the Internet by means of a gateway. The gateway is a computer that is connected both to the local network and to the Internet. Data that must be sent out over the Internet are sent to the local network interface of the gateway, and then the&lt;br /&gt;gateway sends them on to the Internet for routing to some other computer in the world. Data coming in from the Internet are directed to the gateway, which then sends them to the correct recipient on the local network.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Cables&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Ethernet cables are similar to U.S. telephone plug cables, except they have eight connectors. For our purposes, there are two types of cables—crossover and straight-through. In most instances, the straightthrough cables are used. It is necessary to use a crossover cable when two computers are connected directly without a hub (for example, if you want to connect your PC’s Ethernet directly to the Rabbit Semiconductor TCP/IP Development Board.) Some hubs have one input that can accept either a straightthrough or crossover cable depending on the position of a switch. In this case make sure that the switch position and cable type agree.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Frames&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Bits flowing across the Ethernet are grouped into structures called frames. A frame must be between 46 and 1500 bytes in size. An Ethernet frame has four parts:&lt;br /&gt;1. A Preamble of 8 bytes that helps synchronize the circuitry, thus allowing small bit rate differences between sender and receiver.&lt;br /&gt;2. A Header of 14 bytes that contains a 6 byte destination address, 6 byte source address and a 2 byte type field.&lt;br /&gt;3. A Data area of variable length that, along with the header, is passed to the IP layer (aka. the Network layer).&lt;br /&gt;4. A Trailer of 4 bytes that contains a CRC to guard against corrupted frames. If the destination address is all 1 bits, it defines a broadcast frame and all systems on the local network process the frame. There are also multicast frames. A subset of systems can form a “multicast” group that&lt;br /&gt;has an address that does not match any other system on the network. All systems in a particular subset process a packet with a destination address that matches their subset. A system can belong to any number of subsets.&lt;br /&gt;A system may put its interface(s) into promiscuous mode and process all frames sent across its Ethernet. This is known as "sniffing the ether." It is used for network debugging and spying.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Collisions&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;In a star-shaped bus topology, all systems have access to the network at any time. Before sending data, a system must determine if the network is free or if it is already sending a frame. If a frame is already being sent, a system will wait. Two systems can “listen” on the network and “hear” silence and then proceed to send data at the same time. This is called a collision. Ethernet hardware has collision detection sensors to take care of this problem. This is the Collision Detect (CD) part of CSMA/CD. The colliding data is ignored, and the systems involved will wait a random amount of time before resending their data.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-3058660721164513414?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/3058660721164513414/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/ethernet-basics.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/3058660721164513414'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/3058660721164513414'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/ethernet-basics.html' title='Ethernet Basics..'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-4361610838913337350</id><published>2009-07-10T00:12:00.002+06:00</published><updated>2009-07-10T00:17:27.081+06:00</updated><title type='text'></title><content type='html'>&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-4361610838913337350?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/4361610838913337350/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/network-devices_10.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/4361610838913337350'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/4361610838913337350'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/network-devices_10.html' title=''/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-7520677202193959598</id><published>2009-07-10T00:12:00.000+06:00</published><updated>2009-07-10T00:15:05.085+06:00</updated><title type='text'>Network Devices..</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Network Devices&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Some network devices (repeaters, bridges and switches) were discussed in the previous sections. These are all dedicated hardware devices. Network devices can also be non-dedicated systems running network software.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; Routers&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A router is a hardware device that connects two or more networks. Routers are the primary backbone device of the Internet, connecting different network technologies into a seamless whole. Each router is assigned two or more IP addresses because each IP address contains a prefix that specifies a physical network. Before a packet is passed to the routing software, it is examined. If it is corrupted, it is discarded. If it is not corrupted, a routing table is consulted to determine where to send it next. By default, routers do not propagate broadcast packets . A router can be configured to pass certain types of broadcasts.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; Firewalls&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A firewall is a computer, router, or some other communications device that controls data flow between networks. Generally, a firewall is a first-line defense against attacks from the outside world. A firewall can be hardware-based or software-based. A hardware-based firewall is a special router with additional filter and management capabilities. A software-based firewall runs on top of the operating system and turns a PC into a firewall.&lt;br /&gt;Conceptually, firewalls can be categorized as Network layer (aka Data Link layer) or Application layer. Network layer firewalls tend to be very fast. They control traffic based on the source and destination addresses and port numbers, using this information to decide whether to pass the data on or discard it. Application layer firewalls do not allow traffic to flow directly between networks. They are typically hosts running proxy servers. Proxy servers can implement protocol specific security because they understand the application protocol being used. For instance, an application layer firewall can be configured to allow only e-mail into and out of the local network it protects.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Gateways&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A gateway performs routing functions. The term default gateway is used to identify the router that connects a LAN to an internet. A gateway can do more than a router; it also performs protocol conversions from one network to another.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-7520677202193959598?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/7520677202193959598/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/network-devices.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/7520677202193959598'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/7520677202193959598'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/network-devices.html' title='Network Devices..'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-8572993877351730622</id><published>2009-07-10T00:01:00.002+06:00</published><updated>2009-07-10T00:09:25.294+06:00</updated><title type='text'>Some Networks Types ..</title><content type='html'>A network is a system of hardware and software, put together for the purpose of communication and resource sharing. A network includes transmission hardware, devices to interconnect transmission media and to control transmissions, and software to decode and format data, as well as to detect and correct problems.&lt;br /&gt;There are several types of networks in use today.But some which are common&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;•&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;LAN - Local Area Network&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;• WAN - Wide Area Network&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;• VPN - Virtual Private Network&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;LAN&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The most widely deployed type of network, LANs were designed as an alternative to the more expensive point-to-point connection. A LAN has high throughput for relatively low cost. LANs often rely on shared media, usually a cable, for connecting many computers. This reduces cost. The computers take turns using the cable to send data.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; Repeaters and Bridges&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;LANs typically connect computers located in close physical proximity, i.e., all the computers in a building. Repeaters are used to join network segments when the distance spanned causes electrical signals to weaken. Repeaters are basically amplifiers that work at the bit level; they do not actively modify data that is amplified and sent to the next segment.&lt;br /&gt;Like repeaters, bridges are used to connect two LANs together. Unlike repeaters, bridges work at the frame level. This is useful, allowing bridges to detect and discard corrupted frames. They can also perform frame filtering, only forwarding a frame when necessary. Both of these capabilities decrease network congestion. Bridged LANs can span arbitrary distances when using a satellite channel for the bridge. The resulting network is still considered a LAN and not a WAN.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;WAN&lt;/span&gt;&lt;br /&gt;To be considered a WAN, a network must be able to connect an arbitrary number of sites across an arbitrary distance, with an arbitrary number of computers at each site. In addition, it must have reasonable performance (no long delays) and allow all of the computers connected to it to communicate simultaneously.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Packet Switches&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Packet switches are small computers with CPUs, memory and I/O devices. They move complete packets, using a technique called Store and Forward. An incoming packet is stored in a memory buffer and the CPU is interrupted. The processor examines the packet and forwards it to the appropriate place. This strategy allows the switch to accept multiple packets simultaneously.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Forwarding a Packet&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A data structure contains the information that tells the switch where to send the packet next. This is called a routing table. The destination address in the packet header determines the routing table entry that is used to forward the packet. It could be forwarded to a computer attached to the switch that is examining the packet or it could be to another switch in the WAN.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;VPN&lt;/span&gt;&lt;br /&gt;VPNs are built on top of a publicly-accessible infrastructure, such as the Internet or the public telephone network. They use some form of encryption and have strong user authentication. Essentially a VPN is a form of WAN; the difference is their ability to use public networks rather than private leased lines. A VPN supports the same intranet services as a traditional WAN, but also supports remote access service. This is good for telecommuting, as leased lines don’t usually extend to private homes and travel destinations. A remote VPN user can connect via an Internet Service Provider (ISP) in the usual way. This eliminates long-distance charges. The user can then initiate a tunnel request to the destination server. The server authenticates the user and creates the other end of the tunnel. VPN software encrypts the data, packages it&lt;br /&gt;in an IP packet (for compatibility with the Internet) and sends it through the tunnel, where it is decrypted at the other end. There are several tunneling protocols available: IP security (IPsec), Point-to-Point Tunneling Protocol (PPTP) and Layer 2 Tunneling Protocol (L2TP).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-8572993877351730622?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/8572993877351730622/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/some-networks-types.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/8572993877351730622'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/8572993877351730622'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/some-networks-types.html' title='Some Networks Types ..'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-4149523955733920240</id><published>2009-07-08T23:25:00.002+06:00</published><updated>2009-07-08T23:35:27.625+06:00</updated><title type='text'>TCP/IP ...Complete Detail..</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Definition: &lt;/span&gt;&lt;br /&gt;The Internet Protocol Suite (commonly known as TCP/IP) is the set of communications protocols used for the Internet and other similar networks. ...&lt;br /&gt;&lt;br /&gt;It is named from two of the most important protocols in it: the &lt;span style="font-weight: bold;"&gt;Transmission Control Protocol &lt;/span&gt;(TCP) and the Internet Protocol (IP), which were the first two networking protocols defined in this standard. Today's IP networking represents a synthesis of several developments that began to evolve in the 1960s and 1970s, namely the Internet and LANs (Local Area Networks), which emerged in the mid- to late-1980s, together with the advent of the World Wide Web in the early 1990s.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The TCP/IP model, or Internet Protocol Suite, describes a set of general design guidelines and implementations of specific networking protocols to enable computers to communicate over a network. TCP/IP provides end-to-end connectivity specifying how data should be formatted, addressed, transmitted, routed and received at the destination. Protocols exist for a variety of different types of communication services between computers.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Layers in the TCP/IP model&lt;/span&gt;:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Link Layer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Link Layer is the networking scope of the local network connection to which a host is attached. This regime is called the link in Internet literature. This is the lowest component layer of the Internet protocols, as TCP/IP is designed to be hardware independent. As a result TCP/IP has been implemented on top of virtually any hardware networking technology in existence.&lt;br /&gt;The Link Layer is used to move packets between the Internet Layer interfaces of two different hosts on the same link. The processes of transmitting and receiving packets on a given link can be controlled both in the software device driver for the network card, as well as on firmware or specialized chip sets.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Internet Layer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Internet Layer solves the problem of sending packets across one or more networks. Internetworking requires sending data from the source network to the destination network. This process is called&lt;span style="font-weight: bold;"&gt; routing.&lt;/span&gt;&lt;br /&gt;In the Internet Protocol Suite, the Internet Protocol performs two basic functions:&lt;br /&gt;&lt;br /&gt;   * &lt;span style="font-weight: bold;"&gt;Host addressing and identification:&lt;/span&gt; This is accomplished with a hierarchical addressing system.&lt;br /&gt;    * Packet routing: This is the basic task of getting packets of data (datagrams) from source to destination by sending them to the next network node (router) closer to the final destination.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Transport Layer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Transport Layer's responsibilities include end-to-end message transfer capabilities independent of the underlying network, along with error control, segmentation, flow control, congestion control, and application addressing (port numbers). End to end message transmission or connecting applications at the transport layer can be categorized as either connection-oriented, implemented in Transmission Control Protocol (TCP), or connectionless, implemented in User Datagram Protocol (UDP).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Application Layer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Application Layer refers to the higher-level protocols used by most applications for network communication. Examples of application layer protocols include the File Transfer Protocol (FTP) and the Simple Mail Transfer Protocol (SMTP). Data coded according to application layer protocols are then encapsulated into one or more transport layer protocols (such as the Transmission Control Protocol (TCP) or User Datagram Protocol (UDP)), which in turn use lower layer protocols to effect actual data transfer.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;OSI and TCP/IP layering differences&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The three top layers in the OSI model—the Application Layer, the Presentation Layer and the Session Layer—are not distinguished separately in the TCP/IP model where it is just the Application Layer. For example, the Network File System (NFS) application protocol runs over the eXternal Data Representation (XDR) presentation protocol, which, in turn, runs over a protocol with Session Layer functionality, Remote Procedure Call (RPC). RPC provides reliable record transmission, so it can run safely over the best-effort User Datagram Protocol (UDP) transport.&lt;br /&gt;The Session Layer roughly corresponds to the Telnet virtual terminal functionality, which is part of text based protocols such as the HTTP and SMTP TCP/IP model Application Layer protocols. It also corresponds to TCP and UDP port numbering, which is considered as part of the transport layer in the TCP/IP model. Some functions that would have been performed by an OSI presentation layer are realized at the Internet application layer using the MIME standard, which is used in application layer protocols such as HTTP and SMTP.&lt;br /&gt;                                                      *************&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-4149523955733920240?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/4149523955733920240/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/tcpip-complete-detail.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/4149523955733920240'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/4149523955733920240'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/tcpip-complete-detail.html' title='TCP/IP ...Complete Detail..'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-6554564379972277499</id><published>2009-07-08T09:50:00.002+06:00</published><updated>2009-07-08T09:54:42.885+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Posted By Umair'/><title type='text'>Automatic Screen Refresh</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Verdana; font-size: 14px; line-height: 16px; "&gt;&lt;a name="Automatic" style="text-decoration: underline; "&gt;&lt;strong&gt;&lt;span class="Apple-style-span"  style="color:#660000;"&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;When you make changes to your file system and use Explorer, the changes are not usually displayed until you press the F5 key &lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;To refresh automatically: &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;1. Open  RegEdit &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;2. Go to&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Update &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;3. Set the value name "UpdateMode" to 1&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="line-height: 16px; text-decoration: underline; "&gt;&lt;span class="Apple-style-span" style="-webkit-text-decorations-in-effect: none; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-6554564379972277499?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/6554564379972277499/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/automatic-screen-refresh.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/6554564379972277499'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/6554564379972277499'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/automatic-screen-refresh.html' title='Automatic Screen Refresh'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-6938653855094769822</id><published>2009-07-08T09:47:00.001+06:00</published><updated>2009-07-08T09:50:30.467+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Posted By Umair'/><title type='text'>Registry Tip of the Day</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Verdana; font-size: 14px; line-height: 16px; "&gt;&lt;a name="Backup"&gt;&lt;strong&gt;&lt;span class="Apple-style-span"  style="color:#660000;"&gt;Backup / Restore the Registry:&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:Verdana;font-size:130%;color:#660000;"&gt;&lt;span class="Apple-style-span" style="font-size: 14px; line-height: 16px;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a name="Backup"&gt;&lt;/a&gt;&lt;span class="Apple-style-span"    style="font-family:Verdana;font-size:130%;color:#660000;"&gt;&lt;span class="Apple-style-span" style="font-size: 14px; line-height: 16px;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:Verdana;font-size:130%;color:#660000;"&gt;&lt;span class="Apple-style-span" style="font-size: 14px; line-height: 16px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-weight: normal; "&gt;&lt;p align="left"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;To Backup/Restore the Windows Registry: &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Windows 9x&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;a href="http://www.easydesksoftware.com/news/news4.htm" style="text-decoration: none; "&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt; For XP 2000 click here&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;If you are in MSDOS, at the C:\Windows prompt type&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Attrib -s -r -h C:\Windows\System.dat (press Enter)&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Attrib -s -r -h C:\Windows\User.dat (press Enter)&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p align="left"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;To make the backup copies type:&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;copy C:\Windows\System.dat C:\Windows\System.000 (press Enter)&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;copy C:\Windows\User.dat C:\Windows\user.000 (press Enter)&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p align="left"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;To Restore the Registry&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;copy C:\Windows\System.000 C:\Windows\System.dat (press Enter)&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:georgia;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;copy C:\Windows\User.000 C:\Windows\user.dat (press Enter)&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-6938653855094769822?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/6938653855094769822/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/registry-tip-of-day.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/6938653855094769822'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/6938653855094769822'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/registry-tip-of-day.html' title='Registry Tip of the Day'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-4868571484917989410</id><published>2009-07-08T00:08:00.001+06:00</published><updated>2009-07-08T00:25:45.146+06:00</updated><title type='text'>Basic Topologies of Network</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Introduction To Network Topologies:&lt;/span&gt;&lt;br /&gt;In computer networking, topology refers to the layout of connected devices.&lt;br /&gt;This lesson introduces the standard topologies of networking.&lt;br /&gt;Network topologies are categorized into the following basic types:&lt;br /&gt;&lt;br /&gt;   * bus&lt;br /&gt;   * ring&lt;br /&gt;   * star&lt;br /&gt;   * tree&lt;br /&gt;   * mesh&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Bus Topology&lt;/span&gt;&lt;br /&gt;Bus networks (not to be confused with the system bus of a computer) use a common backbone to connect all devices.&lt;br /&gt;A single cable, the backbone functions as a shared communication medium that devices attach or tap into with an interface connector.&lt;br /&gt;A device wanting to communicate with another device on the network sends a broadcast message onto the wire that all other devices see, but only the intended recipient actually accepts and processes the message.&lt;br /&gt;&lt;img src="file:///C:/DOCUME%7E1/jamalzz/LOCALS%7E1/Temp/moz-screenshot.jpg" alt="" /&gt;&lt;img src="file:///C:/DOCUME%7E1/jamalzz/LOCALS%7E1/Temp/moz-screenshot-1.jpg" alt="" /&gt;&lt;img src="file:///C:/DOCUME%7E1/jamalzz/LOCALS%7E1/Temp/moz-screenshot-2.jpg" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Ring Topology&lt;/span&gt;&lt;br /&gt;In a ring network, every device has exactly two neighbors for communication purposes.&lt;br /&gt;All messages travel through a ring in the same direction (either "clockwise" or "counterclockwise").&lt;br /&gt;A failure in any cable or device breaks the loop and can take down the entire network.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Star Topology&lt;/span&gt;&lt;br /&gt;Many home networks use the star topology. A star network features a central connection point called a "hub" that may be a hub, switch or router.&lt;br /&gt;Devices typically connect to the hub with Unshielded Twisted Pair (UTP) Ethernet.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Tree Topology&lt;/span&gt;&lt;br /&gt;Tree topologies integrate multiple star topologies together onto a bus.&lt;br /&gt;In its simplest form, only hub devices connect directly to the tree bus, and each hub functions as the "root" of a tree of devices.&lt;br /&gt;This bus/star hybrid approach supports future expandability of the network much better than a bus (limited in the number of devices due to the broadcast traffic it generates) or a star (limited by the number of hub connection points) alone.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Mesh Topology&lt;/span&gt;&lt;br /&gt;Mesh topologies involve the concept of routes. Unlike each of the previous topologies, messages sent on a mesh network can take any of several possible paths from ist, messages can only travel in one direction.)&lt;br /&gt;Some WANs, most notably the Internet, employ mesh routing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-4868571484917989410?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/4868571484917989410/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/basic-topologies-of-network.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/4868571484917989410'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/4868571484917989410'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/basic-topologies-of-network.html' title='Basic Topologies of Network'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-5507589737776307784</id><published>2009-07-07T23:54:00.000+06:00</published><updated>2009-07-07T23:57:40.217+06:00</updated><title type='text'>Installation of Window Server 2003</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Beginning the installation process&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can install Windows Server 2003 in several methods - all are valid and good, it all depends upon your needs and your limitations.&lt;br /&gt;&lt;br /&gt;For example, you can install directly from a CD by booting your computer with the CD, or you can also copy the  folder from a CD and run the setup process by going into the folder and using the WINNT or WINNT32 command (depending upon your existing operating system).&lt;br /&gt;&lt;br /&gt;It doesn't matter how you run the setup process, but the moment it runs - all setup methods look alike.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The text-based portion of the Setup program&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The setup process begins loading a blue-looking text screen (not GUI). In that phase you will be asked to accept the EULA and choose a partition on which to install 2003, and if that partition is new, you'll be asked to format it by using either FAT, FAT32 or NTFS.&lt;br /&gt;&lt;br /&gt;  &lt;span style="font-weight: bold;"&gt;1. Start the computer from the CD.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  1. You can press F6 if you need to install additional SCSI adapters or other mass-storage devices. If you do you will be asked to supply a floppy disk with the drivers and you CANNOT browse it (or a CD for that matter). Make sure you have one handy.&lt;br /&gt;&lt;br /&gt;  1. If you want, you can press F2 to run the ASR sequence. For that you need a good backup created by the Windows Server 2003 backup program, and the ASR floppy disk. If you plan to install a new copy of 2003 - don't do anything.&lt;br /&gt;&lt;br /&gt;  1. Setup will load all the needed files and drivers.&lt;br /&gt;&lt;br /&gt;  1. Select To Setup Windows Server 2003 Now. If you want, and if you have a previous installation of the OS, you can try to fix it by pressing R. If not, just press ENTER.&lt;br /&gt;&lt;br /&gt;  1. Read and accept the licensing agreement and press F8 if you accept it.&lt;br /&gt;&lt;br /&gt;  1. Select or create the partition on which you will install Windows Server 2003. Depending upon your existing disk configuration choose one of the following:&lt;br /&gt;&lt;br /&gt;   * If the hard disk is unpartitioned, you can create and size the partition on which you will install Windows Server 2003.&lt;br /&gt;&lt;br /&gt;   * If the hard disk is already partitioned, but has enough unpartitioned disk space, you can create an additional partition in the unpartitioned space.&lt;br /&gt;   * If the hard disk already has a partition that is large enough, you can install Windows Server 2003 on that partition. If the partition has an existing operating system, you will overwrite that operating system if you accept the default installation path. However, files other than the operating system files, such as program files and data files, will not be overwritten.&lt;br /&gt;   * If the hard disk has an existing partition, you can delete it to create more unpartitioned space for the new partition. Deleting an existing partition erases all data on that partition.&lt;br /&gt;&lt;br /&gt;If you select a new partition during Setup, create and size only the partition on which you will install Windows Server 2003. After installation, use Disk Management to partition the remaining space on the hard disk.&lt;br /&gt;&lt;br /&gt;  1. Select a file system for the installation partition. After you create the partition on which you will install Windows Server 2003, you can use Setup to select the file system with which to format the partition. Windows Server 2003 supports the NTFS file system in addition to the file allocation table (FAT) and FAT32 file systems. Windows Server 2003, Windows XP Professional, Windows 2000, and Windows NT are the only Microsoft operating systems that you can use to gain access to data on a local hard disk that is formatted with NTFS. If you plan to gain access to files that are on a local Windows Server 2003 partition with the Microsoft Windows 95 or Windows 98 operating systems, you should format the partition with a FAT or FAT32 file system. We will use NTFS.&lt;br /&gt;&lt;br /&gt;  1. Setup will then begin copying necessary files from the installation point (CD, local I386 or network share).&lt;br /&gt;  2. Note: If you began the installation process from an MS-DOS floppy, make sure you have and run SMARTDRV from the floppy, otherwise the copying process will probably last more than an hour, perhaps even more. With SMARTDRV (or if setup was run by booting from CD) the copying will probably last a few minutes, no more than 5 max.&lt;br /&gt;&lt;br /&gt;  1. The computer will restart in graphical mode, and the installation will continue.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; The GUI-based portion of the Setup program&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The setup process reboots and loads a GUI mode phase.&lt;br /&gt;&lt;br /&gt;It will then begin to load device drivers based upon what it finds on your computer. You don't need to do anything at this stage.&lt;br /&gt;&lt;br /&gt;  1. Click Customize to change regional settings, if necessary.&lt;br /&gt;&lt;br /&gt;   * Current System Locale - Affects how programs display dates, times, currency, and numbers. Choose the locale that matches your location, for example, French (Canada).&lt;br /&gt;   * Current Keyboard Layout - Accommodates the special characters and symbols used in different languages. Your keyboard layout determines which characters appear when you press keys on the keyboard.&lt;br /&gt;&lt;br /&gt;If you don't need to make any changes just press Next.&lt;br /&gt;&lt;br /&gt;If you do need to make changes press Customize and add your System Locale etc.&lt;br /&gt;&lt;br /&gt;Note for Hebrew users: Unlike W2K, it is SAFE and it is OK for you to install Hebrew language support at this phase.&lt;br /&gt;To install Hebrew support:&lt;br /&gt;&lt;br /&gt;After pressing Customize go to the Languages tab and select the "Install files for complex script and right-to-left languages".&lt;br /&gt;&lt;br /&gt;A warning message will appear. Press Ok.&lt;br /&gt;&lt;br /&gt;Warning: You must now press Apply!!!&lt;br /&gt;&lt;br /&gt;Setup will copy the necessary files from the installation point.&lt;br /&gt;&lt;br /&gt;You can now go to the Regional Options tab and select Israel in the Location drop-down list, and Hebrew in the Standards and Formats drop-down list. Click Ok.&lt;br /&gt;&lt;br /&gt;Note: Read the Install Hebrew on Windows Server 2003 page for more info.&lt;br /&gt;&lt;br /&gt;  1. Type your name and organization.&lt;br /&gt;&lt;br /&gt;  1. Type the product key.&lt;br /&gt;&lt;br /&gt;  1. Enter the appropriate license type and number of purchased licenses.&lt;br /&gt;&lt;br /&gt;  1. Type the computer name and a password for the local Administrator account. The local Administrator account resides in the SAM of the computer, not in Active Directory. If you will be installing in a domain, you need either a pre-assigned computer name for which a domain account has been created, or the right to create a computer account within the domain.&lt;br /&gt;&lt;br /&gt;  1. If you enter a password that is blank or does not match the required complexity settings you will get a warning message.&lt;br /&gt;&lt;br /&gt;  1. Select the date, time, and time zone settings.&lt;br /&gt;&lt;br /&gt;  1. Setup will now install the networking components.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-5507589737776307784?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/5507589737776307784/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/installation-of-window-server-2003.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/5507589737776307784'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/5507589737776307784'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/installation-of-window-server-2003.html' title='Installation of Window Server 2003'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-6487132426672898873</id><published>2009-07-07T23:13:00.003+06:00</published><updated>2009-07-07T23:26:21.549+06:00</updated><title type='text'>OSI Model ..</title><content type='html'>The Open Systems Interconnection Reference Model&lt;span style="font-weight: bold;"&gt; (OSI Reference Model or OSI Model) &lt;/span&gt;is an abstract description for layered communications and computer network protocol design.&lt;br /&gt;It was developed as part of the Open Systems Interconnection (OSI) initiative.&lt;br /&gt;In its most basic form, it divides network architecture into seven layers which, from top to bottom,&lt;br /&gt;are the Application, Presentation, Session, Transport, Network, Data-Link, and Physical Layers.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Layer 1: Physical Layer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Physical Layer defines the electrical and physical specifications for devices. In particular, it defines the relationship between a device and a physical medium. This includes the layout of pins, voltages, cable specifications, Hubs, repeaters, network adapters, Host Bus Adapters (HBAs used in Storage Area Networks) and more.&lt;br /&gt;&lt;br /&gt;The major functions and services performed by the Physical Layer are:&lt;br /&gt;&lt;br /&gt;  * Establishment and termination of a connection to a communications medium.&lt;br /&gt;  * Participation in the process whereby the communication resources are effectively shared among multiple users. For example, contention resolution and flow control.&lt;br /&gt;  * Modulation, or conversion between the representation of digital data in user equipment and the corresponding signals transmitted over a communications channel.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Layer 2: Data Link Layer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Data Link Layer provides the functional and procedural means to transfer data between network entities and to detect and possibly correct errors that may occur in the Physical Layer. Originally, this layer was intended for point-to-point and point-to-multipoint media, characteristic of wide area media in the telephone system. Local area network architecture.&lt;br /&gt;Both WAN and LAN services arrange bits, from the Physical Layer, into logical sequences called frames. Not all Physical Layer bits necessarily go into frames, as some of these bits are purely intended for Physical Layer functions.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Layer 3: Network Layer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Network Layer provides the functional and procedural means of transferring variable length data sequences from a source to a destination via one or more networks, while maintaining the quality of service requested by the Transport Layer. The Network Layer performs network routing functions, and might also perform fragmentation and reassembly, and report delivery errors. Routers operate at this layer—sending data throughout the extended network and making the Internet possible.&lt;br /&gt;The best-known example of a Layer 3 protocol is the Internet Protocol (IP). It manages the connectionless transfer of data one hop at a time, from end system to ingress router, router to router, and from egress router to destination end system.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Layer 4: Transport Layer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Transport Layer provides transparent transfer of data between end users, providing reliable data transfer services to the upper layers. The Transport Layer controls the reliability of a given link through flow control, segmentation/desegmentation, and error control. Some protocols are state and connection oriented. This means that the Transport Layer can keep track of the segments and retransmit those that fail.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Layer 5: Session Layer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Session Layer controls the dialogues (connections) between computers. It establishes, manages and terminates the connections between the local and remote application. It provides for full-duplex, half-duplex, or simplex operation, and establishes checkpointing, adjournment, termination, and restart procedures.  The Session Layer is commonly implemented explicitly in application environments that use remote procedure calls.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Layer 6: Presentation Layer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Presentation Layer establishes a context between Application Layer entities, in which the higher-layer entities can use different syntax and semantics, as long as the Presentation Service understands both and the mapping between them. The presentation service data units are then encapsulated into Session Protocol Data Units, and moved down the stack.&lt;br /&gt;This layer provides independence from differences in data representation (e.g., encryption) by translating from application to network format, and vice versa.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Layer 7: Application Layer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The application layer is the OSI layer closest to the end user, which means that both the OSI application layer and the user interact directly with the software application. This layer interacts with software applications that implement a communicating component. Such application programs fall outside the scope of the OSI model. Application layer functions typically include identifying communication partners, determining resource availability, and synchronizing communication. Some examples of application layer implementations include Telnet, Hypertext Transfer Protocol (HTTP), File Transfer Protocol (FTP), and Simple Mail Transfer Protocol (SMTP).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-6487132426672898873?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/6487132426672898873/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/open-systems-interconnection-reference.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/6487132426672898873'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/6487132426672898873'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/open-systems-interconnection-reference.html' title='OSI Model ..'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-4231763381450853221</id><published>2009-07-07T09:52:00.002+06:00</published><updated>2009-07-07T09:59:44.539+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Posted By Umair'/><title type='text'>How To Speed Up Your Windows XP By Disabling File Indexing</title><content type='html'>&lt;span class="Apple-style-span"  style="color:#333333;"&gt;&lt;span class="Apple-style-span" style="line-height: 21px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-weight: normal; font-size: 12px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: 16px; font-weight: bold; "&gt;File indexing is a Windows service that like many others, is totally useless - unless you do a lot of searching on your computer. As most users don’t, it’s a good idea to disable it to speed up actions like opening and closing files and folders on your Windows XP.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;b&gt;To disable the Indexing Service:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"   style="font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;b&gt;&lt;img src="http://www.xptricks.net/wp-content/uploads/indexing-240x300.png" alt="indexing" /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-size: 16px; font-weight: bold; "&gt;Go to “My Computer” and right click on your hard drive. At the bottom of the window that opens, you should see a check box titled “Allow Indexing Service to index the disk for fast file searching.”  Uncheck it.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;b&gt;Press OK and you’re done! Your computer should be a little faster after a restart.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-4231763381450853221?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/4231763381450853221/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/how-to-speed-up-your-windows-xp-by_07.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/4231763381450853221'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/4231763381450853221'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/how-to-speed-up-your-windows-xp-by_07.html' title='How To Speed Up Your Windows XP By Disabling File Indexing'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-1276479913771811592</id><published>2009-07-07T09:52:00.000+06:00</published><updated>2009-07-07T09:56:46.462+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Posted By Umair'/><title type='text'>How To Speed Up Your Windows XP By Disabling File Indexing</title><content type='html'>&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); line-height: 21px; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;File indexing is a Windows service that like many others, is totally useless - unless you do a lot of searching on your computer. As most users don’t, it’s a good idea to disable it to speed up actions like opening and closing files and folders on your Windows XP.&lt;br /&gt;To disable the Indexing Service:&lt;br /&gt;Go to “My Computer” and right click on your hard drive. At the bottom of the window that opens, you should see a check box titled “Allow Indexing Service to index the disk for fast file searching.”  …&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-1276479913771811592?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/1276479913771811592/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/how-to-speed-up-your-windows-xp-by.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/1276479913771811592'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/1276479913771811592'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/how-to-speed-up-your-windows-xp-by.html' title='How To Speed Up Your Windows XP By Disabling File Indexing'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-787485141619211072</id><published>2009-07-07T09:46:00.000+06:00</published><updated>2009-07-07T09:51:22.075+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Posted By Umair'/><title type='text'>XP Tip of the Day</title><content type='html'>&lt;span class="Apple-style-span"   style="font-size:6;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-size: 24px; letter-spacing: -1px;"&gt;&lt;a href="http://www.xptricks.net/windows/xp/2009/05/how-to-bypass-the-recycle-bin-when-deleting-files/" rel="bookmark" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(60, 120, 167); text-decoration: underline; "&gt;How To Bypass The Recycle Bin When Deleting Files&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-size:6;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-size: 24px; letter-spacing: -1px;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: 12px; letter-spacing: normal; line-height: 20px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;If you are absolutely sure you want to delete a file, why send it to the Recycle Bin? Windows lets you bypass it really easily:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;To delete a file or a group of files, select them with and when they are highlighted, press Shift+Delete. Press “Yes” in the confirmation box that opens and you’re done!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-787485141619211072?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/787485141619211072/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/xp-tip-of-day.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/787485141619211072'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/787485141619211072'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/xp-tip-of-day.html' title='XP Tip of the Day'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-3658327618095563624</id><published>2009-07-06T21:31:00.003+06:00</published><updated>2009-07-06T21:42:56.423+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Posted By Umair'/><title type='text'>Finally a new cricket game!</title><content type='html'>&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:Arial;font-size:180%;color:#333333;"&gt;&lt;span class="Apple-style-span"  style="font-size:18px;"&gt;&lt;b&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;img src="http://www.cricketweb.net/cricketgames/commercial/ashescricket2009/images/43.jpg" alt="Ashes Cricket 2009 Screenshot" /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style=" color: rgb(51, 51, 51);  font-family:Arial;font-size:10px;"&gt;&lt;div class="grey_box_title" style="background-color: rgb(102, 102, 102); width: 658px; height: 20px; padding-top: 5px; padding-right: 10px; padding-bottom: 2px; padding-left: 10px; float: left; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;FEATURES&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="buy_games_description"  style="width: 644px;  padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; float: left; font-size:12px;"&gt;&lt;ul&gt;&lt;li type="square" style="margin-top: 10px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Licensed by Cricket Australia, the ECB (England and Wales Cricket Board) and the MCC (Marylebone Cricket Club,&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li type="square" style="margin-top: 10px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Official players, kit, stadia from England and Australia.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li type="square" style="margin-top: 10px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Recognisable player models&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li type="square" style="margin-top: 10px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;23 players in each countries squad with different squads for Tests, ODIs and Twenty20.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li type="square" style="margin-top: 10px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Unlicensed teams from other countries.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li type="square" style="margin-top: 10px; "&gt;&lt;span class="Apple-style-span"   style="font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-size:16px;"&gt;Relaseing During  Ashes 09&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-size:16px;"&gt;&lt;img src="http://www.cricketweb.net/cricketgames/commercial/ashescricket2009/images/thumbnails/14.jpg" alt="Ashes Cricket 2009 Screenshot" /&gt;&lt;span class="Apple-style-span"  style="color: rgb(51, 51, 51);  font-size:12px;"&gt;&lt;img src="http://www.cricketweb.net/cricketgames/commercial/ashescricket2009/images/thumbnails/33.jpg" alt="Ashes Cricket 2009 Screenshot" /&gt;&lt;span class="Apple-style-span"  style="color: rgb(0, 0, 0);  font-size:16px;"&gt;&lt;img src="http://www.cricketweb.net/cricketgames/commercial/ashescricket2009/images/thumbnails/16.jpg" alt="Ashes Cricket 2009 Screenshot" /&gt;&lt;span class="Apple-style-span"  style="color: rgb(51, 51, 51);  font-size:12px;"&gt;&lt;img src="http://www.cricketweb.net/cricketgames/commercial/ashescricket2009/images/thumbnails/24.jpg" alt="Ashes Cricket 2009 Screenshot" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-size:130%;color:#000000;"&gt;&lt;span class="Apple-style-span"  style=" ;font-size:16px;"&gt;For More Details Visit That Link:::&lt;span class="Apple-style-span" style="font-family: Georgia; font-size: 16px; "&gt;&lt;a href="http://www.cricketweb.net/cricketgames/commercial/ashescricket2009/index.php"&gt;http://www.cricketweb.net/cricketgames/commercial/ashescricket2009/index.php&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-3658327618095563624?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/3658327618095563624/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/finally-new-cricket-game.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/3658327618095563624'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/3658327618095563624'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/finally-new-cricket-game.html' title='Finally a new cricket game!'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-1497064651915897839</id><published>2009-07-06T21:12:00.001+06:00</published><updated>2009-07-06T21:13:36.340+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='By Umair'/><title type='text'>iPod touch review</title><content type='html'>&lt;div&gt;&lt;img src="http://www.blogcdn.com/www.engadget.com/media/2007/09/apple-beat-event-93.jpg" /&gt;&lt;/div&gt;&lt;div&gt;&lt;img src="http://www.blogcdn.com/www.engadget.com/media/2007/09/ipod-touch-review-rear.jpg" /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;Read Full Review At:&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.engadget.com/2007/09/22/ipod-touch-review/"&gt;http://www.engadget.com/2007/09/22/ipod-touch-review/&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-1497064651915897839?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/1497064651915897839/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/ipod-touch-review.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/1497064651915897839'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/1497064651915897839'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/ipod-touch-review.html' title='iPod touch review'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-7813067213987746262</id><published>2009-07-06T13:17:00.000+06:00</published><updated>2009-07-06T13:22:57.681+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='By Umair'/><title type='text'>Nokia Tips</title><content type='html'>&lt;b&gt;Some info in case u have a NOKIA Mobile...&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1 Imagine ur cell battery is very low, u r expecting an&lt;br /&gt;important call and u don't have a charger.&lt;br /&gt;Nokia instrument comes with a reserve battery. To&lt;br /&gt;activate,&lt;br /&gt;key is "*3370#"&lt;br /&gt;Ur cell will restart with this reserve and ur instrument&lt;br /&gt;will show a 50% incerase in battery.&lt;br /&gt;This reserve will get charged when u charge ur cell&lt;br /&gt;next&lt;br /&gt;time.&lt;br /&gt;*3370# Activate Enhanced Full Rate Codec (EFR)-Your phone&lt;br /&gt;uses the best sound quality but talk time is reduced by approx.&lt;br /&gt;5%&lt;br /&gt;#3370# Deactivate Enhanced Full Rate Codec( EFR)&lt;br /&gt;&lt;br /&gt;*#4720# Activate Half Rate Codec - Your phone uses a&lt;br /&gt;lower&lt;br /&gt;quality sound&lt;br /&gt;but you should gain approx 30% more Talk Time&lt;br /&gt;*#4720# Deactivate Half Rate Codec&lt;br /&gt;&lt;br /&gt;2 *#0000# Displays your phones software version,&lt;br /&gt;&lt;br /&gt;1st Line  : Software Version,&lt;br /&gt;2nd Line : Software Release Date,&lt;br /&gt;3rd Line  : Compression Type&lt;br /&gt;&lt;br /&gt;3 *#9999# Phones software v ersion if *#0000# does not work&lt;br /&gt;&lt;br /&gt;4 *#06# For checking the International Mobile Equipment&lt;br /&gt;Identity&lt;br /&gt;(IMEI Number)&lt;br /&gt;&lt;br /&gt;5 #pw+1234567890+1# Provider Lock Status. (use the "*"&lt;br /&gt;button&lt;br /&gt;to obtain the "p,w" and "+" symbols)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-7813067213987746262?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/7813067213987746262/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/nokia-tips.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/7813067213987746262'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/7813067213987746262'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/nokia-tips.html' title='Nokia Tips'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-6130207689110254683</id><published>2009-07-06T13:16:00.000+06:00</published><updated>2009-07-06T13:17:20.217+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='By Umair n Jamal'/><title type='text'>Interduction to Networking</title><content type='html'>In information technology, networking is the construction, design, and use of a network,&lt;br /&gt;including the physical  (cabling, hub, bridge, switch, router, and so forth),&lt;br /&gt;the selection and use of telecommunication protocol and computer software for using and managing the network,&lt;br /&gt;and the establishment of operation policies and procedures related to the network.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The physical connection—A physical connection to a network is made by connecting a specialized expansion card, such as a modem or a network interface card (NIC), to a PC with a cable.&lt;br /&gt;The logical connection—The logical connection uses standards called protocols.&lt;br /&gt;A protocol is a formal description of a set of rules and conventions that govern how devices on a network communicate.&lt;br /&gt;The TCP/IP suite is the primary protocol used on the Internet.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;TCP/IP is a suite of protocols that work together to send and receive data.&lt;br /&gt;Applications—The application that interprets the data and displays the information in a comprehensible format is the last part of the connection.&lt;br /&gt;A web browser displays HTML as a web page.&lt;br /&gt;File Transfer Protocol (FTP) is used to download files and programs from the Internet.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;TCP/IP is a set of protocols or rules developed to allow cooperating computers to share resources across a network.&lt;br /&gt;To enable TCP/IP on the workstation, it must be configured using the operating system tools.&lt;br /&gt;The PC requires an IP address, subnet mask, default gateway, DNS (domain name server) information.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;These can be assigned manually or obtained from a Dynamic Host Configuration Protocol (DHCP) server.&lt;br /&gt;The process is similar whether you’re using a Windows or Apple Macintosh operating system.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ping is a program that is useful for verifying a successful TCP/IP installation.&lt;br /&gt;Ping stands for Packet Internet Groper.&lt;br /&gt;The ping command works by sending multiple IP packets to a specified destination.&lt;br /&gt;The output response for a ping contains the success ratio and round-trip time to the destination.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-6130207689110254683?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/6130207689110254683/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/interduction-to-networking.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/6130207689110254683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/6130207689110254683'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/interduction-to-networking.html' title='Interduction to Networking'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6198595994419493937.post-1209540648166789334</id><published>2009-07-06T12:29:00.000+06:00</published><updated>2009-07-06T12:40:43.804+06:00</updated><title type='text'>Teach Yourself HTML</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;span style=";font-family:courier new;font-size:130%;"  &gt;&lt;span style="color: rgb(51, 0, 51); font-weight: bold;"&gt;Introduction:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style=";font-family:courier new;font-size:130%;"  &gt;&lt;span style="color: rgb(51, 0, 51); font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:arial;"&gt;HTML is a language for describing web pages.&lt;br /&gt;&lt;br /&gt;   * HTML stands for Hyper Text Markup Language&lt;br /&gt;   * HTML is not a programming language, it is a markup language&lt;br /&gt;   * A markup language is a set of markup tags&lt;br /&gt;   * HTML uses markup tags to describe web pages..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;HTML Tags&lt;br /&gt;&lt;br /&gt;HTML markup tags are usually called HTML tags&lt;br /&gt;&lt;br /&gt;   * HTML tags are keywords surrounded by angle brackets like&lt;br /&gt;   * HTML tags normally come in pairs like &lt;b&gt; and &lt;/b&gt;&lt;br /&gt;   * The first tag in a pair is the start tag, the second tag is the end tag&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Start and end tags are also called opening tags and closing tags.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;HTML Documents = Web Pages&lt;br /&gt;&lt;br /&gt;   * HTML documents describe web pages&lt;br /&gt;   * HTML documents contain HTML tags and plain text&lt;br /&gt;   * HTML documents are also called web pages....&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The purpose of a web browser (like Internet Explorer or Firefox) is to read HTML documents&lt;br /&gt;and display them as web pages.&lt;br /&gt;The browser does not display the HTML tags,&lt;br /&gt;but uses the tags to interpret the content of the page:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6198595994419493937-1209540648166789334?l=cstrainer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cstrainer.blogspot.com/feeds/1209540648166789334/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://cstrainer.blogspot.com/2009/07/teach-yourself-html.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/1209540648166789334'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6198595994419493937/posts/default/1209540648166789334'/><link rel='alternate' type='text/html' href='http://cstrainer.blogspot.com/2009/07/teach-yourself-html.html' title='Teach Yourself HTML'/><author><name>Friend of Friends</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_ahGE0X5KSHs/SlGI_IQW7JI/AAAAAAAAAAM/E90yrN485A0/S220/DSC04096.JPG'/></author><thr:total>0</thr:total></entry></feed>
