Q:What is Networking?
Inter connection between the two or more
computers is called the networking. Using three types of network are Intranet,
Internet and Extranet (Eg. LAN, WAN & MAN)
Q:What is Bandwidth?
Every line has an upper limit and a lower
limit on the frequency of signals it can carry. This limited range is called
the bandwidth. Every line has a capacity of transmission of data, The maximum
amount of data that can be transferred in a single line is called Bandwidth.
Q:What is VLAN?
VLAN Stand for Virtual Local Area Network. It
is a logical grouping of network users and resources connected to
administratively defined ports on a switch.
Uses of VLAN are as follows:-
1. It is securied connection.
2. It increases flexibility.
3. It creates separate broadcast domain.
Q:What is CIDR?
CIDR Stands for classless inter domain
routing. It helps in preventing the wasting of IP address and nowadays we are
facing the shortage of the IP address.So this CIDR helps to prevent the waste
of IP address.Shortly IPV6 will come into exist.
Q:What is VLSM?
VLSM stands for Variable length subnet mask,
when try to separate a major subnet into minor ones, then that process is
called VLSM. We can subnet in various lengths.
Eg: 1.1.1.0-/24 can be separated into 1.1.1.0-/30 and 1.1.1.4-/28
Q:What is unicast?
Unicast is one type of transmission in which
information is sent from one host to another host (i.e Source to Destination).
In another words, Unicast transmission is between one-to-one nodes
Unicast ---> A transmission to a single interface card.
Q:What is Multicast?
Multicast is such differ from Unicast. It is
another type of transmission or communication in which there may be more than
host and the information sent is meant for a set of host.(i.e one source to
group of destination
Multicast ---> A transmission to a group of interface cards on the network.
Q:What is Broadcast?
Broadcast is one type of transmission in
which information is transfer from just one host but is received by all the
host connected to the network. (i.e one source to all destination)
Broadcast ---> A transmission to all interface cards on the network.
Cisco ACLs are divided into types.
1. Standard ACL &
2. Extended ACL.
Standard ACL - Standard IP Access Lists ranging in number from 1 to 99. Standard ACL control the traffic based on the source IP address only.
Extended ACL - Extended IP Access Lists ranging in number from 100 to 199. Extended ACL control the traffic based on the source IP address, destination IP address, source port number and destination port number.
CEF is mainly used to increase packet switching speed by reducing the overhead and delays introduced by other routing techniques. CEF consists of two key components: The Forwarding Information Base (FIB) and adjacencies. The FIB is similar to the routing table generated by multiple routing protocols, maintaining only the next-hop address for a particular IP-route.
The adjacency maintains layer 2 or switching information linked to a particular FIB entry, avoiding the need for an ARP request for each table lookup. There are five types of adjacencies:
1.
Null adjacency.
2.
Punt adjacency.
3.
Glean adjacency.
4.
Discard adjacency.
5.
Drop adjacency.
|
|
Sending CDP packets every 60 seconds and
Hold time is 180 seconds.
Rip
V1
1.
It is a Class full Protocol.
2.Classful Protocol: - Supports networks with same Subnet Mask 3.RIPV1 uses Broadcast Address 4.RIPV1 Universal Broadcast (255.255.255.255) 5. RIPV1 does not VLSM. |
Rip
V2
1.
It is a Classless Protocol.
2.Classless Protocol: - Supports subnetted networks; It carries the information of subnet mask 3.RIP V2 uses Multicast Address 4. RIPV2 uses Multicast (224.0.0.9). 5.RIPV2 supports VLSM |
- Neighbour – directly
connected neighbour (feasible successor)
- Topology – all path
reach to destination (feasible successor)
- Routing – best path
(successor)
- Successor is available in
routing table
- If successor failed
means it will take the feasible successor
- A.D = Advertised
distance (Reported Distance)
- F.D = Feasible
distance
Feasible distance: The distance advertised by a neighbour plus the cost to get to that neighbor
Q:What are the areas in OSPF?
• An ordinary or standard area, which is an area that connects to the backbone (Area 0) and is treated as a separate entity. All routers in a standard area have the same topological database, but their routing tables will be based on the routers position in the standard area and will thus be unique to the router.
• A stub area, which is an area that does not accept external summary routes. A router within a stub area can only see outside the autonomous system if a default route has been configuration for it.
• A totally stubby area, which is similar to a stub area. In this area, the default route must be configured as 0.0.0.0. This type of area is useful for remote sites that have few networks and limited connectivity with the rest of the network and is a Cisco proprietary solution.
2. Broadcast - This is the default on Ethernet/broadcast networks. Does have DR/BDR election.
3. Point-to-point - No DR/BDR election. This one is pretty self explanatory.
4. Point-to-multipoint - Does not have a DR/BDR election. Solves some design issues with the next hop processing for NONBROADCAST. Treats as a collection of P2P links.
5. Point-to-multipoint non broadcast - Same as P2M but does not use pseudo broadcast. Must statically define neighbors.
6. Loopback - OSPF treats these as stub hosts. (/32)
BGP
Attributes are
1.
Weight
5. AS_path
2.
Local preference
6. Next hop
3.
Multi-exit discriminator
7. Community
4.Origin
|
|
- PAP
2.
CHAP
3. EAP
PAP
|
CHAP
|
1.
Clear text
|
1.
Encrypted
|
2.
Less secure
|
2.
High secure
|
3.
Two way handshake method
|
3.
Three way handshake method
|
Auth. Request
|
Challenge
|
Auth. Acknowledgment
|
Response
|
|
Success
|
4.
No periodic Check up
|
4.
Periodical Check up
|
Q:What
are the timers for dynamic routing protocol?
Q:What
is the AD Value for Dynamic routing protocols?
|
|
Post a Comment