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.
|
LAN Switching
A LAN switch is a device that provides much higher port density at a lower
cost than traditional bridges. For this reason, LAN switches can
accommodate network designs featuring fewer users per segment, thereby
increasing the average available bandwidth per user. LAN switches are
being used to replace hubs in the wiring closet because user applications are
demanding greater bandwidth.
The trend toward fewer users per segment is known as microsegmentation.
Microsegmentation allows the creation of private or dedicated segments, that is,
one user per segment. Each user receives instant access to the full
bandwidth and does not have to contend for available bandwidth with other users.
As a result, collisions do not occur. A LAN switch forwards frames based
on either the frame's Layer 2 address (Layer 2 LAN switch), or in some cases,
the frame's Layer 3 address (multi-layer LAN switch). A LAN switch is also
called a frame switch because it forwards Layer 2 frames, whereas an ATM switch
forwards cells.
LAN Switch Operation
LAN switches are similar to transparent bridges in functions such as learning
the topology, forwarding, and filtering. These switches also support several new
and unique features, such as dedicated communication between devices, multiple
simultaneous conversation, full-duplex communication, and media-rate adaption.
Dedicated collision-free communication between network devices increases
file-transfer throughput. Multiple simultaneous conversations can occur by
forwarding, or switching, several packets at the same time, thereby increasing
network capacity by the number of conversations supported. Full-duplex
communication effectively doubles the throughput, while with media-rate
adaption, the LAN switch can translate between 10 and 100 Mbps, allowing
bandwidth to be allocated as needed. Deploying LAN switches requires no
change to existing hubs, network interface cards (NICs), or cabling.
LAN Switching Forwarding
LAN switches can be characterized by the forwarding method they support. In
the store-and-forward switching method, error checking is performed and
erroneous frames are discarded. With the cut-through switching method, latency
is reduced by eliminating error checking.
With the store-and-forward switching method, the LAN switch copies the
entire frame into its onboard buffers and computes the cyclic redundancy check
(CRC). The frame is discarded if it contains a CRC error or if it is a
runt (less than 64 bytes including the CRC) or a giant
(more than 1518 bytes including the CRC). If the frame does not contain
any errors, the LAN switch looks up the destination address in its forwarding,
or switching, table and determines the outgoing interface. It then
forwards the frame toward its destination.
With the cut-through switching method, the LAN switch copies only the
destination address (the first 6 bytes following the preamble) into its onboard
buffers. It then looks up the destination address in its switching table,
determines the outgoing interface, and forwards the frame toward its
destination. A cut-through switch provides reduced latency because it
begins to forward the frame as soon as it reads the destination address and
determines the outgoing interface.
LAN Switching Bandwidth
LAN switches also can be characterized according to the proportion of
bandwidth allocated to each port. Symmetric switching provides evenly
distributed bandwidth to each port, while asymmetric switching provides unlike,
or unequal, bandwidth between some ports.
An asymmetric LAN switch provides switched connections between ports
of unlike bandwidths, such as a combination of 10BaseT and 100BaseT. This
type of switching is also called 10/100 switching. Asymmetric switching is
optimized for client-server traffic flows where multiple clients simultaneously
communicate with a server, requiring more bandwidth dedicated to the server port
to prevent a bottleneck at that port.
A symmetric switch provides switched connections between ports with
the same bandwidth, such as all 10BaseT or all 100BaseT. Symmetric
switching is optimized for a reasonably distributed traffic load, such as in a
peer-to-peer desktop environment.
LAN Switching and the OSI Model
LAN switches can be categorized according to the OSI layer at which they
filter and forward, or switch, frames. These categories are: Layer 2,
Layer 2 with Layer 3 features, or multi-layer.
A Layer 2 LAN switch is operationally similar to a multiport bridge
but has a much higher capacity and supports many new features, such as
full-duplex operations. A Layer 2 LAN switch performs switching and
filtering based on the OSI Data Link layer MAC address. As with bridges,
it is completely transparent to network protocols and user applications.
A Layer 2 LAN switch with Layer 3 features can make switching
decisions based on more information than just the Layer 2 MAC address.
Such a switch might incorporate some Layer 3 traffic-control features, such as
broadcast and multicast traffic management, security through access lists, and
IP fragmentation.
A multi-layer switch makes switching and filtering decisions on the
basis of OSI data link layer (Layer 2) and OSI network-layer (Layer 3)
addresses. This type of switch dynamically decides whether to switch
(Layer 2) or route (Layer 3) incoming traffic. A multi-layer LAN switch
switches within a workgroup and routes between different workgroups.
LAN Switching Summary
LAN switching technology improves the performance of traditional Ethernet,
FDDI, and Token Ring technologies without requiring costly wiring upgrades or
time-consuming host reconfiguration. The low price per port allows the
deployment of LAN switches so that they decrease segment size and increase
available bandwidth. VLANs make it possible to extend the benefit of switching
over a network of LAN switches and other switching devices.
|
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
|