Thursday 30 June 2016

INTRODUCTION



INTRODUCTION


Computer? - Device which store data, process data, access data according to users need.

Computer = Hardware + Software

HardwarePhysical components of computers.

Software Program used to control Hardware.




How Computer Works ?

Input Devices                                      Process Devices                                  Output Devices
Keyboard                                            SMPS                                                  Monitor
Mouse                                                 Mother Board                                     Printer
Scanner                                               Memory
Digital Camera                                    CPU

Note  Output on monitor is called SOFT COPY.
               Output on paper is called HARD COPY.



SMPS (Switch Mode Power Supply)
-          It can called as a power house of computer.
-          It reduce the amount of voltage. (220VAC to 12VDC)
(AC = Alternate Current / DC = Direct Current)


Mother Board / Logic Board / System Board
-          Mother Board get the power supply from SMPS.
-          Other devices get the power supply from mother board.
-          Mother board content other devices.


CPU (Central Processing Unit)
-          Brain of the Computer
-          It Control all devices.

Ports and Connectors

VGA Port15 pin port arranged in 3 rows to connect monitor (CRT- Cathode Ray Tube Monitor)

15 Pin VGA Port
 
    
                      


DVI Port  -  24 pin port arranged in 3 rows to connect LCD monitors (LCD – liquid Crystal Display – Lab top Monitor)

24 Pin DVI Port
 
                    



0 or 1 = bit
 bit is smallest unit of information
8 bit = 1 Byte
1024 bytes = 1 Kilo Byte
1024 KB = 1 Mega Byte
1024 MB = 1 Giga Byte
1024 GB = 1 Tera Byte
 view image
 
PS2/Port
-          Used to connect PS/2 mouse.                                                

6 Pin PS/2 Port
 
                                                                                                       


Serial Port / COM Port  -                                                      
-          9 pin connector to connect serial mouse. view                              
-          Port which allow only one bit at a time.                                
-          Used to connect communication device.                               
(COM Port – Communication Port)


9 Pin Serial Port
 
 
 

USB Port

Network card, Modem, Sound card, etc.

Network card, Modem, Sound card, etc.

Network Interface Cards
A network card, network adapter or NIC (network interface card) is a piece of computer hardware designed to allow computers to communicate over a computer network. It provides physical access to a networking medium and often provides a low-level addressing system through the use of MAC addresses. It allows users to connect to each other either by using cables or wirelessly. The NIC provides the transfer of data in megabytes.
Repeaters
A repeater is an electronic device that receives a signal and retransmits it at a higher power level, or to the other side of an obstruction, so that the signal can cover longer distances without degradation. In most twisted pair Ethernet configurations, repeaters are required for cable runs longer than 100 meters away from the computer.
Hubs
A hub contains multiple ports. When a packet arrives at one port, it is copied to all the ports of the hub for transmission. When the packets are copied, the destination address in the frame does not change to a broadcast address. It does this in a rudimentary way: It simply copies the data to all of the Nodes connected to the hub.                                                                                                          Bridges
A network bridge connects multiple network segments at the data link layer (layer 2) of the OSI model. Bridges do not promiscuously copy traffic to all ports, as hubs do, but learn which MAC addresses are reachable through specific ports. Once the bridge associates a port and an address, it will send traffic for that address only to that port. Bridges do send broadcasts to all ports except the one on which the broadcast was received.
Bridges learn the association of ports and addresses by examining the source address of frames that it sees on various ports. Once a frame arrives through a port, its source address is stored and the bridge assumes that MAC address is associated with that port. The first time that a previously unknown destination address is seen, the bridge will forward the frame to all ports other than the one on which the frame arrived.
Bridges come in three basic types:
1.    Local bridges: Directly connect local area networks (LANs)
2.    Remote bridges: Can be used to create a wide area network (WAN) link between LANs. Remote bridges, where the connecting link is slower than the end networks, largely have been replaced by routers.
3.    Wireless bridges: Can be used to join LANs or connect remote stations to LANs.
Switches
A switch is a device that performs switching. Specifically, it forwards and filters OSI layer 2 datagram’s (chunk of data communication) between ports (connected cables) based on the MAC addresses in the packets.This is distinct from a hub in that it only forwards the datagram’s to the ports involved in the communications rather than all ports connected. Strictly speaking, a switch is not capable of routing traffic based on IP address (layer 3) which is necessary for communicating between network segments or within a large or complex LAN. Some switches are capable of routing based on IP addresses but are still called switches as a marketing term. A switch normally has numerous ports, with the intention being that most or the entire network is connected directly to the switch, or another switch that is in turn connected to a switch.Switch is a marketing term that encompasses routers and bridges, as well as devices that may distribute traffic on load or by application content (e.g., a Web URL identifier). Switches may operate at one or more OSI model layers, including physical, data link, network, or transport (i.e., end-to-end). A device that operates simultaneously at more than one of these layers is called a multi layer switch.
Overemphasizing the ill-defined term "switch" often leads to confusion when first trying to understand networking. Many experienced network designers and operators recommend starting with the logic of devices dealing with only one protocol level, not all of which are covered by OSI. Multi layer device selection is an advanced topic that may lead to selecting particular implementations, but multilayer switching is simply not a real-world design concept.
Routers
Routers are networking devices that forward data packets between networks using headers and forwarding tables to determine the best path to forward the packets. Routers work at the network layer of the TCP/IP model or layer 3 of the OSI model. Routers also provide interconnectivity between like and unlike media (RFC 1812). This is accomplished by examining the Header of a data packet, and making a decision on the next hop to which it should be sent (RFC 1812) they use preconfigured static routes, status of their hardware interfaces, and routing protocols to select the best route between any two subnets. A router is connected to at least two networks, commonly two LANs or WANs or a LAN and its ISP's network. Some DSL and cable modems, for home (and even office) use, have been integrated with routers to allow multiple home/office computers to access the Internet through the same connection. Many of these new devices also consist of wireless access points (waps) or wireless routers to allow for IEEE 802.11g/b wireless enabled devices to connect to the network without the need for cabled connections.