Distributed Information Systems

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

These flashcards cover key terminology and concepts related to distributed information systems as presented in the lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

10 Terms

1
New cards

Distributed Information Systems

A system that manages and processes information across multiple locations.

2
New cards

Socket

An endpoint in a communication between two machines.

3
New cards

Socket descriptor

An integer that uniquely identifies a socket.

4
New cards

Close socket

The command used to close an open socket.

5
New cards

RMI (Remote Method Invocation)

A Java feature that allows an object to invoke methods on an object in another Java Virtual Machine.

6
New cards

JAVA EE (Enterprise Edition)

A set of specifications that extend the Java SE with specifications for enterprise features such as distributed computing and web services.

7
New cards

Attribute

A characteristic or property of an object, defined in an interface.

8
New cards

Exception

An event that disrupts the normal flow of execution in a program.

9
New cards

Interface

A reference type in Java, similar to class, that can contain only constants, method signatures, default methods, static methods, and nested types.

10
New cards

Module

A self-contained unit of code that encapsulates related functionality.