Computer Networks Lab: Course Code: CSE 1006
Computer Networks Lab: Course Code: CSE 1006
• Ethernet
• Ethernet is a widely deployed LAN technology. This
technology was invented by Bob Metcalfe and D.R. Boggs
in the year 1970. It was standardized in IEEE 802.3 in 1980.
• Ethernet shares media. Network which uses shared media
has high probability of data collision. Ethernet uses Carrier
Sense Multi Access/Collision Detection (CSMA/CD)
technology to detect collisions. On the occurrence of
collision in Ethernet, all its hosts roll back, wait for some
random amount of time, and then re-transmit the data.
Network LAN Technologies
• Fast-Ethernet
• Fast Ethernet on fiber is defined under 100BASE-FX
standard which provides speed up to 100MBPS on fiber.
Ethernet over fiber can be extended up to 100 meters in half-
duplex mode and can reach maximum of 2000 meters in
full-duplex over multimode fibers.
• It can provide speed up to 100MBPS. This standard is
named as 100BASE-T in IEEE using Cat-5 twisted pair
cable. It uses CSMA/CD technique for wired media sharing
among the Ethernet hosts and CSMA/CA (CA stands for
Collision Avoidance) technique for wireless Ethernet LAN.
Network LAN Technologies
• Giga-Ethernet
• After being introduced in 1995, Fast-Ethernet retained its
high speed status only for three years till Giga-Ethernet
introduced. Giga-Ethernet provides speed up to 1000
mbits/seconds.
• IEEE802.3ab standardizes Giga-Ethernet over UTP using
Cat-5, Cat- 5e and Cat-6 cables. IEEE802.3ah defines Giga-
Ethernet over Fiber.
Network LAN Technologies
• Virtual LAN
• LAN uses Ethernet which in turn works on shared media.
Shared media in Ethernet create one single Broadcast domain
and one single Collision domain.
• Virtual LAN is a solution to divide a single Broadcast domain
into multiple Broadcast domains. Host in one VLAN cannot
speak to a host in another.
Computer Network Topologies
• Definition:
Thank you