Network Day 1 - 1
Network Day 1 - 1
Switching
Advanced
Networking Part 1
Hubs
3. Forward on all ports except the port on which the frame was
received.
table
5. Forward on all ports except the port on which the frame was
received.
10
THE BASIC NETWORK DOMAINS
11
NETWORK SEGMENTATION
12
SWITCH IN AN Hub in a
INTERNETWORK network
13
NETWORK SEGMENTATION
14
Collision domain VS. broadcast domain
Collision Domain : 5
Broadcast Domain : 2
Campus LAN Design
Terminology
Campus LAN Design
Terminology
• LAN created to support large buildings, or multiple
buildings.
• Engineers must consider the types of Ethernet
available and the cabling length supported by each type.
• Access: Provides a connection point (access) for end-
user devices. Does not forward frames between two other
access switches under normal circumstances.
• Distribution: Provides an aggregation point for access
switches, forwarding frames between switches, but not
connecting directly to end-user devices.
• Core: Aggregates distribution switches in very large
campus LANs, providing very high forwarding rates.
SUBNETTING
Example :
Following diagram shows the subnetting of a big single
network into 4 smaller subnets
19
ADVANTAGES OF SUBNETTING.
20
SUBNET MASKS
21
1-CLASSES(CLASSFUL)
SUBNETTING
Class C
Network ID 192.168.0.0
+1
1st Host 192.168.0.1
subnet N hosts
subnet N hosts
We need to determine:
Class C
Hop=64
192.168.0.19
2
192.168.0.193
192.168.0.254
192.168.0.255
CIDR
VALUES
29
CIDR
VALUES
/16 through /23 can be used by Class A and B network
addresses.
30
CIDR VALUES
• What is VLAN?
• Switch(config)#int fa0/0
• Switch(config-if)#switchport mode access
• Switch(config-if)#switchport access Vlan 2
SW356o# config t
Enter configuration commands, one per line. End
with CNTL/Z.
SW3560(config)# int vlan1
SW3560(config-if)# ip address dhcp
SW3560(config-if)# no shut
SW3560(config-if)# exit
Sw3560# show DHCP lease
Show IP addressing
Switch>enable Switch#config t
Switch(config)#line vty o 15
Switch(config-line)#password itixiti
Switch(config-line)#login
Switch(config-line)#exit
Switch(config)#enable secret iti123
SW3560(config)#int vlan1
SW3560(config-if)#ip address 163.121.25.40
255.255.255.0
SW3560(config-if)#no shut
SW3560(config-if)#exit
Duplexing and Speed
•Duplex Overview
■Half Duplex (CSMA/CD) ■Unidirectional
data flow ■Higher potential for collisions ■Hubs
Connectivity
■Full Duplex
■Point-to-point only
■Attached to dedicated switch port
■Requires full duplex support on both ends
■Collision free
■Collision detect circuit disabled
The Interface Duplex Mode and Speed