Answer:
D. BGP
Explanation:
In order to exchange routing information with another AS (Autonomous Systems) only, exterior routers use an exterior routing protocol, like BGP (Border Gateway Protocol) or EGP (Exterior Routing Protocol).
BGP is an application-layer protocol in the TCP/IP suite, that uses a well-known TCP port (179) in order to deliver information reliably.
It is important to note that in order to exchange routing data within his own AS, the router uses an interior routing protocol, like OSPF.
Answer:
Pros:
- Connect with friends, family in a short period of connecting time
- Faster, easier than paper
- The messages can be stored in the device for longer times, without being damaged, unlike paper files that easily get damages
- Digital communication can be done over large distances through internet and other things.
And many other pros
Cons:
- Software can be easily hacked
- Digital Communication has completelymake people become far to others. They would stop meeting face-to-face but instead of that, video call, chatting is become more popular
- Most of devices have hidden recording mechanisms that can take your information unknowingly and may be used to attack you in the future
And many other cons
Hope this helped :3
Answer:
Hold the CPU fan so that it won't spin and blow this with compressed air.
Explanation:
While cleaning the computer system from the inner side then we have to follow some steps.
- Firstly, shut down the system properly and remove it from the power supply.
- Then, open the cabinet of the computer system.
- Then, clean the internal parts of the system through simple air pressure and hold the CPU fan during that time to avoid spinning.
- Clear the dirt layer using the can of compressed air over the cabinet fans.
Answer:
The window operating system is popularly known as a graphical user interface(GUI)
Explanation:
older operating systems were command line based but window uses a gui
Answer:
def print_sum(a,b,c):
print(a+b+c)
one = int(input("Enter the 1st number: "))
two = int(input("Enter the 2nd number: "))
three = int(input("Enter the 3rd number: "))
print_sum(one,two,three)
Explanation:
hope this helped :)