Skip to main content

Featured

Switching And Switching Techniques In Data Communication

 Switching Techniques Switching techniques are used for transmitting data across networks. Different types of switching techniques are employed to provide communication between two computers. Which Are Circuit Switching Circuit switching is a methodology of implementing a telecommunication network in which two networks establish (circuit), a dedicated communication channel first through the network, and then the message is transmitted through the channels. The main advantage of circuit switching is guaranteed delivery. The circuit switching guarantees the full bandwidth of the channels and remains connected for the duration of the communication session.                    The defining example of a circuit-switched network is the early analog telephone network. When a call is made from one telephone to another, switches within the telephone exchanges create a continuous wire circuit between the two telephones for as long as the call lasts. Message Switching Message switching is a networ

What is java???

 Java is a general-purpose, high-level, object-oriented, and third-generation programming Language like C, FORTRAN, COBOL, etc. Java can be used to write computer applications such as desktop applications, web applications, enterprise applications, games, and embedded systems.

It was designed with the concept of 'write once and run everywhere' because Java is the first programming language, which is not based on any particular hardware or operating system. So, programs developed in the Java language can be executed anywhere and on any system.

There were five primary goals in the creation of the Java language:

(i) It should be simple, object-oriented, and familiar.

(ii) It should be robust and secure.

(iii) It should be architecture-neutral and portable.

(iv) It should be executed with high performance.

(v)It should be compiled and interpreted, multi-threaded and dynamic.



Comments

ads