Gapz rule

Chapter 8 Notes

by Malvin Harding on May.17, 2010, under Uncategorized

(LAN) means Local area network  and is a group of connected devices that is under the same network .         WLANs are basically LANs that are just wireless hense the term WLAN or Wireless Local Area Network.  (WAN) stands for Wide Area Network and connects all LANs together The internet is and example of a WAN.

  • A peer-to-peer networs (P2P) network all devices can do the same tthing and have the same responseabilities Each different users are basically in charge of their own resources and what data and even other device that is wanted to be communicated with. Because of the type of responsibility each user carries there is no main point of control. The known limit for a P2P network to hold devices is 10 devices at a time. Although P2P networks seem to be a good choice of communication there are some bad points about it;

  • It’s hard to determine who controls the resources on a network.
  • the Security isn’t very good because each device has to use its own means of protection against some resources of data.
  • The more devices added onto the network the harder it is to manage the network.

Client/ Server Networks

in client server network the client( device) asks for information or services from the server, which then replies giving the device it’s requested information.

DHCP (Dynamic host configuration protocol)

THis is a software used to give network devices IP adresses, when a DHCP server is set up the devices can be set up so thayt each time the devices are turned on they would get an IP adress automatically. The server keeps a list of IP adresses, and makes sure that each device on the netwok would get their own unique adress, when gotten each adress is kept on the device for  an amount of time, and when the time determined finishes the DHCP uses the same IP adress for any Device that joins the network

Architectural, OSI And TCP/IP data models

AN architectural module is a model that separartes functions into manageable layers, these layers all play an important part in network communication. A TCP/IP model is a four layer model that explains the TCP/IP model suite of protocols, this is also the dominant way of transporting data across networks. An OSI ( open systems Interconnect) is a model of standards that define how devices communicate on a network.

OSI

An OSI model is an industry standard framework  used to divide network communications into seven distinct layers. Each layer is responsible for part of the processing to prepare data for network transmission. The seven Layers of transmission are;application, presentation, session, transport, network, data-link & physical.

  • When data is to be sent, such as an e-mail, the transmission starts at the Application layer. The Application layer is responsible for providing network access to applications.
  • At the presentation layer data is transformed to provide an interface for the application.
  • At the session point connections between the local and remote application are created, managed and terminated.
  • At the Transport layer,  data is broken down into  manageable segments( Transport layer protocol data units (PDUs) for orderly transport across the network. A PDU describes data as it moves from one layer of the OSI model to another. The Transport layer PDU also contains information such as port numbers, sequence numbers, and acknowledgement numbers, which is used for reliable data transport.
  • At the Network layer, each segment from the Transport layer becomes a packet. The packet contains logical addressing.
  • At the Data Link layer, each packet from the Network layer becomes a frame. The frame contains physical address and error correction information.
  • At the Physical layer, the frame becomes bits. These bits are transmitted one at a time across the network medium.

NIC’s and modems

A network interface card (NIC) is used to connect to the Internet. The NIC may come preinstalled or you may have to purchase one on your own. you may also need to install a modem to connect to the Internet.When installing a new driver,  disable virus protection software so that none of the files would be  incorrectly installed. Some virus scanners detect a driver update as a possible virus attack. Also, only one driver should be installed at a time; otherwise, some updating processes may conflict updating processes may conflict. You are ready to connect to the network, plug a  Ethernet patch  into the network port on the computer. Plug the other end into the network device then  look at the LEDs, or link lights, next to the Ethernet port on the NIC to see if there is any activity. If there is no activity, this may indicate a faulty cable, a faulty hub port, or even a faulty NIC. You may have to replace one or more of these devices to fix the problem. After you have made sure that the computer is connected to the network and the link lights on the NIC indicate a working connection,an IP address would be required. Most networks are set up so that the computer will receive an IP address automatically from a local DHCP server. If the computer does not have an IP address, you will need to enter a unique IP address in the TCP/IP properties of the NIC.Every NIC must be configured with the following information;

  • Protocols – The same protocol must be implemented between any two computers that communicate on the same network.
  • IP address – This address is configurable and must be unique to each device. The IP address can be manually configured or automatically assigned by DHCP.
  • MAC address – Each device has a unique MAC address. The MAC address is assigned by the manufacturer and cannot be changed.

After the computer is connected to the network, you should test connectivity with the ping command. Use the ipconfig command to find out what your IP address is. Ping your own IP address to make sure that your NIC is working properly. After you have determined that your NIC is working, ping your default gateway or another computer on your network. A default gateway allows a host to communicate outside of your network. If you have an Internet connection, ping a popular website, such as www.lateforlunch.co.uk. If you can ping an Internet site or another computer on your network successfully, everything is working properly. If you cannot ping one of these, you will need to begin troubleshooting the connection.

A modem is a device that transfers data between one computer and another using analog signals over a telephone line. The modem converts digital data to analog signals for transmission. The modem at the receiving end reconverts the analog signals back to digital data to be interpreted by the computer.

Leave a Comment more...

Bandwidth

by Malvin Harding on Apr.28, 2010, under Uncategorized

This Post is all about the important little part of networking called Bandwidth.

First thing is first, What is bandwidth ???

Well Bandwidth can be acknowledged as the amount of data transmitted in a certain amount of time which is usually measured in Bits and there are various ways to note how much data is transmitted. Like; Bps- bits per second, K bps – Kilobits per second, M bps – mega bits per second, and so on.


A fact about the hidden world of bandwidth is there are 3 different modes of transmissions they are ;

Simplex - a single one way transmission also known as Unidirectional transmission.

Half Duplex- like simplex it allows data to flow in one direction at a time disallowing two directions of transmission.

Full Duplex – unlike half Duplex this transmission type allows data to travel in both directions at once, and although  transmissions are measured in Mbps full deplex transmissions are not measuered any differentlybut when they are measured in terms of measuring both direction of transmission direction e.g. 50 Mbps full duplex is 50 Mbps in both transmission directions

IP adresses are other ways of identfying network devices, an interesting fact is that they are put into 32 digit numbers in binary called octets meaning theu are divided up into groups of eight number.

IP’s can also be put into a dotted decimal format. e.g 080.320.3.62, when a host is configured with an IP adress it is a dotted decimal number like 192.168.1.5.

unique IP adresses on a network ensure that data can be sent and recieved form the correct network source.

IP adresses also come in classes used for different areas;

Class A – large networks,used by some large companies and countries

class B – medium sized networks used by universities

Class C – small networks, used by ISP for customer subscriptions

Class D – special use for multicasting

class E - used for experimental testing.

subnet masks are used to indicate proportion of an IP address, and it is a dotted decimal number.

Normally all the users within a LAN network use the same subnet mask, there are default subnet masks for three classes of IP adress. There is;


Class A - 255.0.0.0

Class B – 255.255.0.0

Class C – 255.255.255.0

IP address configuration can be done in two ways;

Manually – requires configuring each device with the proper IP address and Subnet task

NIC (network interface card) – this is hardware that enables a computer to connect to a network

Dynamic – Dynamic Host Configuration Protocol (DHCP) server automatically assigns IP addresses to network hosts. This also Provides computers with an IP address and can assign the following to hosts : IP address, Subnet mask, Default gateway, domain name System (DNS)  and Server address. A DHCP works by;

  1. server receiving request from host
  2. server selects an IP address info from a database
  3. Server then offers addresses to requesting Host
  4. And if the host then accepts the offer, the server leases the adresses for an amount of time

The other IPs ( Internet protocols)

A protocol can also be known as a set of rules, Internet protocols are rules set that govern communication between computers on a network. Loads of protocols consist of a group of protocols stacked in layers to function properly they depend on other layers in the group to function properly. Protocols are normally used to ;

  • identify problems/errors
  • compress data
  • decide how data is sent
  • adressing data
  • deciding how to announce sent and recieved data

There are many different protocols for different uses,they can be used in different ways like browsing the web sending & recieving e-mails and transferring data files. ICMP Internet Control Message Protocols can be used by devices on a network to send control and error messages to computers on servers. PING ( Packet Internet Groper) iz a simple command used to test connections between computers, it can be used to determine whether a specific IP adress is accessible and can be used by either the host name or IP adress and can work by sending an ICMP echo request to a destination computer, the recieving device should then send back an ICMP echo reply message.


I hope this infromation has been in good use for my audience I may write again

2 Comments more...

Mbps-data transfers on your PC

by Malvin Harding on Mar.18, 2010, under Uncategorized

 USB  1.1  12Mbps
   2.0  480Mbps
   3.0  4.8Gbps
 Ilink  1394/a  400mbps
   1394/b  800mbps
 Ethernet 802.3   10/100/1000Mbps
 wi-fi  802.11  A=54Mbps
     B= 11Mbps
     G=54Mbps
     N=540Mbps
Bluetooth 1.0 1Mbps
  2.1 2.1Mbps

These are the network connectional speeds of which a computer may transfer data, I hope it is of use.

Leave a Comment more...

lexmark x3350 printer (unfinished)

by Malvin Harding on Mar.17, 2010, under Uncategorized

step 1:When  starting the installation of your computer make sure you install the driver that would notify the computer that your printer is plugged in and operational.

Step2: To locate the driver find a legal website that actually has information about the printer and allows you to install the driver for the printer of which you are going to use. then you should locate and establish the type of driver you are going to install.

step 3: After establishing which driver you are going to download, the download process should automatically start itself ( according to the website used) if it does not start itself, then you must find information that should indicate a way for you to start the download process manually.

step 4: Allow the Download process to start and continue, no problems should arise at any point.

step 5: Once the download process as completed the download window should have an option that allows you to run the program, click on that and another window should come up that will be explained below.

step 6:

step 7

step 8

step 9: this area starts the run of the software necessary for the driver to operate properly.

step 10: this window should then appear which enables you to uninstall the previous driver that may have been used before the installation of this new driver.

step 11: in general for any program being installed a license and agreement window should come up stating the terms and conditions that are used in place with the software. It is the choice of the operator of the software weather they want to read through the license agreement, but if no reading is required just click I agree.

step 12: the computer may then notify you about the firewalls created that is required for the product to function.

step 13: while going through the process of installation the computer may establish that a software has already been installed within the computer, the computer then may give you an option to update the existing driver, or install another driver, it is recommended that the previous software is updated.

step 14:an overall install process should start allow this to run and complete its final installation.

step 15

Leave a Comment more...

Printers, New and Old

by Malvin Harding on Mar.10, 2010, under Uncategorized

As we all know printers are used at home and in the work space. They basically just produce paper copies of electronic files.

There are many different makes of printers today, but although they are different makes they all use 2 or three different

techniques in order to make the printed copies we use so much today. Some groups are;

  • laser printers: these use a technique called electrophotographic thechnology, this uses a laser which etches an image or word file anto a drum within the cartridge, this then has dry ink rolled into it and rolled onto the pages. A laser printer has 4 cartridges, black, yellow, blue ( AKA cyan) and red (AKA magneta). These colours can be mixed to create a whole range of colours.
  • Inkjet printers: this differently uses a technique called electrostatic spray technology,
  • Dot matrix printers: these use impact technology

PPM this is a way of knowing how many pages a printer prints a minuite, hence the name PPM meaning Pages Per Minuite;

  • A laser printer would print from 8- 200 ppm
  • An inkjet on the other hand would print from 2-6 ppm

An important fact is that the price of a printer is based around the capacity and speed of a printer.

A printer produces colour using a method called subtractive mixing. this is when four computer primary colours are used ( Black, magneta, cyan and yellow) to create a wide range of colours.

A cool fact is that picture quality is measured in Dots Per Inch ( DPI) the more dots that can be fitted in a single in the better the quality of an image, thats a technique behind the ever so famous, High Definition, htis would be made up of a large amont of dots put into a single Inch giveing a great resolution.

The TCO ( total cost of ownership) includes;

  • Initial purchase price
  • Cost supplies such as paper and ink
  • Price per page
  • Maintenance cost
  • warranty costs
  • the amount of material to be printed

The factors of reliablility include;

  • warranty
  • scheduled servicing
  • mean time before failures

All these are all taken into account before a pruduct would be put for sale, when these are considered it would help the creator have a slight idea of what would be the ideal price of an object.

3 Comments more...

Chapter 6

by Malvin Harding on Feb.22, 2010, under Uncategorized

6.1

This chapter was based around portable devices. These included such devices like, smart phones, PDA’s, laptops and desktops. The chapter also went on to describe their uses.    E.g. Laptops – a small portable device that has all the same functions as a Desktop computer with integrated peripherals.

6.1.1

This area of the chapter spoke about some of the uses of a Laptop and what its common features were like its portability and how it works when it is not connected to an AC power source. It also spoke about the first uses of a laptop and reasons they were chosen by their owners E.g The first laptops were used primarily by business people who needed to access and enter data when they were away from the office. This area also went on to talk about the common uses of Laptops :

  • Taking notes in school or researching papers
  • Presenting info in business meetings
  • accessing data while away from home or the Office
  • playing games & watching movies while traveling
  • accessing the internet in a public area
  • sending & receiving E-mails in public

6.1.2 This are spoke about some common uses of smart phones and PDA’s. This included some information on the idea of smart which had dated back to the 1970, this also carried on to speak about the uses of PDA’s, and said that the earliest PDA’s were to  have a touch screen or have a keyboard. Another name for the smart phone was an electronic personal organizer. Here are some tools the PDA came with to help organize information;

  • address book
  • calculator
  • alarm clock
  • internet connection
  • E-mail
  • global positioning

Smart phones were also a topic discussed inside this area of this chapter. Smart phones were mobile phones with PDA capabilities. Smart phones basically were said to combine cell phone and computer functions in a single, hand held device, and that the technology of the PDA and the technology of the Smart phone continue to merge. Here are some capabilities of smart phones;

  • built-in camera
  • Document access
  • E-mail
  • Abbreviated note taking
  • television

Smartphone connectivity and PDA connectivity methods include Bluetooth and regular USB cable connections.

6.2

This chapter was based on some of the laptop component and common features. Some features included were;

  • They are small and portable
  • Integrated display screen
  • They have an integrated keyboard at the base
  • run on AC power or on a rechargeable battery

6.2.1

External laptop components were the main focus in this area of the chapter. the ports of a laptop are  the same type of port on that of a desktop, so that the peripherals used would be interchangeable. It may seem amazing that although the specific size of a laptop is fixed a laptop would contain ports  that support peripherals, network connectivity, and  audio access. Ports, connections, and drives are located on the front, back, and sides of the laptop because of it’s compact design. Laptops contain PC Card or Express Card slots to add functionality such as more memory, a modem, or a network connection. There are status indicators, ports, slots, connectors, bays, jacks, vents, and a keyhole on the exterior of the laptop, you may now agree with me when i said that the amazing amounts of ports that are included in a laptop although it’s size is compact to make it portable.

6.2.2

Describing the components found within a laptop. when the laptop is opened there are several different components within the laptop which are input devices E.g : the on/off switch, the volume control and  the keyboard.  the part of the chapter then goes on to talk about the LCD screen of a laptop and desktop and how its visual effectiveness can be controlled, E.g resolution, brightness and contrast settings can be changes  on a laptop using software settings and a desktops’ height and  can be changed where as a laptops connot be because of it’s screens fixed position. This chapter also goes on to talk about a small pin on the laptop cover which makes contact with a switch when the case is closed, called an LCD cutoff switch. The LCD cutoff switch tells the CPU to conserve power by stopping the backlight and turning off the LCD. If this switch breaks or is dirty, the LCD will remain dark while the laptop is open so to fix this issue carefully clean this switch to restore normal operation.

6.2.3

Finding the components found on a laptop docking station.

this chapter says that a base station is a device that attaches to AC power and to desktop peripherals and that When you plug the laptop into the base station, you have convenient access to power and the attached peripherals. It also says that there are two types of base stations; docking stations and port replicators. Docking stations and port replicators are used for the same purpose, port replicators are usually smaller than docking stations and do not have speakers or PCI slots. There are 3 components found on top of a docking station :

  1. Power button
  2. Eject button
  3. Docking connector

Some docking stations include the following drive bays and ports to provide additional functionality:

  1. Parallel
  2. USB
  3. Ethernet
  4. Video
  5. Audio

The back of the docking station has ports and connectors used to attach to desktop peripherals such as a mouse, a monitor, or a printer. A vent is also necessary to expel hot air from the docking station.  Here are some ports on the docking station:

  1. AC power connector
  2. PC Card/ExpressCard slot
  3. VGA port
  4. DVI port
  5. Headphone connector
  6. USB port
  7. Mouse port
  8. Keyboard port
  9. Parallel port
  10. Serial port
  11. Ethernet port

6.3 – 6.3.1

Comparing  the differences between desktop and laptop components. This chapter was basically focused on showing the differences between laptops and desktops E.g the basic functions and the way that they would initially be built. This fist part of the chapter says that although the parts of a laptop and desktop are standardized they both will do the same job although they would be put together differently. As a matter of fact this chapter says that laptop components are much more specialized than desktop components. This difference is because laptop manufacturers are more focused on refining laptop components to make them more efficient while the laptop is compact. As a result, manufacturers make the laptop components to follow their own specific form factors. laptop components are built for the specific laptop so as a result, you may not be able to use components made by one laptop manufacturer to repair a laptop made by another manufacturer.

6.3.2

Compare and contrast desktop and laptop processors. The CPU, or processor, is the brain of the computer. The CPU interprets and processes instructions that are used to manipulate data. Laptop processors are designed to use less power and create less heat than desktop CPU’s. As a result, laptop processors do not require cooling devices that are as large as those found in desktops. Laptop processors also use CPU throttling to modify the clock speed as needed to reduce power consumption and heat. This results in a slight decrease in performance. It also increases the lifespan of some components. These specially designed processors allow laptops to operate for a longer period of time when using a battery power source.

6.3.3

Comparing desktop and laptop power management. this part of the chapter explains how the power management controls the flow of electricity to the components of a computer. Desktops are usually set up so they remain plugged into a power source. Desktop power management distributes electricity from the source to the components of the desktop. There is also a small battery in the desktop that provides electricity to maintain the internal clock and BIOS settings when the desktop is powered off.       Laptops are small and portable. This portability feature is achieved by combining the small size and weight of a laptop with the ability to operate from a battery. When the laptop is plugged in, laptop power management sends electricity from the AC power source to it’s components. The laptop power management also recharges the battery. When the laptop is unplugged, laptop power management takes electricity from the battery and sends it to the laptop components.

6.3.4

Comparing and contrast desktop and laptop expansion capabilities. Expansion capabilities add functions to a computer. Many expansion devices can be used with both laptops and desktops: External drives ,Network cards ,Wireless adapters and Printers.   Expansion devices are attached to laptops and desktops differently. E.g a desktop attaches devices with serial, parallel, USB, and Firewire ports. A laptop attaches these devices with the same ports and PC Cards.   The standardized use of USB and Firewire ports makes it possible to connect many types of external components to laptops like docking stations, port replicators, and desktops. The USB and Firewire standards makes it possible to connect and remove external components without turning off the system. USB and Firewire ports are used to connect a range of external peripherals: Printers ,Scanners ,Floppy disk drives ,Mice etc.                Laptops and desktops have similar expansion capabilities. It is the difference in form factor between the computers that determines which type of expansion device is used. Desktops have internal bays that support 5.25 and 3.5 inch drives. Additionally, there is space to install other permanent expansion drives. Laptops have limited space; therefore, the expansion bays on laptops are designed to allow different types of drives to fit into the same bay. Drives are hot-swappable and are inserted or removed as needed.              Laptops use the PC Card slot to add functionality. The PC Card slot uses an open standard interface to connect to peripheral devices using the Card Bus standard. Here are some examples of devices that connect using PC Cards: Memory ,Modems ,Hard drives and Network cards

PC Cards follow the PCMCIA standard. They come in three types: Type I, Type II, and Type III. Each type of PC Card is different in size and can attach to different devices. A newer type of PC Card is called the PC ExpressCard. Figure 2 shows a comparison of PC Cards and PC ExpressCards. The PC ExpressCard comes in 34mm and 54mm widths. Figure 3 shows an example of a PC Card and PC ExpressCards.

6.4

Configuring laptops. This part of the curriculum spoke mostly about enhancing computer performance for example, to enhance a laptop  it may be necessary to configure and ‘allocate’ system resources, install additional components and plug-ins, or change environmental settings to match software requirements, adding external peripherals  can usually be managed easily through the use of Plug ‘n’ Play, and sometimes driver installation and additional configuration may be needed. It is also possible to manage the power settings of a laptop to make it even more energy saving. This full chapter also explains that when using laptops, it may be necessary to exchange components as needed to accomplish different tasks and respond to changing situations and needs E.g A laptop can be customized for specific purposes by adding external components; a second hard drive can be installed in a laptop to provide additional storage.

6.4.1

Configuring power settings. Battery life is a main point in laptop , whether it can last for a certain amount of time while not being connected to an external power source, if you have noticed power management and battery technology is increasing all the time so that laptop users can remain disconnected from AC power for longer. Current batteries can last anywhere between 2 to 10 hours without recharging, managing the power by configuring the power settings on a laptop is important to ensure that the battery charge is used efficiently. The Advanced Configuration and Power Interface (ACPI) standards create a bridge between the hardware and OS and allow technicians to create power management schemes to get the best performance from the computer. The ACPI standards can be applicable to most computers, but they are particularly important when managing power in laptops. Technicians are usualy required to configure power settings by changing the settings found in BIOS. Configuring power settings in BIOS has an affects on the following conditions: System states, Battery and AC modes ,Thermal management and CPU PCI bus power management.

6.4.2

Describing the safe installation and removal of laptop components.There are a many components on a laptop that may need to be replaced. IT is always good to remember to always make sure that you have the correct replacement component and tools as recommended by the manufacturer. Some components are hot-swappable, which means that they can be removed and replaced while the computer is on. These are some components that may need to be replaced: Battery, Optical drive ,Hard drive ,Memory and PC cards.       Remember that each laptop manufacturer uses unique hardware installation and removal procedures, to be sure when changing parts always check the laptop manual for specifications in  installation and information and always follow safety installation and ESD precautions.

6.5

Comparing different mobile phone standards. When mobile pones were first being used and began getting known there were few industry-wide standards applying to mobile phone technology. Without  the standards, it was difficult and expensive to make calls to people that were on another network E.g making calls from T-mobile to O2 would would have been very difficult. Today, mobile phone providers use industry standards,which makes it easier to use mobile phones to make calls. When the industry started, most mobile phones used analogue signals which were normally suffered interference which made it  hard to listen to when making calls. Today,mobile phones use mostly digital signals which are much clearer when making calls because even when they suffer interference or noise they still sound high quality.A cool fact is mobile phone standards have not been adopted uniformly around the world which means that some mobile phones are capable of using multiple standards, whereas others can use only one standard, so as a result, some mobile phones can operate in many countries and other cell phones can only be used locally.      

1G (the first generation) started in the 1980′s, using mostly analogue signals. In an analog system, the voice information is sent by varying the radio signals used by the phone in the same pattern as the speakers’ voices. Unfortunately, this meant that interference and noise, which also vary the signal, cannot easily be separated from the voice in the signal. This factor would limit the usefulness of analog systems.        Digital signals convert the speakers’ voices into a series of ones and zeros a method also known as Binary. This technology degrades the signal a little, because ones and zeros are not a faithful representation of your voice but It can be fixed using error correction routines if there is interference , digital signals can also be compressed, making the systems much more efficient than analog.

In the 1990′s,  2G (the second generation) of cell phones was marked by a switch from analog to digital standards. Second-generation mobile standards included Global System for Mobile (GSM), Integrated Digital Enhanced Network (iDEN), and Code Division Multiple Access (CDMA).

Third-generation standards enabled mobile phones to go beyond simple voice and data communications. It is now common for mobile phones to send3G and receive text, photos, and video. It is also common for 3G cell phones to access the Internet and to use the Global Positioning System (GPS).      A cool fact is that (3G) cell phone standards were being developed, extensions to the existing 2G standards were added. These transitional standards are known as 2.5G standards.

Fourth-generation (4G) standards have been championed by many users, in response to the availability of increased data rates. Higher data rates will allow users to download files, such as video and music, faster than what was available with standards of previous generations.

6.6

Identifying common preventive mechanical techniques for laptops and portable devices . this spoke about potential hazards that should be noted whenever a a portable device is being used. because of the portability of laptops they can be used in different places or areas of work, this means that some areas can be hazardous, even when eating or drinking around a laptop you must be careful because there is a hazard. there are points that should be considered when using a laptop, e.g. if you drink near a laptop, what could be the effects if it is to spill onto the laptop itself. Because of the compact build of the laptop space would be found by placing component in spaces available this means that even under the keyboard itself there are components that could be effected by liquid spillages. to be safe always keep your laptop clean and free of any debris or dirt.

6.6.1

This was about laptop cleaning procedures, as a fact it is good and expensive way to extend the life of laptops and is the least expensive way to maintain them. Make sure that when you actually use a laptop cleaning product it is the correct one. This is because that the components are very sensitive and should be cleaned carefully. To always be sure make sure you take a look at the laptops manual.

There are separate areas needed to be cleaned laptops, you can clean the: keyboard, ventilation areas, LCD screen,Touch Pad,Floppy Drive ,Optical Drive and CD or DVD Disc.

IT may seem a lot but it is necessary to clean if you expect your laptop to run smoothly.

6.6.2

Clean and spotless basically is a great place for a laptops to be , with the perfect temperature and room humidity, specified by the manufacturer.Most desktop computers can have their environment controlled , but since the laptop is portable the environment it’s not always possible to choose it’s working conditions Laptops are built to resist adverse environments, but technicians should always take precautions to protect the equipment from damage and loss of data.           It is important to transport or ship laptops carefully. Use a padded laptop case to store your laptop. When you carry it, use an approved computer bag. If the laptop is shipped, use sufficient packing material. Figure 2 shows examples of laptop carrying cases and packing boxes.

6.7

Troubleshooting laptops and portable devices, when troubleshooting problems with laptops or portable devices, you should determine if a repair is cost-effective. To make the correct choice , compare the cost of the repair with the replacement cost of the laptop or portable device less the salvage value. Because portable devices change rapidly in design and functionality, portable devices are often more expensive to repair than to replace. For this reason, portable devices are usually replaced, whereas laptops can be replaced or repaired. 

6.7.1

The troubleshooting process, this spoke about computer problems that can result from a combination of hardware, software, and network issues. Computer technicians must be able to analyze the problem and determine the cause of the error in order to repair the computer a method called called troubleshooting.

6.7.2

Identifying common problems and solutions .Computer problems can be attributed to hardware, software, networks, or some combination of them. You will resolve some types of computer problems more often than others. Figure 1 is a chart of common laptop problems and solutions.

Identify common preventive maintenance techniques for laptops and portable devices
15 Comments more...

4G networking

by Malvin Harding on Feb.04, 2010, under Uncategorized

A 4G network is the fourth generation of the wirless communication of which has a  overall goal for the network to provide a comprehensive and secure Internet Protocol solution with much faster data speeds than previous generations. A 4G network only takes basic funtions of previous networks and amplifies them.

A 4G network or networks in general are now being used on a larger scale than just phones.

The 4G network is to be better qualities of service than the 3G in terms of; recption, Less data dropped and better information exchanges.

Pros;

  • IT is said to be the fastest mobile connection created without using cables ever
  • it’s to be the first 4G networks are said to deliver 100 mbps
  • Applications are also said to be created that take advantages of the high transmission speeds like ;High definition web TV and multiplayer online gaming.

Cons;

  • A concept of smart anttans would need to be develop and implimented in order for on person to use it…
  • Browsing on the 4G network could severly deplete the battery life on a laptop or mobile phone because of the increased browsing speed.
2 Comments more...

Laptops Vs Desktops

by Malvin Harding on Feb.01, 2010, under Uncategorized

Laptop

These appliances are small in size because they are built to be portable but have the same easy user interface as a desktop PC, to make this possible components would have to be integrated or would have to have their shape and size change in order for the laptop to have the same basic functions and more or a desktop computer. In comparison to a desktop computer a laptop has a an integrated display screen in the lid, an intergrated keyboard in the base, and can also support hot-swappable drives and peripherals. Inside a laptop has a smaller mother board that has been changed to fit inside the laptop ( a certain motherboard would be constructed for a certain laptop).

Desktops

Desktops would normally be used as a stationary home or work appliance because a desktop PC would have a base unit a desktop PC would have basic function and peripherals but the components within the Desktop would have more potential than a Laptop e.g the memory within a desktop may be larger than the memory of a laptop.

A Desktop would have peripherals that would be supported with both the laptop and the desktop, for example a USB device can be supported by both the Desktop and laptop.

By malvin harding

1 Comment more...

Hello world!

by Malvin Harding on Feb.01, 2010, under Uncategorized

Welcome to lateforlunch.co.uk Student Blogs. This is your first post. Edit or delete it, then start blogging!

1 Comment more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Blogroll

A few highly recommended websites...

Archives

All entries, chronologically...