संदेश

NETWORKING लेबल वाली पोस्ट दिखाई जा रही हैं

UDP - TCP- Congestion Control – Presentation aspects

चित्र
UDP /TCP, Congestion Control, Presentation Aspects User Datagram Protocol (UDP) It provides connectionless service and end-to-end delivery of transmission. It is an unreliable protocol as it discovers the errors but not specify the error. User Datagram Protocol discovers the error, and ICMP protocol reports the error to  the sender that user datagram has been damaged. UDP consists of the following fields: 1. Source port address: The source port address is the address of the application program that has created the message. 2. Destination port address: The destination port address is the address of the application program that receives the message. 3. Total length: It defines the total number of bytes of the user datagram in bytes. 4. Checksum: The checksum is a 16-bit field used in error detection. Transmission Control Protocol (TCP) It provides a full transport layer services to applications. It creates a virtual circuit between the sender and receiver, and it is active  ...

Internetworking - bridges - Internet protocol - Addressing – Routing Protocol

चित्र
Internetworking, bridges, Internet protocol, Addressing, Routing Protocol Internetworking is the practice of interconnecting multiple computer networks, such that any pair of hosts in the connected networks can exchange messages irrespective of their hardware-level networking technology. The resulting system of interconnected networks are called an internetwork, or simply an internet.  There are 3 main units of Internetworking... 1. Extranet 2. Intranet 3. Internet 1. Extranet An Extranet is a private network that extends some of an organization's internal network resources and services to external users or organizations, typically on the internet.  It's essentially a controlled and secure extension of an organization's Intranet (internal network) to include specific external parties such as customers, suppliers, business partners, or other authorized users. Key characteristics of an Extranet include: 1. Selective Access: Extranets are designed to provide access only to au...

Networking Adaptors ,Circuit Switching - Packet Switching

चित्र
NETWORK ADAPTERS, CIRCUIT & PACKET SWITCHING Network adaptors A network adapter, also known as a network interface card (NIC) or network interface controller, is a hardware component that allows computers, servers or other devices to connect to a network.  It provides the required physical interface for the device to transmit and receive data over a network.  Network adapters typically have a unique identifier called a MAC (Media Access Control) address, which is used to distinguish devices on a network.  They can be integrated into a computer's motherboard or added as an expansion card. Purpose of Network adaptors Network adapters are essential for connecting devices to a network, whether it's a local area network (LAN), a wide area network (WAN), or the internet.  They are used in computers, servers, routers, switches, and various other networked devices. Types Of Network Adapter 1. Ethernet NIC 2. Wireless NIC 3. Fibre Optic NIC Functions of Network Adapt...

Link & Medium Access Protocols, IEEE 802 standards, Performance Issues

चित्र
Link and Medium Access Protocols, IEEE 802 standards, Performance Issues Link Protocol A link protocol, also known as a data link protocol or link layer protocol, operates on the data link layer (Layer 2) of the OSI model.  Its primary functions include framing, error detection and correction, flow control and addressing.  Link protocols are responsible for packaging higher-level data into frames that can be transmitted over a physical medium. Common examples of link protocols include Ethernet  -  Ethernet एक LAN technology है जिससे आप computers को आपस में connect कर सकते है और एक Local Area Network बना सकते है। Ethernet का standard नाम IEEE 802.3 है। HDLC (High-Level Data Link Control) -   Network Points या Nodes  के बीच डेटा संचारित करने के लिए Data Link Layer के Communication Protocols का एक समूह है। चूंकि HDLC एक Data Link Protocol है इसलिए Data Frame में Organized होता है। HDLC Protocol को ISO द्वारा Point to Point Data Links पर इस्तेमाल करने के ल...

OSI MODEL & ARCHITECTURE

चित्र
OSI MODEL OSI stands for Open System Interconnection . It is a reference model that describes how information from a software application in one computer moves through a physical medium to the software application in another computer. OSI consists of seven layers, and each layer performs a particular network function. OSI model was developed by the International Organization for Standardization (ISO) in 1984, and it is now considered as an architectural model for the inter-computer communications. The OSI model is divided into two layers: upper layers and lower layers. The upper layer of the OSI model mainly deals with the application related issues, and they are implemented only in the software. The application layer is closest to the end user. Both the end user and the application layer interact with the software applications. An upper layer refers to the layer just above another layer. The lower layer of the OSI model deals with the data transport issues. The data link layer and the...

NETWORKING

चित्र
NETWORKING ARCHITECTURE A Computer Network is interconnection between two or more computers. UNIT - 1 NETWORK ARCHITECTURE THESE ARE FOLLOWING CHAPTERS IN NETWORKING ARCHITECTURE ... CHAPTER-1  LAYERING & PROTOCOLS CHAPTER-2  OSI MODEL & INTERNET ARCHITECTURE CHAPTER-3 NETWORK TOPOLOGY CHAPTER-4 LINK & MEDIUM ACCESS PROTOCOLS, IEEE 802 STANDARDS,  PERFORMANCE ISSUES CHAPTER-5 NETWORK ADAPTORS CIRCUIT CHAPTER-6 SWITCHING - PACKET SWITCHING CHAPTER-7 INTERNETWORKING - BRIDGES - INTERNET PROTOCOL - ADDRESSING - ROUTING PROTOCOLS CHAPTER-8 UDP - TCP - CONGESTION CONTROL - PRESENTATION ASPECTS UNIT-2 APPLICATIONS & NETWORK MANAGEMENT UPDATING SOON...

TOPOLOGY

चित्र
TOPOLOGY AND ITS TYPES Topolgy is the arrangements that shows how the computers are connected with one another.  TYPES OF TOPOLOGY There are 6 types of Topology... 1. Bus Topology 2. Star Topology 3. Ring Topology 4. Mesh Topology 5. Tree Topology 6. Hybrid Topology 1. Bus Topology - In a bus topology, all devices are connected to a single central cable, which serves as the communication channel.  Data is transmitted along this cable and received by all devices on the network.  This topology is less common today due to its limitations in terms of scalability and fault tolerance.  Materials Required in Bus Topology: Coaxial cable or twisted-pair cable (for modern implementations). Network devices (computers, printers, etc.). Terminators (to prevent signal reflections). Steps to Set Up a Bus Topology: STEP-1. Choose a Central Cable: Select a suitable cable to serve as the central bus. In older implementations, coaxial cable (such as RG-58) was commonly used. However,...