Posts Tagged ‘ osi

OSI Data Link Layer [layer 2] 25 July 2008 at 10:34 pm by admin

Data Link Layer

2 primary functions:

1. Prepares L3 packets for transmission.
2. Controls access to the physical media.

Accessing the media:

A L3 exchange may involve many L2 and media transitions.
At each hop, routers decapsulate and re-encapsulate frames to match the right media.
The L3 protocol is not aware of which media is used.
L2 includes many types of media and access methods (eg. how it is getting to the wire).
L2 protocols specify the frame type and how to get a frame on and off each medium (media access control method, MAC method).
Devices use adapters to connect to a network (eg. NIC)
The adapter manages the framing and media access control (generates the signal transition).
Routers have different physical interfaces that frame the data as suitable for each link.

Read the rest of this entry →

Tags: guides, vlan, router, wan, ip, switch

+ OSI transport layer 4 By admin 16 July 2008 at 2:04 pm and have Comments Off

osi model layer 4 OSI Transport Layer:

Transport Layer

Accepts data from Application layer and prepares it for layer 3;
Responsible for end to end transfer of data.
Enables multiple applications to communicate simultaneously.
Ensures data received reliably and in order.
Employs error handling mechanisms.

Read the rest of this entry →

Tags: cisco, 802.1q, guides, router, vlan, ip

+ LAN Design Model OSI and TCP/IP By admin 16 July 2008 at 12:36 pm and have Comments Off

Communicating over the Network.

Local Area Network (LAN)

A LAN is a network confined to a relatively small space. (still like an island but a little bigger);
Lan’s are a single enterprise that is locally administered.

Problem faced with a LAN – How to share information in different geographic areas.

Read the rest of this entry →

Tags: wan, cisco, 802.1q, ip, switch, router