Monday 28 April 2014

What is Typologies

TOPOLOGY

Network  topology is the arrangement of various elements as links, nodes etc. It refers to the way in which network of computers is connected.  Choice of topology is dependent upon:-
·         type and number of devices  used
·         rate of data transfer
·         cost

Types:-
Physical Topology- Physical location of devices and cable installation in a network. It defies how devices are connected in a network through cables. It is a physical structure of a network.
Logical Topology-  It shows the  flow of data within  a network. - It also referred as Signal topology. It is used to describe the arrangement of devices in a network and how they communicate with each other.

Network Topologies:
·        Bus-  Bus topology is used in LAN where each computer is connected to a single cable i.e. Backbone cable. As there is a use of only one single cable and that can be single point of failure.
·        Ring- Ring topology is designed in a circular form in which data travels through ring in one direction. When device sends data, it travels through each device until each reaches its destination.
         
·        Star- In this topology, each computer is connected to a central device that can be switch/hub. Central device is the server and nodes/computers are clients. It is easy to design and implement. Central device can be a single point of  failure.


·        Tree- It is based on hierarchy of computer systems. The highest level of tree network consist a single root computer and  this will further connected to lower level computers.
It can be a combination  of  Bus and star  topology.
          

·        Mesh- In this topology, all computers  are  directly connected to each other. There is no need to use  switching  nor broadcasting. This topology is more costly than other topologies as there is a use of more cables. It is not used for connecting computer networks basically used to connect routers.
LAN Transmission Methods:-
·         Unicast
·         Multicast

·         Broadcast

Types of network ?

 Type of Network -The term network can refer to any interconnected group or system.A network is any method of sharing information between two systems. In a network, user can share pictures, data files without any CD or other device.

 Best-known computer network is INTERNET.
                   
Types:-

Peer to Peer Network(Workgroup Network):-
In this, only local users can login on its own system not on other system. A workgroup is a collection of computers on a LAN that share common resources and responsibilities. Workgroup provides easy sharing of files, printer and other resources.


               
Server-Client(domain network/model):-
In this network, server is created. Network users are created on server but they can be login from any other computer. A Domain is a Network Architecture in which each computer on network is either client or a server. Servers are powerful computers or processes to manage disk drives, printers. whereas, clients are PCs on which user can run applications.  

What is networking?

NETWORKING
when we connecting two or more devices with each other is known as networking, whether it is through cables to connect computers to each other. Sharing of resources i.e. printer, CD-ROM etc is possible in it.

Types of Networking:-

LAN(Local area Network) A Local area Network is group of computers and network communication devices within a limited graphic area, such as an office building.For example- a library will have a wired or wireless LAN for users  to interconnect local devices as printers, and servers. Switches, hubs and bridges are the devices  those are used to connect computers with each other.
Routers are used to connect LAN to WAN or MAN.

characteristics:
·        high data transfer rate
·        less expensive technology
·        limited graphic area
·        security
·        reliability


WAN(Wide area Network) A WAN is a data communication network that covers a large geographic area i.e. one city to another city and one country to another country. Routes are used to connect them.
characteristics:
·         multiple interconnected LANs
·         more expensive technology
·         difficult to implement than LAN
·         unlimited graphic area

MAN(Metropolitan Area Network)- A Metropolitan Area Network is a network that connects two or more LAN or CAN(Campus Area Network) together but within a town, city or metropolitan area. Multiple routers, switches and hubs are connected to create a MAN.A MAN can create within 50 km of range.

Friday 18 April 2014

INTRODUCTION of NETWORKING


What is Network?
 In a network, there are more than one computer connected with each other or through centralized device. They can share files and resources(Data, Printer,CD ROM Internet Etc) with each other.
          
LAN:-LAN stands for Local Area Network.When we connect two or more computers With each other by using switch or hub than it called LAN.The scope of the LAN is within one building , one school or within one lab.


WAN:-
WAN stands for Wide Area Network, in which two local area networks are connected through Routers. it may be through telecommunication infrastructure or dedicated lines.For instance: - ISDN lines, Leased lines etc.In which we can use WAN devices and WAN technology. You can also connect with your remote area through existing Internet work called Internet.


MAN:-It is a part telecommunication when we connecting two or more exchange with each other that called MAN

Wednesday 9 April 2014

Router backup utility

MD5 Authentication

In this lab i am trying to secure my link through MD5 authentication

Router1(config)#interface serial 0/0/0
Router1(config-if)#ip ospf authentication message-digest
Router1(config-if)#ip ospf message-digest-key 1 md5 admin

Router1(config)#interface serial 0/0/0
Router1(config-if)#ip ospf authentication message-digest
Router1(config-if)#ip ospf message-digest-key 1 md5 admin

OSPF key-chain authentication

In this lab i am trying to secure my link through key-chain authentication
Router1(config)#interface serial 0/1/0
Router1(config-if)#ip ospf authentication
Router1(config-if)#ip ospf authentication-key admin

Router2(config)#interface serial 0/1/0
Router2(config-if)#ip ospf authentication
Router2(config-if)#ip ospf authentication-key admin

Monday 7 April 2014

Inter valn routing demo

Vlan details
Green is vlan 10
red is vlan 20
blue is vlan 30

Configuration 
switch:-

Switch(config)#interfacre fastethernet 0/23
Switch(config-if)#switchport mode trunk 

Router:-

Router(config)#inter fa 0/0
Router(config-if)#no shutdown

Sub interface:-

Router(config)#interface fastEthernet 0/0.1
Router(config-subif)#encapsulation dot1Q 10
Router(config-subif)#ip add 10.0.0.100 255.0.0.0

Router(config)#interface fastEthernet 0/0.2
Router(config-subif)#encapsulation dot1Q 20
Router(config-subif)#ip add 20.0.0.100 255.0.0.0

Router(config)#interface fastEthernet 0/0.3
Router(config-subif)#encapsulation dot1Q 30
Router(config-subif)#ip add 30.0.0.100 255.0.0.0

Vlan 1(introduction)

Vlan 1(introduction)

vlan 3(transfer vlan by multiple ports on cisco)

vlan 2(vlan creation)

vlan 4(vlan trunk port in switch)

vlan 5(inter vlan routing)