JOIN THE BEST
MCITP Boot Camp,
MCSE
Boot Camp also CCNA ,
CCNP Certification
Boot Camp Training program.
100% Guaranteed
- Lowest Fees, Highest
Passing Rate.
MCSE Boot Camp Certification
MCITP MCSE and CCNA Certification Notes Series :
MCSE 2016 Boot Camp
:
Azure Boot camp :
CCNA / CCNAX
Boot Camp:
CCNA Boot Camp
Cisco Hierarchical Model:
For more information about this, please read our
separate tutorial titled "The
Cisco Hierarchical Model".
OSI Model:
The OSI model is a layered model and a
conceptual standard used for defining standards
to promote multi-vendor integration as well as
maintain constant interfaces and isolate changes
of implementation to a single layer. It is NOT
application or protocol specific. In order to
pass any Cisco exam, you need to know the OSI
model inside and out.
The OSI Model consists of 7 layers as follows:
Layer |
Description |
Device |
Protocol |
Application |
Provides network access for
applications, flow control and error
recovery. Provides communications
services to applications by identifying
and establishing the availability of
other computers as well as to determine
if sufficient resources exist for
communication purposes. |
Gateway |
NCP, SMB, SMTP, FTP, SNMP, Telnet,
Appletalk |
Presentation |
Performs protocol conversion, encryption
and data compression |
Gateway and redirectors |
NCP, AFP, TDI |
Session |
Allows 2 applications to communicate
over a network by opening a session and
synchronizing the involved computers.
Handles connection establishment, data
transfer and connection release |
Gateway |
NetBios |
Transport |
Repackages messages into smaller
formats, provides error free delivery
and error handling functions |
Gateway |
NetBEUI, TCP, SPX, and NWLink |
Network |
Handles addressing, translates logical
addresses and names to physical
addresses, routing and traffic
management. |
Router and brouter |
IP, IPX, NWLink, NetBEUI |
**Data Link |
Packages raw bits into frames making it
transmitable across a network link and
includes a cyclical redundancy check(CRC).
It consists of the LLC sublayer and the
MAC sublayer. The MAC sublayer is
important to remember, as it is
responsible for appending the MAC
address of the next hop to the frame
header. On the contrary, LLC sublayer
uses Destination Service Access Points
and Source Service Access Points to
create links for the MAC sublayers. |
Switch, bridge and brouter |
None |
Physical |
Physical layer works with the physical
media for transmitting and receiving
data bits via certain encoding schemes.
It also includes specifications for
certain mechanical connection features,
such as the adaptor connector. |
Multiplexer and repeater |
None |
Here is an easy way to memorize the order of the
layers:
All People Seem To Need Data Processing.
The first letter of each word corresponds to the
first letter of one of the layers. It is a
little corny, but it works.
Class |
Range |
Explanation |
A |
1-126 |
IP addresses can be class A, B or C.
Class A addresses are for networks with
a large number of hosts. The first octet
is the netid and the 3 remaining octets
are the hostid. Class B addresses are
used in medium to large networks with
the first 2 octets making up the netid
and the remaining 2 are the hostid. A
class C is for smaller networks with the
first 3 octets making up the netid and
the last octet comprising the hostid.
The later two classes aren’t used for
networks. |
B |
128-191 |
C |
192-223 |
D |
224-239 (Multicasting) |
E |
240-255 (Experimental) |
A subnet mask blocks out a portion of an IP
address and is used to differentiate between the
hostid and netid. The default subnet masks are
as follows:
Class |
Default Subnet |
# of Subnets |
# of Hosts Per Subnet |
Class A |
255.0.0.0 |
126 |
16,777,214 |
Class B |
255.255.0.0 |
16,384 |
65,534 |
Class C |
255.255.255.0 |
2,097,152 |
254 |
In these cases, the part of the IP address
blocked out by 255 is the Net ID.
3COM’s IP addressing tutorial is
just superior. It covers basic IP addressing
options as well as subnetting and VLSM/CIDR.
IPX/SPX:
IPX will also be an important issue to consider
in network management given the fact there many
companies still use Netware servers. There are
two parts to every IPX Network address - the
Network ID and the Host ID. The first 8 hex
digits represent the network ID, while the
remaining hex digits represent the host ID,
which is most likely the same as the MAC
address, meaning we do not need to manually
assign node addresses. Note that valid
hexadecimal digits range from 0 through 9, and
hexadecimal letters range from A through F.
FFFFFFFF in hexadecimal notation = 4292967295 in
decimal.
Sequenced Packet Exchange(SPX) belongs to the
Transport layer, and is connection-oriented. It
creates virtual circuits between hosts, and that
each host is given a connection ID in the SPX
header for identifying the connection. Service
Advertisement Protocol(SAP) is used by NetWare
servers to advertise network services via
broadcast at an interval of every 60 minutes by
default.
|
Layer 2 Switching
- Layer 2 switching is hardware based, it uses the host's Media Access Control
(MAC) address.
- Switches use Application Specific Integrated Circuits (ASIC) to build and
maintain filter tables.
- Switches tend to be faster than Routers, because they don't look at the
logical address (Network layer headers), they instead use the hardware address
defined at the Data Link (MAC) layer to decide whether to forward or discard the
frame.
- Layer 2 switching is so efficient because it doesn't modify the data packet
only the frame encapsulating the packet; this also causes it to be less error
prone.
- Uses Layer 2 switching for network connectivity and network segmentation
(each port is a separate collision domain).
- Be careful how you segment your network, ensure that the users spend 80% of
their time on their local segment, and all the segments of a switch are still in
the same broadcast domain. Use routers to split up broadcast domains.
Benefits of LAN Switches (Layer 2 Services)
An individual Layer 2 switch might offer some or all of the following
benefits:
- Bandwidth---LAN switches provide excellent performance for individual
users by allocating dedicated bandwidth to each switch port (for example, each
network segment). This technique is known as microsegmenting.
- VLANs---LAN switches can group individual ports into logical switched
workgroups called VLANs, thereby restricting the broadcast domain to designated
VLAN member ports. VLANs are also known as switched domains and autonomous
switching domains. Communication between VLANs requires a router.
- Automated packet recognition and translation---Cisco's unique
Automatic Packet Recognition and Translation (APaRT) technology recognizes and
converts a variety of Ethernet protocol formats into industry-standard CDDI/FDDI
formats. With no changes needed in either client or server end stations
the Catalyst solution can provide an easy migration to 100-Mbps server access
while preserving the user's investment in existing shared 10Base-T LANs.
Three functions of layer 2 switching
- Address learning - Layer 2 switches retain, in their filter tables,
the source hardware address and port interface it was received on.
- Forward/Filter decisions - When a frame is received, the switch looks
at the destination hardware address and finds the interface it is on in the
filter table. If the address is unknown, the frame is broadcast on all
interfaces except the one it was received on.
- Loop Avoidance - If multiple connections between switches exist for
redundancy, network loops can occur. Spanning Tree Protocol is used to
stop loops while still allowing redundancy.
Spanning Tree Protocol
STP is a Layer 2 link management protocol that provides path redundancy while
preventing undesirable loops in the network. For an Ethernet network to
function properly, only one active path must exist at Layer 2 between two
stations. STP operation is transparent to end stations, which do not
detect whether they are connected to a single LAN segment or a switched LAN of
multiple segments.
The Catalyst series switches use STP (IEEE 802.1D bridge protocol) on all
Ethernet virtual LANS (VLANs). When you create fault-tolerant
internetworks, you must have a loop-free path between all nodes in a network.
In STP, an algorithm calculates the best loop-free path throughout a
Catalyst-switched network. The switches send and receive spanning-tree
packets at regular intervals (2 seconds). The switches do not forward the
packets, but use the packets to identify a loop-free path. The default
configuration has STP enabled for all VLANs.
Multiple active paths between stations cause loops in the network. If a
loop exists in the network, you might receive duplicate messages. When
loops occur, some switches see stations on both sides of the switch. This
condition confuses the forwarding algorithm and allows duplicate frames to be
forwarded.
To provide path redundancy, STP defines a tree that spans all switches in an
extended network. STP forces certain redundant data paths into a standby
(blocked) state. If one network segment in the STP becomes unreachable, or
if STP costs change, the spanning-tree algorithm reconfigures the spanning-tree
topology and reestablishes the link by activating the standby path.
- Defined as IEEE 802.1d
- It first elects a root bridge (only 1 per network), root
bridge ports are called designated ports which operate as
forwarding-state ports. Forwarding-state ports can send and receive
traffic. Other switches in your network are nonroot bridges.
- The nonroot bridge's port with the fastest link to the root bridge is called
the root port, and it sends and receives traffic.
- Ports that have the lowest cost to the root bridge are called
designated ports. The other ports on the bridge are considered
non designated and will not send or receive traffic, (blocking mode).
- Switches or bridges running STP, exchange information with what are called
Bridge Protocol Data Units (BPDU). BPDUs send configuration information
using multicast frames, BPDUs are also used to send the bridge ID of each device
to other devices. The bridge ID is used to determine the root bridge in
the network and to determine the root port. The Bridge ID is 8 bytes long,
includes priority and MAC address. The default priority of devices using
IEEE STP is 32,768 (215).
- To determine the root bridge the priority and the MAC addresses are
combined, if priority is the same, the MAC address is used to determine the who
has the lowest ID, which determines who will be the root bridge.
- Path Cost is used to determine which ports will be used to
communicate with the root bridge (designated ports). STP cost is the total
accumulated path cost based on the bandwidth of the links. The slower the
link the higher the cost.
Spanning Tree Protocol Port States
- Blocking - doesn't forward any frames, but still listens to BPDUs.
Ports default to blocking when the switch powers on. Used to prevent
network loops. If a blocked port is to become the designated port, it will
first enter listening state to ensure that it won't create a loop once it goes
into forwarding state.
- Listening - listens to BPDUs to ensure no loops occur on the network
before passing data frames.
- Learning - learns MAC addresses and builds filter table, doesn't
forward frames.
- Forwarding - sends and receives all data on the bridge ports. A
forwarding port has been determined to have the lowest cost to the root bridge.
LAN Switching Modes
- Store and Forward - the entire frame is copied into its buffer and
computes the Cyclic Redundancy Check (CRC). Since it copies the entire
frame, latency varies with frame length. If the frame has a CRC error, is
too short (<64 bytes), or is too long (>1518 bytes) it is discarded. If no
error, the destination address (MAC) is looked up in the filter table and is
sent to the appropriate interface. Is the default state for 5000 series
switches.
- Cut Through - fastest switching mode as only the destination address
is copied. It will then look up the address in its filter table and send
the frame to the appropriate interface.
- Fragment Free - modified form of Cut Through switching. The
switch waits for the first 64 bytes to pass before forwarding the frame.
If the packet has an error, it usually occurs in the first 64 bytes of the
frame. Default mode for 1900 switches.
|
Call Now : 800-519-
2267
Testimonials
|
If you're serious about getting certified,
this is the place to go. Definitely worth
their competitive price. Excellent
instructors, making it possible for anyone
to learn no matter what your level of
experience or knowledge.
Michael Doty
|
|
Vibrant
offers
MCITP MCSE
certification
training
boot camp
for $5400
all inclusive,
instructor
led at
California
and
Baltimore.
Ref1
:
Ref2
:
link
:
resources
:
Tcp/ip
MCITP MCSE CCNA CCNP Boot Camp Schedule by Vibrant
boot camps
MCITP MCSE Boot Camp Proven
MCITP MCSE Boot camp Training
for MCITP MCSE Certification Fast
MCITP
MCSE CCNA CCNP Boot Camp Schedule by
Vibrant boot camps
MCITP MCSE Boot Camp - Proven Boot camp
for MCITP MCSE at Baltimore, Maryland
MCITP MCSE Boot Camp Payment Gateway to get
MCITP MCSE
Certification Fast!
CCNA 801 Boot Camp by Vibrant boot camps,
join MCITP MCSE camps
CCNA Boot Camp by Vibrant boot camps,
join MCITP MCSE camps
CCNP Boot Camp by Vibrant boot camps,
join CCNP camps
MCITP
MCSE Boot Camp compare Vibrant boot
camps, join MCITP MCSE camps
Comptia Security+ Boot Camp by
Vibrant boot camps, join MCITP MCSE camps
MCITP MCSE Boot Camp contact Vibrant boot camps,
join MCITP MCSE camps
MCITP MCSE Boot Camp course fees Vibrant boot
camps, join MCITP MCSE camps
MCITP MCSE Boot Camp FAQ by Vibrant boot camps,
join MCITP MCSE camps
MCITP MCSE Boot Camp location by Vibrant boot
camps, join MCITP MCSE camps
MCITP MCSE Boot Camp location by Vibrant boot
camps, join MCITP MCSE camps
MCITP
MCSE Boot Camp MCITP MCSE Certification also
MCITP MCSE Training Boot Camp
MCITP
MCSE Boot Camp by Vibrant boot
camps, join MCITP MCSE camps, MCITP MCSE Cert
MCITP
MCSE Boot Camp by Vibrant boot
camps, join MCITP MCSE camps
MCITP
MCSE Boot Camp by Vibrant boot
camps, join MCITP MCSE camps
MCITP
MCSE Boot Camp by Vibrant boot
camps, join MCITP MCSE camps
MCITP MCSE Security Boot Camp MCITP MCSE
14days all_incl MCITP MCSE Certifiation boot camp
MCITP MCSE Security Boot Camp by
Vibrant boot camps, join MCITP MCSE camps
MCITP MCSE Security Boot Camp by
Vibrant boot camps, join MCITP MCSE camps
MCITP MCSE Security Boot Camp by
Vibrant boot camps, join MCITP MCSE camps
MCITP MCSE Security Boot Camp by
Vibrant boot camps, join MCITP MCSE camps
MCITP MCSE Boot Camp Payment Gateway to get
MCITP MCSE
Certification Fast!
MCITP MCSE Boot Camp Refunds
MCITP
MCSE CCNA CCNP Boot Camp Register by
Vibrant boot camps
MCITP
MCSE Boot Camp Testimonials by Vibrant
boot camps
MCITP MCSE Boot Camp Payment Gateway to get
MCITP MCSE
Certification Fast!
MCITP
MCSE Boot Camp MCITP MCSE Certification
also MCITP MCSE Training Boot Camp
Microsoft Vista
Certification Boot Camp for Vista training boot camps
MCITP MCSE CCNA CCNP Boot Camp Register by Vibrant
boot camps
MCITP
MCSE Boot Camp all inclusive bootcamp
Vibrant boot camps, join MCITP MCSE camps
MCITP
MCSE CCNA CCNP Boot Camp Register by
Vibrant boot camps
|