Coder Social home page Coder Social logo

adnanmuzavor / mcn-practical_programs Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.31 MB

MCN i.e Modern Computer Network is one of the core subject in Computer Engineering. This repo will have all the programs implemented my portraying various concepts in the course.

C++ 82.08% Java 17.92%

mcn-practical_programs's Introduction

MCN : Modern Computer Network

  • You will find this repository filled with programs that portray various concepts in the above mentioned subject.

Language : C++, JAVA

Exp 01: Devices used in netorking

  • Study of various netwroking devices and their significance.

Exp 02: IP commands

  • Study of various netwroking IP Commands and their significance.

Error Detection Codes

Exp 3: Cyclic Redundancy Check (CRC)

  • It deals with CodeWord formation from sender side which is then sent to receiver.
  • Receiver on receiving the data [ which is CodeWord ] validates it.
  • If invalid sender shall resend the data otherwise sender can proceed with next set of data.

Exp 4: Checksum

  • First data to be sent is divided into blocks of equal size
  • This blocks are added and the sum formed is complemented forming checksum
  • This checksum is appended to the data to be sent and sent receiver
  • Receiver on receiving the data [ which has checksum ] validates it.
  • It adds up all the blocks and complements the sum
  • If result of complemented sum is 0 then No Error Otherwise Error.

Exp 5: Socket Programming

  • To create a SOCKET for two way and one way communication between server and client.

Exp 6: Knowing IP addresses

  • Includes IP addressing fundamentals, classful IP addressing, CIDR and subnetting.

Exp 7: Using The Cisco Packet Tracer

  • In this experment we use Cisco packet tracer to form network topologies using switch and then router.
  • Packet tracer was used effectively to send packet from one network to other using the router.

mcn-practical_programs's People

Watchers

Adnan Ismail Shah Muzavor avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.