Lesson 16: Comparing WAN Links and Remote Access Methods Flashcards
What is the function of a modem?
A modem performs modulation of outgoing signals and demodulation of incoming data, working only at the physical layer of the OSI model
Define modulation
Process of converting data into electrical signals optimized for transmission
Define demarcation point
Location that represents the end of the ISPs network and therefore their responsibility for maintaining it; The demarc point is usually at the Minimum Point of Entry (MPOE)
Define DSL (Digital Subscriber Line)
ISP technology to implement broadband Internet access for subscribers by transferring data over voice-grade telephone lines
What are the types of DSL (Digital Subscriber Line)
- Symmetrical DSL (SDSL)
- Asymmetrical DSL (ADSL)
Define Symmetrical DSL (SDSL)
Provides the same downlink and uplink bandwidth; typically provided as business packages, rather than to residential customers
Define Asymmetrical DSL (ADSL)
Consumer version of DSL that provides a fast downlink but a slow uplink, with the latest (ADSL2+) offering downlink rates up to about 24 Mbps and uplink rates up to 3.3 Mbps
What are the benefits of satellite?
Larger coverage areas, especially to rural areas
What type of cable can be used to connect a CSU/DSU to a smartjack, assuming a maximum link distance of 1m (3 feet)?
straight-through RJ-45
Define remote access
the user’s device does not make a direct cabled or wireless connection to the network. The connection occurs over or through an intermediate network, usually a public WAN
What are useful policies to consider when implementing remote access?
- Restricting access to defined users or groups.
- Restricting access to defined times of day or particular days of the week.
- Restricting privileges on the local network
- Logging and auditing access logons and attempted logons.
Define a VPN (Virtual Private Network)
Secure tunnel created between two endpoints connected via the internet
Define Point-to-Point protocol (PPP) for VPN
A layer 2 tunneling protocol encapsulated in TCP/IP that creates a direct link between two points
Define Generic Routing Encapsulation (GRE)
Tunneling protocol in which an unsupported data type (layer 3 protocol) is encapsulated in a GRE packet, the GRE packet is encapsulated in layer 2 packet before being forwarded to a router
Define IP Security (IPSec)
Network protocol suite used to secure IPv4 and/or IPv6 communications through authentication and encryption as the data travels across the network or the Internet
Define TLS (Transport Layer Security) in the network layer
Transport Layer Security (TLS) over TCP or datagram TLS (DTLS) over UDP can be used to encapsulate frames or IP packets
What is a drawback from using TLS at the network layer?
TLS already operates at the session layer, the headers from the inner and outer packets add up to a significant overhead
Define the client-to-site VPN topology
the VPN client connects over the public network to a VPN gateway (a VPN-enabled router) positioned on the edge of the local network (typically the VPN access server will be in a screened subnet); basic model for home/field workers
What are the two types of client connections formed once a client is connected to a client-to-site VPN?
- Split tunnel
- Full tunnel
Define a split tunnel VPN connection
VPN configuration where only traffic for the private network is routed via the VPN gateway
Define a full tunnel VPNconnection
VPN configuration where all traffic is routed via the VPN gateway
Between split tunnel and full tunnel VPN connections, which is better for security?
Full tunnel offers better security, but the network address translations and DNS operations required may cause problems with some websites, especially cloud services. It also means more data is channeled over the link and the connection can exhibit higher latency
Define a clientless VPN
Using features of HTML5 to implement remote desktop/VPN connections via browser software (clientless) - like citrix
How do clientless VPNs function?
Using a protocol called websockets, it enables server and client to communicate biderictionally without requiring separate HTTP requests