Client server Relationship Flashcards
What is a URN?
Uniform Resource Name: identifies the namespace of the resource without the protocol. Such as; www.ebay.co.uk (no https://)
What is a URL?
Uniform Resource Locator: it’s the protocol and the URN of the resource. Example https://www.ebay.co.uk/cars
What is URI?
Uniform Resource Identifier: it is the entire address. Including URL plus the fragment. Example: https://www.ebay.co.uk/cars.page3
What does TCP stand for?
Transmission Control Protocol
What does UDP stand for?
User Datagram Protocol
What is port 80 used for?
Web servers (web pages)
What is port 21 used for?
FTP file transfer protocol
What is the difference between TCP and UDP?
TCP sends an acknowledgment of packets so no packets are lost. While UDP does not, allowing for it to perform faster but with less accuracy. Making UDP good for live streaming such as webcams
How does TCP function?
It breaks the message to the recipient in to segments and numbers each segment. So that if one segment is lost it resends that specific segment again. Then on the recipient side TCP reforms the message by putting those segments together in the number order it sent them
What port is a mail server?
Port 25