Archive for فوریه, 2008

خلاصه نوشته2

فوریه 26, 2008

h1.jpg

ping (Packet INternet Groper)

h2.jpg

Both RARP and BOOTP were created with the motivation to allow a diskless workstation
to come up and start operating.

Neither RARP nor BOOTP is used much today, One of the problems with both RARP and BOOTP is that they required a computer to act as a server, and the server was required to know the MAC address of every computer and the corresponding configuration parameters that each computer should be told. So, administration in a network of any size was painful.

DHCP, which is very popular in real networks today, solves some of the scaling and
configuration issues with RARP and BOOTP, while supplying the same types of information.

h3.jpg

خلاصه نوشته 2

فوریه 25, 2008

p1.jpg

p2.jpg

The router with the DCE cable in it can be configured to provide clocking— reaning that you do not need a CSU/DSU.

p3.jpg

دو پروتکل رایج در لایه دوم برای ارتباط نقطه به نقطه(Lisead Line) :P PP و HDLC

p4.jpg

فلسفه ی بودن فیلد آدرس در هدر به زمانهای گذشته بر می گردد که شرکت تلفن یک خط را به چندین کاربر می فروخت

PPP also defines several control protocols (CPs), which are used for any special purposes for a particular Layer 3 protocol. For instance, the IP Control Protocol (IPCP) provides for IP address assignment over a PPP link. When a user dials a new connection to an ISP using a modem, PPP typically is used, with IPCP assigning an IP address to the remote PC.
Each link that uses PPP has one LCP per link and one CP for each Layer 3 protocol defined
on the link. If a router is configured for IPX, AppleTalk, and IP on a PPP serial link, the router configured for PPP encapsulation automatically tries to bring up the appropriate control protocols for each Layer 3 protocol.
LCP provides a variety of optional features for PPP besides just managing the link. You
should at least be aware of the concepts behind these features

p5.jpg

Packet-Switching Services:

با یک ارتباط به سرویس دهنده می توان با چندین شبکه در ارتباط بود :

Two types of packet-switching service are very popular today—Frame Relay and ATM.

 p6.jpg

 Each frame header holds an address field called a data-link connection identifier(DLCI)

 p7.jpg

Frame Relay is designed with the concept of a committed information rate (CIR). Each VC has a CIR, which is a guarantee by the provider that a particular VC gets at least that much bandwidth. You can think of CIR of a VC like the bandwidth or clock rate of a point-to-point circuit, except that it’s the minimum value you can actually send more, in most cases.

ATM and SONET:
Asynchronous Transfer Mode (ATM) and Synchronous Optical Network (SONET) together provide the capability for a telco to provide high-speed services for both voice and data over the same network. SONET defines a method for transmitting digital data at high speeds over optical cabling, and ATM defines how to frame the traffic, how to address the traffic so that DTE devices can communicate, and how to provide error detection. In short, SONET provides Layer 1 features, and ATM provides Layer 2 features over  SONET.(optical carrier (OC))

p8.jpg

 p9.jpg

 ATM can use permanent VCs (PVCs) like Frame Relay. In fact, the basic concepts between Frame Relay and ATM are identical.

Packets and frames can vary in size, but ATM cells are always a fixed 53-bytes in length.ATM cells contain 48 bytes of payload and a 5-byte header.The header contains two fields that together act like the DLCI for Frame Relay by identifying each VC. The two fields are named Virtual Path Identifier (VPI) and Virtual Channel Identifier (VCI).

 Because of its similar function to Frame Relay, ATM also is considered to be a type of packetswitching service. However, because it uses fixed-length cells, it more often is called a cellswitching service.

 

 

 

 

آموزش مسیریابهای سیسکو 1

فوریه 24, 2008

اولین مسیریاب سیسکو : اکتبر سال 1984

بهمراه هر مسیریاب یک کابل کنسول(آبی رنگ)عرضه می شود به نام Cisco Rollover Cable.

WAN Expansion Card،کارت توسعه WIC برای ارتباط به T1,ISDN,…

پردازنده های موتورولا 6800

در مسیریاب Cisco 805 تعبیه شده که از آن می توان برای ارتباط آسنکرون یک مودم را از طریق پروتکل PPP برقرار نماید یا آنکه در حالت اتصال سنکرون CSU/DSU از طریق استاندارد Frame Relay قرار بگیرد.

Cisco Internetworking Operating System( Cisco IOS)

 

Feature pack

دریافت رایگان سیستم عامل از سایت سیسکو /نصب نسخه ای از سیستم عامل که نیازهای ما را بر طرف کند.

محل اجرای سیستم عامل:

  • مسیریابهای  RFR)Run From Ram)
  • مسیریابهای RFF)Run From Flash)

برنامه اجرایی سیستم عامل بصورت خام و غیر فشرده در فلش ذخیره شده در نتیجه سریع بوت می شود.فضای RAM را برای استفاده های دیگر نگه می دارد.مثل جداول و …و مزیت دیگر خطر آلودگی سیستم عامل خیلی کم است.

عیب بزرگ این است که در هنگام اجرا کدها قابل ارتقا نیستند

 

خلاصه نوشته1

فوریه 24, 2008

most data link protocols perform the following functions:

■ Arbitration—Determines when it is appropriate to use the physical medium

■ Addressing—Ensures that the correct recipient(s) receives and processes the data that is

sent : Each data-link protocol defines its own unique addressing structure. For instance, Ethernet
uses Media Access Control (MAC) addresses, which are 6 bytes long and are represented as
a 12-digit hexadecimal number. Frame Relay typically uses a 10-bit-long address called a
data-link connection identifier (DLCI)—notice that the name even includes the phrase data
link.

■ Error detection—Determines whether the data made the trip across the physical medium successfully

■ Identification of the encapsulated data—Determines the type of header that follows the data link header

————————————————————————-

Ethernet is best understood by first considering the early DIX Ethernet specifications, called 10BASE5 and 10BASE2.

————————————————————————–

The CSMA/CD algorithm works like this:
1. A device with a frame to send listens until the Ethernet is not busy.
2. When the Ethernet is not busy, the sender begins sending the frame.
3. The sender listens to make sure that no collision occurred.
4. Once the senders hear the collision, they each send a jamming signal, to ensure that all
stations recognize the collision.
5. After the jamming is complete, each sender randomizes a timer and waits that long.
6. When each timer expires, the process starts over with Step 1.

—————————————————————————-

To ensure a
unique MAC address, the Ethernet card manufacturers encode the MAC address onto the
card, usually in a ROM chip. The first half of the address identifies the manufacturer of the
card. This code, which is assigned to each manufacturer by the IEEE, is called the
organizationally unique identifier (OUI). Each manufacturer assigns a MAC address with its
own OUI as the first half of the address, with the second half of the address being assigned
a number that this manufacturer has never used on another card.

An Ethernet cable between two hubs or switches often is called a trunk.

——————————————————————-

????

When IP multicasts over an Ethernet, the multicast MAC addresses used
by IP follow this format: 0100.5exx.xxxx, where any value can be used in the last half
of the addresses.

????

——————————–

header.jpg

LAN Header Format

header2.jpg

802.2 SAP and SNAP Type Fields

————————————————————————–

The IEEE 802.3 specification limits the data portion of the 802.3 frame to a maximum of 1500 bytes. The Data field was designed to hold Layer 3 packets; the term maximum transmission unit (MTU) defines the maximum Layer 3 packet that can be sent over amedium. Because the Layer 3 packet rests inside the data portion of an Ethernet frame, 1500 bytes is the largest IP packet allowed over an Ethernet.

When the IEEE first created the 802.2 standard, anyone with a little cash could register favorite protocols is th the IEEE and receive a reserved value with which to identify those favorite protocols in he DSAP field. For instance, Novell registered IPX and was assigned hex E0 by the IEEE.
However, the IEEE did not plan for a large number of protocols—and it was wrong. As it
turns out, the 1-byte-long DSAP field is not big enough to number all the protocols.
To accommodate more protocols, the IEEE allowed the use of an extra header, called a
Subnetwork Access Protocol (SNAP) header. In the second frame of Figure 3-13, the DSAP field is AA, which implies that a SNAP header follows the 802.2 header, and the SNAP header includes a 2-byte protocol type field. The SNAP protocol type field is used for the same purpose as the DSAP field, but because it is 2 bytes long, all the possible protocols can be identified .

—————————————

The IEEE defines Gigabit Ethernet in standards 802.3z for optical cabling and 802.3ab for
electrical cabling.

——————————————-