|
CCENT
(Cisco Certified Entry Network Technician) Certification Exam Cram Notes
|
|
Cisco
CCNA ICND2 Exam Download
Cisco
CCENT Exam Download
|
|
802.3
- Layer 2 protocol that defines Ethernet CSMA/CD protocol
802.5 - Layer 2 protocol that defines Token Ring protocol
Note that 802.3, and 802.5 are examples of layer 2 LAN protocols,
whereas, HDLC, PPP are examples of layer 2 WAN protocols.
|
|
A
static route is one that is hard coded into the routing tables. Here,
the destination network/host, and the next hop information are entered
by hand. A static route on a Cisco router is most commonly defined by
using the command:
Router(config)# ip route A.B.C.D (destination network/host) A.B.C.D
(subnet mask) A.B.C.D (next hop)
You can also use the port identifier such as e0, s1 etc. to define the
next hop address.
Optionally, the "distance metric" can be added at the end of
the command to change the default weight.
|
|
A
switch forms a single broadcast domain, whereas, it provides an
independent collision domain for each port. Here, three ports of the
switch are used, and hence it will have three collision domains. On the
other hand, a Hub forms a single collision as well as a single broadcast
domain. Therefore, the total number of broadcast domains in this case is
two, and the total number of collision domains is four.
|
|
A
VLAN is a group of devices on one or more logically segmented LANs. All
devices working on a VLAN will have same broadcast domain. Like routers,
switches (Layer 2) have the ability to provide domain broadcast
segmentation called a VLAN. Using VLAN technology, you can group switch
ports and their connected users into logically defined communities of
interest. A VLAN operating on a Catalyst switch limits transmission of
unicast, multicast, and broadcast traffic to only the other ports
belonging to that VLAN, thereby controlling broadcasts.
The benefits of VLANS include:
1. Easy Administration resulting in reduced administration costs,
2. Increased Security due to broadcast control, if you are using simple
hub, you can observe traffic corresponding to any node by simply
inserting a Network analyzer.
3. Grouping based on functional requirements irrespective of physical
location of nodes,
4. Simplify moves, adds, changes,
5. Distribution of traffic thereby using the network bandwidth more
efficiently.
|
|
A
VTP advertisement necessarily consists of "Configuration revision
number". Every time a VTP server updates its VLAN information, it
increments the configuration revision number by one count. VTP clients,
use the revision number to enforce the VLAN configuration Update.
|
|
a.
WEP uses RC4 stream encryption
b. WPA uses (as describe above) TKIP/MIC Encryption.
c. WPA2 uses AES-CCMP Encryption
|
|
All
RIP,RIP2, and IGRP use distance vector algorithms.
RIP2 transmits the subnet mask with each route. This feature allows VLSM
(Variable Length Subnet Masks) by passing the mask along with each route
so that the subnet is exactly defined.
|
|
An
administrative distance of 0 represents highest trustworthiness of the
route.
An administrative distance of 255 represents the lowest trustworthiness
of the route.
|
|
Anytime
that you hook up two end-devices like routers, PCs, print
servers, etc. to one another, you'll need a crossover cable. A switch or
hub already all have their ports crossed over, so hooking up an
end-device to a switch uses a straight-through cable. When hooking up
two switch ports together, you use a cross-over cable again.
|
|
ARP
(Address Resolution Protocol): IP works at network layer. IP address is
a logical address. If a packet is to be delivered to a destination
machine, its physical address (MAC address) needs to be known. ARP is a
protocol, which enables a machine to obtain its MAC address from a know
IP address.
RARP (Reverse Address Resolution Protocol): RARP is used to obtain IP
address from a known MAC address.
BooTP (Bootstrap Protocol): When a diskless workstation is powered on,
it broadcasts a BootP request on the network. A BooTP server responds
with its IP address, Default gateway, etc.
|
|
At
times it may be necessary to upgrade the IOS software. You cannot load
the router from Flash, and upgrade the flash at the same time. You need
to load from other sources such as tftp server or ROM. To load the image
from ROM, there are two ways:
1. BY using config-register 0X2101 command. This will enable the router
to load the IOS from the ROM and Flash image is not used. This way we
can load the upgrade to flash, and set back the configuration register
to load from flash as usual after the upgrade is completed.
2. Another way is by adding the command BOOT SYSTEM ROM to the startup
configuration file.
|
|
Bandwidth
is entered in KBPS. Therefore,
RouterA(config-if)#bandwidth 64 is correct syntax.
|
|
Bandwidth:
This is represents the maximum throughput of a link.
MTU (Maximum Transmission Unit): This is the maximum message length that
is acceptable to all links on the path. The larger MTU means faster
transmission of packets.
Reliability: This is a measurement of reliability of a network link. It
is assigned by the administrator or can be calculated by using protocol
statistics.
Delay: This is affected by the band width and queuing delay.
Load: Load is based among many things, CPU usage, packets processed per
sec.
|
|
Because
switch types are not standardized, you need to specify the type of ISDN
switch when configuring the router.
You need to specify the interface.
SPIDs (Service Provider Identifiers) are a series of characters (they
can look like phone numbers) that identify you to the switch at the CO.
When identified, the switch links the services you ordered to the
connection. In ISDN, this is probably the ISDN phone number
|
|
Boot
system - This is a global command that allows you to specify the source
of the IOS software image to load. If you configure more than one
source, attempts are made to load the IOS from the first command in the
configuration to the last successively. If the first fails, the second
boot command is used.
Boot system rom - Loads IOS from ROM.
Boot system flash - Loads the first file from flash memory.
Boot system tftp <file name> < tftp_address > - Loads IOS
with a filename <file name> from a TFTP server.
|
|
Both
"copy star run" and "reload" will load Cisco router
configuration into RAM.
|
|
By
default, Cisco routers support 5 simultaneous telnet sessions. This
number can be configured using ios commands.
|
|
By
giving the command "show ip route igrp", we can see the routes
found by igrp. A route discovered by igrp is denoted by letter
"I" before start of the entry.
|
|
CDP,
short for Cisco Discovery Protocol runs over Layer 2 (the data link
layer) on all Cisco routers, bridges, access servers, and switches. CDP
allows network management applications to discover Cisco devices that
are neighbors of already known devices. CDP runs on all LAN and WAN
media that support SubNetwork Access Protocol (SNAP).
|
|
Cisco
router loads the IOS image based on the boot field and the boot system
commands in the configuration. Various boot system commands are:
boot system flash <IOS_filename> ;IOS image is loaded from flash
memory
boot system tftp <IOS_filename> <tftp_ip_address> ;Boots the
system image from the TFTP server.
boot system rom ; IOS is loaded from rom
The command to save the running configuration to NVRAM is:
copy running-config startup-config (write memory)
|
|
Class
B network has the form N.N.H.H, the default subnet mask is 16 bits long.
There is additional subnet mask of 7 bits long.
7 bits of subnet mask corresponds to (2^7-2)=128-2 = 126 subnets.
9 bits (16-7) of host addresses corresponds to (2^9-2)=512-2 = 510
hosts.
Some times, the subnet mask is specified with the bits available in the
default subnet mask. In this case the bits available in default subnet
mask is 16. Therefore, total number of bits available in the subnet mask
are 16+7=23. If you are given a subnet mask of 23 bits long for a class
B address, it is understood that it contains the bits from the default
subnet mask as well.
|
|
Class
C IP address has the form N.N.N.H. You have 8 bits available for host
portion, of which 4 bits are used for subnetting. This means, you have
2^4 = 16 subnets. Out of this the subnets Ids of all 1s' and all 0s' are
reserved. This leaves us with 14 usable subnet Ids. Similarly, you have
4 bit available for host Ids. This equals 2^4 = 16 host Ids. Out of
this, host Ids of all 1s' and all 0s' are reserved. This leaves us with
14 host Ids per subnet.
|
|
Data
Link Layer is layer 2 of OSI reference model. This layer is divided into
two sub-layers:
1.Logical Link Control (LLC) sub-layer.
2. Media Access Control (MAC) sub-layer.
The LLC sub-layer handles error control, flow control, framing, and MAC
sub-layer addressing.
The MAC sub-layer is the lower of the two sub-layers of the Data Link
layer. MAC sub-layer handles access to shared media, such a Token
passing or Ethernet.
|
|
Previous
Next |