摘要:A NSSA is a stub area that contains a limited number of external routes. A NSSA is the only area type allowed to use Type 7 LSAs. It's a hightly speci
阅读全文
04 2024 档案
摘要:Internal router: all its interfaces in Area 0 Backbone router: at least one interface in Area 0 Area Border router: a router with at least one interfa
阅读全文
摘要:Init: Hey, we're getting somewhere! The first hello packet has been received from the neighbor. 2-Way: When you're here, you're almost gold. At this p
阅读全文
摘要:No router should be in more than three areas No area should contain more than 50 routers No router should have ore than 60 neighbors A router can be a
阅读全文
摘要:物理拓樸如圖: 邏輯拓樸為 R1-->R2 使用102電路 R1-->R3 使用103電路 R2--> R1使用 201電路 R3-->R1使用301電路 1. 使用一台路由器模擬frame-relay交換機 inter s0/0 no ip add encap fram-relay frame-r
阅读全文
摘要:1 from unittest import TestCase 2 from triangle import area_of_a_triangle 3 4 class TestAreaOfTriangle(TestCase): 5 6 def test_float_values(self): 7 "
阅读全文
摘要:The Importance of Testing The value of testing "If it's worth building, it's worth testing. If it;s not worth testing, why are you wasting your time t
阅读全文
摘要:IBM Cloud Code Engine Challenges of self-hosting microservices Deliberated Configuration and Build Manage Infrastructure Dynamic Scaling Communication
阅读全文
摘要:Intriduction to Severless Computing Define serverless computing and describe its concepts Serverless computing is the concept of building and running
阅读全文
摘要:What is REST Describe RESTful APIs Representational State Transfer Flexible and lightweight way to integrate applications Architectural style that def
阅读全文
摘要:While there are many patterns for doing microservices well, an equally significant number of patterns exist that can quickly get any development team
阅读全文
摘要:Single page application (SPA) Enabled by more powerful browsers, faster Backend for Frontend(BFF) Provide superior support compared to a generic backe
阅读全文
摘要:Modern software development Delivery as a service Centrally hosted and accessed through the internet Web apps, software-as-a-service Twelve-factor app
阅读全文