Posts

How to Share File and Printer in a Computer Network?

Image
Working with Computer Networks Preliminary Steps 1. Create an IP Address. 2. Configure the IP Address. 3. Set Windows firewall settings. 4. Set up a home or small office network. 1.   Create an IP Address Server (1) Client (2) Subnet Mask A 100.150.200.12 100.150.200.13 255.0.0.0 B 150.128.130.19 150.128.130.20 255.255.0.0 C 200.107.121.21 200.107.121.22 255.255.255.0  2. Configure the IP Address ipconfig                                                                                   ipconfig ping 100.150.200.12                                  ...

What is a Network Address?

Image
Network Address                        - it is more commonly known as IP (Internet Protocol) Address.                        - it is the numeric address of a computer connected to the network.                        - is a set of numbers, called as "octets" or "dotted decimal" notation , that identifies any network device. Example: IP Versions 1. IPv4- IP version 4- is the standard version   2. IPv6- IP version 6- is the advanced version IPv4- Internet Protocol version 4           IPv4 addresses are canonically represented in dotted- decimal notation, which consists of four decimal numbers, each ranging from 0 to 255 , separated by dots, e.g., 172.16.254.1 . Each part represents a group of 8 bits (octet) of the address. Binary numbers ( 0 an...

What are the Types of Cable?

Image
A. Twisted-pair                 -is the most common type of cable.                -has eight individual copper wires bundles together and covered with an insulating material.      a. STP (Shielded Twisted Pair)             -often used in "noisy" environments where a shield of metallic foil is wrapped around each of the wire pairs, with an additional overall shielding to protect against excessive electromagnetic interference.                                           b. UTP (Unshielded Twisted Pair)       -is the most common form of twisted pair wiring.           -it is less expensive and easier to work with than ST P.           ...

What are the Types of Network Topology?

Image
What is a Network Topology?             A n etwork topology is the arrangement of the elements of a communication network.It is the topological structure of a network and may be depicted physically or logically.   It is an application of  graph theory  wherein communicating devices are modeled as nodes and the connections between the devices are modeled as links or lines between the nodes. 5 types of Network Topology Linear Bus Topology         It uses one long cable referred to as a backbone .It is a type of network topology in which each device is connected one after the other in a sequential chain. The bus is the network connection between the devices, and if any link in the network chain is severed, all network transmission is halted.  Advantages Disadvantages easy to install if the main cable fails or gets damaged the whole network will fail cheap to inst...