Tuesday 3 March 2020

What is a network or IP address?












Image result for classes of ip address














Network Address or
 Internet Protocol Address
is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication. 
-An IP address serves two main functions: host or network interface identification and location addressing.
-Internet Protocol version 4 (IPv4) defines an IP address as a 32-bit number. However, because of the growth of the Internet and the depletion of available IPv4 addresses
-a new version of IP (IPv6), using 128 bits for the IP address, was standardized in 1998. IPv6 deployment has been ongoing since the mid-2000s.
-IP addresses are written and displayed in human-readable notations, such as 172.16.254.1 in IPv4, and 2001:db8:0:1234:0:567:8:1 in IPv6. 
-The size of the routing prefix of the address is designated in CIDR notation by suffixing the address with the number of significant bits, e.g., 192.168.1.15/24, which is equivalent to the historically used subnet mask 255.255.255.0.
-The IP address space is managed globally by the Internet Assigned Numbers Authority (IANA), and by five regional Internet registries (RIRs) responsible in their designated territories for assignment to local Internet registries, such as Internet service providers, and other end users. 
-IPv4 addresses were distributed by IANA to the RIRs in blocks of approximately 16.8 million addresses each, but have been exhausted at the IANA level since 2011. Only one of the RIRs still has a supply for local assignments in Africa. 
-Some IPv4 addresses are reserved for private networks and are not globally unique.
-Network administrators assign an IP address to each device connected to a network. Such assignments may be on a static (fixed or permanent) or dynamic basis, depending on network practices and software features.



What is the difference between straight-through and crossover cables?




Image result for straight through cable

Straight-through Cable
is a type of twisted pair copper wire cable for local are network (LAN) use for which the RJ-45 connectors at each end have the same pinout (i.e., arrangement of conductors). 
-It is identical to crossover cable, except that in the latter the wires on the cable are crossed over so that the receive signal pins on the connector on one end are connected to the transmit signal pins on the connector on the other end. Straight-through cable is also commonly referred to as patch cable
-However, this might be confusing in some situations because patch cable also has a broader definition that emphasizes the fact that there is a connector on each end rather than the equality (or lack thereof) of the pinouts.
- Straight-through cable is used to connect computers and other end-user devices (e.g., printers) to networking devices such as hubs and switches. 
-It can also be used to directly connect like devices (e.g., two hubs or two switches) if the cable is plugged into an uplink port on one (but not both) of the devices. Crossover cable is used to connect two like devices without the use of an uplink port.


Image result for straight through cable
Crossover Cable
-it is a crossover cable for Ethernet used to connect computing devices together directly. -It is most often used to connect two devices of the same type, e.g. two computers (via their network interface controllers) or two switches to each other. By contrast, patch cables or straight through cables are used to connect devices of different types, such as a computer to a network switch or Ethernet hub.
-Intentionally crossed wiring in the crossover cable connects the transmit signals at one end to the receive signals at the other end.
-Many devices today support auto MDI-X capability, wherein a patch cable can be used in place of a crossover cable, or vice versa, and the receive and transmit signals are reconfigured automatically within the devices to yield a working connection.

What are the types of cables?


1. Twisted Pair
-it is the ordinary copper wire that connects home and may business computers to the telephone company. To reduce cross-talk or electromagnetic induction between pairs of two wires, two insulated copper wires are twisted around each other.


Two types of Twisted Pair:
A. Shielded Twisted Pair (STP)
-was originally designed by IBM for token ring networks that included two individual wires covered with a foil shielding, which prevents electromagnetic interference, thereby transporting data faster.

B. Unshielded Twisted Pair (UTP)
-one of the least expensive wires and works for basic needs of phone systems, so it is one of the commonly installed in residential industries.


Image result for coaxial cable

2. Coaxial Cable
-is a type of cable specially built with a metal shield and other components engineered to block signal interference. It is primarily used by cable TV companies to connect their satellite antenna facilities to customer home and businesses. 


Image result for fiber optic cable

3. Fiber Optic Cable
-also known as Optical fiber cable, it is an assembly similar to an electrical cables but containing one or more optical fibers that are used to carry light.The optical fiber elements are typically individually coated with plastic layers and contained in a protective tube suitable for the environment where the cable will deployed.


Monday 21 October 2019

What are the different networking devices?



Routers, hubs and switches
- Are network device terms that tend to be used interchangeably.
- Each device serves as a central connection for all of your equipment and handles as a data type known as frames

Frames- carries your data. When a frame is received, it is amplified, and then transmitted on to the port of the destination PC. The big difference between frames is in the method in which frames are being delivered.




1. Hub

Image result for Hub gif
Related image












- Glues together a wired network segment. 
- It is a simple device that directs data packets to all device connected to it.
- A hub does nothing except provide a pathway for the electrical signals and regenerate signal before it forwards it to all connected devices.
- In a hub, a message is broadcast to everyone one of its ports. It does nor matter that the message is only destined for one port.
- The hub has no way of distinguishing which port a message should be sent to, passing it along to every port ensures that it will reach its intended destinations.
- This places a lot of traffic on the network and can lead to poor network response time.



2. Switch

Image result for switches gifImage result for switches gif
- It can connect multiple wired segments more efficient.
- Switches are the connectivity point of a wired network.
- Devices are connected via twisted-pair cabling, one cable for each device.
- The difference of the two (hub&switch) is in how the devices deal with the data that they receive.
- If a hub forwards the data it receives to all the ports on the device, a switch forwards the data it receives only to the ports that connects to the destination device. 


3. Router

Image result for router gif
Image result for router gif
- It can do those functions, plus route packets between multiple LANs and/or WANs, and so much more.
- If a hub or switch is concerned with transmitting frames, the job of a router, as its name implies, it to route packets to other network until the packet ultimately reaches its destination. It can transmit through wired and wireless networks.
- A router is typically connected at least two networks, commonly two Local Area Network (LANs) or Wide Area Network (WANs) or its Internet Service Provider's network.



Other Network Devices


1. BRIDGE



-A bridge is used to divide larger networks into smaller sections. It is located between two physical network segments and manages the flow of data between the two. 
-By looking at the physical address of the devices connected to each segment, bridges can forward the data if the destination address is on another interface, or block it from crossing if verified that it is on the interface from which it came. 


TYPES OF BRIDGES: 
1. TRANSPARENT BRIDGE -derives its name from the fact that the devices on the network are unaware of its existence. A transparent bridge does nothing except block or forward date based on the MAC addressed. 

2. SOURCE ROUTE BRIDGE -is used in Token Ring networks. The source route bridge derives its name from the fact that the entire path to be taken by the packet through the network is embedded within the packet. 

3. TRANSLATIONAL BRIDGE -is used to convert one networking data format to another; for example from Token Ring to Ethernet, and vice versa. 


2. NETWORK INTERFACE CARD


-A Network Card, also called the Network Interface Card, is a device that enables computers to connect to the network. -To install or configure a network interface, you will need this drivers of the device. You might also need to configure it, although many devices are now plug and play. Most network cards are now software configured.
3. MODEM
Image result for modem
-A Modem, short for modulator/demodulator, is a device that converts the digital signals generated by a computer into analog signals that can travel over conventional phone lines.
-The modem converts the signal back at the receiving end. It converts it into a format the computer can understand. A modem can be used as a means to connect to an ISP,or as a mechanism for dialing up to a LAN.
-A modem can also be internal add-in expansion cards or external devices that connect to the serial or USB port of a system.




4. TRANSCEIVERS
-The Transceivers is responsible for placing signals onto the network media and detecting incoming signals travelling through the same wire.
-The term transceiver does describe a separate network device, but it can also be technology build and embedded in devices such network cards and modems. In a network environment, a transceivers get its name from being both a transmitter and a receiver of signals-thus the name transceivers.Transceivers are found in the network cards, they can be external devices as well. In terms of networking, transceivers can be shipped as a module or chip type.
-Chip transceivers are small and are inserted into a system board or wired directly on a circuit board. -Module transceivers are external to the network and are installed and function similar to other computer peripherals or they can also function as stand-alone devices.


5. FIREWALL


-It is a networking device that can be either hardware or software-based. 
-It controls access to your organization's network.
-This controlled access is designed to protect data and resources from outside threat.
-Hardware firewalls are used in networks of all sizes.
-Hardware firewalls are often dedicates network devices that can be implemented with very little configuration and protect all systems behind the firewall from the outside sources.



A firewall is a networking device that can be either hardware or software-based. It controls access to your organization's network. This controlled access is designed to protect data and resources from outside threat.
A typical firewalls is placed at entry/exit points of a network. The firewall is configured on the server to allow or permit certain types of network traffic. A firewall is commonly installed on the local system and configured to control traffic
Hardware firewalls are used in networks of all sizes today. Hard firewalls are often dedicated network devices that can be implemented with very little configuration and protect all systems behind the firewall from outside sources.



Tuesday 15 October 2019

What is a Network Topology?

Image result for network topology word gif

NETWORK TOPOLOGY

 - It refers to the layout or structure of the network in relation with the flow of data.
- It is the way in which the elements such as computers, printers, servers, and other computing appliances are arranged in a network.


TYPES OF NETWORK TOPOLOGY


Image result for linear bus topology

1. Linear Bus Topology 


Definition: It uses one long cable (backbone) which computers and other devices are attached. 
               A terminator is placed at each end of the backbone to keep the signals from bouncing back and being received again by the nodes in the network.
Advantage: It requires less cable length than the star topology, which is the most commonly applied topology.
Disadvantage: The entire network shuts down if there is a break in the backbone.




Image result for star topology

2. Star Topology 


Definition: It uses a central device called a hub (a more efficient device called "switch" is also used), with cables extending in all device.
Advantage: The lack of disruptions to the network when connecting or removing devices.
Disadvantage: If the hub fails, the attached nodes will not be able to use the network resources.




Image result for ring topology

3. Ring Topology 


Definition: It is a type of network topology wherein nodes are connected to each other forming one contagious pathway in a ring formation. 
Advantage: Each repeater duplicates the data signals so that there is very little signal degradation.
Disadvantage: A break in the ring can disable the entire network just like the linear bus.



                         
Image result for mesh topology

4. Mesh Topology 

Definition: It means that all the nodes on the network can route data traffic on their own, which makes them more reliable and resilient than ordinary network topology .
Advantage: A failure of one device does not cause a break in the network or transmission of data. 
Disadvantage: The cost to implement is higher than other network topologies, making it a less desirable option. Building and maintaining the topology is difficult and time consuming.




Related image

5. Hybrid Topology 
Definition: It is simply a network that uses a mix of any two or more different topology in such a way that the final network does not exhibit one of the characteristics of the strand topology.
Advantage: Mostly found in high-performance or super computing  systems due to the speed and number of processors that can handle computing tasks. 
Disadvantage: Ordinary network  and bus topology would act as bottlenecks, reducing overall efficiency.



Tuesday 3 September 2019

How to be a responsible netizen?


In order for us to be responsible in what we are doing especially in surfing the internet, here are some tips and guides to be a better netizen. 

Image result for Aware
1. Be always AWARE in what you are posting online. 


Image result for careful
Image result for mindful in social media









2. Always be CAREFUL and MINDFUL in what we say and what we post in internet.


Image result for sensitive in social media
3.  Be SENSITIVE enough to others. They also have feelings so be careful on what you say, don't be JUDGMENTAL


Image result for respect in social media
4. Learn how to RESPECT others point of view.


Image result for respect in social media


5. DON'T EVER ABUSE YOUR POWER! Being more influential or powerful does not give you the right to hurt others.


                         ALWAYS THINK 
                    BEFORE YOU CLICK!!   

Tuesday 20 August 2019

WHAT IS A COMPUTER NETWORK?

Image result for computer network GIF

-It is the interconnection of two or more computers.

-The collection of two or more computers, as well as other related devices, connected together so that information can be exchanged between among them.






ADVANTAGES OF 
COMPUTER NETWORKING
    • Reduce costs- Everyone in your home or office can share a single printer and a single high-speed Internet connection at the same time.
    • Increased efficiency- You can access data, pictures and many other files on any connected computer without having to save them into a USB flash drive or burning them in a CD.
    • Economical- Purchasing software network licenses  (Perpetual License) is relatively cheaper than purchasing individual licenses.
    • More productivity- Shared internet access  means to be one needs to wait to use the internet or email. Everyone can work simultaneously.
    • Increased access to communication channels- You can communicate with others in the network using the email or an Instant Messaging (IM) Software (Messenger,Gmail,Yahoo and etc.)
    • More efficient patching of Software- Software updates need only be installed once.
Patch- a piece of software designed to fix or update the data of a computer program.


Image result for disadvantage
DISADVANTAGES OF 
COMPUTER NETWORKING
    • Network failure- Some of the organizations activities depend on the network to be up and running. If the network fails, the users lose access to information and the ability to communicate electronically.
    • Server error- In a server/client relationship network, server faults may prevent you from using some applications, or even from accessing your computer.
    • Hacker prone/Prone to hacker- Your system is open to hackers, especially if it is connected to Internet at all time.
    • Prone to virus- Networks are vulnerable to virus attacks. The example of this is the I Love You Virus.
Virus- introduced one workstation can spread quickly to other workstaions.
         - it is also example of computer program

                                                        Two types of Virus
  1. File Virus- Virus for files.
  2. Boot Virus- Virus for the system itself. 
    • Location/ Distance problems- Resources, such as printers, might be located too far from your table.



NETWORK MEDIA TYPES

Image result for WIRED network
  1. Wired Network
- The most efficient and practical method of networking where computers are connected with cables and typically used at the network core and inner connect servers and network equipment.

      2. Wireless Network
- Quickly becoming the connection option of choice as it does not require any cable to set in your home.



Image result for types of computer network




1. Personal Area Network (PAN)

-A computer network used to interconnect devices centered on an individual workplace.

Image result for personal area network gifDistance range: Up to 10 meters

Interconnection: Home Network

Ownership of Network: Private

Design and maintenance: Easy

Speed: High 

Congestion: Less                                                                        
Devices used for transmission of data:USB cable, bluetooth, infrared.
                                   

                                  

2. Local Area Network (LAN)

- A network that connects a group of computers in a small geographical area.

Image result for local area network gif
Distance range: Up to 100 meters

Interconnection: Room to room, building to building

Ownership of Network: Private

Design and maintenance: Easy

Speed: High 

Congestion: Less                                                                      
Devices used for transmission of data:WiFi, Ethernet Cables




3. Metropolitan Area Network (MAN)

- It covers relatively large region such as cities, towns, or municipalities.


Image result for metropolitan area network gifDistance range: 5 to 50  kilometers

Interconnection: City to city

Ownership of Network: Private or Public

Design and maintenance: Difficult

Speed: Moderate

Congestion: More                                                                   
Devices used for transmission of data: Modem, copper cable/fiber optic




4. Wide Area Network (WAN)

- It spans large locality and connects countries together.



Image result for Wide Area Network gifDistance range: 50 to 100,000  kilometers

Interconnection: Country to country

Ownership of Network: Private or Public

Design and maintenance: Difficult

Speed: Low

Congestion: More         
                          
Devices used for transmission of data:Optic Wire, microwaves, satellite