Address mapping is a process of determining a logical address knowing the physical address of the device and determining the physical address by knowing the logical address of the device. Address mapping is required when a packet is routed from source host to destination host in the same or different network. Why Address Mapping? We know that the Internet is a collection of … [Read more...] about Address Mapping
Computer Networks
IP Over ATM
IP over ATM is the transmission of IP datagram over a switched network such as ATM (Asynchronous Transfer Mode). In our few earlier contents, we have seen transmission of IP datagram over the connectionless LAN and point-to-point WAN that uses the available line to communicate. In this section, we will discuss the transmission of IP datagram over the switched ATM WAN network … [Read more...] about IP Over ATM
Fragmentation in Networking
Fragmentation is a technique implemented on a datagram at the network layer if the size of the datagram is larger than the size of the datagram that the corresponding network can forward. This technique involves the division of the large size datagram into smaller fragments. In this section, we will study all about the fragmentation of datagram in the network … [Read more...] about Fragmentation in Networking
Network Layer Functions
The network layer function is to provide end-to-end communication between the two computers where the source and the destination computers may be in the different networks. When the source and destination computers communicate with each other the packet from the source has to travel through several LANs or WANs to reach the destination. As the packet travels across different … [Read more...] about Network Layer Functions
Switching Techniques
Switching techniques are the methods used to route the data from one node to another in a switched communication network. Switching techniques are categorized into three types circuit switching, packet switching, and message switching. The first two switching technologies are commonly used in networking nowadays. Switching Techniques in Networking Why Switching? … [Read more...] about Switching Techniques
Internet Standard
Internet standard is a working document or a proposed specification that gains the status of the standard after proper validation and is applicable to the worldwide Internet. This Internet standard is formed under the supervision of the Internet Society (ISOC) which is responsible for the creation and implementation of Internet standards. In this section, we will discuss the … [Read more...] about Internet Standard
Switched WANs
Switched WAN network is a network that has several end nodes. There are two kinds of WAN networks point-to-point WAN network which connects two end nodes using a dedicated communication line and the other is switched WAN network that is a mesh of a point-to-point network that provides access to several end nodes. In our previous content i.e., point-to-point WAN network we … [Read more...] about Switched WANs
Point-to-Point WAN
The point-to-point WAN is a kind of network that establishes a connection between two remote devices using a leased line that is meant for public networks such as telephone lines. In this section, we will discuss the technologies that are used to create a point-to-point WAN network. Point-to-Point WAN Technologies Traditional Modem DSL Technology Cable Modem T … [Read more...] about Point-to-Point WAN
Wireless Local Area Network
A wireless local area network is a local area network where the computers are interconnected to each other using the high-frequency radio wave instead of wires and cables. The wireless local area network provides mobility to the end nodes. In this section, we will discuss wireless local area networks in brief, along with this we will also study the techniques which can be … [Read more...] about Wireless Local Area Network
Multiplexing and it’s Types
Multiplexing is a technique which integrates several signals and transmits it over a single data link. These multiplexed signals are accepted by the demultiplexer which separates them and delivers them to the corresponding node. Multiplexing makes the transmission of multiple signals, economical as we do not have to add a new link for each new signal. Multiplexing can be … [Read more...] about Multiplexing and it’s Types