NETWORKS Final Complete[1]
NETWORKS Final Complete[1]
SYLLABUS
NETWORK
network.
• sender
• receiver
• communication medium
• the message to be communicated, and
• certain rules called protocols to be followed during communication.
Components of Data
Communication
Bandwidth
Bandwidth
Bandwidth
Measuring Capacity of Communication Media
• It is globally unique; it means two devices cannot have the same MAC
address. It is represented in a hexadecimal format on each device, such
as 00:0a:95:9d:67:16.
• It is 12-digit, and 48 bits long, out of which the first 24 bits are used for
OUI(Organization Unique Identifier), and 24 bits are for NIC/vendor-
specific.
Format of MAC Address
Mac Address
IP Address
IP Address
• Any physical link that can carry data in the form of signals belongs
to the category of wired transmission media.
• Three commonly used guided/wired media for data transmission
are, twisted pair, coaxial cable, and fiber optic cable.
• Twisted-pair and coaxial cable carry the electric signals whereas
the optical fiber cable carries the light signals.
(A) Twisted Pair Cable
• The optical fiber cable carries data as light, which travels inside a thin
fiber of glass.
• Optic fiber uses refraction to direct the light through the media.
• A thin transparent strand of glass at the centre is covered with a layer of
less dense glass called cladding.
• This whole arrangement is covered with an outer jacket made of PVC or
Teflon.
(C) Optical Fibre
• There are modems connected to both the source and destination nodes.
• The modem at the sender’s end acts as a modulator that converts the digital
data into analog signals.
• The modem at the receiver’s end acts as a demodulator that converts the
analog signals into digital data for the destination node to understand.
Ethernet Card
• A switch is a networking device that plays a central role in a Local Area Network
(LAN).
• Like a hub, 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.
Switch
• Thus, it sends signals to only selected devices instead of sending to all. It can
forward multiple packets at the same time.
• A switch does not forward the signals which are noisy or corrupted. It drops
such signals and asks the sender to resend it.
• Ethernet switches are common in homes/offices to connect multiple devices
thus creating LANs or to access the Internet.
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.
Router
• For example, data has been divided into packets of a certain size.
• Suppose these packets are to be carried over a different type of network which
cannot handle bigger packets. In such a case, the data is to be repackaged as
smaller packets and then sent over the network by a router
Gateway
• As the term “Gateway” suggests, it is a key access point that acts as a “gate”
between an organisation's network and the outside world of the Internet.
• Gateway serves as the entry and exit point of a network, as all data coming in
or going out of a network must first pass through the gateway in order to use
routing paths.
• Besides routing data packets, gateways also maintain information about the
Gateway
• For simple Internet connectivity at homes, the gateway is usually the Internet
Service Provider that provides access to the entire Internet.
• Generally, a router is configured to work as a gateway device in computer
networks.
• But a gateway can be implemented completely in software, hardware, or a
combination of both. Because a network gateway is placed at the edge of a
SYLLABUS
NETWORK PROTOCOL
Need for
Protocols? • Flow control, access control, addressing
• Flow control is required when the sender and
receiver have different speeds of sending and
receiving the data.
NETWORK PROTOCOL
• File Transfer Protocol (FTP) is the protocol used for transferring files
from one machine to another. Like HTTP, FTP also works on a client-
server model.
• When a user requests for a file transfer with another system, FTP
sets up a connection between the two nodes for accessing the file.
File Transfer Protocol (FTP)
• The communicating devices should have duplex modes for using this
protocol. This protocol maintains data integrity ensuring that the
packets arrive in order. It intimates the sender about damage or lost
packets and asks to resend it.
Simple Mail Transfer Protocol (SMTP)
• The SMTP sender program takes mails from the outgoing queue and
transmits them to the destination(s).
• When the SMTP sender successfully delivers a particular mail to one
or more destinations, it removes the corresponding receiver’s email
address from the mail’s destination list.
• When that mail is delivered to all the recipients, it is removed from
the outgoing queue.
• The SMTP receiver program accepts each mail that has arrived and
places it in the appropriate user mailbox.
Transmission Control Protocol (TCP)/Internet Protocol (IP)
• When all the packets finally reach the destination machine, they are
reassembled into the original message at the receiver’s end.
TELNET
ABBREVIATIONS
SYLLABUS
How does the Internet works?
WWW (The World Wide Web)
HTTP – The HyperText Transfer Protocol is a set of rules which is used to retrieve
linked web pages across the web. The more secure and advanced version is
HTTPS.
Domain Name System