User Tools

Site Tools


rxdiu:index

This is an old revision of the document!


DIU EIL - Réseaux (bloc 3)

Plan du Cours (5h)

  • client/serveur, OSI, encapsulation, protocoles
  • protocoles de communication d'internet et du web (TCP, HTTP)
  • sécurité des cummunications (chiffrement symétrique et asymétrique)

Outils Visés

Progammes SNT & ISN & NSI & DIU-EIL

  • SNT : actuelle option informatique en seconde
  • ISN : actuelle specialité informatique en terminale S (2 h/semaine)
  • NSI : nouvelle spécialité informatique dans la réforme qui remplace ISN (4h/semaine en 1ère et 6h/semaine en terminale)
  • DIU EIL : diplôme inter-universitaire “enseigner l'informatique au lycée”

Docker Demo

Installation de Docker :

    • select linux container
  1. Linux (Debian/Ubuntu) : …

Installation de Scapy :

Special Tips for Nested Virt in QEMU/KVM

Check nested virtualization inside QEMU :

For kvm_intel module, check /sys/module/kvm_intel/parameters/nested is “Y”… Else

# If you have an Intel CPU, use this:
$ cat > /etc/modprobe.d/kvm_intel.conf
options kvm-intel nested=Y

Enable Intel VMX cpu flag in bios, then in /etc/default/grub and add “intel_iommu=on” to GRUB_CMDLINE_LINUX line. Then, sudo update-grub

Check IOMMU is OK with command: virt-host-validate

rxdiu/index.1558540408.txt.gz · Last modified: 2024/03/18 15:05 (external edit)