network sec

🔥 CISCO SECURITY CHEATSHEET — FULL 2-PAGE VERSION (ALL 10 MODULES)

🔐 1. SECURING THE EDGE ROUTER
▶ Three Areas of Router Security:
• Physical — Lock the device in secure rooms; use UPS or generators.
• Operating System — Use latest IOS; increase memory; back up configs.
• Router Hardening — Disable unused ports/services, restrict access.

▶ Admin Access Security:
• Local: 
  line console 0
  password [pw]
  login
• VTY (Remote):
  line vty 0 15
  password [pw]
  login
• Privileged...

See on Student Notes »

management

# define management ? what kinds of skills required for successful manager ? 

Management is basically about getting things done through people. It’s how businesses or organizations make plans, organize their resources (like people, money, and time), guide their teams, and make sure everything is on track to reach their goals. Good management keeps everything running smoothly and helps everyone work toward the same vision.

Skills Every Successful Manager Needs:
1. Leadership : A great manager leads

...

See on Student Notes »

EAS STUFF

Understand the basic concepts and equations of radiometric dating, the difference between parent and daughter atoms, half-life, and decay constant. (n_e: number of planets, per star, with suitable environment for life)

  • Not all nuclides are stable, and some will split apart thru radioactive decay. Nuclide: species of an atom with a specific combination of protons and neutrons. Radiometric dating of Meteorites: Solar system is 4.53-4.58 billion yrs old; Carbonaceous chondrites provide a sample of
...

See on Student Notes »

pt improvement

Asthma Definition— Asthma is a condition in which our airways become narrow, swell up and become more glandular (produce extra mucus).

Classification of Asthma—  Seasonal asthma—Some of the people not tolerate even the minute changes in the season (cold, hot, rain). Due to seasonal variation allergic reaction also occurs, and leads to complicated if not treated during the starting conditions.  Allergic asthma—Allergens (pollen, animal dander, dust etc.)  Occupational asthma—In

...

See on Student Notes »

webapp

12

public abstract String toString();

}

    private ArrayList<String> courses;

    public Undergraduate(String name, int id, int graduationYear) {

        super(name, id);

        this.graduationYear = graduationYear;

        this.courses = new ArrayList<>();

    }

    public void displayStudentLevel() {

        System.out.println(name + " is an undergraduate student.");

    }

    public void registerCourses() {

        Random...

See on Student Notes »

mathsss

Question 1: Consider the fraction 6/7. The decimal representation of this fraction is:
Answer: 6 ÷ 7 = 0.857142857... (repeating)

Question 2: If 60% of a population is vaccinated, what is the ratio of vaccinated to unvaccinated individuals?
Answer: 60% vaccinated → 60 : 40 → Simplified = 3 : 2

Question 3: A property has been assessed at $225,000. The mill rate is 14.5. To find the property tax, you would multiply the mill rate by:
Answer: 14.5 ÷ 1000 = 0.0145 → Property tax = 225,000 × 0.

...

See on Wikiteka »

Geography

6 regions: Atl/QC/ON/W/BC/North → each = unique ID, econ, hist dev, size, goals | Boundaries = transition z1s, Why 6? Manageable #, reflect phys features, stats, ID, econ/pol structure
Anchor industries = key | Faultlines = cracks in unity → 1) Regional (W alienation, resrc ctrl), 2) QC (lang, Bill 21), 3) Indig 4) Immig Core-Periph: ON/QC = core | BC/W = fast growth | Atl = slow | North = resource frontier, Trade: rely on US (continentalism), 7 physio regions: Shield (oldest, rugged), Cordillera...

See on Student Notes »

axsfrfs

1. Sobre ética e moral, assinale a alternativa correta:
D) Moral refere-se aos hábitos e costumes; ética analisa a moral racionalmente.
2. Ser ético profissionalmente significa:
C) Cumprir as leis e códigos da profissão, respeitando os outros.
3. A Engenharia de Avaliações é definida como:
C) A técnica que determina o valor de um bem e seus direitos.
4. O conceito de valor de mercado, segundo a NBR 14653-1, é:
D) A quantia mais provável em uma negociação voluntária e consciente.
5.
...

See on Wikiteka »

Unidad 2. Servicio de configuración dinámica de sistemas

2.1. Introducción

Ya sea en el hogar, en el trabajo, en un aeropuerto o en una cafetería, siempre existirá alguna red que estará disponible para su uso. La gran mayoría de esas redes serán redes inalámbricas, aunque también es posible que en otras ocasiones sean accesibles a través de rosetas de conexión. En cualquier caso y sea cual sea el método de conexión, lo más probable es que dentro de esa red exista algún servidor encargado de suministrar los datos de configuración IP.

A lo

...

See on Xuletas »