Telecom Broadband Operation Support System

Source: Internet
Author: User

Telecom Broadband Operation Support System (Telecom acquisition)
Process: User---NAS---AAA---log file
Task: Log file Content---Parsing---encapsulated object---server---warehousing (---online business)
Technology: Java (IO, Network, collections, Threads ...), Oracle, SQL, JDBC, XML (small database) ...
Module:
Client: Collect data from AAA server, encapsulate object, send to server
Acquisition module: Collecting data from AAA servers, encapsulating objects
Network module: Send complete data to the server
Backup module: Back up incomplete data
Log module: Logging of client procedures
Configuration module: Unified management of each module

Server-side: Receive client data, inbound
Network module: Receiving client data
Inbound module: Put data into storage
Backup module: Backing up data that is not processed
Log module: Logging of server procedures
Configuration module: Unified management of each module

Database Build Table:

CREATE TABLE T_detail (
ID number primary Key,
Aaa_login_name VARCHAR2 (30),
Login_ip VARCHAR2 (32),
Login_date date,
Logout_date date,
Nas_ip VARCHAR2 (32),
Time_duration Number (10)
);

Project Source Link Http://pan.baidu.com/s/1jIh6DNK

Telecom Broadband Operation Support System

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.