Showing posts with label Maths Coaching. Show all posts
Showing posts with label Maths Coaching. Show all posts

Friday, March 15, 2019

Service by TCCI - tccicomputercoaching.com

TCCI Coaching Institute provide service in Education Field which include computer coaching , engineering coaching (All Branch) , Maths Coaching, Project Training , Corporate Training etc.



We provide website design , web development and SEO service also across the world.

For more information about Service by TCCI

Call us @ 9825618292

Visit us @ http://tccicomputercoaching.com/

Friday, March 1, 2019

BCA Course at TCCI – tccicomputercoaching.com

BCA is the course which is 3 years degree for those students which are interested in computer.

TCCI Coaching Institute teaches following Subjects of BCA course in Bopal and Satellite, Ahmedabad.



PROBLEM SOLVING AND PROGRAMMING CONCEPTS

DIGITAL ELECTRONICS

MATHEMATICAL FOUNDATION-I

ELECTRONIC DEVICES

PROGRAMMING IN C

COMPUTER ORGANIZATION AND DESIGN

COMPUTER NETWORKS

MATHEMATICAL FOUNDATION-II

MICROPROCESSORS AND ITS APPLICATIONS

OBJECT ORIENTED PROGRAMMING

FUNDAMENTALS OF WEB PROGRAMMING

DATABASE MANAGEMENT SYSTEMS

SOFTWARE ENGINEERING

ENVIRONMENTAL STUDIES

INFORMATION SECURITY

DATA STRUCTURES

You can contact TCCI for detail

Visit us @ http://tccicomputercoaching.com/computer-course/

Call us @ 9825618292

Saturday, January 5, 2019

What is Java Socket Programming? tccicomputercoaching.com

The java.net.Socket class represents a socket, and the java.net.ServerSocket class provides a mechanism for the server program to listen for clients and establish connections with them.

Java Socket programming is used for communication between the applications running on different JRE.



Java Socket programming can be connection-oriented or connection-less.

Socket and ServerSocket classes are used for connection-oriented socket programming and DatagramSocket and DatagramPacket classes are used for connection-less socket programming.

Clientside Programming:

The client in socket programming must know two information:
  1. IP Address of Server, and
  2. Port number.
A socket is simply an endpoint for communications between the machines. The Socket class can be used to create a socket.

public InputStream getInputStream() , public OutputStream getOutputStream(),public synchronized void close() are important methods in clientside programming.

Serverside Programming:

public Socket accept(),2) public synchronized void close() are important methods in serverside Programming.

The ServerSocket class can be used to create a server socket. This object is used to establish communication with the clients.

TCCI conduct various types of courses like Basic Computer Course, Programmming Course, Web Designing Course, Project Training Course, Web Developmnet Course, Typing, SEO, Coaching for All Engineering Branch , Maths Coaching , School Computer Course Coaching etc.

You can join course as per your requirements at Bopal or Satellite in Ahmedabad.

For more information about TCCI.

Call us @ 9825618292

Visit us@ http://tccicomputercoaching.com/course/

Friday, January 4, 2019

What is the Basic Networking Terminology? tccicomputercoaching.com

Computers running on the Internet communicate to each other using either the Transmission Control Protocol (TCP) or the User Datagram Protocol (UDP).



The widely used networking terminologies are given below:

1) IP Address

IP address is a unique number assigned to a node of a network e.g. 192.168.0.1 . It is composed of octets that range from 0 to 255.
It is a logical address that can be changed.

2) Protocol

A protocol is a set of rules basically that is followed for communication. For example:
  • TCP
  • FTP
  • Telnet
  • SMTP
  • POP etc.

3) Port Number

The port number is used to uniquely identify different applications . It acts as a communication endpoint between applications.

The port number is associated with the IP address for communication between two applications.
The TCP and UDP protocols use ports to map incoming data to a particular process running on a computer.

4) MAC Address

MAC (Media Access Control) Address is a unique identifier of NIC (Network Interface Controller). A network node can have multiple NIC but each with unique MAC.

5) TCP-UDP: Connection-oriented and connection-less protocol

In connection-oriented protocol, acknowledgement is sent by the receiver. So it is reliable but slow. The example of connection-oriented protocol is TCP.

But, in connection-less protocol, acknowledgement is not sent by the receiver. So it is not reliable but fast. The example of connection-less protocol is UDP.

6) Socket

A socket is an endpoint between two way communication.

Do you know more in detail about Networking?

Then TCCI is a Best place where you can learn very well.

TCCI conduct various types of courses like Basic Computer Course, Programmming Course, Web Designing Course, Project Training Course, Web Developmnet Course, Typing, SEO, Coaching for All Engineering Branch , Maths Coaching, School Computer Course Coaching etc.

You can Join course as per your requirements at Bopal or Satellite in Ahmedabad.

For more information about TCCI.

Call us @ 9825618292

Visit us@ http://tccicomputercoaching.com/course/