4 Knowledge Base

 

 TelecomTrainning.net > Knowledge Base
 Viewing KB Article
Good Evening, - Please register or - log-in to your account.
Search
Search   Saved Questions   Ask a question
Keywords 
 
Available categories
LTE
100 of Questions in LTE
CCNA Certification
CCNA Sample Q & A (1000 + Q &A)
(Network +) Certification
(Network +) Sample Q & A (1000 + Q &A)
Networking
General/Interview Q& A on Networking
Home Networking
General/Interview Q& A on Networking
VOIP, SIP & Asterisk
Q & A on VOIP,Ethereal, SIP & Asterisk
Telecom Test Equipments
Q & A on Telecom Test Equipment
PSTN / Wireline
General / Interview Q & A on PSTN / Wireline
LTE, Wireless, 3G ,Diameter and HSS
General/Interview Q & A on LTE, Wireless, 3G ,Diameter and HSS
Telecom General
Any Q & A in Telecom in General

Top Questions
Friends, Describe Secure storage and distribution of A-Keys?
How do I monitor SS7 Traffic in spectra2?
what is the difference between E1 signal & Ethernet signal ?
Explain me the difference between a repeater, bridge and router? Relate this to the OSI model.
What is the difference between BRI & PRI ?
Can you tell me about PBGT?
Guys what is the purpose of Umbrella Cell Approach in GSM ?
how can we explain media gateway in MSc?
What is GGSN?
What is the difference between Electrical-tilt and Mechanical-tilt of an antenna?
What is demarc point?
What is BSC?
Can any one explain me how sms flow will work using ss7 network ?( from physical layer to application layer)
Explain SLTA and SLTM messages in MTP3?
why cellphone towers are painted in red and white?
Hi guys what is WAP?
what is EDAp? what is the functions of EDAP?
wat is the difference betweem MSC & GMSC, & MSS & GCS?
what is sdh?
What is a circuit id?

What is a Frame?
rajivbhatti 27-March-2009 02:08:06 AM

Comments


www.tech-faq.com/packet-frame.shtml
Posted by crouse


wordnetweb.princeton.edu/perl/webwn
Posted by crouse


Introduction

There are a variety of Ethernet Frame Types that may be observed in a Novell LAN environment. This depends upon the version of NetWare, and the applications employed.

NetWare 2.X : Ethernet 802.3 (Raw)
Ethernet II

NetWare 3.X : Ethernet 802.3 (Raw)
Ethernet II
Ethernet 802.2
Ethernet SNAP (Sub-Network Access Protocol)

Not all frame types can support all traffic variants. For example, NetWare IPX/SPX packets are usually transmitted by 802.3 (Raw) frames. In fact, the 802.3 frame type can only support IPX/SPX traffic. When TCP traffic is generated, the Ethernet II frame is often used. Some desktop LAN analyzers will employ SNAP frames.

Ethernet 802.3 (Raw)

This is the original (and default) frame type used by NetWare. IT CAN ONLY SUPPORT NOVELL IPX/SPX TRAFFIC! The frame is similar to that described in 802.3 except that it does not contain the Logical Link Control (LLC) information in the packet.

Preamble : 8 bytes
Destination Address : 6 bytes
Source Address : 6 bytes
Length Field : 2 bytes
Data Field : Between 46 and 1500 bytes
Pad Characters : Variable, stuffs data field up to 46 bytes
Frame Check Sequence: 4 bytes
Min Frame Length : 64 bytes
Max Frame Length : 1518 bytes (not including Preamble)

Ethernet 802.2

This frame includes fields from 802.3 and 802.2 (Logical Link Control) and can support the Novell IPX/SPX and FTAM (File Transfer, Access, and Management) protocols. The frame parameters are identical to those listed above, EXCEPT that the first three bytes of the data field are used to indicate 802.2 header (LLC) information.

Preamble : 8 bytes
Destination Address : 6 bytes
Source Address : 6 bytes
Length Field : 2 bytes
Data Field : Between 46 and 1500 bytes (including LLC)
Pad Characters : Variable, stuffs data field up to 46 bytes
Frame Check Sequence: 4 bytes
Min Frame Length : 64 bytes
Max Frame Length : 1518 bytes (not including Preamble)

The LLC field consists of:

Destination Service Access Point (DSAP): 1 byte (NetWare 0xE0)
Source Service Access Point (SSAP) : 1 byte (NetWare 0xE0)
Control Field : 1 byte (NetWare 0x03)

NetWare IPX/SPX packets will assign a hexadecimal value of E0 to the DSAP and SSAP fields and a hexadecimal value of 03 to the Control field. The "03" Control value indicates an unnumbered 802.2 layer.

Ethernet II

Again, a similar frame type, EXCEPT that the two-byte Length field has been replaced with a two-byte Type field (Ethertype). Ethernet II frames can support Novell IPX/SPX, TCP/IP, and AppleTalk Phase 1 protocols. Ethernet II frames do not use a LLC header in the data field.

Preamble : 8 bytes
Destination Address : 6 bytes
Source Address : 6 bytes
Ethernet Type : 2 bytes (Novell 0x81-37)
Data Field : Between 46 and 1500 bytes
Pad Characters : Variable, stuffs data field up to 46 bytes
Frame Check Sequence: 4 bytes
Min Frame Length : 64 bytes
Max Frame Length : 1518 bytes (not including Preamble)

The Ethernet Type field is coded with hexadecimal 8137 for transport of NetWare IPX/SPX packets.

Go here for more information on EtherType variable assignments

Ethernet SNAP

Sub-Network Access Protocol (SNAP) is similar to 802.2, with LLC parameters, but with expanded LLC capabilities. Ethernet SNAP can support IPX/SPX, TCP/IP, and AppleTalk Phase 2 protocols.

Preamble : 8 bytes
Destination Address : 6 bytes
Source Address : 6 bytes
Length Field : 2 bytes
Data Field : Between 46 and 1500 bytes (including LLC)
Pad Characters : Variable, stuffs data field up to 46 bytes
Frame Check Sequence: 4 bytes
Min Frame Length : 64 bytes
Max Frame Length : 1518 bytes (not including Preamble)

The LLC field (the first eight bytes in the data field) consists of:

Destination Service Access Point (DSAP): 1 byte (0xAA)
Source Service Access Point (SSAP) : 1 byte (0xAA)
Control Field : 1 byte (NetWare 0x03)
Organizational Code : 3 bytes (0x00-00-00)
Ethernet Type : 2 bytes (NetWare 0x81-37)

Go here for more information on EtherType variable assignments

Hexadecimal AA (decimal 170) values are usually employed for the DSAP and SSAP values. Netware uses a hexadecimal 03 in the SNAP Control field and will use the 0x81-37 Ethernet Type value. Usually, the Organizational Code is coded as all 0s (0x00-00-00) and NetWare is no exception.

Distinguishing Between Frame Types

1) Receive good frame.
2) Analyze frame. Perform the following steps, in order:

* If the EtherType/Length value is greater than 0x05-DC (decimal 1500), then process the frame as Ethernet II. Any EtherType value greater than 0x05-DC (such as 0x0800 for IP or 0x81-37 for NetWare IPX/SPX) will be interpreted as an Ethernet II frame.

* If the IPX header (0xFF-FF) follows the Length field, the frame is interpreted as a 802.3 (Raw) frame with Netware IPX/SPX traffic. Standard SSAP and DSAP values do not include hexadecimal FF, so the 802.3 (Raw) frame can be distinguished from LLC frames (Ethernet SNAP, 802.2).

* Next, the byte following the length field (DSAP) is examined. If the value is 0xAA, the frame is interpreted as a SNAP frame. Otherwise, it is interpreted as a 802.2 frame.
Posted by saqlain231


Generally In telecommunications, a frame is data that is transmitted between network points as a unit complete with addressing.
Posted by HamidAliKhan


wiki.answers.com/Q/What_is_a_nonsense_mutation_and_a_frame_shift_mutation
or
Frame is data that is transmitted between network points as a unit complete with addressing.
Posted by crouse


In telecommunications, a frame is data that is transmitted between network points as a unit complete with addressing.
Posted by sagitraz

Q&A Rating

Q&A Rating
Rate This Question and Answer

Related Questions
What is default admin distance for Unreachable protocol?
 
Please tell me the statement is right or wrong ,FAT32 Supports drives of up to 4 terabytes in size.
 
My boss is concerned about security on my network like no one can identify passwords if he or she happens to view a configuration on my router. What command encrypts all passwords on my router?


Search questions via popularity
Top viewed questions  Top emailed questions  Most printed questions  Most saved questions
 
Copyright © Telecom Training, All Rights Reserved