






















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Btech cse 1st semester FOC notes
Typology: Lecture notes
1 / 30
This page cannot be seen from the preview
Don't miss anything!
Flowchart is a diagrammatic representation of an algorithm. Flowchart are very helpful in writing program and explaining program to others.
Different symbols are used for different states in flowchart, For example: Input/Output and decision making has different symbols. The table below describes all the symbols that are used in making flowchart
Flow line Used to indicate the flow of logic by connecting symbols. Terminal(Stop/Start) Used to represent start and end of flowchart. Input/Output Used for input and output operation. Processing Used for airthmetic operations and data- manipulations. Desicion Used to represent the operation in which there are two alternatives, true and false. On-page Connector Used to join different flowline Off-page Connector Used to connect flowchart portion on different page. Predefined Process/Function Used to represent a group of statements performing one processing task.
Draw a flowchart to find the Fibonacci series till term≤1000. Though, flowchart are useful in efficient coding, debugging and analysis of a program, drawing flowchart in very complicated in case of complex programs and often ignored.
Transmitter The data generated by the source system is not directly transmitted in the form its generated. The transmitter transforms and encodes the data in such a form to produce electromagnetic waves or signals. Transmission System A transmission system can be a single transmission line or a complex network connecting source and destination. Receiver Receiver accepts the signal from the transmission system and converts it into a form which is easily managed by the destination device. Destination Destination receives the incoming data from the receiver.
The ability to exchange data and communicate efficiently is the main purpose of networking computers. But we have to consider beyond these points to evaluate the feasibility of networking for our own advantages. A computer network can be identified as a group of computers that are interconnected for sharing data between them or their users. There is a wide variety of networks and their advantages and disadvantages mainly depend on the type of network. Advantages of Computer Networking
One major disadvantage of networking is the breakdown of the whole network due to an issue of the server. Such breakdowns are frequent in networks causing losses of thousands of dollars each year. Therefore once established it is vital to maintain it properly to prevent such disastrous breakdowns. The worst scenario is such breakdowns may lead to loss of important data of the server.
Network is a connection made through connection links between two or more devices. Devices can be a computer, printer or any other device that is capable to send and receive data. There are two ways to connect the devices :
Point-To-Point Connection It is a protocol which is used as a communication link between two devices. It is simple to establish. The most common example for Point-to-Point connection (PPP) is a computer connected by telephone line. We can connect the two devices by means of a pair of wires or using a microwave or satellite link. Example: Point-to-Point connection between remote control and Television for changing the channels. MultiPoint Connection It is also called multidrop configuration. In this connection two or more devices share a single link. There are two kinds of Multipoint Connections:
Features of Bus Topology
RING Topology It is called ring topology because it forms a ring as each computer is connected to another computer, with the last one connected to the first. Exactly two neighbours for each device. Features of Ring Topology
Features of Star Topology
Routing In routing, the nodes have a routing logic, as per the network requirements. Like routing logic to direct the data to reach the destination using the shortest distance. Or, routing logic which has information about the broken links, and it avoids those node etc. We can even have routing logic, to re-configure the failed nodes. Flooding In flooding, the same data is transmitted to all the network nodes, hence no routing logic is required. The network is robust, and the its very unlikely to lose the data. But it leads to unwanted load over the network. Features of Mesh Topology
Disadvantages of Hybrid Topology
Transmission mode means transferring of data between two devices. It is also called communication mode. These modes direct the direction of flow of information. There are three types of transmission mode. They are : Simplex Mode