CN Module 1
CN Module 1
Module 1
Definition:
Computer Network is a series of points, or nodes, interconnected by
communication paths for the purpose of transmitting, receiving and
exchanging data, voice and video traffic.
WAN
•Wider geographical span – town, state country
•Connects switches, routers
•Types: Point to Point WAN and switched WAN
MAN
•long-distance communication systems.
•
How are nodes connected?
• Point to Point WAN
• Switched WAN
• An internetwork is a collection of individual networks connected by
networking devices and that function as a single large network.
Point-to-point connections
• provides a dedicated link or between two devices.
• The entire capacity of the link is reserved for transmission between
those two devices. (actual length of wire or cable to connect )
Multipoint connections
• more than two devices are sharing a link
• The entire capacity of the link is either shared spatially or temporally.
Network Topology
Network Topology – the way a network is laid out physically
▪Types
BUS Topology
•only one computer can send data on the bus at any one time.
•Every device is connected to a single cable
Advantages of Bus Topology
•It is cost effective.
•Cable required is least compared to other network topology.
•Used in small networks.
•It is easy to understand.
•Easy to expand joining two cables together.
❑ OSI makes the distinction between ❑ TCP/IP does not originally clearly
services, interfaces, and protocol. distinguish between services,
interface, and protocol.
❑ The OSI model supports both ❑ TCP/IP model was just a
connectionless and description of the existing
connection-oriented protocols. The model and the
communication in the network protocol fit perfectly.
layer, but only connection-oriented
communication in the transport
layer.
Network devices
Repeater
• A repeater operates at the physical layer.
• Its job is to regenerate the signal over the same network before the
signal becomes too weak or corrupted so as to extend the length to
which the signal can be transmitted over the same network.
• It regenerate it to the original strength.
• It is a 2 port device.
Hub
• multiport repeater.
• A hub connects multiple wires like in star topology which connects
different stations.
• Does not find out best path for data packets which leads to
inefficiencies and wastage.
Bridge
• A bridge operates at data link layer.
• A bridge is a repeater, with add on functionality of filtering content
by reading the MAC addresses of source and destination.
• used for interconnecting two LANs working on the same protocol.
• It has a single input and single output port, it is a 2 port device.
Switch
• A switch is a multi port bridge with a buffer and a design that can
boost its efficiency(large number of ports imply less traffic) and
performance.
• Switch is data link layer device.
• Switch can perform error checking before forwarding data, that
makes it very efficient as it does not forward packets that have
errors and forward good packets selectively to correct port only.
Routers
• Switchs the routes data packets based on their IP addresses.
• Is a Network Layer device.
• connect LANs and WANs together
• dynamically updating routing table based on which they make
decisions on routing the data packets.
• Router divide broadcast domains of hosts connected through it
Gateway
• connects two networks together that may work upon different
networking models.
• They basically works as the messenger agents that take data from
one system, interpret it, and transfer it to another system.
• Operates at network layer.
• are generally more complex than switch or router.
Collision domain