• 20 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: October 15th, 2023

help-circle




















  • Allah@lemmy.worldtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    16 days ago

    You need a phone number for Signal which means that your mobile provider will have your location, your IMSI, your mobile device model, serial number if you are using a T-Mobile or any other Telco" supplied device.

    If not then via the IMSI / mobile number they can get your location and details from Google / Apple etc and that not even considering your IP-Address

    Any time that there is a unique real world identifier the owner can be located. The only way around this would be to use something like Briar that use cryptographic uniqueness and that communicates via Onion like multihop anonymizers (TOR etc) from the outset.













  • Allah@lemmy.worldtomemes@lemmy.worldServerless runs on servers
    link
    fedilink
    arrow-up
    0
    arrow-down
    1
    ·
    1 month ago

    page 196 of CompTIA Security+ SY0-701 Cert Guide

    Serverless

    Another popular architecture is the serverless architecture. Be aware that serverless does not mean that you do not need a server somewhere. Instead, serverless archi- tecture involves using cloud platforms to host and/or to develop code. For example, you might have a serverless app that is distributed in a cloud provider like Amazon Web Services (AWS), Microsoft Azure, or Google Cloud Platform (GCP). Serverless is a cloud computing execution model in which the cloud provider (AWS, Azure, Google Cloud, and so on) dynamically manages the allocation and provision- ing of servers. Serverless applications run in stateless containers that are ephemeral and event triggered (fully managed by the cloud provider). AWS Lambda is one of the most popular serverless architectures in the industry.