Lecture 5 - Computer Networks
Lecture 5 - Computer Networks
1 KB request
A LAN (local area network) is a group of computers and network devices connected
together, usually within the same building. By definition, the connections must be high
speed and relatively inexpensive (e.g., token ring or Ethernet). Most Indiana University
Bloomington departments are on LANs.
A MAN (metropolitan area network) is a larger network that usually spans several buildings
in the same city or town.
End Devices
Modem:
Modem stands for ‘MOdulator DEModulator’. It refers to a device used for conversion
between analog signals and digital bits. We know computers store and process data in terms
of 0s and 1s. However, to transmit data from a sender to a receiver, or while browsing the
internet, digital data are converted to an analog signal and the medium (be it free-space or a
physical media) carries the signal to the receiver.
Intermediary Network Devices
Ethernet Card.
Ethernet card, also known as Network Interface Card (NIC
card in short) is a network adapter used to set up a wired
network. It acts as an interface between computer and the
network. It is a circuit board mounted on the motherboard
of a computer as shown in Figure.
Repeater
A repeater is a network device that retransmits a received
signal with more power and to an extended geographical
or topological network boundary than what would be
capable with the original signal.
Intermediary Network Devices
Hub
An Ethernet hub is a network device used to connect
different devices through wires. Data arriving on any of the
lines are sent out on all the others. The limitation of Hub is
that if data from two devices come at the same time, they
will collide.
Switch
A switch is a networking device that plays a central role in a
Local Area Network (LAN). A network switch is used to
connect multiple computers or communicating devices.
When data arrives, the switch extracts the destination
address from the data packet and looks it up in a table to
see where to send the packet.
Intermediary Network Devices
Router
A router is a network device that can receive the data,
analyse it and transmit it to other networks. A router
connects a local area network to the internet. Compared to
a hub or a switch, a router has advanced capabilities as it
can analyse the data being carried over a network,
decide/alter how it is packaged, and send it to another
network of a different type.
Networking Topologies
Mesh Topology
Ring Topology
Bus Topology
Networking Topologies
• Wireless transmission
What is Ethernet?
Ethernet technology provides rules that allow network-connected devices to talk to one another
without talking over each other.
Ethernet was designed to solve the problem of packet collision. It provides network devices with a
set of rules that essentially says: "Make sure no one else is talking before you talk. If you hear
someone talking while you're talking, stop, listen, and wait for the talking to end before you talk
again.”
Ethernet LAN - Bandwidth
Ethernet cable lengths are typically limited to 100 meters, in keeping with its "local"
orientation. A typical LAN application is networking the computers in one room or in
one floor of a building. The most common form of ethernet wiring is 100base-T (100
megabit) with "RJ-45" connectors on the ends.
Ethernet LAN - Bandwidth
• Very popular wired LAN technology, 1974
• Wires about as thick as a drinking straw
• 100 meter max wire length
• Wires often yellow or blue
• RJ-45 plug, like a big phone plug
• bandwidth speed - bits per second
• Typical bandwidth numbers:
- 100 megabits, 100 million bits per second (100 mbps)
- 1 gigabit, 1 billion bits per second (1 gbps, 1000 mbps)
• letter "b" confusion - note "mbps" and "gbps" refer to bits not bytes
• Networking speeds generally quoted in bits-per-second, as above
Identifying Nodes in a Networked
Communication
MAC Address
MAC address is the physical address, which uniquely identifies each device on a given network. To
make communication between two networked devices, we need two addresses: IP address and MAC
address. A physical address that operates at the Data Link Layer is called a Media Access Control
Address.
Since it is globally unique, two devices cannot share the same MAC address. Each device displays it
in hexadecimal formats. The 12-digit number is 48 bits long, the first 24 bits are utilized for the
OUI(Organization Unique Identifier ), and the remaining 24 bits are used for NIC/vendor-specific
information. It operates on the OSI model's data link layer. A logical address is connected to a
physical or MAC address using the ARP protocol.
Format of
MAC address
Packets - Data From Here to There
Data packets are units of information collected into one set for transmission through the
Internet. Any bit of data that needs to be sent from one system to another must first be broken
into smaller pieces to ease communication. Upon reaching the endpoint, these pieces get
reassembled to become readable.
https://www.javatpoint.com/computer-network-tutorial
https://www.javatpoint.com/ip
Thank you
for your attention!