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.
|
PPP
Point-to-Point protocol is a Data Link layer protocol that can be used over
asynchronous serial (dial-up) and synchronous serial (ISDN) media and uses the
LCP (Link Control Protocol) to build and maintain data-link connections.
The basic purpose of PPP is to transport layer-3 packets over a Data Link layer
point-to-point link. PPP consists of two main components, LCP (Link
Control Protocol - used to establish, configure, test, maintain, and terminate
the point-to-point connection) and a family of NCPs (Network Control Protocols)
for establishing and configuring different Network layer protocols -- PPP is
designed to allow the simultaneous use of multiple Network layer protocols.
The PPP Model
|
Higher-Layer Protocols |
Network Control Protocol (NCP)
(specific to each Network-Layer Protocol)
Examples are:
IPCP - Internet Protocol Control Protocol.
IPXCP - Internetwork Packet Exchange Control Protocol.
BCP - Bridge Control Protocol.
|
Link Control Protocol (LCP) |
High Level Data Link Control (HDLC) |
Physical Layer (such as EIA/TIA-232, V.24, V.35) |
- Network Control Protocol (NCP)---A PPP protocol for negotiating OSI
Layer 3 (the network layer) parameters.
- Link Control Protocol (LCP)---A protocol that establishes,
configures, and tests data link connections used by the PPP.
- High Level Data Link Control (HDLC)---A method for encapsulating
datagrams over serial links.
- Physical layer ---PPP is capable of operating across any DTE/DCE
interface. Examples include EIA/TIA-232-C, EIA/TIA-422, EIA/TIA-423, and
ITU-T V.35. The only absolute requirement imposed by PPP is the provision
of a duplex circuit, either dedicated or switched, that can operate in either an
asynchronous or synchronous bit-serial mode, transparent to PPP link-layer
frames. PPP doesn't impose any restrictions regarding transmission rate
other than those imposed by the particular DTE/DCE interface in use.
PPP Link-Control Protocol
The PPP LCP provides a method of establishing, configuring, maintaining, and
terminating the point-to-point connection. LCP goes through four distinct
phases.
- First, link establishment and configuration negotiation occurs.
Before any Network layer datagrams (e.g. IP) can be exchanged, LCP first must
open the connection and negotiate configuration parameters. This phase is
complete when a configuration-acknowledgment frame has been both sent and
received.
- This is followed by link-quality determination. LCP allows an
optional link-quality determination phase following the link-establishment and
configuration-negotiation phase. In this phase, the link is tested to
determine whether the link quality is sufficient to bring up Network layer
protocols. This phase is optional. LCP can delay transmission of
Network layer protocol information until this phase is complete.
- At this point, Network layer protocol configuration negotiation
occurs. After LCP has finished the link-quality determination phase,
Network layer protocols can be configured separately by the appropriate NCP and
can be brought up and taken down at any time. If LCP closes the link, it
informs the Network layer protocols so they can take appropriate action.
- Finally, link termination occurs. LCP can terminate the link at
any time. This usually will be done at the request of a user, but can
happen because of a physical event, such as the loss of carrier or the
expiration of an idle-period timer.
Three classes of LCP frames exist.
- Link-establishment frames are used to establish and configure a link.
- Link-termination frames are used to terminate a link.
- Link maintenance frames are used to manage and debug a link.
Link Control Protocol offers PPP encapsulation different options, including
the following:
- Authentication ---Authentication options include PAP and CHAP.
- Compression ---Data compression increases the throughput on a network
link, by reducing the amount of data that must be transmitted.
- Error Detection ---Quality and Magic numbers are used by PPP to
ensure a reliable, loop-free data link.
- Multilink ---Supported in IOS 11.1 and later, multilink is supported
on PPP links between Cisco routers. This splits the load for PPP over two or
more parallel circuits and is called a bundle.
LCP Configuration Options
Option |
Function |
Protocol |
Command |
Authentication |
Requires a password >> Performs a challenge handshake >> |
PAP CHAP |
ppp authentication pap ppp authentication chap |
Compression |
Compresses data at the source>> Reproduces data at the
destination >> |
Stacker Predictor |
ppp compress stacker ppp compress predictor |
Error Detection |
Monitors the data dropped on the link, avoids frame looping |
Quality, Magic Number |
ppp quality <number 1-100> |
Multilink |
Performs load balancing across multiple links |
MP |
ppp multilink |
PPP Session Establishment
- Link-establishment phase ---LCP packets are sent by each PPP device
to configure and test the link. LCP packets contain a Configuration Option
field that allows devices to negotiate on the use of options such as:
- Maximum Receive Unit (MRU).
- Compression of certain PPP fields.
- Link authentication protocol.
If a value for a Configuration Option isn't set, the default is used.
- Authentication phase (optional) ---The peer may be authenticated
after the link has been established, using the authentication protocol decided
on (CHAP or PAP). If authentication is used, it must take place prior to
starting the Network layer phase.
- Network layer protocol phase --- In this phase, the PPP devices send
NCP packets to choose and configure one or more network layer protocols (such as
IP, IPX, or AppleTalk). Once each of the chosen Network layer protocols
has been configured, datagrams from each Network layer protocol can be sent over
the PPP link.
PPP Authentication Methods
- Password Authentication Protocol (PAP)
PAP provides a simple method for a remote
node to establish its identity using a two-way handshake. This is done
only upon initial link establishment. After the PPP link establishment
phase is complete, a username/password pair is repeatedly sent by the remote
node until authentication is acknowledged, or the connection is terminated.
Passwords are sent across the link in plain text and there is no protection
from playback or trail-and-error attacks. The remote node is in control of
the frequency and timing of the login attempts. If the local host rejects
the username and password the connection is terminated.
- Challenge and Handshake Protocol (CHAP)
CHAP is used to periodically verify the
identity of the remote node using a 3-way handshake. This is done upon
initial link establishment and can be repeated any time after the link has been
established. After the PPP link establishment phase is complete, the host
sends a challenge messages to the remote node. The remote node responds
with a value calculated using a one-way hash function (typically MD5). The
host checks the response against its own calculation of the expected hash value.
If the values match, the authentication is acknowledged. Otherwise, the
connection is terminated.
CHAP provides protection against playback attack through the use of a
variable challenge value that is unique and unpredictable. The use of
repeated challenges is intended to limit the time of exposure to any single
attack. The host is in control of the frequency and timing of the
challenges.
Configuring PPP on a Cisco Router
Follow these commands to configure PPP on a Cisco router.
Router3#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router3(config)#int s0
Router3(config-if)#encapsulation ppp
Router3(config-if)#exit
Router3(config)#username Router2 password 12pass34
After you set the encapsulation to PPP, you have to exit to global
configuration mode and set the username and password. The username is the
hostname of the remote host connecting via PPP on the serial line; the password
and encapsulation type must be the same for both routers.
Setting PPP Authentication
Using authentication with PPP is optional, therefore you must specifically
configure PPP authentication on each PPP host in order for the host to utilize
PPP.
CHAP and PAP are specified in RFC 1334. These protocols are supported on
synchronous and asynchronous serial interfaces. When using CHAP or PAP
authentication, each router identifies itself by a name. This identification
process prevents a router from placing another call to a router to which it is
already connected, and also prevents unauthorized access. Access control
using CHAP or PAP is available on all serial interfaces that use PPP
encapsulation. The authentication feature reduces the risk of security
violations on your router. You can configure either CHAP or PAP for the
interface. Note, to use CHAP or PAP, you must be running PPP
encapsulation. Follow these commands to configure PPP authentication on a
Cisco router.
Command Syntax:
ppp authentication {chap | chap pap | pap chap | pap}
Configure Identification
Add a username entry for each remote system from which the local router
requires authentication. To specify the password to be used in CHAP or PAP
caller identification, perform the following task in global configuration mode:
Command Syntax:
username name password secret
Example:
Router3(config)#interface serial0
Router3(config-if)#ppp authentication chap pap
Router3(config-if)#exit
Router3(config)#username Router_2 password 123pass321
This tells the router to first use CHAP and then go to PAP if CHAP isn't
available (only uses one) and allows it to setup a connection to Router_2. The
syntax for this command came from the Cisco documentation CD.
Verifying PPP encapsulation
Use the show interface [type#] command to view interface
encapsulation type
Router3#show interface serial0
Serial0 is up, line protocol is up
Hardware is HD64570
Internet address is 192.168.1.10/24
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255
Encapsulation PPP, loopback not set, keepalive set (10 sec)
LCP Open
Listen: IPXCP
Open: IPCP, CDPCP
Last input 00:00:09, output 00:00:12, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0 (size/max/drops); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/1/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
1921 packets input, 136287 bytes, 0 no buffer
Received 1301 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
2165 packets output, 100238 bytes, 0 underruns
0 output errors, 0 collisions, 220 interface resets
0 output buffer failures, 0 output buffers swapped out
279 carrier transitions
DCD=up DSR=up DTR=up RTS=up CTS=up
Monitoring PPP
You can monitor PPP activity with the show interface (shown above)
and debug ppp chap commands. The debug ppp chap command
displays the CHAP packet exchanges and PAP exchanges. Use no debug all
to turn off debugging.
debug ppp
Use the debug ppp EXEC command to display information on traffic and
exchanges in an internetwork implementing the Point-to-Point Protocol (PPP). The
no form of this command disables debugging output.
debug ppp {packet | negotiation | error | chap}
no debug ppp {packet | negotiation | error | chap}
debug ppp Syntax Description |
packet |
Causes the debug ppp command to display PPP packets being sent and
received. (This command displays low-level packet dumps.) |
negotiation |
Causes the debug ppp command to display PPP packets transmitted
during PPP startup, where PPP options are negotiated. |
error |
Causes the debug ppp command to display protocol errors and error
statistics associated with PPP connection negotiation and operation. |
chap |
Causes the debug ppp command to display Challenge Authentication
Protocol (CHAP) packet exchanges. |
|
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
|