• Skip to main content
  • Skip to primary sidebar
  • Skip to secondary sidebar
  • Skip to footer

Computer Notes

Library
    • Computer Fundamental
    • Computer Memory
    • DBMS Tutorial
    • Operating System
    • Computer Networking
    • C Programming
    • C++ Programming
    • Java Programming
    • C# Programming
    • SQL Tutorial
    • Management Tutorial
    • Computer Graphics
    • Compiler Design
    • Style Sheet
    • JavaScript Tutorial
    • Html Tutorial
    • Wordpress Tutorial
    • Python Tutorial
    • PHP Tutorial
    • JSP Tutorial
    • AngularJS Tutorial
    • Data Structures
    • E Commerce Tutorial
    • Visual Basic
    • Structs2 Tutorial
    • Digital Electronics
    • Internet Terms
    • Servlet Tutorial
    • Software Engineering
    • Interviews Questions
    • Basic Terms
    • Troubleshooting
Menu

Header Right

Home » Networking » Computer Networking

(IP) Internet Protocol – What is Internet Protocol (IP)?

By Dinesh Thakur

The Internet’s basic protocol called IP for Internet Protocol. The objective of starting this protocol is assigned to interconnect networks do not have the same frame-level protocols or package level. The internet acronym comes from inter-networking and corresponds to an interconnection fashion: each independent network must transport in the weft or in the data area of the packet an IP packet, as shown in Figure. [Read more…] about (IP) Internet Protocol – What is Internet Protocol (IP)?

IPv6 – What is IPv6?

By Dinesh Thakur

IPV6 is also known as IPng (Internetworking Protocol, next generation). The numbers of users of the internet are increasing day by day and the services offered to these users are also increasing. A huge number of addresses are needed to accommodate such vast number of hosts. The internet not only transmits textual data. It also allows us to transmit audio and video data. In such data, the high speed data transfer is desired. Internet working protocol version 6 (IPv6) was developed to overcome the shortcomings of IPv4. [Read more…] about IPv6 – What is IPv6?

Classless Addressing – What is Classless Addressing?

By Dinesh Thakur

• The fast growth of Internet led to the near depletion of the available addresses. [Read more…] about Classless Addressing – What is Classless Addressing?

Supernetting – What is Supernetting?

By Dinesh Thakur

• Supernetting is an addressing scheme in which several class C blocks can be combined to create a larger range of addresses. [Read more…] about Supernetting – What is Supernetting?

Subnet Mask – What is Subnet Mask?

By Dinesh Thakur

• Subnet mask uses the same format and representation technique as IP addresses. [Read more…] about Subnet Mask – What is Subnet Mask?

IP Address Classes or Classful addressing

By Dinesh Thakur

• IP addressing supports five different address classes: A, B, C, D and E. Only classes A, Band C are available for commercial use. [Read more…] about IP Address Classes or Classful addressing

Bluetooth – What is Bluetooth?

By Dinesh Thakur

• Bluetooth is, with the infrared, one of the major wireless technologies developed to achieve WPAN. Bluetooth is a wireless LAN technology used to connect devices of different functions such as telephones, computers (laptop or desktop), notebooks, cameras, printers and so on. Bluetooth is an example of personal area network.
• Bluetooth project was started by SIG (Special Interest Group) formed by four companies  IBM, Intel, Nokia and Toshiba for interconnecting computing and communicating devices using short-range, lower-power, inexpensive wireless radios.
• The project was named Bluetooth after the name of Viking king – Harald Blaat and who unified Denmark and Norway in 10th century.
• Nowadays, Bluetooth technology is used for several computer and non computer application: [Read more…] about Bluetooth – What is Bluetooth?

IEEE 802.11: WIRELESS LAN

By Dinesh Thakur

We are talking of Wireless LAN (WLAN) that is to say, “Wireless LAN”, not to be confused with WAN course. Also referred Radio LAN (WLAN) if the communication medium is the radio (not light infrared for example).The stations of the wireless network can communicate directly with each other, we called Ad Hoc network type, or via relay terminals called APs (Access Points, PA) then it is an infrastructure network. the second type is by far the most common in business. [Read more…] about IEEE 802.11: WIRELESS LAN

Gigabit Ethernet: 1000Base-SX, 1000Base-LX, 1000Base-CX, 1000 Base-T

By Dinesh Thakur

Gigabit Ethernet or GbE, is the penultimate evolution of Ethernet standard. Several improvements have been made for it to Fast Ethernet at 100 Mbit/s. [Read more…] about Gigabit Ethernet: 1000Base-SX, 1000Base-LX, 1000Base-CX, 1000 Base-T

Fast Ethernet : 100 Base-TX, 100 Base-FX, 100 Base-T4

By Dinesh Thakur

Fast Ethernet is the name of the extension to 100 Mbit/s Ethernet network to 10 Mbit/s. This is the IEEE 802.3u working group that is at the origin. Access technique is the same as in the Ethernet Version 10 Mbit/s, but at a speed multiplied by 10. transported frames are identical. This increase in speed may conflict with the wiring system and the possibility or not there such important transit flows. [Read more…] about Fast Ethernet : 100 Base-TX, 100 Base-FX, 100 Base-T4

Code Division Multiple Access (CDMA).

By Dinesh Thakur

CDMA (Code Division Multiple Access) also called spread-spectrum and code division multiplexing, one of the competing transmission technologies for digital MOBILE PHONES. The transmitter mixes the packets constituting a message into the digital signal stream in an order determined by a PSEUDO-RANDOM NUMBER sequence that is also known to the intended receiver, which uses. it to extract those parts of the signal intended for itself. Hence each different random sequence corresponds to a separate communication channel. CDMA is most used in the USA. [Read more…] about Code Division Multiple Access (CDMA).

Time Division Multiple Access (TDMA).

By Dinesh Thakur

• In TDMA, the bandwidth of channel is dividend amongst various stations on the basis of time. [Read more…] about Time Division Multiple Access (TDMA).

Frequency Division Multiple Access (FDMA).

By Dinesh Thakur

• In FDMA, the available bandwidth is divided into various frequency bands. [Read more…] about Frequency Division Multiple Access (FDMA).

Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA)

By Dinesh Thakur

• CSMA/CA protocol is used in wireless networks because they cannot detect the collision so the only solution is collision avoidance.

• CSMA/CA avoids the collisions using three basic techniques. [Read more…] about Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA)

Carrier Sense Multiple Access with Collision Detection (CSMA/CD)

By Dinesh Thakur

To reduce the impact of collisions on the network performance, Ethernet uses an algorithm called CSMA with Collision Detection (CSMA / CD): CSMA/CD is a protocol in which the station senses the carrier or channel before transmitting frame just as in persistent and non-persistent CSMA. If the channel is busy, the station waits. it listens at the same time on communication media to ensure that there is no collision with a packet sent by another station. In a collision, the issuer immediately cancel the sending of the package. This allows to limit the duration of collisions: we do not waste time to send a packet complete if it detects a collision. After a collision, the transmitter waits again silence and again, he continued his hold for a random number; but this time the random number is nearly double the previous one: it is this called back-off (that is to say, the “decline”) exponential. In fact, the window collision is simply doubled (unless it has already reached a maximum). From a packet is transmitted successfully, the window will return to its original size. [Read more…] about Carrier Sense Multiple Access with Collision Detection (CSMA/CD)

What is Parity Check?

By Dinesh Thakur

The parity check method is used fro error detection. It is also known as VRC method. [Read more…] about What is Parity Check?

Point-to-Point Protocol (PPP)

By Dinesh Thakur

• PPP was devised by IETF (Internet Engineering Task Force) to create a data link protocol for point to point lines that can solve all the problems present in SLIP. [Read more…] about Point-to-Point Protocol (PPP)

What is Serial Line Internet Protocol (SLIP)?

By Dinesh Thakur

• This protocol was developed by Rick Adams in 1984. [Read more…] about What is Serial Line Internet Protocol (SLIP)?

What is piggybacking?

By Dinesh Thakur

• In all practical situations, the transmission of data needs to be bi-directional. This is called as full-duplex transmission. [Read more…] about What is piggybacking?

Sliding Window Protocol

By Dinesh Thakur

• In sliding window method, multiple frames are sent by sender at a time before needing an acknowledgment.

• Multiple frames sent by source are acknowledged by receiver using a single ACK frame. [Read more…] about Sliding Window Protocol

Stop & Wait Protocol

By Dinesh Thakur

• In this method of flow control, the sender sends a single frame to receiver & waits for an acknowledgment. [Read more…] about Stop & Wait Protocol

Hamming Code

By Dinesh Thakur

Hamming code is technique developed by R.W. Hamming for error correction. This method corrects the error by finding the state at which the error has occurred. [Read more…] about Hamming Code

Cyclic Redundancy Check (CRC)

By Dinesh Thakur

Cyclic Redundancy Check (CRC) An error detection mechanism in which a special number is appended to a block of data in order to detect any changes introduced during storage (or transmission). The CRe is recalculated on retrieval (or reception) and compared to the value originally transmitted, which can reveal certain types of error. For example, a single corrupted bit in the data results in a one-bit change in the calculated CRC, but multiple corrupt bits may cancel each other out. [Read more…] about Cyclic Redundancy Check (CRC)

How Does a Single Bit Error Differs From Burst Error.

By Dinesh Thakur

When data is being transmitted from one machine to another, it may be possible that data become corrupted on its, way. Some of the bits may be altered, damaged or lost during transmission. Such a condition is known as error. [Read more…] about How Does a Single Bit Error Differs From Burst Error.

Time Division Multiplexing

By Dinesh Thakur

1. TDM is the digital multiplexing technique.
2. In TDM, the channel/link is not divided on the basis of frequency but on the basis of time.
3. Total time available in the channel is divided between several users.
4. Each user is allotted a particular a time interval called time slot or time slice during which the data is transmitted by that user.
5. Thus each sending device takes control of entire bandwidth of the channel for fixed amount of time.

[Read more…] about Time Division Multiplexing

B Channel : Type of ISDN Channels

By Dinesh Thakur

ISDN structure includes a central ISDN office. All the users are linked to this office through a digital pipe. This digital pipe may be of different capacities and may have different data transfer rates. These digital pipes between the customers and central office are organized into multiple channels of different size. [Read more…] about B Channel : Type of ISDN Channels

Message Switching – What is Message Switching?

By Dinesh Thakur

Circuit switching is the most appropriate technique for continuous transmission of data between source and destination. However, there are some drawbacks as listed below: [Read more…] about Message Switching – What is Message Switching?

Circuit Switching – What is Circuit Switching?

By Dinesh Thakur

Circuit switching is a switching method in which a dedicated communication path in physical form between two stations within a network is established, maintained and terminated for each communication session. It has basically three phases as circuit establishment, data transfer and circuit disconnect. The most common example of circuit switching is the telephone network. [Read more…] about Circuit Switching – What is Circuit Switching?

Twisted-Pair : What is Twisted-Pair Cable?

By Dinesh Thakur

The pair of twisted is the simplest transmission medium. it consists of one or more pairs of electrical son arranged spiral. This type of support is suitable for transmission both analog and digital. [Read more…] about Twisted-Pair : What is Twisted-Pair Cable?

Digital signal Transmission

By Dinesh Thakur

Signal: A signal is the variation of an electrical current or another physical magnitude that is used to transmit information. For example, in telephony, there are different signals, consisting of a continuous or intermittent tone, a characteristic frequency, which allows the user to know in which situation the call located. [Read more…] about Digital signal Transmission

« Previous Page
Next Page »

Primary Sidebar

Networking

Networking Tutorials

  • Network - Home
  • Network - Uses
  • Network - Advantages
  • Network - Classification
  • Network - Architecture Type
  • Nework - Networks Vs Comms

Networking Devices

  • Network - Modem
  • Network - Routers Types
  • Network - Bluetooth
  • Network - RS-232C
  • Network - Hub
  • Network - Devices
  • Network - Bridges
  • Network - Repeaters
  • Network - Routers
  • Network - Switching Hubs
  • Network - Transceiver
  • Network - Multiplexer
  • Network - Gateway
  • Network - BNC Connector
  • Network - Optical Connectors
  • Network - NICs
  • Networking Protocol

  • Protocol - Definition
  • Protocol - IP
  • Protocol - Aloha
  • Protocol - MAC Layer
  • Protocol - Sliding Window
  • Protocol - Stop & Wait
  • Protocol - Network Protocols
  • Protocol - Token Passing
  • Protocol - SIP
  • Protocol - Ad-Hoc Networks Routing
  • Protocol - Lap-f
  • Protocol - Point-to-Point
  • Protocol - PPP
  • Protocol - PPP Phases
  • Protocol - LDP
  • Protocol - MPLS
  • Protocol - MPOA
  • Protocol - HDLC
  • Protocol - Distance Vector routing
  • Protocol - IGMP
  • Protocol - ICMP
  • Protocol - SLIP
  • Protocol - DVMRP
  • Protocol - SDLC
  • Protocol - Routing
  • Protocol - UDP
  • Protocol - ARP and RARP
  • Protocol - Link-State
  • Protocol - ARP Table
  • Protocol - RTP
  • Protocol - NHRP
  • Network Addressing

  • Addressing - Home
  • Addressing - SubNetting
  • Addressing - Classless
  • Addressing - Classes or Classful
  • Addressing - IPV4 vs IPV6
  • Addressing - IPv6
  • Addressing - Subnet Mask
  • Addressing - MAC Address
  • Addressing - Supernetting
  • Addressing - Private IP
  • Addressing - IPv4
  • Addressing - Public IP
  • Addressing - Multihomed
  • Addressing - Indirect Addressing
  • Addressing - ASP
  • Addressing - VLSM
  • Addressing - Routing Algorithms
  • Addressing - Hierarchical Routing
  • Addressing - Routing
  • Addressing - Distributed Routing
  • Addressing - Data Routing
  • Addressing - Services
  • Addressing - IP forwarding
  • Addressing - Aging
  • Addressing - Algorithm CR
  • Networking Media

  • Transmission - Home
  • Transmission - Modes
  • Transmission - Media
  • Transmission - System
  • Transmission - Bound
  • Transmission - Unbound
  • Transmission - Baseband
  • Transmission - Wired
  • Transmission - Fiber Benfits
  • Transmission - Infrared
  • Transmission - UnGuided
  • Transmission - Microwave
  • Transmission - Infrared
  • Transmission - Radio Wave
  • Transmission - Network
  • Transmission - Digital Signal
  • Transmission - Data
  • Transmission - Asynchronous
  • Transmission - Sync Vs Async
  • Cable - Twisted-Pair
  • Cable - Coaxial
  • Cable - UTP and STP
  • Cable - Fiber Optics
  • Cable - Gigabit Ethernet
  • Cable - Fast Ethernet
  • Cable - Ethernet Cable
  • Cable - Fiber-Optic Using
  • Cable - CATV
  • Cable - 100Base T
  • Cable - 10BASE T
  • Cable - 10 Base 2
  • Cable - 10 Base 5
  • Networking Types

  • IEEE - 802.11
  • IEEE - 802.5
  • IEEE - 802.15
  • IEEE - 802.11e
  • IEEE - 802.11n
  • Network - Ethernet
  • Network - Arpanet
  • Network - Frame Relay
  • Network - X.25
  • Network - Telephone
  • Network - WSN
  • Network - Metro Ethernet
  • Network - WAN Ethernet
  • Network - Wireless Mesh
  • Network - SAN
  • Network - SNA
  • Network - Cisco Architecture
  • Network - Vlan
  • Network - FDDI
  • Network - 100VG-Any
  • Network - EPON
  • Network - ISDN
  • Network - ARCNet
  • Network - Passive Optical
  • Networking Reference Models

  • Models - TCP/IP
  • Models - OSI
  • Models - MAC Layer
  • Models - Network Layer
  • Models - MAC Layer Functions
  • Models - TCP/IP Vs OSI
  • Models - CSMA
  • Models - CSMA/CD
  • Models - CSMA/CA
  • Models - CDMA
  • Models - STDM
  • Models - FDMA
  • Models - TDMA
  • Models - SDH
  • Models - CDM
  • Models - Multiplexing
  • Models - Reference
  • Models - Random Access Methods
  • Models - TCP/IP Architecture
  • Models - FDM
  • Models - IP Header
  • Models - OTN
  • Models - Amplitude Levels
  • Models - MIMO
  • Models - Plesiochronous Media
  • Models - Half Duplex
  • Models - ISO Architecture
  • Models - Data-Link Layer
  • Models - WDM
  • Models - Duplex
  • Models - Ethernet FDSE
  • Networking Switching Techniques

  • Switching - Home
  • Switching - Techniques
  • Switching - Packet
  • Switching - Circuit
  • Switching - Message
  • Switching - Packet Vs virtual Circuit
  • Switching - Cell
  • Switching - ATM Cell Structure
  • Switching - Virtual Circuit Vs Datagram
  • Switching - Time Space
  • Switching - Modulation
  • Switching - Cell Relay
  • Switching - ATM Structure
  • Switching - VC Vs PVC
  • Switching - Packet and Circuit
  • Switching - VPC
  • Switching - IP
  • Switching - Logical Channels
  • Switching - TDM
  • Switching - FDM
  • Network Codes

  • Codes - CRC
  • Codes - Error Correction and Detection
  • Codes - Hamming
  • Codes - Piggybacking
  • Codes - Encoding Techniques
  • Codes - Error Control
  • Codes - Parity Check
  • Codes - Parity bit
  • Codes - Bit Error
  • Codes - CRC
  • Codes - Transmission Errors
  • Codes - Error Detection and Correction
  • Network Communication

  • Communication - Home
  • Communication - Satellite
  • Communication - Wireless
  • Communication - Data Type
  • Communication - Congestion Control
  • Communication - Network
  • Communication - Data
  • Communication - Software
  • Communication - Layering Process
  • Networking Signaling

  • Signal - Analog
  • Signal - Digital
  • Signal - Analog Vs Digital
  • Signal - Digitization
  • Network Security

  • Security - Home
  • Security - Requirements
  • Security - Threats
  • Security - Services

Other Links

  • Networking - PDF Version

Footer

Basic Course

  • Computer Fundamental
  • Computer Networking
  • Operating System
  • Database System
  • Computer Graphics
  • Management System
  • Software Engineering
  • Digital Electronics
  • Electronic Commerce
  • Compiler Design
  • Troubleshooting

Programming

  • Java Programming
  • Structured Query (SQL)
  • C Programming
  • C++ Programming
  • Visual Basic
  • Data Structures
  • Struts 2
  • Java Servlet
  • C# Programming
  • Basic Terms
  • Interviews

World Wide Web

  • Internet
  • Java Script
  • HTML Language
  • Cascading Style Sheet
  • Java Server Pages
  • Wordpress
  • PHP
  • Python Tutorial
  • AngularJS
  • Troubleshooting

 About Us |  Contact Us |  FAQ

Dinesh Thakur is a Technology Columinist and founder of Computer Notes.

Copyright © 2025. All Rights Reserved.

APPLY FOR ONLINE JOB IN BIGGEST CRYPTO COMPANIES
APPLY NOW