Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - abduh.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.27.3
Date: Sun, 04 May 2025 11:11:35 GMT
Content-Type: text/html
Content-Length: 169
Connection: keep-alive
Location: https://abduh.com/

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://abduh.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.27.3
Date: Sun, 04 May 2025 11:11:35 GMT
Content-Type: text/html
Content-Length: 60574
Last-Modified: Fri, 17 Jan 2025 00:59:02 GMT
Connection: keep-alive
ETag: "6789ab56-ec9e"
Accept-Ranges: bytes

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: abduh.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html>
<html lang="en">
<head>
    <title>abduh@work</title>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="author" content="M.Abduh" />
    <meta name="description" content="Muhammad Abduh Homepage" />
    <meta name="category" content="Homepage" />
    <meta name="keywords"
          content="Muhammad Abduh,IT Consultant,Data Warehouse,Software Development,Network Engineer,Projects,Resume" />
    <link rel="shortcut icon" href="images/favicon.ico" />
    <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
    <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" />
    <link rel="stylesheet" type="text/css" href="css/animate.css" />
    <link rel="stylesheet" type="text/css" href="css/style.css" />
    <link rel="stylesheet" type="text/css" href="css/default.css" />
    <link rel="stylesheet" type="text/css" href="css/colorbox.css" />
    <script src="js/jquery-2.1.4.min.js"></script>
    <script src="js/jquery.easing.min.js"></script>
    <script src="js/jquery.scrollTo.js"></script>
    <script src="js/jquery.colorbox.js"></script>
    <script src="js/bootstrap.min.js"></script>
    <script src="js/wow.min.js"></script>
    <script src="js/custom.js"></script>
    <style>
        #cboxTitle {
            color: #000;
            font-weight: bold;
        }
    </style>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
    <div style="display: none;" id="preloader">
        <div style="display: none;" id="load"></div>
    </div>
    <nav class="navbar navbar-custom navbar-fixed-top">
        <div class="container">
            <div class="navbar-header page-scroll">
                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
                    <i class="fa fa-bars"></i>
                </button>
                <a class="navbar-brand" href="index.html">
                    <h1>abduh@work</h1>
                </a>
                <img src="images/file/sixplan.png" alt="" class="sixplan-logo" />
            </div>
            <div class="collapse navbar-collapse navbar-right navbar-main-collapse">
                <ul class="nav navbar-nav">
                    <li class="active"><a href="#intro">Home</a></li>
                    <li class=""><a href="#about">About Me</a></li>
                    <li class="dropdown">
                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Projects <b class="caret"></b></a>
                        <ul class="dropdown-menu">
                            <li><a href="#recent-projects">Recent Projects</a></li>
                            <li><a href="#previous-projects">Previous Projects</a></li>
                            <li><a href="project_summary_en.html">Project Summary</a></li>
                        </ul>
                    </li>
		    <!-- <li><a href="#demo">Demo</a></li> -->
                    <li><a href="#contact">Contact</a></li>
                </ul>
            </div>
        </div>
    </nav>
    <section id="intro" class="intro">
        <h2 style="display:none">Dummy</h2>
        <div class="container">
            <div class="row">
                <div class="col-md-4 col-md-offset-8">
                    <div>
                        <div style="float:left">
                            <img src="images/file/quote.png" alt="" />
                        </div>
                        <div class="quotation-text">
                            A pessimist sees the difficulty in every opportunity;
                            an optimist sees the opportunity in every difficulty.
                        </div>
                    </div>
                    <div class="quotation-author">
                        --- Sir Winston Churchill (1874 - 1965)
                    </div>
                </div>
                <div class="col-md-8 col-md-offset-2 intro-text">
                    <p style="float: left">
                        <img src="images/file/blocks.jpg" alt="" />
                    </p>
                    <p>
                        Software development, like other engineering disciplines, is an artistic activity.
                        It is closest to architecture of buildings,
                        as one is creating something that is functional and that looks
                        aesthetically pleasing.
                    </p>
                    <p>
                        Some of software's beauty is in how it works, in simple yet powerful
                        interaction with the people using it. But most of the beauty is in
                        the structure and form of the source code itself; in how the various
                        functions and modules are defined and fit together, how the logic
                        flows; in simple yet elegant cohesiveness.
                        And the fact that it serves a useful purpose is an added bonus.
                    </p>
                    <p>
                        Software is primarily structures of logic.
                        So I engage in an art of building structures in logic. I think it is
                        really wonderful that such an art exists. I enjoy it immensely.
                    </p>
                </div>
            </div>
        </div>
        <div class="page-scroll">
            <a href="#recent-projects" class="btn btn-circle btn-grey" title="Go to projects">
                <i class="fa fa-angle-double-down animated"></i>
            </a>
        </div>
    </section>
    <section id="about" class="home-section text-center">
        <div class="heading-about">
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div style="visibility: visible;-webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s;"
                             class="wow bounceInDown animated" data-wow-delay="0.4s">
                            <div class="section-heading">
                                <h2>About Me</h2>
                                <i class="fa fa-2x fa-angle-down"></i>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="container">
            <div class="row">
                <div class="col-lg-2 col-lg-offset-5">
                    <hr class="marginbot-50">
                </div>
            </div>
            <div class="row">
                <div class="col-xs-6 col-sm-3 col-md-3">
                    <div style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;"
                         class="wow bounceInUp animated" data-wow-delay="0.2s">
                        <div class="team boxed-grey">
                            <div class="inner">
                                <div class="avatar">
                                    <img src="images/file/mabduh_passphoto_256x256b.png" alt=""
                                         class="img-responsive img-circle">
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-md-6 text-left">
                    <p>
                        My name is Muhammad Abduh. I am an IT Consultant, Software Developer and Network Engineer living in
                        Frankfurt am Main, Germany.
                        I have the expertise and experience in developing useful software tools the
                        telecommunication business requires.
                        My strength lies in the combination of wide knowledge of telecommunication industry
                        and strong software development backgrounds.
                        More details about my experience and qualifications can be found at
                        <a title="LinkedIn" href="https://www.linkedin.com/in/mabduh" target="_blank">LinkedIn</a>,
                        <a title="Xing" href="https://www.xing.com/profile/Muhammad_Abduh" target="_blank">Xing</a>
                        or in my
                        <a title="Resume" href="resume.html" target="_blank">resume</a>.
                    </p>
                </div>
            </div>
        </div>
    </section>
    <section id="recent-projects" class="home-section text-center">
        <!-- bg-gray -->
        <div class="heading-about">
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div style="visibility: visible;-webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s;"
                             class="wow bounceInDown animated" data-wow-delay="0.4s">
                            <div class="section-heading">
                                <h2>Recent Projects</h2>
                                <i class="fa fa-2x fa-angle-down"></i>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="container">
            <div class="row">
                <div class="col-lg-2 col-lg-offset-5">
                    <hr class="marginbot-50">
                </div>
            </div>
            <div class="row">
                <p class="text-left">
                    Customer segmentation serves as the foundation for many of today’s most popular marketing strategies.
                    Customer segmentation can help businesses determine the appropriate marketing, offer products and
                    services that appeal to specific segments, identify gaps in customer needs. In order to segment the
                    customers effectively, we must have the right data and systems. I have developed a software that
                    supports accomplishment of customer segmentation.
                <p>
                <p class="text-left">
                    Data quality refers to a measure that provides information about the relevance and correctness of information.
                    Today, the company-wide qualitative data status is viewed as a production factor and part of the company value,
                    which must be actively managed. My project on data quality includes the permanent maintenance and improvement
                    of the quality of master data in the enterprise customer database. The database is regularly checked for
                    duplicates and inconsistency.
                </p>
                <p class="text-left">
                    Organizations need to do more than just capture and maintain accurate information. To successfully make use of
                    their data, organizations have to be able to interact with and use their information efficiently and effectively.
                    The software I have developed for that purposes has capabilities that allow business users to easily collect and
                    modify data through specific workflows using an intuitive web interface.
                    <br />
                    <br />
                </p>
                <div class="col-sm-4 col-md-4">
                    <div style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;"
                         class="wow fadeInUp animated" data-wow-delay="0.2s">
                        <div class="service-box">
                            <div class="service-icon">
                                <a href="images/blueprint/blueprint_home.png" class="lightbox-blueprint"
                                   title="Startseite">
                                    <img src="images/blueprint/blueprint_home_small.png"
                                         alt="" title="Click to enlarge and to thumb images" />
                                </a>
                                <a href="images/blueprint/blueprint_sl_liste.png" class="lightbox-blueprint"
                                   title="Liste der Sales-Locations"></a>
                                <a href="images/blueprint/blueprint_sl_filter.png" class="lightbox-blueprint"
                                   title="Filter auf Sales-Locations"></a>
                                <a href="images/blueprint/blueprint_sl_bearbeiten.png" class="lightbox-blueprint"
                                   title="Bearbeitung der Sales-Locations"></a>
                                <a href="images/blueprint/blueprint_verschiebebahnhof.png" class="lightbox-blueprint"
                                   title="Segmentverschiebung von Sales-Locations"></a>
                                <a href="images/blueprint/blueprint_report_1.png" class="lightbox-blueprint"
                                   title="Report über Segmentverschiebung (1/2)"></a>
                                <a href="images/blueprint/blueprint_report_2.png" class="lightbox-blueprint"
                                   title="Report über Segmentverschiebung (2/2)"></a>
                                <a href="images/blueprint/blueprint_gebietsschreiben.png" class="lightbox-blueprint"
                                   title="Generierung von PDF für Gebietsschreiben"></a>
                                <a href="images/blueprint/blueprint_nachrichten.png" class="lightbox-blueprint"
                                   title="Nachrichten über Anfragen und Bearbeitung von Segmentverschiebungen"></a>
                                <a href="images/blueprint/blueprint_protokollierung.png" class="lightbox-blueprint"
                                   title="Protokollierung der Aktionen"></a>
                                <a href="images/blueprint/blueprint_benutzerverwaltung.png" class="lightbox-blueprint"
                                   title="Benutzerverwaltung"></a>
                                <a href="images/blueprint/blueprint_settings.png" class="lightbox-blueprint"
                                   title="Konfigurationen"></a>
                            </div>
                            <div class="service-desc">
                                <h5>Customer Segmentation Portal</h5>
                                <p class="text-left">
                                    The customer segmentation process is a complete sales planning for the coming financial year.
                                    It encompasses the channel strategies, goals for the channels, and ultimately the
                                    resulting distribution of sales area allocation.
                                    Customer Segmentation Portal facilitates the allocation of customers to proper sales channels.
                                    A defined workflow allows sales staffs to change the channel or region of a customer
                                    through an approval process.
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-sm-4 col-md-4">
                    <div style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;"
                         class="wow fadeInUp animated" data-wow-delay="0.2s">
                        <div class="service-box">
                            <div class="service-icon">
                                <a href="images/cent_insight/cent_insight_home.png" class="lightbox-cent_insight"
                                   title="Startseite">
                                    <img src="images/cent_insight/cent_insight_home_small.png"
                                         alt="" title="Click to enlarge and to thumb images" />
                                </a>
                                <a href="images/cent_insight/cent_insight_parties.png" class="lightbox-cent_insight"
                                   title="Liste der Kundendaten"></a>
                                <a href="images/cent_insight/cent_insight_party_details.png" class="lightbox-cent_insight"
                                   title="Detailansicht eines Kunden"></a>
                                <a href="images/cent_insight/cent_insight_mischbetreuung.png" class="lightbox-cent_insight"
                                   title="Mischbetreuung der Kunden"></a>
                                <a href="images/cent_insight/cent_insight_dubletten.png" class="lightbox-cent_insight"
                                   title="Dublettenbereinigung der Kundendaten"></a>
                                <a href="images/cent_insight/cent_insight_dubletten_analyse.png" class="lightbox-cent_insight"
                                   title="Auswertung über die Dublettenbereinigung der Kundendaten"></a>
                                <a href="images/cent_insight/cent_insight_dubletten_qlikview.png" class="lightbox-cent_insight"
                                   title="QlikView-Report über die Dubletten der Kundendaten"></a>
                                <a href="images/cent_insight/cent_insight_neue_daten.png" class="lightbox-cent_insight"
                                   title="Bearbeitung der neuen zugekauften Kundendaten"></a>
                                <a href="images/cent_insight/cent_insight_adressabgleich.png" class="lightbox-cent_insight"
                                   title="Adressabgleich der Kundendaten aus unterschiedlichen Systemen"></a>
                            </div>
                            <div class="service-desc">
                                <h5>CENT InSight - Data Quality Assurance</h5>
                                <p class="text-left">
                                    CENT InSight supports the permanent maintenance and improvement of the quality of the data in
                                    the enterprise customer database. The database is regularly checked for duplicates and inconsistency.
                                    Input files containing information to update incorrect data can be generated automatically.
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-sm-4 col-md-4">
                    <div style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;"
                         class="wow fadeInLeft animated" data-wow-delay="0.2s">
                        <div class="service-box">
                            <div class="service-icon">
                                <a href="images/dws/dws_home.png?v=1" class="lightbox-dws"
                                   title="Startseite">
                                    <img src="images/dws/dws_home_small.png" alt=""
                                         title="Click to enlarge and to thumb images" />
                                </a>
                                <a href="images/dws/dws_allip_vertrieb_haupt.png" class="lightbox-dws"
                                   title="Migration von ISDN zu IP-Technologie"></a>
                                <a href="images/dws/dws_allip_vertrieb_haupt_filter.png" class="lightbox-dws"
                                   title="Filtermaske für ISDN-Kunden"></a>
                                <a href="images/dws/dws_allip_programme_haupt.png" class="lightbox-dws"
                                   title="Ansicht der ISDN-Kunden für das Migrationsteam"></a>
                                <a href="images/dws/dws_allip_vertrieb_details.png" class="lightbox-dws"
                                   title="Detailansicht eines ISDN-Kunden"></a>
                                <a href="images/dws/dws_allip_vertrieb_details_verfuegbarkeit.png" class="lightbox-dws"
                                   title="Verfügbarkeit der Technologien und Bandbreiten"></a>
                                <a href="images/dws/dws_allip_vertrieb_bicab_form.png" class="lightbox-dws"
                                   title="Auftragsformular für die Migration"></a>
                                <a href="images/dws/dws_allip_vertrieb_bicab_pdf.png" class="lightbox-dws"
                                   title="Generierung eines Auftragsformulars in PDF-Format"></a>
                                <a href="images/dws/dws_allip_vertrieb_bericht.png" class="lightbox-dws"
                                   title="Bericht über den Migrationsfortschritt"></a>
                                <a href="images/dws/dws_ee2e_budget_reporting_haupt.png" class="lightbox-dws"
                                   title="Hauptansicht des Budget-Reportings"></a>
                                <a href="images/dws/dws_ee2e_budget_reporting_edit.png" class="lightbox-dws"
                                   title="Datenbearbeitung für Budget-Reporting"></a>
                                <a href="images/dws/dws_ee2e_budget_dokumente.png" class="lightbox-dws"
                                   title="Dokumente für Budget-Reporting"></a>
                            </div>
                            <div class="service-desc">
                                <h5>DWS - Data management und workflow system</h5>
                                <p class="text-left">
                                    DWS facilitates the collection and maintenance of enterprise data through specific workflows.
                                    It's aim is to ensure that process and workflows across human and automated tasks are synced.
                                    Mainly it supports collection of additional data that is not available in the data warehouse for QlikView dashboards.
                                    DWS provides also features for managing product life cycle i.e. migration of legacy to new products.
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="container">
            <div class="row">
                <div class="col-lg-2 col-lg-offset-5">
                    <hr class="marginbot-50">
                </div>
            </div>
            <div class="row">
                <div class="col-sm-4 col-md-4">
                    <div style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;"
                         class="wow fadeInUp animated" data-wow-delay="0.2s">
                        <div class="service-box">
                            <div class="service-icon">
                                <a href="images/qlikview/time_on_lte_1.png" class="lightbox-qlikview-lte"
                                   title="Air Time">
                                    <img src="images/qlikview/time_on_lte_small.png"
                                         alt="" title="Click to enlarge and to thumb images" />
                                </a>
                                <a href="images/qlikview/time_on_lte_2.png" class="lightbox-qlikview-lte"
                                   title="Air Time"></a>
                                <a href="images/qlikview/time_on_lte_3.png" class="lightbox-qlikview-lte"
                                   title="Air Time"></a>
                                <a href="images/qlikview/time_on_lte_4.png" class="lightbox-qlikview-lte"
                                   title="Air Time"></a>
                            </div>
                            <div class="service-desc">
                                <h5>Air Time Dashboards</h5>
                                <p class="text-left">
                                    Qlik Sense dashboards for monitoring the distribution of air time by regions.
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-sm-4 col-md-4">
                    <div style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;"
                         class="wow fadeInUp animated" data-wow-delay="0.2s">
                        <div class="service-box">
                            <div class="service-icon">
                                <a href="images/qlikview/gss_main_1.png" class="lightbox-qlikview-gss"
                                   title="Enterprise Mobile Services">
                                    <img src="images/qlikview/gss_main_small.png"
                                         alt="" title="Click to enlarge and to thumb images" />
                                </a>
                                <a href="images/qlikview/gss_main_2.png" class="lightbox-qlikview-gss"
                                   title="Enterprise Mobile Services"></a>
                                <a href="images/qlikview/gss_sap_artikel.png" class="lightbox-qlikview-gss"
                                   title="Enterprise Mobile Services"></a>
                                <a href="images/qlikview/gss_vsdm_lizenzen.png" class="lightbox-qlikview-gss"
                                   title="Enterprise Mobile Services"></a>
                                <a href="images/qlikview/gss_vsdm_socs.png" class="lightbox-qlikview-gss"
                                   title="Enterprise Mobile Services"></a>
                            </div>
                            <div class="service-desc">
                                <h5>Enterprise Mobile Services</h5>
                                <p class="text-left">
                                    QlikView reports on win/churn of the product Enterprise Mobile Services.
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-sm-4 col-md-4">
                    <div style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;"
                         class="wow fadeInUp animated" data-wow-delay="0.2s">
                        <div class="service-box">
                            <div class="service-icon">
                                <a href="images/qlikview/tb_es_managementsicht.png" class="lightbox-qlikview-tb"
                                   title="Trouble Ticket Management">
                                    <img src="images/qlikview/tb_es_main_small.png"
                                         alt="" title="Click to enlarge and to thumb images" />
                                </a>
                                <a href="images/qlikview/tb_es_nom.png" class="lightbox-qlikview-tb"
                                   title="Trouble Ticket Management"></a>
                                <a href="images/qlikview/tb_es_ticketanalyse.png" class="lightbox-qlikview-tb"
                                   title="Trouble Ticket Management"></a>
                                <a href="images/qlikview/tb_es_tnps.png" class="lightbox-qlikview-tb"
                                   title="Trouble Ticket Management"></a>
                                <a href="images/qlikview/tb_es_webtt.png" class="lightbox-qlikview-tb"
                                   title="Trouble Ticket Management"></a>
                            </div>
                            <div class="service-desc">
                                <h5>Trouble Ticket Management</h5>
                                <p class="text-left">
                                    QlikView reports to track the detection and resolution of customer complaints.
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="container">
            <div class="row">
                <div class="col-lg-2 col-lg-offset-5">
                    <hr class="marginbot-50">
                </div>
            </div>
            <div class="row">
                <p class="text-left">
                    Growth KPIs may include measures of enhanced services utilization,
                    call volume and duration, etc. Much of this information can be
                    derived from an analysis of the data contained in the call detail records (CDRs).
                    These records are created automatically by a network switch whenever
                    someone lifts the receiver off the hook and include every aspect of a call.
                    These records, generated by the millions each day, are used by
                    service providers for billing and other purposes.
                </p>
                <p class="text-left">
                    My projects include development, operation and maintenance of
                    software tools for monitoring and reporting IMS, VoIP and Voice networks,
                    as well as software tools for network and service provisioning. I focus on
                    developing web-based applications that work as well as they look, which is
                    essential for the users to enhance the way doing the daily business.
                    My approach is to find creative ways to design web portal that look fantastic
                    and work for everyone.
                    <br />
                    <br />
                </p>
                <div class="col-sm-4 col-md-4">
                    <div style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;"
                         class="wow fadeInLeft animated" data-wow-delay="0.2s">
                        <div class="service-box">
                            <div class="service-icon">
                                <a href="images/ntqr/home.gif" class="lightbox-ntqr"
                                   title="NTQR start page">
                                    <img src="images/ntqr/ntqr_home_small.png" alt=""
                                         title="Click to enlarge and to thumb images" />
                                </a>
                            </div>
                            <div class="service-desc">
                                <h5>NTQR - Network Traffic &amp; Quality Reports</h5>
                                <p class="text-left">
                                    NTQR is a web-based traffic reporting tool for monitoring
                                    Voice &amp; VoIP networks. It provides network planner and
                                    network management with traffic analysis
                                    data and network performance information.
                                    NTQR generates reports based on
                                    the switch traffic measurement, device logs, CDRs and
                                    port allocation data. Several reports are
                                    available for the network capacity
                                    management and network quality
                                    monitoring.
                                    These <a href="ntqr.pdf">slides</a> describe more details about the main features of NTQR.
                                    <br />
                                    <a title="More about NTQR" href="ntqr-modules.html">Learn more...</a>
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-sm-4 col-md-4">
                    <div style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;"
                         class="wow fadeInUp animated" data-wow-delay="0.2s">
                        <div class="service-box">
                            <div class="service-icon">
                                <a href="images/ims/ims_arch.gif" class="lightbox-ims"
                                   title="System Architecture">
                                    <img src="images/ims/ims_arch_small.png"
                                         alt="" title="Click to enlarge and to thumb images" />
                                </a>
                                <a href="images/ims/presence_demo.png" class="lightbox-ims"
                                   title="Presence demo"></a>
                                <a href="images/ims/call_forw_no.png" class="lightbox-ims"
                                   title="Presence based call forwarding"></a>
                            </div>
                            <div class="service-desc">
                                <h5>IMS Application Development</h5>
                                <p class="text-left">
                                    Blended services primarily combine aspects of <em>Internet based Presence</em> and
                                    IP Multimedia Subsystem- <em>(IMS)-based telephony services</em> and, in particular,
                                    focuses on services that <em>blend</em> Presence features and telephone call-handling
                                    functions such as <em>Presence Based Call Forwarding</em>, Presence based Call State etc.
                                    <br />
                                    <a title="More about IMS application" href="ims-details.html">Learn more...</a>
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-sm-4 col-md-4">
                    <div style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;"
                         class="wow fadeInUp animated" data-wow-delay="0.2s">
                        <div class="service-box">
                            <div class="service-icon">
                                <a href="images/npt/home_fr_mnp.gif" class="lightbox-npt"
                                   title="NPT for France Mobile Number Portability">
                                    <img src="images/npt/npt_home_small.png"
                                         alt="" title="Click to enlarge and to thumb images" />
                                </a>
                                <a href="images/npt/ported_numbers.gif" class="lightbox-npt"
                                   title="Ported numbers"></a>
                                <a href="images/npt/routing_prefixes.gif" class="lightbox-npt"
                                   title="Routing prefixes"></a>
                                <a href="images/npt/update_status.gif" class="lightbox-npt"
                                   title="Status of PNSCRN updates"></a>
                                <a href="images/npt/options.gif" class="lightbox-npt"
                                   title="Configurations"></a>
                                <a href="images/npt/pnscrn.gif" class="lightbox-npt"
                                   title="PNSCRN table usage"></a>
                                <a href="images/npt/pnscrn_history.gif" class="lightbox-npt"
                                   title="History of PNSCRN table usage"></a>
                                <a href="images/npt/pninfo.gif" class="lightbox-npt"
                                   title="PNINFO table"></a>
                                <a href="images/npt/switch_logins.gif" class="lightbox-npt"
                                   title="Switch login details"></a>
                            </div>
                            <div class="service-desc">
                                <h5>NPT - Number Portability Tools</h5>
                                <p class="text-left">
                                    The purpose of NPT (Number Portability Tool) is to enable direct routing of calls to ported
                                    number
                                    through the current recipient networks. This will avoid the high charges for
                                    transit traffic service if the calls are routed via PTT or other OLO.
                                    The direct routing to recipient networks is implemented through a
                                    switch-based All-Call-Query solution: ported numbers are loaded in
                                    the DMS database (PNSCRN table) with the correct routing prefix.
                                    The tool has been deployed successfully for the countries Germany, France and Italy.
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="container">
            <div class="row">
                <div class="col-lg-2 col-lg-offset-5">
                    <hr class="marginbot-50">
                </div>
            </div>
            <div class="row">
                <div class="col-sm-4 col-md-4">
                    <div style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;"
                         class="wow fadeInRight animated" data-wow-delay="0.2s">
                        <div class="service-box">
                            <div class="service-icon">
                                <a href="images/vmadmin/home.gif" class="lightbox-vmadmin"
                                   title="VM*Admin homepage">
                                    <img src="images/vmadmin/vm_home_small.png"
                                         alt="" title="Click to enlarge and to thumb images" />
                                </a>
                                <a href="images/vmadmin/list_subscriber.gif" class="lightbox-vmadmin"
                                   title="Voice Mailbox subscribers"></a>
                                <a href="images/vmadmin/edit_subscriber.gif" class="lightbox-vmadmin"
                                   title="Edit form of subscriber"></a>
                                <a href="images/vmadmin/list_ddi.gif" class="lightbox-vmadmin"
                                   title="Configured DDI's"></a>
                                <a href="images/vmadmin/edit_ddi.gif" class="lightbox-vmadmin"
                                   title="Edit form for DDI"></a>
                                <a href="images/vmadmin/list_config.gif" class="lightbox-vmadmin"
                                   title="Mailbox configurations"></a>
                                <a href="images/vmadmin/edit_config.gif" class="lightbox-vmadmin"
                                   title="Edit form for Mailbox configuration"></a>
                                <a href="images/vmadmin/mesg_stats.gif" class="lightbox-vmadmin"
                                   title="Voicemail statistics"></a>
                                <a href="images/vmadmin/db_usage.gif" class="lightbox-vmadmin"
                                   title="Database tablespace usage"></a>
                            </div>
                            <div class="service-desc">
                                <h5>VM*Admin</h5>
                                <div class="text-left">
                                    <p>
                                        VM*Admin is a web-based application that facilitates
                                        Voice mail provisioning in a very easy way.
                                        The following features and functions are provided by this application:
                                    </p>
                                    <ul>
                                        <li>
                                            Subscriber, DDI and configuration can be created,
                                            modified or deleted on-line.
                                        </li>
                                        <li>
                                            New configuration can be created by cloning an existing
                                            configuration and modifying necessary parameters.
                                        </li>
                                        <li>Message statistics report.</li>
                                        <li>Database storage usage report.</li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-sm-4 col-md-4">
                    <div style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;"
                         class="wow fadeInUp animated" data-wow-delay="0.2s">
                        <div class="service-box">
                            <div class="service-icon">
                                <a href="images/procen/home.gif" class="lightbox-procen"
                                   title="PROCEN homepage">
                                    <img src="images/procen/procen_home_small.png"
                                         alt="" title="Click to enlarge and to thumb images" />
                                </a>
                                <a href="images/procen/ctxgrp_list.gif" class="lightbox-procen"
                                   title="Centrex groups"></a>
                                <a href="images/procen/bg_list.gif" class="lightbox-procen"
                                   title="Business groups"></a>
                                <a href="images/procen/ne_list.gif" class="lightbox-procen"
                                   title="Netrwork Elements"></a>
                                <a href="images/procen/rescr_usage.gif" class="lightbox-procen"
                                   title="Resource usage"></a>
                                <a href="images/procen/admin_ctry.gif" class="lightbox-procen"
                                   title="Administration"></a>
                            </div>
                            <div class="service-desc">
                                <h5>PROCEN</h5>
                                <p class="text-left">
                                    The goal of the development of PROCEN is "to maximize automation".
                                    It is a web-based application that facilitates automated provisioning of IP Centrex
                                    services.
                                    It features auto-allocation of voice ports, auto-generation of scripts for the provisioning
                                    of network elements etc. The central data management assures data integrity.
                                    PROCEN can generate reports about resource usage of the network elements.
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-sm-4 col-md-4">
                    <div style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;"
                         class="wow fadeInRight animated" data-wow-delay="0.2s">
                        <div class="service-box">
                            <div class="service-icon">
                                <a href="images/providsl/orders.gif" class="lightbox-providsl" title="DSL orders">
                                    <img src="images/providsl/providsl_home_small.png"
                                         alt="" title="Click to enlarge and to thumb images" />
                                </a>
                                <a href="images/providsl/dslam_port.gif" class="lightbox-providsl"
                                   title="Provisioning"></a>
                                <a href="images/providsl/provisioning.gif" class="lightbox-providsl"
                                   title="Provisioning"></a>
                                <a href="images/providsl/number_porting.gif" class="lightbox-providsl"
                                   title="Number porting"></a>
                                <a href="images/providsl/network_view.gif" class="lightbox-providsl"
                                   title="Customer network view"></a>
                                <a href="images/providsl/dsl_network_report.gif" class="lightbox-providsl"
                                   title="DSL network report"></a>
                            </div>
                            <div class="service-desc">
                                <h5>ProviDSL</h5>
                                <p class="text-left">
                                    ProviDSL is a OSS/BSS software for DSL service provisioning.
                                    It automates the provisioning and commissioning processes
                                    of end-to-end network connections.
                                    It manages the allocation of DSL resources e.g. ports, IP address.
                                    The tool is also used by the network operation engineers for fault management.
                                    Before the project was started the existing process of DSL provisioning
                                    was analyzed. The approach of the software implementation was
                                    to keep the existing process but to allow users to do the work
                                    more easily and effectively by using the software.
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <section id="previous-projects" class="home-section text-center">
        <!-- bg-gray -->
        <div class="heading-about">
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div style="visibility: visible;-webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s;"
                             class="wow bounceInDown animated" data-wow-delay="0.4s">
                            <div class="section-heading">
                                <h2>Previous Projects</h2>
                                <i class="fa fa-2x fa-angle-down"></i>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="container">
            <div class="row">
                <div class="col-lg-2 col-lg-offset-5">
                    <hr class="marginbot-50">
                </div>
            </div>
            <div class="row">
                <div class="col-sm-6 col-md-6">
                    <div style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;"
                         class="wow fadeInLeft animated" data-wow-delay="0.2s">
                        <div class="service-box">
                            <p class="text-left" style="height: 140px">
                                My career began in 1997 shortly before the German
                                telecommunication market was fully liberalized on January 1, 1998.
                                I joined the newly founded telecommunication company <strong>o.tel.o</strong> where
                                I participated in the design and planning of the <strong>o.tel.o</strong>
                                telecommunication networks.
                            </p>
                            <div class="service-icon">
                                <a href="images/npp/npp_large.gif" class="lightbox-npp">
                                    <img src="images/ntqr/npp_home_small.png" alt=""
                                         title="Click to enlarge and to thumb images" />
                                </a>
                            </div>
                            <div class="service-desc">
                                <h5>NPP - Network Planning Platform</h5>
                                <p class="text-left">
                                    The goal of network planning activities is to determine the amount of
                                    equipment and locations needed in each part of the network which will
                                    satisfy the traffic demand at a minimized cost while taking several
                                    preconditions and restrictions into account.
                                    <br />
                                    <a title="More about NPP" href="npp-details.html">Learn more...</a>
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-sm-6 col-md-6">
                    <div style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;"
                         class="wow fadeInUp animated" data-wow-delay="0.2s">
                        <div class="service-box">
                            <p class="text-left" style="height: 140px">
                                After university I spent some time working on a research project at
                                <a title="Homepage of Institute for Communication Networks"
                                   href="http://www.comnets.rwth-aachen.de"
                                   target="_blank">
                                    Institute for Communication Networks
                                    <i class="fa fa-external-link"></i>
                                </a>
                                where I have completed my Master thesis.
                                I wrote software tools for network design and network
                                optimization. The goal of the research project is to benchmark various heuristic
                                optimization algorithms on different design problems i.e. cost models.
                            </p>
                            <div class="service-icon">
                                <a href="images/tnd/xnd_large.gif"
                                   class="lightbox-tnd">
                                    <img src="images/ntqr/tnd_home_small.png" alt=""
                                         title="Click to enlarge and to thumb images" />
                                </a>
                                <a href="images/tnd/xnv_large.gif" class="lightbox-tnd"></a>
                            </div>
                            <div class="service-desc">
                                <h5>TND - Topological Network Design</h5>
                                <p class="text-left">
                                    In the face of telecommunications networks' complexity this demanding
                                    problem can only be solved by employing modern and capable network design tools.
                                    In this process the design engineer has to estimate, optimize and
                                    verify far reaching planning tasks and correlations including extensive data.
                                </p>
                                <p class="text-left">
                                    These requirements underlying quick development are only met in case the
                                    design engineer can coordinate a growing number of network elements and
                                    related parameters. The facility to validate the results of
                                    a network design process close to reality is an important
                                    component of network design and management tools and will have
                                    a major influence in future decisions about planning tools.
                                    <br />
                                    <a title="More about TND" href="tnd-details.html">Learn more...</a>
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!--
    <section id="demo" class="home-section text-center">
        <div class="heading-about">
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div style="visibility: visible;-webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s;"
                             class="wow bounceInDown animated" data-wow-delay="0.4s">
                            <div class="section-heading">
                                <h2>Demo</h2>
                                <i class="fa fa-2x fa-angle-down"></i>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="container">
            <div class="row">
                <div class="col-lg-2 col-lg-offset-5">
                    <hr class="marginbot-50">
                </div>
            </div>
            <div class="row">
                <div class="col-sm-12 col-md-12">
                    <div style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;"
                         class="wow fadeInLeft animated" data-wow-delay="0.2s">
                        <div class="service-box">
                            <p class="text-left">
                                This is a demo of a fully functional web application for telecommunication
                                business which demonstrates the features of network capacity management,
                                traffic analysis reporting and network quality monitoring.
                                It is a data warehouse / business intelligence application comprising of
                                ETL and reporting engines.
                                This software is developed using the frameworks Spring, Hibernate, Tomcat, Grails,
                                jQuery and Oracle database server.
                            </p>
                            <p>
                                <a href="https://www.sixplan.net/vontec/" target="_blank"
                                   title="Click to launch the demo application">
                                    <img src="images/ntqr/vontec_app.png" alt="vontec"
                                         style="border:1px solid #ddd" />
                                </a>
                            </p>
                            <p class="text-left" style="margin-bottom: 10px">
                                Use the following user account to login:
                            </p>
                            <table>
                                <tr>
                                    <td>&bull; Username:</td>
                                    <td style="padding-left:8px;color:darkblue">demo</td>
                                </tr>
                                <tr>
                                    <td>&bull; Password:</td>
                                    <td style="padding-left:8px;color:darkblue">demo</td>
                                </tr>
                            </table>
                            <p class="text-left" style="margin-top: 10px">
                                <a href="https://www.sixplan.net/vontec/" target="_blank"
                                   title="Click to launch the demo application"
                                   class="btn btn-danger btn-sm">
                                    Launch the demo
                                </a>
                            </p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    -->
    <section id="contact" class="home-section text-center">
        <div class="heading-contact">
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div style="visibility: visible;-webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s;"
                             class="wow bounceInDown animated" data-wow-delay="0.4s">
                            <div class="section-heading">
                                <h2>Contact</h2>
                                <i class="fa fa-2x fa-angle-down"></i>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="container">
            <div class="row">
                <div class="col-lg-2 col-lg-offset-5">
                    <hr class="marginbot-50">
                </div>
            </div>
            <div class="row">
                <p class="left" style="padding-right:20px">
                    <img src="images/file/contact.jpg" alt="" title="" />
                </p>
                <p>
                    If you have any questions or comments just let me know.<br />
                    You can email me at
                    <img src="images/file/mabduh_email_14px.gif" alt="" title="" style="vertical-align:middle" />
                    or give me a ring on +49-179-2963712.<br />
                    I read everything I receive and will try my best to respond.
                </p>
            </div>
        </div>
    </section>
    <footer>
        <div class="container">
            <div class="row">
                <div class="col-md-12 col-lg-12">
                    <div style="visibility: hidden; -webkit-animation-name: none; -moz-animation-name: none; animation-name: none;-webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s;"
                         class="wow shake" data-wow-delay="0.4s">
                        <div class="page-scroll marginbot-30">
                            <a href="#intro" id="totop" class="btn btn-circle">
                                <i class="fa fa-angle-double-up animated"></i>
                            </a>
                        </div>
                    </div>
                    <p id="copyright"></p>
                </div>
            </div>
        </div>
    </footer>
    <script>
        $('#copyright').html('&copy; Copyright 2009-' + new Date().getFullYear() + ' m.abduh. All rights reserved.');
        $('.lightbox-blueprint').colorbox({ rel: 'lightbox-blueprint' });
        $('.lightbox-cent_insight').colorbox({ rel: 'lightbox-cent_insight' });
        $('.lightbox-dws').colorbox({ rel: 'lightbox-dws' });
        $('.lightbox-qlikview-lte').colorbox({ rel: 'lightbox-qlikview-lte' });
        $('.lightbox-qlikview-gss').colorbox({ rel: 'lightbox-qlikview-gss' });
        $('.lightbox-qlikview-tb').colorbox({ rel: 'lightbox-qlikview-tb' });
        $('.lightbox-ntqr').colorbox({ rel: 'lightbox-ntqr' });
        $('.lightbox-ims').colorbox({ rel: 'lightbox-ims' });
        $('.lightbox-npt').colorbox({ rel: 'lightbox-npt' });
        $('.lightbox-vmadmin').colorbox({ rel: 'lightbox-vmadmin' });
        $('.lightbox-procen').colorbox({ rel: 'lightbox-procen' });
        $('.lightbox-providsl').colorbox({ rel: 'lightbox-providsl' });
        $('.lightbox-npp').colorbox({ rel: 'lightbox-npp' });
        $('.lightbox-tnd').colorbox({ rel: 'lightbox-tnd' });
    </script>
</body>
</html>
                               

Whois info of domain

Domain Name: ABDUH.COM
Registry Domain ID: 14374259_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.ionos.com
Registrar URL: http://www.ionos.com
Updated Date: 2024-12-02T08:33:11Z
Creation Date: 1999-12-01T18:40:20Z
Registry Expiry Date: 2025-12-01T18:40:20Z
Registrar: IONOS SE
Registrar IANA ID: 83
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6105601459
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1060.UI-DNS.BIZ
Name Server: NS1060.UI-DNS.COM
Name Server: NS1060.UI-DNS.DE
Name Server: NS1060.UI-DNS.ORG
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-04T11:11:23Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass