Cisco three layer model
Core layer
Backbone
Transports large amounts of traffic reliably and quickly
If it fails, every user is affected
Speed and latency key, MUST NOT be slowed down
Design for high reliability
EG: FDDI, Fast Ethernet, ATM
Design with speed in mind
Use protocols with little convergence time
Distribution layer
Routing
Determine best path for service and passes to core layer
Implement access list
Implement security
Redistribution between routing protocols
Routing between VLAN's
Define broadcast and multicast domain
Access layer
Switching
Controls user access and internetwork resources
Used for local traffic
Continued use of access control and policies
Segmentation (collision domain)
Workgroup connectivity to distribution layer
Internetwok connections
Router
Don't forward Broadcasts by default
Use logical addressing (IP)
Use Access lists
Can provide layer 2 switching
Provides connections to VLAN's
Provide QoS for some network traffic
Switch
Segments network into Collision Domain
Forwards and filters frames
Uses filter lists
Uses MAC addressing
Hub
Does not segment network in any way
Connects multiple hosts together
OSI model
7: Application Layer
Interacts with user interface
6: Presentation layer
Presents data
Handles processes like encryption
5: Session layer
Keep different application data separate
4: Transport layer
Provides reliable or unreliable delivery
Connection oriented communication
Uses a virtual circuit
Uses sequensing
Uses acknowledgements
Uses flow control
Prevents hosts overwhelming receiver
Ensures:
Received segments are acknowledge
Any segments not received is retransmitted
Segments are ordered upon arrival
A manageable data flow is maintained
Performs error correction before retransmission
3: Network layer
Provides logical addressing
Data packets
Routed protocols
IPv4
IPv6
Route update packets
Routing protocols
Distributes and update routing tables
RIP
RIPv2
EIGRP
OSPF
2: Data link layer
Provides access to media with MAC address
MAC 802.3
Defines how packets are placed on the media
LLC 802.2
ID's network layer protocols and encapsulating them
Provides error detection, not correction
1: Physical layer
Move bits between devices
CSMA/CD
Helps share bandwidth without collisions
Host checks media
If clear, sends data
If not, waits
If collision occurs, all hosts stop transmitting
Each host waits a set amount of time before retransmitting
Half/full duplex
Half duplex
One wire
Transmit one way at a time
Uses CSMA/CD
If hub involved, will run with switch
Full Duplex
Uses 2 wires
One for transmitting
On for sending
No CSMA/CD needed
Data transfer much faster
Used:
Connection from switch to host
Connection from switch to switch
Connection from host to host with x-over cable
LAN traffic problems
Too many hosts
Broadcast storm
Multicasting
Low bandwidth
Adding hubs
Too much AR & IPX traffic
Encapsulation
Protocol Data Unit
Segment at Transport layer
TCP header added
Packet at Network
IP header added
Frames at data link layer
MAC/LLC header and FCS footer added
Bits at physical layer