Dmitry Dezuk (Dezhurnyuk)dmitrydezuk.com·Dec 14, 2024Implementing ValidationIf you have completed domain mode, your application is almost ready. You can start solving problems that your modeled domain was designed for right after. Just put a thin layer of logic in an application service API reading user input and communicati...10 likesDDD
Dmitry Dezuk (Dezhurnyuk)dmitrydezuk.com·Nov 19, 2024Safeguarding the Core DomainI will keep talking about the core domain where all the rules are strictly enforced and any violation results in an exception. The core domain can be seen as an electric toy car without a cover and all the shields protecting it from the external worl...Validation
ShirishaKuruvashirishakuruva.hashnode.dev·Nov 7, 2024Application Layer In OSI Reference ModelApplication layer is the topmost layer in the OSI model. It provides services to the user. It serves as the interface between the user and the network. It facilitates communication, data sharing and resource access over a network. It is responsib...networking
Vijay Kumar Singhblogs.vijaysingh.cloud·Jun 23, 20243.1 The Network Landscape: Multiplexing, Handshakes, and Security EssentialsIntroduction to the Transport and Application Layers The first three layers of a network model allow nodes on a network to communicate with other nodes on their own or different networks. The real aim of computer networking is not just for computer...Networking A2Z#Transport Layer
Dipesh Palcodewithdipesh.hashnode.dev·Feb 15, 2024Structure of NetworkLet Assume you order something online.Let us say that a person is living in India. He/She orders something from the US via an online shopping site. How does the shipment of the order take place? The online shopping site will send the ordered item to...1 liketcp-ip
Garvit Singhgarvit05.hashnode.dev·Nov 17, 2023TCP/IP Model : Application LayerIntroduction This article will explain to you the workings of the application layer of the TCP/IP Model. It is the Part - III of the 6-article series on Computer Networking. TCP/IP ModelInternet Protocol Suite, developed by ARPA. TCP/IP Model has mor...20 likes·33 readsTCP
Samiksha Kutesamikshakute.hashnode.dev·Aug 20, 2023The Heart of User Interaction: Exploring the TCP/IP Application LayerTCP / IP Model The TCP/IP Model, also called the Internet Protocol Suite, was created by ARPA (Advanced Research Projects Agency). It’s similar to the OSI model but combines the Application, Presentation, and Session layers into one, resulting in t...Computer Networkingtcp/ip-model