Networking Flashcards
What is a proxy server?
A computer that functions as an intermediary between a web browser and the internet. Improves web performance by caching webpage’s. When a browser requests a page that is cached on the proxy server the proxy server supply’s the webpage instead of the web.
What is a service proxy?
The client side proxy for a service. The service proxy enables applications to send and receive messages over a channel as method calls.
What are the different networking cables?
Coaxial, Twisted Pair, Fiber Optics
What is the transfer rate of Coax cable?
max 10mb a second
What is the transfer rate of Twisted Pair cable?
Cat 3 -10mb
Cat 5 - 100mb
Cat 5e - 1Gb
Cat 6 - 1GB - 10GB
What are some network devices?
- Cables
- Network Interface Card (NIC)
- Switches
- Routers
Explain what a network interface card is?
Installed in the computer and can have mulitiple ports taking a twisted pair (rj-45) cable or wifi card
Is a computer hardware component that connects a computer to a computer network.
What is a network switch?
Is a computer networking device that connects devices together on a computer network, by using packet switching to receive, process and forward data to the destination device
What is a network router?
Is a networking device that forwards data packets between computer networks. Routers perform the “traffic directing” functions on the Internet
What are network protocols?
Are formal standards and policies comprised of rules, procedures and formats that define communication between two or more devices over a network. Network protocols govern the end-to-end processes of timely, secure and managed data or network communication.
What are common protocols?
- Ethernet
- TCP/IP
- ARP
- HTTP
What is TCP/IP?
TCP/IP (Transmission Control Protocol/Internet Protocol) is the basic communication language or protocol of the Internet. It can also be used as a communications protocol in a private network (either an intranet or an extranet).
What is Ethernet Protocol?
Ethernet/IP (Ethernet Industrial Protocol) is a network communication standard capable of handling large amounts of data at speeds of 10 Mbps or 100 Mbps, and at up to 1500 bytes per packet. The specification uses an open protocol at the application layer. It is especially popular for control applications.
What is HTTP?
Hyper Text Transfer Protocol Secure (HTTPS) is the secure version of HTTP, the protocol over which data is sent between your browser and the website that you are connected to.
What is ARP?
Address resolution protocol (arp) is a protocol used by the Internet Protocol (IP) [RFC826], specifically IPv4, to map IP network addresses to the hardware addresses used by a data link protocol.