1. Java Concept Matching.
- stream
- a mechanism for carrying data in one direction
- socket
- a mechanism for connecting two programs using a client/server model to send data in two directions
- The Internet
- possibly the largest interconnected set of networks on the planet. However, the dark web plus the Internet would be a larger interconnected set of networks, since it includes both the internet and additional private networks
- an internet
- any set of two or more networks connected by the same medium, such as a router.
- domain name
- a name that specifies a specific computer or group of computers
- port
- a number that specifies the logical location or service on a particular machine
- client
- a program, such as a browser, that typically makes a request for a service to be performed..
- server
- a program, such as a web page that waits for request and performs the requested service
- ethernet
- a low level network protocol
- local area network (LAN)
- a set of computers connected using a single network protocol within a single property or a single organization
- wide area network (WAN)
- a network that connects local area networks together using routers and is often geographically dispersed
- internetworking protocol
- the protocol used in routers that allows computers to have numeric addresses that can be associeted with names.
- URL
- a uniform resource locator includes a transfer protocol, a domain, and a path to the resource
Match each of the following Socket concepts.