CHDC S6 Tutorial2
CHDC S6 Tutorial2
CHDC-S6_EL
Ajay Krishnan R
Lecturer in Electronics
GPTC,Perinthalmanna
• Hub: It is used to connect multiple devices in a network. They are generally used to connect computers in a LAN(Local Area
Network). A hub has many ports in it. A computer which intends to be connected to the network is plugged in to one of these
ports. When a data frame arrives at a port, it is broadcast to every other port, without considering whether it is destined for a
particular destination or not. It causes security concern & unwanted traffic congestions in a network
• Switches: Like a hub, a switch also has many ports, to which computers are plugged in. However it is an intelligent device,
when a data frame arrives at any port of a network switch, it examines the destination address(MAC address) and sends the
data to the corresponding device(s). Hence it is more preferred compared to hub.
• Bridges: A bridge is a network device that connects two or more LANs that have similar protocol to form a larger LAN. It
reads the MAC address from the source to filter the content. The bridge is two port device because it has one input and one
output port.
• Routers: It is a device that connects two or more packet-switched networks or subnetworks. It is used for transferring data
outside an own network. It serves two primary functions: managing traffic between these networks by forwarding data packets
to their intended IP addresses, and allowing multiple devices to use the same Internet connection. Routers do not look at the
destination node address or MAC address, they only look at the network address or IP address. It is more expensive than other
networking devices like switches and hubs.
• IP: The IP address tells the packets the address and route so that they reach the right
destination.
Guided Media: In guided media, transmitted data travels through wired or bounded cabling system that has a fixed path.
Unguided transmission media: An unguided transmission transmits the electromagnetic waves without using any physical
medium. Therefore it is also known as wireless transmission. Radio waves (3KHz to 3GHz ,AM & FM),Microwaves (1GHz
to 1000 GHz.,line of sight transmission) & Infrared(IR) waves (300 GHz to 430 THz).
Optical Fiber
Coaxial cable: It consists of a hollow outer cylindrical conductor that surrounds a single inner wire conductor. The inner
conductor is held in place by either regularly spaced insulating rings or a solid dielectric material. Cable TVs and analog
television networks widely use Coaxial cables.
• Bus Topology: The bus topology is designed in such a way that all the stations are connected through a single cable known as a
backbone cable. All the stations available in the network will receive the message whether it has been addressed or not.
• Ring Topology: It is like a bus topology, but with connected ends. The node that receives the message from the previous computer
will retransmit to the next node. The data flows in one direction.
• Star topology: It is an arrangement of the network in which every node is connected to the central hub, switch or a central
computer. The central computer is known as a server, and the peripheral devices attached to the server are known as clients.
• Tree topology: It is a type of network in which all the computers are connected with each other in hierarchical fashion. The top-
most node in tree topology is known as a root node, and all other nodes are the descendants of the root node.
• Mesh technology: It is an arrangement of the network in which computers are interconnected to each other. There are multiple
paths from one computer to another computer.
• Hybrid topology: When two or more different topologies are combined together is termed as Hybrid topology.