Bảo Anh Nguyễn Gia
0 followers · 1 following · 267 views
on the atlas — 10
- Zalo Web1 savers
- Netflix Việt Nam - Watch TV Shows Online, Watch Movies Online1 savers
- Product Management Case Study for Spotify — User Stories | by dljournal | Medium1 savers
- Xem Phim Doona! Tập 4 VIETSUB - Thuyết Minh Full HD (Nhanh)1 savers
- "GPU" and "Deep Learning" - Google Scholar1 savers
- What is a CDN? - Content Delivery Network Explained - AWS1 savers
- What happens when you type a URL into your browser? | Front-End Web & Mobile1 savers
- How does the Internet Work? - cs.fyi4 savers
- Frontend Developer Roadmap2 savers
- Curius / Onboarding2621 savers
highlights — 40
The response contains the following: a status line, telling the client the status of the request response headers, telling the browser how to handle the response the requested resource at that path, either content like HTML, CSS, Javascript, or image files, or data
What happens when you type a URL into your browser? | Front-End Web & MobileThe request body can be in different formats and the server understands the format based on a request header, Content-Type
What happens when you type a URL into your browser? | Front-End Web & MobileThe body is (usually) empty for a GET request like ours. For a request that manipulates resources, like POST, PUT, or PATCH, the body will contain the data from the client to create or update.
What happens when you type a URL into your browser? | Front-End Web & MobileHeaders pass extra information along from the client that help route the request, indicate what type of client is making the request (the user agent), and can be used for supporting A/B testing, blue/green deployments, and canary deployment
What happens when you type a URL into your browser? | Front-End Web & MobileThe request line contains the following: a request method, which is one of GET, POST, PUT, PATCH, DELETE, or a handful of other HTTP verbs the path, pointing to the requested resources the HTTP version to communicate with
What happens when you type a URL into your browser? | Front-End Web & MobileThe HTTP request contains a request line, headers (or metadata about the request), and a body
What happens when you type a URL into your browser? | Front-End Web & MobileOnce the browser finds the server on the Internet, it establishes a TCP connection with the server and if HTTPS is being used, a TLS handshake takes place to secure the communication.
What happens when you type a URL into your browser? | Front-End Web & Mobileworks on the principles of caching, dynamic acceleration, and edge logic computations.
What is a CDN? - Content Delivery Network Explained - AWSContent delivery networks (CDNs) work by establishing a point of presence (POP) or a group of CDN edge servers at multiple geographical locations
What is a CDN? - Content Delivery Network Explained - AWSReduce page load time
What is a CDN? - Content Delivery Network Explained - AWSReduce bandwidth costs
What is a CDN? - Content Delivery Network Explained - AWSIncrease content availability
What is a CDN? - Content Delivery Network Explained - AWSImprove website security
What is a CDN? - Content Delivery Network Explained - AWSDistributed denial-of-service (DDoS) attacks attempt to take down applications by sending large amounts of fake traffic to the website. CDNs can handle such traffic spikes by distributing the load between several intermediary servers, reducing the impact on the origin server.
What is a CDN? - Content Delivery Network Explained - AWSA CDN improves efficiency by introducing intermediary servers between the client and the website server.
What is a CDN? - Content Delivery Network Explained - AWScontent delivery network, or CDN, to cache static and dynamic content closer to the browser
What happens when you type a URL into your browser? | Front-End Web & MobileBecause DNS is complex and has to be blazingly fast, DNS data is cached at different layers between your browser and at various places across the Internet
What happens when you type a URL into your browser? | Front-End Web & Mobilescheme tells the browser to make a connection to the server using Transport Layer Security, or TLS
What happens when you type a URL into your browser? | Front-End Web & Mobilethe process involves the browser, your computer’s operating system, your internet service provider, the server where you host the site, and services running on that server
What happens when you type a URL into your browser? | Front-End Web & MobileEdge computing: Edge computing refers to the processing and storage of data at the edge of the network, rather than in centralized data centers
How does the Internet Work? - cs.fyiBlockchain: Blockchain is a distributed ledger technology that enables secure, decentralized transactions.
How does the Internet Work? - cs.fyiIoT refers to the network of physical devices, vehicles, home appliances, and other objects that are connected to the internet and can exchange data
How does the Internet Work? - cs.fyiobtain and maintain valid SSL/TLS certificates for your servers, and that you follow best practices for configuring and securing your SSL/TLS connections
How does the Internet Work? - cs.fyiHandshake: During the SSL/TLS handshake process, the client and server exchange information to negotiate the encryption algorithm and other parameters for the secure connection.
How does the Internet Work? - cs.fyiCertificates: SSL/TLS certificates are used to establish trust between the client and server.
How does the Internet Work? - cs.fyiSSL/TLS is a protocol used to encrypt data being transmitted over the internet.
How does the Internet Work? - cs.fyiData is typically transmitted in segments, with each segment containing a sequence number and other metadata to ensure reliable delivery.
How does the Internet Work? - cs.fyiConnections: A connection is established between two sockets when two devices want to communicate with each other
How does the Internet Work? - cs.fyiSockets: A socket is a combination of an IP address and a port number, representing a specific endpoint for communication.
How does the Internet Work? - cs.fyiPorts: Ports are used to identify the application or service running on a device. Each application or service is assigned a unique port number, allowing data to be sent to the correct destination.
How does the Internet Work? - cs.fyiHTTPS is a more secure version of HTTP, which encrypts the data being transmitted between the client and server using SSL/TLS (Secure Sockets Layer/Transport Layer Security) encryption
How does the Internet Work? - cs.fyiWhen you enter a domain name into your web browser, your computer sends a DNS query to a DNS server, which returns the corresponding IP address. Your computer then uses that IP address to connect to the website or other resource you've requested.
How does the Internet Work? - cs.fyiSSL/TLS: The Secure Sockets Layer and Transport Layer Security protocols are used to provide secure communication over the internet.
How does the Internet Work? - cs.fyiDNS: The Domain Name System is responsible for translating domain names into IP addresses.
How does the Internet Work? - cs.fyiIP Address: A unique identifier assigned to each device on a network, used to route data to the correct destination.
How does the Internet Work? - cs.fyiTCP ensures that packets are transmitted reliably and in the correct order
How does the Internet Work? - cs.fyiIP is responsible for routing packets to their correct destination
How does the Internet Work? - cs.fyiTo ensure that packets are sent and received correctly, the internet uses a variety of protocols
How does the Internet Work? - cs.fyiThe core of the internet is a global network of interconnected routers, which are responsible for directing traffic between different devices and systems.
How does the Internet Work? - cs.fyihe’s created this immense vertical filing cabinet in his brain of layers and layers and layers of files of information
Curius / Onboarding