SYS265 Entry for: Lab00 Routing and Windows - Oliver-Mustoe/Oliver-Mustoe-Tech-Journal GitHub Wiki
In this Lab we built a simple network to serve as our foundation for the rest of the course.
Initial Entry for course
This course is meant to expand upon what was learnt in SYS-255. This will mean the course will focus on issues and tasks involving the administration of distributed computing networks. AAA systems, with an emphasis on cross-platform authentication, will be covered as will network services such as firewalls and DNS. Topics will be tackled from a cost/benefit, business, practical, and best practice perspectives along with those ideas best techniques.
Prerequisites
First lab in course.
Setup notes
3 Expanded Ideas
These are 3 terms or topics from the lecture or lab that I wanted to learn more about, and my research results.
Upstream: Upstream is sending data from a local system to a remote system. This can include data such as files or emails, but it also can refer to signals transmitted from a users computer to a cable provider. It is extremely important in peer-to-peer software. It is often slower than is counterpart downstream since less banswith is reserved for upstream traffic.
SOURCE: https://www.techopedia.com/definition/9866/upstream-networking
CLI: CLI stands for Command Line Interface, which is a user-friendly interface mostly used for the management of network devices. It allows for easy communication between a user and any computer component/applications. It is a essential component of modern networking.
Active Directory Forest: An Active directories top logical container for its configuration files is called a Forest. It is a logical structure that is created by combining at least 2 domain trees, domain/s inside of another root domain.