NWT Unit 4
NWT Unit 4
NWT Unit 4
Types of Multiplexing
There’re several types of multiplexing used in communication systems. Let’s discuss some
of them.
Time-division multiplexing (TDM) is a popular variant of multiplexing. In TDM, we
first divide the available bandwidth of the communication channel into time slots.
Furthermore, we assign each input signal to a specific time slot. Therefore, the input signals
are then transmitted sequentially, one after the other, in their assigned time slots:
Another widely used variant is frequency-division multiplexing (FDM). In FDM, we divide
the available bandwidth of the communication channel into multiple frequency bands.
Additionally, we assign each input signal to a specific frequency band. Moreover, the input
signals are then transmitted simultaneously, each in their assigned frequency band:
Advantages Disadvantages
Demultiplexing
Introduction
Generally, we use 1-to-2 demultiplexing and 1-to-4 demultiplexing when the number of
destinations is limited and the signal routing is straightforward. However, for applications
that require complex signal routing, we can utilize 1-to-8 demultiplexing and 1-to-16
demultiplexing techniques.
Furthermore, we can classify demultiplexers based on their construction, such
as transistor-transistor logic (TTL) and complementary metal-oxide-semiconductor
(CMOS) demultiplexers. Additionally, the choice of type depends on the application
requirements, such as speed, power consumption, and the number of inputs and outputs
needed.
Advantages and Disadvantages
Let’s see some advantages and disadvantages of demultiplexing:
Advantages Disadvantages
Allows a system to be easily scaled up or May not provide sufficient security for all
down, as new data streams can be added or data streams. Therefore, different data
removed from the system without affecting streams may require different security
the existing data streams protocols
Characteristics of SCTP
Advantages of SCTP
• It is a full- duplex connection i.e. users can send and receive data simultaneously.
• It allows half- closed connections.
• The message’s boundaries are maintained and application doesn’t have to split
messages.
• It has properties of both TCP and UDP protocol.
• It doesn’t rely on IP layer for resilience of paths.
Disadvantages of SCTP
• One of key challenges is that it requires changes in transport stack on node.
• Applications need to be modified to use SCTP instead of TCP/UDP.
• Applications need to be modified to handle multiple simultaneous streams.
Application Layer
• The Application Layer is the topmost layer in the Open System Interconnection (OSI)
model.
• This layer provides several ways for manipulating the data which enables any type of
user to access the network with ease.
• The Application Layer interface directly interacts with the application and provides
common web application services.
• The application layer performs several kinds of functions that are required in any kind
of application or communication process.
• In this article, we will discuss various application layer protocols.
• Application layer protocols are those protocols utilized at the application layer of
the OSI (Open Systems Interconnection) and TCP/IP models.
• They facilitate communication and data sharing between software applications on
various network devices.
• These protocols define the rules and standards that allow applications to interact and
communicate quickly and effectively over a network.
1. TELNET
• Telnet stands for the TELetypeNetwork.
• It helps in terminal emulation.
• It allows Telnet clients to access the resources of the Telnet server.
• It is used for managing files on the Internet.
• It is used for the initial setup of devices like switches.
• The telnet command is a command that uses the Telnet protocol to communicate with
a remote device or system.
• The port number of the telnet is 23.
2. FTP
• FTP stands for File Transfer Protocol.
• It is the protocol that actually lets us transfer files.
• It can facilitate this between any two machines using it.
• But FTP is not just a protocol but it is also a program.
• FTP promotes sharing of files via remote computers with reliable and efficient data
transfer.
• The Port number for FTP is 20 for data and 21 for control.
3. TFTP
• The Trivial File Transfer Protocol (TFTP) is the stripped-down, stock version of FTP,
but it’s the protocol of choice if you know exactly what you want and where to find
it.
• It’s a technology for transferring files between network devices and is a simplified
version of FTP.
• The Port number for TFTP is 69.
4. NFS
• It stands for a Network File System.
• It allows remote hosts to mount file systems over a network and interact with those
file systems as though they are mounted locally.
• This enables system administrators to consolidate resources onto centralized servers
on the network.
• The Port number for NFS is 2049.
5. SMTP
• It stands for Simple Mail Transfer Protocol.
• It is a part of the TCP/IP protocol. Using a process called “store and forward,” SMTP
moves your email on and across networks.
• It works closely with something called the Mail Transfer Agent (MTA) to send your
communication to the right computer and email inbox.
• The Port number for SMTP is 25.
6. SNMP
• It stands for Simple Network Management Protocol.
• It gathers data by polling the devices on the network from a management station at
fixed or random intervals, requiring them to disclose certain information.
• It is a way that servers can share information about their current state, and also a
channel through which an administrate can modify pre-defined values.
• The Port number of SNMP is 161(TCP) and 162(UDP).
7. DNS
• It stands for Domain Name System.
• Every time you use a domain name, therefore, a DNS service must translate the name
into the corresponding IP address.
• For example, the domain name www.abc.com might translate to 198.105.232.4.
• The Port number for DNS is 53.
8. DHCP
• It stands for Dynamic Host Configuration Protocol (DHCP).
• It gives IP addresses to hosts.
• There is a lot of information a DHCP server can provide to a host when the host is
registering for an IP address with the DHCP server.
• Port number for DHCP is 67, 68.
8. DHCP
• It stands for Dynamic Host Configuration Protocol (DHCP).
• It gives IP addresses to hosts.
• There is a lot of information a DHCP server can provide to a host when the host is
registering for an IP address with the DHCP server.
• Port number for DHCP is 67, 68.
10. POP
• POP stands for Post Office Protocol and the latest version is known as POP3 (Post
Office Protocol version 3). This is a simple protocol used by User agents for message
retrieval from mail servers.
• POP protocol work with Port number 110.
• It uses TCP for establishing connections.
• POP works in dual mode- Delete mode, Keep Mode.
• In Delete mode, it deletes the message from the mail server once they are downloaded
to the local system.
• In Keep mode, it doesn’t delete the message from the mail server and also facilitates
the users to access the mails later from the mail server.
11. MIME
• MIME stands for Multipurpose Internet Mail Extension.
• This protocol is designed to extend the capabilities of the existing Internet email
protocol like SMTP.
• MIME allows non-ASCII data to be sent via SMTP.
• It allows users to send/receive various kinds of files over the Internet like audio,
video, programs, etc.
• MIME is not a standalone protocol it works in collaboration with other protocols to
extend their capabilities.