Demilitarized zone (DMZ) or perimeter network is a small network that lies in between the Internet and a private network. It is the boundary between the Internet and an internal network, usually a combination of firewalls and bastion hosts that are gateways between inside networks and outside networks. DMZ provides a large enterprise network or corporate network the ability to use the Internet while still maintaining its security.
Posts Tagged ‘70-221’
What is DMZ?
June 20th, 2009What is ICS?
June 19th, 2009Internet connection sharing can be done with almost any kind of connection including cable modems, DSL, modems, ISDN, dial-up, satellite, fixed wireless, etc. Internet connection sharing (ICS) provides the ability to connect a home network or a private network to the Internet. Besides, ICS also provides name resolution services, automatic IP addressing to local hosts, and network address translation. ICS can be configured on a new or pre-existing dial-up connection or LAN connection. The ICS server must have a connection to the ISP for Internet connection, and a network adapter to connect to the local LAN.
What is loopback address?
June 16th, 2009The IP address 127.0.0.1 is known as the loopback address for a computer. This address is used with the
What are routers?
May 10th, 2005Routers are hardware or software devices that are used to route data from a local area network to a different network. Routers are responsible for making decisions about which of several paths network traffic will follow to transfer the data packets. If more than one path is available to transmit data, the router determines which path is the best path to route the information. Routers also act as protocol translators and bind dissimilar networks. Routers limit physical broadcast traffic, as they operate at layer 3 (Network layer) of the OSI reference model. Routers also organize addresses into classes, which are used to determine how to move packets from one network to another. Routers ensure communication between devices on different network segments by forwarding packets between network segments.
What is the function of CSU/DSU?
May 10th, 2005Channel Service Unit/Data Service Unit (CSU/DSU) acts as a modem and converts digital signals to analog signals. CSU/DSU recognizes the Layer 1 details of serial link installed by the telephone companies and connects to the LAN through a router. A serial cable is used to connect CSU/DSU to the router.
What is a domain?
May 9th, 2005In the Windows environment, a domain is a set of network resources that are part of a network and share a common directory database. A domain is administered as a unit with common rules and procedures. Each domain has a unique name. Users just have to log on to a domain to access the network resources within it.
What is Performance Monitor?
May 7th, 2005- Monitor objects on multiple computers.
- Log data pertaining to objects on multiple computers, over time.
- Analyze the effects of changes made to a computer.
- Launch programs and send notifications when thresholds are reached.
- Export data for analysis in spreadsheet or database applications.
- Save counter and object settings for repeated use.
- Create reports for use in analyzing performance, over time.
What is the netstat command?
May 6th, 2005The