logo

Assignment. These 2 questions are in Python, but you ar

2 Pages473 Words166 Views
   

Added on  2019-09-16

Assignment. These 2 questions are in Python, but you ar

   Added on 2019-09-16

ShareRelated Documents
AssignmentThese 2 questions are in Python, but you are welcome to complete the assessment in any language you prefer.1. We have several routers in our inventory, numbered 1, 2, 3, ... The routers that are multiple of five (5, 10, 15, 20, ...) have 5 interfaces. The other routers have 10 interfaceseach. Define ONE function called RouterInterfaces that returns the number of interfaces you’ll have if you have 1, 2, 3, ... n routers, without using loops or multiplication.E.g.RouterInterfaces (0) → 0RouterInterfaces (1) → 10RouterInterfaces (2) → 20RouterInterfaces (3) → 30RouterInterfaces (4) → 40RouterInterfaces (5) → 45RouterInterfaces (6) → 552. You have to code a system that will manage the different types of ports that can be created in a network and the traffic types that those ports will allow or deny. You have two different ports:a. Fiber: Use light for communicationb. Copper: Use electricity for communicationAll the port types will have an Id. Fiber ports will also need to store the wavelength that they use. Each port is associated to just one device, and the name of that device must be stored as well.The system needs to manage the traffic that is allowed in the ports. To identify the traffic, you must savethe protocol name (e.g. HTTML, SMTP, etc.), type (UDP or TCP) and the UDP or TCP port number (e.g. 80, 25, etc.). When you assign traffic to the ports (fiber or copper), you must save the action that the port should take when that traffic appears (drop or allow). Be aware that a specific traffic type can be assigned to different ports, and a port can be assigned to different traffic types.A system engineer already did the class diagram for you:
Assignment. These 2 questions are in Python, but you ar_1

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
COIT20262 - Advanced Network Security | Wireshark
|3
|978
|100

INCS 615: Network Security and Perimeter Protections Assignment 1
|2
|520
|179

Network Security Assignment: Firewall Design, NAT, Proxy Server and VPN
|4
|941
|58

ANSWER TEMPLATE ASSIGNMENT TWO.
|4
|923
|3

ITECH1003 Networking Assignment
|8
|855
|41

CISCO Access Control List Configuration
|14
|895
|323