Skip to content

Learn & Lead

Man is still the most extraordinary computer of all

Menu
  • Home
  • Algorithms
    • Sorting Algorithms
    • String Algorithms
    • Kadane’s Algorithm
  • Computer Graphics
    • Lab 1 – Print Green Window
    • Lab 2 – Sierpinski Triangle
    • Lab 3 – Two Dots
    • Lab 4 – Square in Square
    • Lab 5 – Qaudrilateral
    • LAB 6- e^(-x)*cos(2*x*π ) Graph
    • Lab 7 – sin(x)/x Graph
    • Lab 8 – Dot on Click
    • Lab 9 – (i) Chess Board
    • Lab 9 – (ii) Colored Chess Board
    • Lab 10 – Freehand Drawing
    • Lab 11 – Mouse Click Polyline
    • Lab – 12. Color Freehand Drawing
  • Data Structures
    • Linked List
    • Queues
    • Stacks
    • Trees
  • Networking
    • Linux Assembly Language Premier
      • Part – 1 System Organization
      • Part – 2 Virtual Memory Organization
    • Socket Programming
      • Socket Programming – Part 1
      • Socket Programming – Part 2
    • TCP Client program in C language
    • TCP Server program in C language
    • UDP Client program in C language
    • UDP Server program in C language
  • About Me

Category: Networking

Posted onApril 22, 2014April 22, 2014Networking

NFC Real Time Applications

by RobinLeave a comment on NFC Real Time Applications

Did you ever think of a technology where you don’t need your ID card or Access card to enter into you school, college or office…

Read More
Posted onApril 16, 2014April 22, 2014Networking

NFC (Near Field Communications)

by RobinLeave a comment on NFC (Near Field Communications)

Going by the definitions, NFC is a short range, high frequency wireless communication technology, that enables the exchange of data between devices, typically requiring a…

Read More
Posted onMay 2, 2013September 23, 2015Algorithms

FTP Client Program

by Robin2 Comments on FTP Client Program

Download the code here: [wpdm_package id=’1296′] #include<stdio.h> //for C file input/output functions #include<stdlib.h.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h> //contains…

Read More
Posted onMay 2, 2013September 23, 2015Algorithms

FTP Server Program

by RobinLeave a comment on FTP Server Program

Download the code here: [wpdm_package id=’1299′] #include<stdio.h> //for C file input/output functions #include<stdlib.h.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h> //contains…

Read More
Posted onApril 27, 2013April 28, 2013Networking

Socket Programming with TCP (client program)

by Robin1 Comment on Socket Programming with TCP (client program)

Download the code here: [wpdm_file id=2] #include<stdio.h> //for C file input/output functions #include<stdlib.h.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h> //contains…

Read More
Posted onApril 27, 2013April 30, 2013Networking

Socket Programming with TCP (server program)

by RobinLeave a comment on Socket Programming with TCP (server program)

Download the code here: [wpdm_file id=3] #include<stdio.h> //for C file input/output functions #include<stdlib.h.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h> //contains…

Read More
Posted onApril 27, 2013April 28, 2013Networking

Socket programming with UDP (client program)

by RobinLeave a comment on Socket programming with UDP (client program)

Download the code from here: [wpdm_file id=4] #include<stdio.h> //for C file input/output functions #include<stdlib.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h>…

Read More
Posted onApril 27, 2013April 30, 2013Networking

Socket Programming with UDP(server program)

by Robin1 Comment on Socket Programming with UDP(server program)

Download the code here: [wpdm_file id=5] #include<stdio.h> //for C file input/output functions #include<stdlib.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h> //contains…

Read More
Posted onApril 26, 2013Networking

Socket Programming – Part 2

by Robin2 Comments on Socket Programming – Part 2

Difference between UDP and TCP 1. UDP(User Datagram Protocol) Connection i. In UDP connection (connectionless service) client doesn’t establish a connection with the server. Instead…

Read More
Posted onApril 24, 2013April 30, 2013Networking

Socket Programming – Part 1

by RobinLeave a comment on Socket Programming – Part 1

Network Socket A network Socket is an end point of an inter-process communication flow across a computer network. Socket is a single connection between two…

Read More

Posts navigation

Page 1 Page 2 Next Page

Categories

  • Abroad Studies
  • Algorithms
  • Android
  • Bitwise Programming
  • Computer Graphics
  • Conference Paper
  • Data Structures
  • How to do?
  • Interview
  • Linux
  • Netcentric Programming
  • Networking
  • Open Source
  • Operating Systems
  • Parallel system Architecture
  • Technology
  • Uncategorized
  • Web Development

Archives

  • April 2020
  • May 2019
  • December 2016
  • November 2016
  • September 2016
  • August 2016
  • April 2015
  • September 2014
  • August 2014
  • April 2014
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013

Recent Comments

  • priya on SAP Labs India hires me!!
  • robin on SAP Labs India hires me!!
  • robin on Simple Login Authentication Application with Session using JSP / JSTL
  • robin on SAP Labs India hires me!!
  • robin on SAP Labs Coding Interview Question 1
Amphibious Theme by TemplatePocket ⋅ Powered by WordPress