Главная » Просмотр файлов » Computer Science. The English Language Perspective - Беликова

Computer Science. The English Language Perspective - Беликова (1176925), страница 25

Файл №1176925 Computer Science. The English Language Perspective - Беликова (Computer Science. The English Language Perspective - Беликова) 25 страницаComputer Science. The English Language Perspective - Беликова (1176925) страница 252020-08-17СтудИзба
Просмтор этого файла доступен только зарегистрированным пользователям. Но у нас супер быстрая регистрация: достаточно только электронной почты!

Текст из файла (страница 25)

The most basic tool is HTmL, which has undergoneperiodic revisions and expansions.3. Many sites include several different navigation systemsincluding buttons, links, and perhaps menus.4. The emphasis will be on providing speedy access to theinformation people need to do their job, and in keepinginformation accurate and up to date.5. These programs also provide “themes” that help keepthe visual and textual elements of the page consistent.6.

Page designers must also make sure that the graphicsthey are using are created in-house, are public domain,or are used by permission.7. Although the Web is a new medium, much of thetraditional typographic wisdom still applies. Just asmany people who first encountered the variety ofWindows or Macintosh fonts in the 1980s filled theirdocuments with a variety of often bizarre typefaces,beginning Web page designers sometimes choose fontsthat they think are “edgy” or cool, but may be hard toread—especially when shown against a purplebackground!1462. Answer the following questions.1.2.3.4.What are the basic skills for designing web pages?What can help to create with web design?What should technologies web designers know?What can be said about the line between Web pagedesign and other web services?3.

Translate into English:Web-дизайн – это не только внешнее оформлениесайта. На нем должны быть грамотно расположеныэлементы, текст должен легко читаться, и самое главное –он должен быть удобным для пользователя. Размещениеинформации на сайте должно быть четко продумано иоформлено соответствующим образом. Веб-дизайнердолжен уметь не только хорошо рисовать и правильноподбирать цветовую гамму, но и смотреть на свой шедеврглазами посетителя.Разработка веб-приложений — это общий термин дляпроцесса создания веб-страниц или сайтов.

Веб-страницысоздаются с использованием HTML, CSS и JavaScript. Этистраницы могут содержать простой текст и графику,напоминая собой статичный документ. Страницы такжемогут быть интерактивными или отображать меняющуюсяинформацию. Создавать интерактивные страницы немногосложнее, но они позволяют создавать веб-сайты с богатымсодержимым.

Сегодня большинство страниц интерактивныи предоставляют современные интерактивные услуги,такие как корзины интернет-магазинов, динамическаявизуализация и даже сложные социальные сети.4. Give the summary of the text using the key terms.147INTERNET PROTOCOLSRead the following words and word combinations and usethem for understanding and translation of the text:to communicate across - общаться черезscope - сфера, уровеньto facilitate - облегчатьcorresponding - соответствующийdissimilar - непохожие,различныеto span - охватыватьgoal - цельto consist of - состоять изflow - потокreference model - эталонная модельto overflow internal buffers – переполнить буферы обменаbenefits - преимуществаfull-duplex operation - спаренный режим работыto be acknowledged - быть признаннымThe Internet protocols are the world's most popular opensystem (nonproprietary) protocol suite because they can beused to communicate across any set of interconnected networksand are equally well suited for LAN and WANcommunications.

The Internet protocols consist of a suite ofcommunication protocols, of which the two best known are theTransmission Control Protocol (TCP) and the Internet Protocol(IP). The Internet protocol suite not only includes lower-layerprotocols (such as TCP and IP), but it also specifies commonapplications such as electronic mail, terminal emulation, andfile transfer.Internet protocols were first developed in the mid-1970s, whenthe Defense Advanced Research Projects Agency (DARPA)became interested in establishing a packet-switched networkthat would facilitate communication between dissimilarcomputer systems at research institutions.

With the goal of148heterogeneous connectivity in mind, DARPA funded researchby Stanford University and Bolt, Beranek, and Newman (BBN).The result of this development effort was the Internet protocolsuite, completed in the late 1970s.TCP/IP later was included with Berkeley Software Distribution(BSD) UNIX and has since become the foundation on which theInternet and the World Wide Web (WWW) are based.Documentation of the Internet protocols (including new orrevised protocols) and policies are specified in technical reportscalled Request For Comments (RFCs), which are published andthen reviewed and analyzed by the Internet community.Protocol refinements are published in the new RFCs.

Internetprotocols span the complete range of OSI model layers maps,many of the protocols of the Internet protocol suite and theircorresponding OSI layers.Internet Protocol (IP)The Internet Protocol (IP) is a network-layer (Layer 3) protocolthat contains addressing information and some controlinformation that enables packets to be routed. IP is documentedin RFC 791 and is the primary network-layer protocol in theInternet protocol suite.

Along with the Transmission ControlProtocol (TCP), IP represents the heart of the Internet protocols.IP has two primary responsibilities: providing connectionless,best-effort delivery of datagrams through an internetwork; andproviding fragmentation and reassembly of datagrams tosupport data links with different maximum-transmission unit(MTU) sizes.Transmission Control Protocol (TCP)The TCP provides reliable transmission of data in an IPenvironment.

TCP corresponds to the transport layer (Layer 4)of the OSI reference model. Among the services TCP providesare stream data transfer, reliability, efficient flow control, fullduplex operation, and multiplexing.149With stream data transfer, TCP delivers an unstructured streamof bytes identified by sequence numbers. This service benefitsapplications because they do not have to chop data into blocksbefore handing it off to TCP. Instead, TCP groups bytes intosegments and passes them to IP for delivery.TCP offers reliability by providing connection-oriented, end-toend reliable packet delivery through an internetwork. It doesthis by sequencing bytes with a forwarding acknowledgmentnumber that indicates to the destination the next byte thesource expects to receive.

Bytes not acknowledged within aspecified time period are retransmitted. The reliabilitymechanism of TCP allows devices to deal with lost, delayed,duplicate, or misread packets. A time-out mechanism allowsdevices to detect lost packets and request retransmission.TCP offers efficient flow control, which means that, whensending acknowledgments back to the source, the receivingTCP process indicates the highest sequence number it canreceive without overflowing its internal buffers. Full-duplexoperation means that TCP processes can both send and receiveat the same time.Finally, TCP's multiplexing means that numerous simultaneousupper-layer conversations can be multiplexed over a singleconnection.Notes:LAN - Локальная вычислительная сеть (ЛВС, локальнаясеть, сленг.

локалка; англ. Local Area Network, LAN) —компьютерная сеть, покрывающая обычно относительнонебольшую территорию или небольшую группу зданий(дом, офис, фирму, институт)WAN - Wide Area Network (WAN) - Глобальнаявычислительная сеть охватывает целые области, страны идаже континенты.TCP - Transmission Control Protocol (TCP) (протоколуправления передачей) — один из основных протоколов150передачи данных Интернета, предназначенный дляуправления передачей данных в сетях и подсетях TCP/IP.IP - Internet Protocol (IP, досл.

«межсетевой протокол») —маршрутизируемый протокол сетевого уровня стекаTCP/IP. Именно IP стал тем протоколом, которыйобъединил отдельные компьютерные сети во всемирнуюсеть Интернет.OSI - Сетевая модель OSI (англ. open systems interconnectionbasic reference model) — базовая эталонная модельвзаимодействия открытых системDARPA (Defense Advanced Research Projects Agency) Управление передовых оборонных исследовательскихпроектов Министерства обороны США, целью которогоявляется сохранение технологического превосходствавооруженных сил США, предотвращение внезапного дляСША появления новых технических средств вооруженнойборьбы, поддержка прорывных исследований, преодолениеразрыва между фундаментальными исследованиями и ихприменением в военной сфере.Assignments1.

Translate the sentences from the text into Russian paying inwriting paying attention to the underlined words andphrases:1. The Internet protocols consist of a suite ofcommunication protocols, of which the two best knownare the Transmission Control Protocol (TCP) and theInternet Protocol (IP).2. The Internet protocol suite not only includes lower-layerprotocols (such as TCP and IP), but it also specifiescommon applications such as electronic mail, terminalemulation, and file transfer.1513.

With stream data transfer, TCP delivers an unstructuredstream of bytes identified by sequence numbers.4. This service benefits applications because they do nothave to chop data into blocks before handing it off toTCP. Instead, TCP groups bytes into segments andpasses them to IP for delivery.5. TCP offers reliability by providing connection-oriented,end-to-end reliable packet delivery through aninternetwork.6.

It does this by sequencing bytes with a forwardingacknowledgment number that indicates to thedestination the next byte the source expects to receive.Bytes not acknowledged within a specified time periodare retransmitted.2. Answer the following questions.1.2.3.4.5.When were the Internet protocols used for the first time?What does the Internet Protocol contain?What are the major responsibilities of IP?What services does TCP provide?What is the general use of the Internet Protocols?3.

Характеристики

Тип файла
PDF-файл
Размер
1,22 Mb
Тип материала
Высшее учебное заведение

Список файлов книги

Свежие статьи
Популярно сейчас
Зачем заказывать выполнение своего задания, если оно уже было выполнено много много раз? Его можно просто купить или даже скачать бесплатно на СтудИзбе. Найдите нужный учебный материал у нас!
Ответы на популярные вопросы
Да! Наши авторы собирают и выкладывают те работы, которые сдаются в Вашем учебном заведении ежегодно и уже проверены преподавателями.
Да! У нас любой человек может выложить любую учебную работу и зарабатывать на её продажах! Но каждый учебный материал публикуется только после тщательной проверки администрацией.
Вернём деньги! А если быть более точными, то автору даётся немного времени на исправление, а если не исправит или выйдет время, то вернём деньги в полном объёме!
Да! На равне с готовыми студенческими работами у нас продаются услуги. Цены на услуги видны сразу, то есть Вам нужно только указать параметры и сразу можно оплачивать.
Отзывы студентов
Ставлю 10/10
Все нравится, очень удобный сайт, помогает в учебе. Кроме этого, можно заработать самому, выставляя готовые учебные материалы на продажу здесь. Рейтинги и отзывы на преподавателей очень помогают сориентироваться в начале нового семестра. Спасибо за такую функцию. Ставлю максимальную оценку.
Лучшая платформа для успешной сдачи сессии
Познакомился со СтудИзбой благодаря своему другу, очень нравится интерфейс, количество доступных файлов, цена, в общем, все прекрасно. Даже сам продаю какие-то свои работы.
Студизба ван лав ❤
Очень офигенный сайт для студентов. Много полезных учебных материалов. Пользуюсь студизбой с октября 2021 года. Серьёзных нареканий нет. Хотелось бы, что бы ввели подписочную модель и сделали материалы дешевле 300 рублей в рамках подписки бесплатными.
Отличный сайт
Лично меня всё устраивает - и покупка, и продажа; и цены, и возможность предпросмотра куска файла, и обилие бесплатных файлов (в подборках по авторам, читай, ВУЗам и факультетам). Есть определённые баги, но всё решаемо, да и администраторы реагируют в течение суток.
Маленький отзыв о большом помощнике!
Студизба спасает в те моменты, когда сроки горят, а работ накопилось достаточно. Довольно удобный сайт с простой навигацией и огромным количеством материалов.
Студ. Изба как крупнейший сборник работ для студентов
Тут дофига бывает всего полезного. Печально, что бывают предметы по которым даже одного бесплатного решения нет, но это скорее вопрос к студентам. В остальном всё здорово.
Спасательный островок
Если уже не успеваешь разобраться или застрял на каком-то задание поможет тебе быстро и недорого решить твою проблему.
Всё и так отлично
Всё очень удобно. Особенно круто, что есть система бонусов и можно выводить остатки денег. Очень много качественных бесплатных файлов.
Отзыв о системе "Студизба"
Отличная платформа для распространения работ, востребованных студентами. Хорошо налаженная и качественная работа сайта, огромная база заданий и аудитория.
Отличный помощник
Отличный сайт с кучей полезных файлов, позволяющий найти много методичек / учебников / отзывов о вузах и преподователях.
Отлично помогает студентам в любой момент для решения трудных и незамедлительных задач
Хотелось бы больше конкретной информации о преподавателях. А так в принципе хороший сайт, всегда им пользуюсь и ни разу не было желания прекратить. Хороший сайт для помощи студентам, удобный и приятный интерфейс. Из недостатков можно выделить только отсутствия небольшого количества файлов.
Спасибо за шикарный сайт
Великолепный сайт на котором студент за не большие деньги может найти помощь с дз, проектами курсовыми, лабораторными, а также узнать отзывы на преподавателей и бесплатно скачать пособия.
Популярные преподаватели
Добавляйте материалы
и зарабатывайте!
Продажи идут автоматически
6384
Авторов
на СтудИзбе
308
Средний доход
с одного платного файла
Обучение Подробнее