Knowledge in Basic Computer Engineering

Basic Computer Engineering Important Question {RGPV}

Basic Computer Engineering is one the good subject in Engineering. This file provides the most important Syllabus Questions according to RGPV University which helps a student to get maximum grade. This file Contains the important question of various Units are as follows: 1. Computer and Operating System. 2. Fundamentals of Programming. 3. Object Oriented Programming Concepts.

The OSI Model in Computer Networking

OSI (Open Systems Interconnection) is a reference model for how applications communicate over a network. A reference model is a conceptual framework for understanding relationships. ... The TCP/IP protocol suite, which defines the internet, does not map cleanly to the OSI model.

Computer Networks: distance vector algorithm

This C code will explain about the distance vector algorithm. which finds the shortest way to deliver a message using graphs .

BASIC COMPUTER ENGINEERING NOTES

This pdf contains notes and content based on BASIC COMPUTER ENGINEERING

DATA BASE MANAGEMENT SYSTEM BASIC COMPUTER ENGINEERING

This pdf contains notes and important theory based on DATA BASE MANAGEMENT SYSTEM BASIC COMPUTER ENGINEERING

Network Layer: Logical Addressing

Responsibilities of the Network layer 1. Host to Host (source to destination delivery of message)  To deliver packets from source to destination across multiple links (networks). Or Network layer works for the transmission of data from one host to the other located in different networks. 2. Logical Addressing  In order to identify each device on internetwork uniquely, the network layer defines an addressing scheme. The sender & receiver’s IP address is placed in the header by the network layer. Such an address distinguishes each device uniquely and universally. - Segment in the Network layer is referred to as Packet.  - Network layer is implemented by networking devices such as routers 3. Routing The network layer protocols determine which route is suitable from source to destination. This function of the network layer is known as routing. 4. Fragmentation and Reassembly The network layer must send data down to the data link layer for transmission. The data or information that the network layer receives is in the form of a packet and the data that data link layer forwards is called a frame. The network layer has the responsibility of Fragmentation and reassembly because some data link layer technologies have limits on the length of any message that can be sent. If the packet of data that the network layer has to send is too large, the network layer must break the packet up, send each packet to the data link layer, and then have pieces reassembled once they arrive at the network layer on the destination system.

IP - Internet Protocol

Content:- In this section, we discuss internetworking, connecting networks together to make an internetwork or an internet. Topics discussed in this section: Need for Network Layer Internet as a Datagram Network Internet as a Connectionless Network

Deterministic Finite Automata Theory - Abstract Machines

Automata theory is the study of abstract machines and automata, as well as the computational problems that can be solved using them. It is a theory in theoretical computer science. The word automata (the plural of automaton) comes from the Greek word αὐτόματα, which means "self-making". These notes will help the second year CSE as well as IT students to achieve good grades in their exam along with gaining a good knowledge of the subject.

Fundamentals of python programming

This document consist of the basics of python language. It covers details like introduction,versions of python, pros and cons and step by step procedure to download python on your PC.