adasd

ROUTING (DEFINITION)
Routing is the process of selecting the best path for data packets to travel from a source to a destination across networks. It ensures efficient and reliable delivery of packets in packet-switched networks like the Internet.
🔹 ROUTER
A router is a Layer 3 device that forwards packets between networks by examining destination IP addresses and selecting the optimal path. It uses routing tables to decide where to send data next.
🔹 TYPES OF ROUTING
Static routing is a manual
...

See on Wikiteka »

BA 305 Exam 3

Ch 10

[MACRS Deduction Calculation]
Y2- Year 2 행의요율을사용할것

Asset

Purchase Date

Quarter

Recovery Period

(1) Original Basis

(2) Rate

(1) × (2) Depreciation

Computer equipment

23-March

1st

5 years

$ 6,200

20.00%

$ 1,240

[MACRS Depreciation Summary Table]

Asset

Original Basis

Quarter If mid quarter

Rate

Portion of Year

Depreciation Deduction

Furniture

$ 110,000

n/a

8.93%

50.00%

$ 4,912

Machinery

$ 127,000

 
...

See on Student Notes »

pharm exam 5

                                                                                              Sedative-hypnotic drugs

1. Barbiturates (phenobarbital): historically sleep; now used                     3. Nonbenzodiazepines: specifically targeted for sleep therapy 

     for anticonvulsants or anesthesia                                                                - Risks: ↓ abuse risk, target action mechanisms 

...

See on Student Notes »

programming in java

import java.util.Scanner;

class Emp {
    private int id;
    private String name;
    private double sal, pf, hra;

    void set(int i, String n, double s, double p, double h) {
        id = i; name = n; sal = s; pf = p; hra = h;
    }

    void display() {
        double total = sal + hra - pf;
        System.out.println(id + " " + name + " Total: " + total);
    }
}

public class Main {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);

...

See on Wikiteka »

oooooo

📘 IoT Cloud & Data Management unit 5

🔹 Introduction

  • Cloud platforms provide computing, storage, and databases over internet

  • Enable scalable, flexible, and cost-effective IoT systems

  • Examples: AWS, Azure, Google Cloud, ThingSpeak

🔹 Cloud Service Models

  • IaaS: provides infrastructure (VMs, storage)

  • PaaS: provides platform for development

  • SaaS: provides ready-to-use software

🔹 Deployment Models

  • Public cloud: shared over internet

  • Private cloud: dedicated to one organization

...

See on Wikiteka »

Ιστορία

α. Η Αυτοκρατορία της Τραπεζούντας

Αμέσως μετά την άλωση της Κωνσταντινούπολης από τους σταυροφόρους (1204) ιδρύθηκε στις νοτιανατολικές ακτές του Ευξείνου Πόντου, από τους Μεγάλους Κομνηνούς, η Αυτοκρατορία της Τραπεζούντας. Στην αυτοκρατορία ενσωματώθηκαν μετά την κατάκτηση

...

See on Wikiteka »

MFT bits

Methods of Protection of an Economy

Protectionism involves government policies that restrict international trade to help domestic industries.  

1.Tariff Barriers: These are taxes or duties imposed on imported goods to make them more expensive and less competitive against local products.  

2.Quotas: A direct restriction on the quantity of a specific good that can be imported during a given period.  

3.Subsidies: Financial assistance provided by the government to domestic producers, allowing

...

See on Student Notes »

his 2

Wynalazki i odkrycia oraz ich twórcy:`

  • Układ okresowy pierwiastków – Dmitrij Mendelejew

  • Szczepionka przeciw wściekliźnie – Ludwik Pasteur

  • Dynamit – Alfred Nobel

  • Telefon – Alexander Graham Bell

  • Żarówka – Thomas Alva Edison

  • Pierwiastki promieniotwórcze (polon i rad) – Maria Skłodowska-Curie

  • Kinematograf – Auguste Lumière i Louis Lumière

  • Radiotelegraf – Guglielmo Marconi

  • Pierwszy samolot z silnikiem spalinowym – Orville Wright i Wilbur Wright

  • Promienie

...

See on Wikiteka »

strategic

Horizontal Integration

Theory: Acquiring/merging with competitors in the same focal market.

Mechanism: Merger (equals pool operations) vs. Acquisition (one firm buys another using cash/stock).

Benefits:

Lower costs: Via Economies of Scale.

Differentiation: Via Product Bundling (package deals) and Cross-selling.

Market Power: Reduces rivalry/excess capacity; increases bargaining power over suppliers/buyers.

Disadvantages:

Antitrust Risk: Regulators block deals that limit competition.

Abuse of power:

...

See on Wikiteka »